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
Pairing with the WZ-M100-W - Wenzhi Human presence sensor works perfectly, but by default that motion sensor sends MQTT message every 500ms and totally spams the network.
According to the documentation the detection_delay can be configured to up to 10s. When using mosquitto_pub .... -t 'zigbee2mqtt/motion_human_presence_1/set' -m '{"detection_delay": 10.0}' I get the following logs:
What happened?
Pairing with the WZ-M100-W - Wenzhi Human presence sensor works perfectly, but by default that motion sensor sends MQTT message every 500ms and totally spams the network.
According to the documentation the
detection_delay
can be configured to up to 10s. When usingmosquitto_pub .... -t 'zigbee2mqtt/motion_human_presence_1/set' -m '{"detection_delay": 10.0}'
I get the following logs:which looks like that the 10s have been picked for a short time, but then reset back to 0.5s. Any clue what I'm doing wrong ?
What did you expect to happen?
I would expect that the detection_delay (and hence the frequency of issued mqqt events) will be set to 10s.
How to reproduce it (minimal and precise)
Just pair with
WZ-M100-W - Wenzhi Human presence sensor
and try to reduce the frequency of messages.Zigbee2MQTT version
1.34.0-dev (commit #c26a6a2)
Adapter firmware version
20230507
Adapter
Slaesh's CC2652 ZigBee coordinator
Debug log
No response
The text was updated successfully, but these errors were encountered: