chris-1243
chris-1243
@darkxst As GSDK 4.4.1.0 is out and should fix issues raised in previous version (4.4.0), I suggest to close this issue
My bindings look like yours. All the endpoints are bound to the coordinator  (Sorry for the quality, cell phone screenshot) What strange, I receive via mqtt `brightness_move_up` but not...
@sjorge I just checked [Ubisys converters](https://github.com/Koenkk/zigbee-herdsman-converters/blob/e204850a4ed41eb5eb85d65f5ae63b81ab61ed60/src/devices/ubisys.ts#L378) and compared the `fromZigbee` definition and I'm wondering if the `legacy.fz.ubisys_c4_level` could have an impact. The S2 uses `fz.command_move` and `fz.command_stop`
I made an external converter for some test ``` const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const tz = require('zigbee-herdsman-converters/converters/toZigbee'); const exposes = require('zigbee-herdsman-converters/lib/exposes'); const reporting = require('zigbee-herdsman-converters/lib/reporting'); //const extend = require('zigbee-herdsman-converters/lib/extend'); const...
No worries. It looks slightly different as I do not use DoH at all, only DNSCrypt
@schzhn Thanks for the fix. I just tried latest edge version and everything is running as expected No need anymore to set ``` allow_unencrypted_doh: true ``` when using DNSCrypt only
@ogghi Have a look there https://www.zigbee2mqtt.io/guide/adapters/#notes
> Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) Your adapter crashed. You may find this line several time in your log. You...
Once again, your adapter is crashing. Device availability might be heavy work fo cc2531 coordinator... Increase the timeout (30, 60 minutes) https://www.zigbee2mqtt.io/guide/configuration/device-availability.html All my installation is running on Docker without...
You may consider this thread for firmware update https://github.com/Koenkk/Z-Stack-firmware/discussions/496 The latest stable firmware (20230507) is unfortunately known to have some issues I hope you will have a more robust network.