I have many devices in deCONZ, some of these are plugs. I have checked the API request from deCONZ integration to my Phoscon device, and I've got this:
The problem is the current and the voltage not shows like entities, else attributes of entity power. This occurs with all devices that have current and voltage.
I don't know if this is a bug or a missing code problem, but if the API request is correct, then the code implementation should exist.
Version of Home Assistant Core: core-2024.7.3
At the moment, like a workaround, I'm using template helper to add these sensors.
Related to: https://github.com/home-assistant/core/issues/124427
I have many devices in deCONZ, some of these are plugs. I have checked the API request from deCONZ integration to my Phoscon device, and I've got this:
The problem is the current and the voltage not shows like entities, else attributes of entity power. This occurs with all devices that have current and voltage.
I don't know if this is a bug or a missing code problem, but if the API request is correct, then the code implementation should exist.
Version of Home Assistant Core: core-2024.7.3
At the moment, like a workaround, I'm using template helper to add these sensors.
Thanks.