Hello
Some help please
I tried to use a MOES BHT-002-GCLZB with deconz and that dosen't work prefectly
I try with mqtt and zigbee2mqtt plugin
That work only in domoticz beta and the 3.1 plugins, but i have a little problem
My problem
The BHT seem's to ahave a little bug
Stop message flooding
This unit has a bug that makes it send multiple messages when updating. To stop this from flooding your MQTT Queues, please add the following to your configuration.yaml file:
devices: '0x12345678': friendly_name: thermostat debounce: 1
An when i modify the file configuration.yaml
Code: Select all
sudo nano /opt/zigbee2mqtt/data/configuration.yaml
I restart the pi and no device works, i have no error message in domoticz. If a restore the file all the devices work
Original file:
Code: Select all
evices:
'0x00158d00023d4a85':
friendly_name: '0x00158d00023d4a85'
'0x00158d000302f81f':
friendly_name: '0x00158d000302f81f'
'0x9035eafffe6ee770':
friendly_name: '0x9035eafffe6ee770'
Modify file
Code: Select all
devices:
'0x00158d00023d4a85':
friendly_name: '0x00158d00023d4a85'
'0x00158d000302f81f':
friendly_name: '0x00158d000302f81f'
'0x9035eafffe6ee770':
friendly_name: thermostat debounce: 1
I try many solutions but only the original file work; HAve you some idea?
Thank's for your help