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
Currently I'm getting 2 errors on each restart of home assistant:
Logger: pyhap.characteristic
Source: components/homekit/type_security_systems.py:119
First occurred: 9:31:18 PM (1 occurrences)
Last logged: 9:31:18 PM
SecuritySystemCurrentState: value=0 is an invalid value.
and
Logger: pyhap.characteristic
Source: components/homekit/type_security_systems.py:128
First occurred: 9:31:18 PM (1 occurrences)
Last logged: 9:31:18 PM
SecuritySystemTargetState: value=0 is an invalid value.
I am using Jablotron Hacs integration, so there is possibility that the error is coming from there - but the alarm panel entity does not look like it could be a source of problem:
What version of Home Assistant Core has the issue?
core-2024.11.1
What was the last working version of Home Assistant Core?
Same issue here.
In my configuration I use an AlarmControlPanel template but in logs every time my template value changes in logs appear: "ValueError: SecuritySystemCurrentState: value=X is an invalid value", where X is a numer between 0 and 2
The problem
Currently I'm getting 2 errors on each restart of home assistant:
and
I am using Jablotron Hacs integration, so there is possibility that the error is coming from there - but the alarm panel entity does not look like it could be a source of problem:
What version of Home Assistant Core has the issue?
core-2024.11.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
homekit
Link to integration documentation on our website
No response
Diagnostics information
home-assistant_homekit_2024-11-13T21-07-42.475Z.log
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
It may come from this HAP-python library: ikalchev/HAP-python#473
The text was updated successfully, but these errors were encountered: