-
Notifications
You must be signed in to change notification settings - Fork 8
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
New HA can't create entities #8
Comments
Hi, I get this error message when I try to set it up. 2023-08-17 10:19:03.321 ERROR (MainThread) [homeassistant.components.fan] Error adding entities for domain fan with platform prana |
the same here. |
facing the same behavior |
Still facing this problem |
Temporary workaround: in [config_dir]custom_components/prana/const.py replace |
Hi,
I use the latest (2023.8) HA in Docker.
So far it was good, but now the integration is broken. The RC server works perfectly, I can see it from cli.
curl -X POST -H "Accept: application/json" http://192.168.0.65:8881/ -d '{ "jsonrpc": "2.0", "id": 1 , "method": "prana.get_state", "params": {"address": "00:A0:50:D2:F6:AF"} }'
{"result": {"speed_locked": 3, "speed_in": 3, "speed_out": 3, "brightness": 6, " night_mode": false, "auto_mode": false, "flows_locked": true, "is_on": false, "m ini_heating_enabled": false, "winter_mode_enabled": false, "is_input_fan_on": fa lse, "is_output_fan_on": false, "sensors": null, "timestamp": "2023-08-16T14:05: 28.192269"}, "id": 1, "jsonrpc": "2.0"}
I deleted the integration and then added it again by address because it doesn't find it. The addition is successful, but the entities are not created.
Its operation will be missed, several automations are connected to it. Could you look into why they are not created?
Thanks!
Cyber
The text was updated successfully, but these errors were encountered: