-
Notifications
You must be signed in to change notification settings - Fork 45
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
Some sensors become unavailable if there is a device without a room #321
Comments
Can you provide the error output just to make sure we fix the right thing. No you cannot turn it on/off via the api (think Wiser say this will only work with thermostat/temp sensor). Thanks |
Sorry for the delay - had to get at the switch and re-join it to the hub. Log details are as follows: Logger: homeassistant.components.sensor Error while setting up wiser platform for sensor |
Great. That issue will be fixed in next release. As it has no room, it will name it HeatingActuator x with x being its ID. If you later add it to a room, it will create a new device and entities with the room name. Couldn't find a way to do this otherwise without breaking for others. |
Thanks - I don't think the change of device if a room is added will be a problem for me, even if Wiser increasesthe limit on the number of rooms. (None left at the moment.) |
Can you please try out v3.2.2 and see if this is now fixed. Thanks |
Looks good - all sensors present. Thanks for the fix. |
perfect thx |
When I add an electrical heat switch device without a room, the log shows that Wiser initialisation fails at sensor.py line 891 and none of the signal strength/battery level sensor values are available in HA. The room stat displays and switches are OK.
Related question - does the hub provide access to the heat switch device on/off control though the API, or does it insist on controlling it via a room thermostat? I want to use it as a hard wired smart plug.
The text was updated successfully, but these errors were encountered: