ioBroker / ioBroker.sonoff

Control Sonoff-Tasmota devices via ioBroker
MIT License
37 stars 30 forks source link

Decoupled Buttons not recognized #306

Open Xyolyp opened 1 year ago

Xyolyp commented 1 year ago

Is your feature request related to a problem? Please describe. I decoupled the buttons I have connected to my device from the power states as I want to use eight buttons and two relais independant of each other. This results in tasmota sending these mqtt messages according to the tasmota log: 13:28:52.402 MQT: Klingel/RESULT = {"Button1":{"Action":"SINGLE"}}

They appear like this in the adapter log: sonoff.0 | 2023-07-08 14:31:53.006 | debug | (COMPACT) [klingel] Received: Klingel/RESULT = {"Button1":{"Action":"SINGLE"}}

Sadly no datapoint for Button1 is created and even if I create the datapoint sonoff.0.klingel.Button1 nothing happens. I would love to see an option to get the Button actions into ioBroker for further using them in scripts.