You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: