When in user the Moes BHT-002 thermostat doesn't send one message, it seems to send 30 in one go, all repeats of the last but with new message serial numbers
Single message every X seconds or on change
Add Moes BHT-002 to ZIGBEE2MQTT, monitor the /# queue and change the temp. queue gets flooded with a chain of messages
Zigbee2MQTT version: 1.16.1
Adapter hardware: CC26X2R1
Adapter firmware version: Latest (did same on CCCC2531 as well)
Hello, you can use the debounce parameter in _devices.yaml_ like
'0xfffffffffffffffffffffffffff':
friendly_name: thermostat
debounce: 1
It will merge all messages in one.
See https://www.zigbee2mqtt.io/information/configuration.html#all-devices
debounce: 1 defo helps a lot but concerned that it sends so much to the queue. reading up on it, it looks like a few other devices do this too. poor hardware/firmware design by the looks of it.
Thanks for the nudge in the right direction..
Yes. It's a pity
Thanks for this tip, debounce: 1 solve my logs spam issue