Hey,
I'm trying to set up a simple setting with https://epmatt.github.io/awesome-ha-blueprints/docs/controllers-hooks-ecosystem/
Hardware:
IKEA ICTC-G-1 (wireless dimmer)
Phillips Hue Bulb
As I understand I need a controller blueprint and a hook blueprint and both has to use the same device to "connect" them somehow.
The controller automation is triggered when I use the dimmer but so far never the hook automation.
Here are my YAML of booth automation
alias: Controller - IKEA ICTC-G-1 TRÅDFRI wireless dimmer
description: ""
use_blueprint:
path: lsismeiro/ikea_ictc_g_1.yaml
input:
integration: Zigbee2MQTT
controller_entity: sensor.ikea_drehschalter_1_action
helper_last_controller_event: input_text.ilea_dreh_helper
alias: Hook - Light Rene Schlafzimmer
description: ""
use_blueprint:
path: EPMatt/light.yaml
input:
controller_entity: sensor.ikea_drehschalter_1_action
controller_model: IKEA ICTC-G-1 TRÅDFRI wireless dimmer
light: light.hue_schlafzimmer_rene
light_color_mode: Auto
What I wonder? Is it correct not to use any action in the controller, as the action should happen in the hook (my understanding)?
Introduction