Problem with deconz and hass.io

Hi all,

I’m still having a problem with conbee (using: GitHub - marthoc/hassio-addons: Hass.io Add-ons) and hass.io. I’m using the Hue Dimmer Switches and only some commands are recognized.

Strangely it worked fine this morning. Than i had a couple of issues and did a reset of the conbee/deconz config and now readded all the Hue dimmer switches.

I have an automation here: - alias: 'Turn lamp Deckenlampe OFF from dimmer' trigger: - platform: ev - Pastebin.com which worked before. Basically one for the On button and one for the brightness up button

For some reason the second (dimming) works but the first one doesn’t

I don’t think i changed the automation (which worked before)

At 19:07 I pressed the On button and this is the deconz agg-on log file:

19:07:19:961 Current channel 11
19:07:19:993 Device TTL 2700 s
19:07:26:220 button 1000 initial press
19:07:26:224 discard sensor state push for 11: state/lastupdated (already pushed)
19:07:26:316 button 1002 short release
19:07:26:321 discard sensor state push for 11: state/lastupdated (already pushed)
19:07:26:989 no button handler for: RWL021 ep: 0x02 cl: 0x0001 cmd: 0x0A pl[0]: 021
19:07:26:989 ZCL attribute report 0x0017880104ECCAD2 for cluster 0x0001, ep 0x02

at 19:12 i bushed the BrighnessUp button which looks like this in the log:

19:11:19:956 Current channel 11
19:11:19:987 Device TTL 2460 s
19:12:04:709 button 2000 initial press
19:12:04:713 discard sensor state push for 11: state/lastupdated (already pushed)
19:12:04:805 button 2002 short release
19:12:04:808 discard sensor state push for 11: state/lastupdated (already pushed)

the only difference I see is the message

9:07:26:989 no button handler for: RWL021 ep: 0x02 cl: 0x0001 cmd: 0x0A pl[0]: 021
19:07:26:989 ZCL attribute report 0x0017880104ECCAD2 for cluster 0x0001, ep 0x02

I’m a but clueless what to do next… ;(

Thanks
Dennis

One more thing. I just pressed all buttons in a row, first shot and than long. And it looks like all button presses are coming in in the deconz add-in : https://pastebin.com/LS41rVF9

But for some reason only 2002 and 2003 work and all the other codes don’t even though I have automations for all of them (and they worked before)

Enable debug for deconz per component instructions and share the logs from when you press the different buttons, can’t really tell anything from deconz internal logs. Lets see what happens in hass first.

Hi Robban,

i just figured out what the problem was. It was not at all deconz realted ;(. I wasn’t aware that automations could be turned off / or turn off automatically. So by coincidence all the automations for the on/off button were turned off and the automations for the brightness up/down ware still on.

Thanks
Dennis

1 Like