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

Homekit SecuritySystemTargetState and SecuritySystemCurrentState error #130564

Open
pszypowicz opened this issue Nov 13, 2024 · 1 comment
Open

Comments

@pszypowicz
Copy link

pszypowicz commented Nov 13, 2024

The problem

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:

obraz

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

@djbx83
Copy link

djbx83 commented Nov 14, 2024

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

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

2 participants