As I want to start a working script with the M5 I hoped that I can use a “Helper Switch”, but this does not work. I assume (no clue) this is the case, because the helper switch shows up as
input_boolean.rolladen_morgens
entity, and in the M5 integration I can use only “real”
switch.shelly1_f41cf7_deckenlicht
(at least the shelly works, the helper in the M5 not). What happens:
If I trigger the input_boolean helper in HA, than the M5 dial recognizes this and goes according to the state on/off.
But if I press the helper switch in the M5 nothing happens.
I found
and it seems to me, as I need the “other way round”. (To make a Helper Button be a switch).
Can someone either confirm that this needs a change in the M5 firmware, or can someone tell me how to solve this problem? I think I need a way to make a “real” helper switch, that reacts to the “torn_on/turn_off”, and this is nothing what I found with googling.
Hi @NathanCu,
the goal is to use an M5 to trigger a script in HA. As the M5 implementation I showed did not support directly calling a script, I thought to use a “switch”, as a “switch” is supported in the M5 implementation.
But the Helper Switch that was generated is a bloolean, which could not be used by the M5 implementation.
The template that @petro showed works as I hoped it would work directly with the helper.