šŸ’” Awesome HA Blueprints: A curated list of blueprints + easily create controller-based automations (remotes, switches,...) for controlling lights, media players, and more

Your Awesome blue prints areā€¦ awesome. Could you add sunrise/sunset with offset (random offset option would be even better) to the start/stop times? Thanks for considering.

I have an impression that @epmatt abandoned his collection, but somebody else took over: GitHub - lsismeiro/awesome-ha-blueprints: A curated collection of automation blueprints for Home Assistant.

3 Likes

Hi all,

I have created a new threads for support with the @lsismeiro blueprints:

:repeat: ZHA, deCONZ, Zigbee2MQTT - IKEA E2001/E2002 STYRBAR Remote control Universal blueprint (Redux) - Blueprints Exchange - Home Assistant Community (home-assistant.io)
:repeat: ZHA, deCONZ, Zigbee2MQTT - Ikea 5-button Remote Universal blueprint (Redux) - Blueprints Exchange - Home Assistant Community (home-assistant.io)
:repeat: ZHA, deCONZ, Zigbee2MQTT - Ikea E1743 On/Off Switch & Dimmer Universal blueprint - all actions + double click events - control lights, media players and more with Hooks - Blueprints Exchange - Home Assistant Community (home-assistant.io)

For now I have only done the most popular blueprints, but I will keep an eye on the others for activity that would benefit a new thread.

1 Like

Hey Everyone,

I need some help recreating my light automations using the Controller and Light Hook blueprints ^^"

I had to reinstall Home Assistant from scratch with a new coordinator (long story, but I had backups). Now, Iā€™m struggling to set up my Hue Dimmer Switch automations.

Iā€™ve imported the following blueprints:

I configured two automations based on these blueprints:
Controller Automation:

alias: PC Lichtschalter
description: ""
use_blueprint:
  path: EPMatt/philips_324131092621.yaml
  input:
    integration: Zigbee2MQTT
    button_up_long_loop: true
    button_down_long_loop: true
    helper_last_controller_event: input_text.pc_lichtschalter_last_controll_event
    action_button_on_short: []
    action_button_off_short: []
    helper_debounce_delay: 100
    action_button_off_release: []
    action_button_off_long: []
    action_button_off_double: []
    controller_entity: sensor.pc_lichtschalter_action
    controller_device: 8f8022d5a4772b26d508d0238806f6f1

Hook Automation:

alias: PC Lichtschalter Hook
description: ""
use_blueprint:
  path: EPMatt/light.yaml
  input:
    controller_model: Philips 929002398602 Hue Dimmer switch v2
    light: light.0x0017880109626498
    controller_entity: sensor.pc_lichtschalter_action
    controller_device: 8f8022d5a4772b26d508d0238806f6f1

Hereā€™s the data I retrieved from the Zigbee2MQTT page for the Hue Dimmer Switch (translated from German):

Device Name:        PC Lichtschalter
Description:
Last Seen:          N/A
Availability:       Disabled
Device Type:        EndDevice
Zigbee Model:       RWL022
Zigbee Manufacturer: Signify Netherlands B.V.
Description:        Hue Dimmer Switch
Support Status:     Supported
IEEE Address:       0x001788010bdc7d62
Network Address:    0x1950 / 6480
Firmware Date:      20210729
Firmware Version:   2.45.2_hF4400CA
Manufacturer:       Philips
Model:              929002398602
Power Supply:       Battery 44%
Interview Successful: Yes
Description:
Last Seen:          N/A
Availability:       Disabled
Device Type:        EndDevice
Zigbee Model:       RWL022
Zigbee Manufacturer: Signify Netherlands B.V.
Description:        Hue Dimmer Switch

However, I canā€™t get these automations to work. Iā€™ve tried debugging with traces but havenā€™t made much progress. It seems like the button press packets from the Dimmer Switch are named differently since I reinstalled Home Assistant and paired everything with the new coordinator.

Here are some screenshots for reference:


Iā€™d really appreciate it if someone could point me in the right direction ^^"

Kind regards,
MarvinMynx

well i fixed it, i used the Wrong Controller, and i switched to ļølsismeiro Updates Versionā€™s for the Controller and the Hook. Itā€™s working now.
Thanks @KrzysztofHajdamowicz for the Notice on that: