chris-1243
chris-1243
When posting, I was on the dev branch as I was impacted by the ubisys firmware misbehavior. I just had a try on the latest dev (1.33.1-dev commit: 9cff19b) and...
After some time, I just had a try on the new dev branch (commit e2fccc2) and unfortunately the problem still persists. Below, a copy/paste of the log debug 2023-10-30 09:27:08:...
@Koenkk How could I help to solve this issue ? I would like to help but I honestly have no idea where to begin or what to look for
Here are the logs. I have waited for the zigbee2mqtt update to see if there were some code changes in the 1.35.0 version [log.txt](https://github.com/Koenkk/zigbee2mqtt/files/13805456/log.txt) [z2m_log-herdsman.txt](https://github.com/Koenkk/zigbee2mqtt/files/13805457/z2m_log-herdsman.txt)
I just had a look on the apple store and there is an app available as well for ios (nodon connect) According to it, my module is up to date......
Have you tried to remove the spaces? You wrote "DIUN_NOTIF_MAIL_HOST = your value" But if i am not wrong, it should be: "DIUN_NOTIF_MAIL_HOST=your value" Check your syntax as suggested and...
@sdotter If your instance of zigbee2mqtt is on docker, add this line in your docker-compose.yaml in the environment section DEBUG: zigbee-herdsman* Restart your container and try to reproduce the error....
Have you changed something on your network ? Firmware update ? Regarding the coordinator, firmware 20230507 is unfortunately known to cause some problems [#478](https://github.com/Koenkk/Z-Stack-firmware/discussions/478), [#483](https://github.com/Koenkk/Z-Stack-firmware/discussions/483) Lots of work is done...
In your home assistant automation, you may try to send two commands like this (do NOT run them in parallel): ``` - service: mqtt.publish data: qos: '0' retain: false topic:...
Normally with Endpoint 242 - Input cluster - greenPower / Output cluster - greenPower as shown in your picture, it should work. I use 7 of them in my network...