Jorge Schrauwen

Results 90 comments of Jorge Schrauwen

Might be https://github.com/Koenkk/zigbee-herdsman/commit/b004cf827da04eb78e7658776bd2726289797b16 since you are using a EZSP based coordinator.

Doesn’t help much when not using vscode and you need to leave logging on for a long time to catch the events.There do seem to be modules that would allow...

The small overhead of the regex is probably worth it IMHO, especially if we can avoid it in the default case of not filtering. I guess this could also just...

@Nerivec I'm assuming the answer is yes, but... does this get properly executed on ember driver? https://github.com/Koenkk/zigbee-herdsman-converters/blob/588b0353bd9246a947922d78d21b778f8a255068/src/index.ts#L409-L427 Those devices are really picky and weird.

How are you encoding the payload? I was testing either this and it works fine for me ```bash export name=friendly_name mosquitto_pub -t zigbee2mqtt/${name}/set -m '{"configure_device_setup":{"input_action_templates":[{"type":"dimmer_single", "no_onoff": true}]}}' ```

You can remove it from the cached state by stopping z2m, removing it from state.json, starting z2m. Updating the configuration does not add/remove binds. At least they never did for...

> Are those binds required for it to work, or do you only set the `configure_device_setup`? Yes, it needs the bindings to know where to send the actions. Mine are...

The get step is working for my S1/S2/J1's... maybe it's a D1 specific issue ``` [2024-05-21 16:05:16] debug: z2m: Publishing get 'get' 'configure_device_setup' to 'switch/office/light' [2024-05-21 16:05:16] debug: zh:controller:endpoint: ZCL...

Yes, I updated when I got home. Also have the latest public firmware on all my Ubisys devices except my H1's which run a dev build.