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

[Problem]: RTCGQ13LM does not send "occupancy false" #10471

Closed
serje73 opened this issue Dec 31, 2021 · 4 comments · Fixed by Koenkk/zigbee-herdsman-converters#3600 or Koenkk/zigbee-herdsman-converters#3631
Labels
problem Something isn't working

Comments

@serje73
Copy link

serje73 commented Dec 31, 2021

What happened?

Due need of support of QBKG39LM I cnange the firmware of my cc2652p E72 to 20211114
And from that firmware my RTCGQ13LM stopped sent "occupancy false" event. It freezes at "occupancy true" state.
I see the event of "occupancy true". But no "occupancy false" after the "occupancy_timeout" seconds.

The same thing was with my cc2531 and firmware 20211115.

What did you expect to happen?

I expect the occupancy_timeout will force the sensor to send "occupancy false" event.

How to reproduce it (minimal and precise)

Install that firmware and re-pair the sensor

Zigbee2MQTT version

1.22.1

Adapter firmware version

20211114

Adapter

cc2652p E72

Debug log

Received Zigbee message from '0x54ef4410002dc00f', type 'attributeReport', cluster 'msOccupancySensing', data '{"occupancy":1}' from endpoint 1 with groupID 0

@serje73 serje73 added the problem Something isn't working label Dec 31, 2021
@Koenkk
Copy link
Owner

Koenkk commented Jan 1, 2022

@serje73
Copy link
Author

serje73 commented Jan 1, 2022

Did it!
Upgraded z2m and the firmware on the stick.
Now:
Zigbee2MQTT version 1.22.2 commit: unknown
Coordinator type zStack3x0
Coordinator revision 20211217
Coordinator IEEE Address 0x00124b00257922e1
Frontend version 0.6.67

and the sensor state is:
{
"battery": 100,
"linkquality": 160,
"motion_sensitivity": "high",
"occupancy": true,
"occupancy_timeout": 60,
"state": "OFF",
"temperature": 25,
"voltage": 3216
}
And occupancy timeout does not push "occupancy false" event.

@Koenkk
Copy link
Owner

Koenkk commented Jan 1, 2022

@z-x-f could you maybe help with this?

@Koenkk
Copy link
Owner

Koenkk commented Jan 2, 2022

Fixed by Koenkk/zigbee-herdsman-converters#3600

Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
2 participants