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
After a recent update, actually running 1.31.0, Xiaomi P1 Sensor reports differently No_occupancy_since
Initially attribute pushed to MQTT was no_occupancy_since with one of the two values I've set: 20 and 180
Detection interval is 60 seconds, detection timeout +2 seconds (default)
At T0+180, a message was pushed to MQTT and I was using it as a kind of timeout to trigger a light off
Now, attribute has changed name surprisingly: no_occupancy_since-undefined
Value is published only when sensor is triggered and a message is sent with occpancy: true
Something seems to have changed. I've not made modification to this device before detecting this new behavior.
I've tried to reconfigure to retrieve previous behavoir with no success.
Any idea ?
What did you expect to happen?
no_occupancy_since triggered as per my understanding of the documentation
When setting this for example to [10, 60] a {"no_occupancy_since": 10} will be send after 10 seconds and a {"no_occupancy_since": 60} after 60 seconds.
How to reproduce it (minimal and precise)
Dont know
Will update issue with debug log
Zigbee2MQTT version
1.31.0 (front 0.6.129)
Adapter firmware version
0x26780700
Adapter
ConBee2/RaspBee2
Debug log
debug 2023-06-08 15:29:29: Received Zigbee message from 'Detecteur Mouvement Couloir SSol Rue', type 'attributeReport', cluster 'aqaraOpple', data '{"illuminance":65574}' from endpoint 1 with groupID null
info 2023-06-08 15:29:29: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/voltage', payload '3018'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/battery', payload '100'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/occupancy', payload 'true'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/illuminance', payload '38'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/linkquality', payload '255'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/device_temperature', payload '31'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/power_outage_count', payload '0'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/detection_interval', payload '60'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/motion_sensitivity', payload 'medium'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/trigger_indicator', payload 'true'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/last_seen', payload '1686230969957'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/mode_switch', payload '''
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/switch_type', payload ''
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/no_occupancy_since-undefined', payload '20'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/no_occupancy_since-undefined', payload '180'
info 2023-06-08 15:30:31: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/voltage', payload '3018'
info 2023-06-08 15:30:31: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/battery', payload '100'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/occupancy', payload 'false'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/illuminance', payload '38'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/linkquality', payload '255'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/device_temperature', payload '31'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/power_outage_count', payload '0'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/detection_interval', payload '60'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/motion_sensitivity', payload 'medium'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/trigger_indicator', payload 'true'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/last_seen', payload '1686230969957'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/mode_switch', payload ''
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/switch_type', payload ''
The text was updated successfully, but these errors were encountered:
What happened?
After a recent update, actually running 1.31.0, Xiaomi P1 Sensor reports differently No_occupancy_since
Initially attribute pushed to MQTT was no_occupancy_since with one of the two values I've set: 20 and 180
Detection interval is 60 seconds, detection timeout +2 seconds (default)
At T0+180, a message was pushed to MQTT and I was using it as a kind of timeout to trigger a light off
Now, attribute has changed name surprisingly: no_occupancy_since-undefined
Value is published only when sensor is triggered and a message is sent with occpancy: true
Something seems to have changed. I've not made modification to this device before detecting this new behavior.
I've tried to reconfigure to retrieve previous behavoir with no success.
Any idea ?
What did you expect to happen?
no_occupancy_since triggered as per my understanding of the documentation
When setting this for example to [10, 60] a
{"no_occupancy_since": 10}
will be send after 10 seconds and a{"no_occupancy_since": 60}
after 60 seconds.How to reproduce it (minimal and precise)
Dont know
Will update issue with debug log
Zigbee2MQTT version
1.31.0 (front 0.6.129)
Adapter firmware version
0x26780700
Adapter
ConBee2/RaspBee2
Debug log
debug 2023-06-08 15:29:29: Received Zigbee message from 'Detecteur Mouvement Couloir SSol Rue', type 'attributeReport', cluster 'aqaraOpple', data '{"illuminance":65574}' from endpoint 1 with groupID null
info 2023-06-08 15:29:29: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/voltage', payload '3018'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/battery', payload '100'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/occupancy', payload 'true'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/illuminance', payload '38'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/linkquality', payload '255'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/device_temperature', payload '31'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/power_outage_count', payload '0'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/detection_interval', payload '60'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/motion_sensitivity', payload 'medium'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/trigger_indicator', payload 'true'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/last_seen', payload '1686230969957'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/mode_switch', payload '''
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/switch_type', payload ''
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/no_occupancy_since-undefined', payload '20'
info 2023-06-08 15:29:30: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/no_occupancy_since-undefined', payload '180'
info 2023-06-08 15:30:31: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/voltage', payload '3018'
info 2023-06-08 15:30:31: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/battery', payload '100'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/occupancy', payload 'false'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/illuminance', payload '38'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/linkquality', payload '255'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/device_temperature', payload '31'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/power_outage_count', payload '0'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/detection_interval', payload '60'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/motion_sensitivity', payload 'medium'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/trigger_indicator', payload 'true'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/last_seen', payload '1686230969957'
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/mode_switch', payload ''
info 2023-06-08 15:30:32: MQTT publish: topic 'zbcb2i/Detecteur Mouvement Couloir SSol Rue/switch_type', payload ''
The text was updated successfully, but these errors were encountered: