closing thread...
Beiträge von MarkusSW
-
-
I stay in german for others
your hint made my day! Thanks a lot. It's indeed bit different compared with the new "mini 1" but as long as it's possible...
It's working now. But you have to activate the binary sensor input entity.
For those interested the yaml code:
Code
Alles anzeigenalias: wozi_stehlampe description: "" trigger: - platform: event event_type: shelly.click event_data: device: shellydimmer2-4855xxxxxxxx channel: 2 click_type: single id: toggle - platform: event event_type: shelly.click event_data: device: shellydimmer2-4855xxxxxxxx channel: 2 click_type: long id: start condition: [] action: - choose: - conditions: - condition: trigger id: - toggle sequence: - service: light.toggle target: entity_id: light.ikea_of_sweden_tradfri_bulb_e27_ww_806lm_light data: brightness_pct: 100 - conditions: - condition: trigger id: - start sequence: - repeat: sequence: - service: light.turn_on target: entity_id: light.ikea_of_sweden_tradfri_bulb_e27_ww_806lm_light data: brightness_step_pct: -5 while: - condition: state entity_id: binary_sensor.wozi_dimm_channel_2_input state: "on" mode: restart
-
If I look at the list of triggers the plus 1 mini got, it's quite streit forward (sorry just got the screenshot in german):
but for the dimmer 2 there is actually not even the long/short press trigger:
-
Hi dewaldo, thanks for your answer. I already had the one button mode set. But I just get click_type single or long. See attached screenshot from my homeassistant events. Screenshot_20240205_200557_Home Assistant.jpg
-
hi,
with my shelly plus 1 mini I got a event on button release after a long press in detached mode. With my new shelly dimmer 2 I just get short or long press, but no button release event. Is there anything I could do about that? I'd like to use the second input to dim a smart light bulb connected via homeassistant.
With the 1 mini it worked like a charm...
Thanks a lot, Markus