2x APC UPS Energy Monitoring, Only 1 SNMP Sensor Shows, and nothing to add in the dashboard

Evening all

Trying to get the Wh from my 2x APC SmartUPS with NMC2 into my Energy Dashboard. So far I can connect to either via SNMP, but not both together. Is there another field I need to add as the details are identical aside from the IP?

  • platform: snmp
    name: APC UPS 1 Energy
    host: 192.168.xx.xx
    community: xxxxxx
    unit_of_measurement: Wh
    baseoid: .1.3.6.1.4.1.318.1.1.1.4.3.6.0
    value_template: “{{((value | float) / 100) | round (3) }}”
  • platform: snmp
    name: APC UPS 2 Energy
    host: 192.168.xx.xy
    community: xxxxxx
    unit_of_measurement: Wh
    baseoid: .1.3.6.1.4.1.318.1.1.1.4.3.6.0
    value_template: “{{((value | float) / 100) | round (3 }}”

Even when I get 1 of the entities to work however, they don’t show as devices I can add to my Energy dashboard. So I’ve probably missed something big…

Thanks very much, hope you all have a great week ahead!