Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deCONZ entities: current or voltage are not created in HA #646

Open
aramcap opened this issue Aug 23, 2024 · 0 comments
Open

deCONZ entities: current or voltage are not created in HA #646

aramcap opened this issue Aug 23, 2024 · 0 comments

Comments

@aramcap
Copy link

aramcap commented Aug 23, 2024

Related to: home-assistant/core#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:

2024-08-22 15:51:00.348 DEBUG (MainThread) [pydeconz.websocket] {"e":"changed","id":"57","r":"sensors","state":{"current":0,"lastupdated":"2024-08-22T13:51:26.088","power":0,"voltage":235},"t":"event","uniqueid":"XXXXXXXXXXXXX"}

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant