I have just started conencting some of the devices to newly deployed HomeAssistance running Z2M.
Before any further actions I just want to have them all conected and “backupeed”.
As for now, HA was installed quite fine, file editor, MQTT Z2M etc.
I was able to join most of them but encounter in logs that one of:
Moes BHT-002-GCLZB
creates much noise and flood with messages each minute.
As described above its known bug and solution is to:
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
And here comes the problem, or I am doing something wrong, or calling it wrong - but in summary I can’t do that.
My configuraiton.yaml is almost empty, only base 4 lines.
I am adding devices via Z2M so not sure if they should appear in config yaml?
Even if I try to put anything there even empty reference to “device:” it said that I am not having that intergation.