You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am willing to find the problem myself, but I need a pointer as to where to look. The only sensor that HA is reporting as a sensor is the energy one. I don't understand why current, voltage, and power all publish on the homeassistant topic with the "entity_category" as "diagnostic". I am using the Zigbee2MQTT version 1.42.0-2 from the Home Assistant Addon.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am willing to find the problem myself, but I need a pointer as to where to look. The only sensor that HA is reporting as a sensor is the energy one. I don't understand why current, voltage, and power all publish on the homeassistant topic with the "entity_category" as "diagnostic". I am using the Zigbee2MQTT version 1.42.0-2 from the Home Assistant Addon.
{
"availability": [
{
"topic": "zigbee2mqtt/bridge/state",
"value_template": "{{ value_json.state }}"
}
],
"device": {
"identifiers": [
"zigbee2mqtt_0x0ceff6fffeaced69"
],
"manufacturer": "Tuya",
"model": "Clamp meter (PJ-MGW1203)",
"name": "HybridWaterHeater",
"via_device": "zigbee2mqtt_bridge_0x84b4dbfffec9c7d7"
},
"device_class": "power",
"enabled_by_default": true,
"entity_category": "diagnostic",
"json_attributes_topic": "zigbee2mqtt/HybridWaterHeater",
"object_id": "hybridwaterheater_power",
"origin": {
"name": "Zigbee2MQTT",
"sw": "1.42.0",
"url": "https://www.zigbee2mqtt.io"
},
"state_class": "measurement",
"state_topic": "zigbee2mqtt/HybridWaterHeater",
"unique_id": "0x0ceff6fffeaced69_power_zigbee2mqtt",
"unit_of_measurement": "W",
"value_template": "{{ value_json.power }}"
}
Beta Was this translation helpful? Give feedback.
All reactions