-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Aqara RTCZCGQ11LM + Zigbee2MQTT + Home Assistant = has no attribute 'presence' #21357
Comments
I've been running the latest dev version, updating a few times over the weekend, and I've stopped seeing this. I'm currently on this version: |
Zigbee2MQTT v1.36.1 After turning off and on the FP1 device, the status of the
|
I'm pretty sure I understand the problem now. The device sometimes returns One possible solution is to provide a |
@rccoleman |
I don't know what 255 is supposed to mean for the presence value, but maybe 'I don't know' or it hasn't been initialized either way in the device. The problem is that once MQTT discovery happens for the binary_sensor, it will continue to look for that tag in every update and log a warning if it doesn't find it (one that's hard to track down if you don't know what to look for). If we just ignore it, that will also remove the key from the update, right? |
This should fix the issue Koenkk/zigbee-herdsman-converters@1d71b43 Changes will be available in the dev branch tomorrow. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days |
What happened?
RTCZCGQ11LM (Aqara Presence sensor FP1)
Coordinator EZSP v8 v6.10.3.0 (Sonoff Zigbee 3.0 USB Dongle Plus V2” (model "ZBDongle-E") )
Zigbee2MQTT v1.35.3
Home Assistant v2024.2.1
I constantly receive the following warning in Home Assistant:
Why?
presence_event
!=presence
?Do I understand correctly that there was a name change? If so, why is there no
device_class: presence
forpresence_event
?What did you expect to happen?
No response
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.35.3
Adapter firmware version
6.10.3.0
Adapter
ZBDongle-E
Setup
Docker
Debug log
No response
The text was updated successfully, but these errors were encountered: