ok … maybe … most probably … you can help me …
i am trying to get rid of the huebridge, Z2M is really working great, integrating my HUE-Stuff is fine so far.
to integrate the dimmer, i stumbled upon this and for single button press or hold its fine
but i would further be able (similar to the hue-app) to cycle through color temperature by pressing the “on” button.
i googled around like stupid, found older pages for a template light and now the helper dropdown.
i defined a dropdown helper … for color temp kelvin (might try color temp as well)
found a tutorial but this guy is integrating it on yaml base and i am too stupid to fill it into the blueprint
action:
- service: light.turn_on
data:
color_temp_kelvin: “{{ states(‘input_select.light_temp_kelvin’) }}”
target:
entitiy_id: light.burolampe- service: input_select.select_next
target:
entity_id: input_select.light_temp_kelvin
data:
cycle: true
mode: single
i am to stupid and dont know how to integrate it via GUI tried select option but donw know how to cicle…
Can you help me out ?