In this video I’ll show you how to use the new (as of Home Assistant 2021.7) Automation Trigger_ID. I offer a Blueprint Using Trigger-ID for a 5-Button Keypad Lock that makes good use of this feature.
Updates will be published on my GIST repository with the rest of my Home Assistant Blueprint collection.
Get Started
Option 1: My Home Assistant
Click the badge to import this Blueprint (needs Home Assistant Core 2021.7 or higher for Trigger_ID to work)
Option 2: Direct Link
Copy this link if you want to import the blueprint in your installation.
Description
This all started out with my <$30 Drop Pin Lock Project that I installed a couple of years ago in my house. These locks had the unfortunate problem of not having a way to unlock them from the outside without Google Home or the Home Assistant App on your phone. I always wanted to create a keypad that would function in this manner, and until the addition of the Trigger_ID feature in Home Assistant 2021.7, the Automation while possible, would involve extensive use of complicated templating that I was not in the mood to build. Trigger_ID’s made it simple!
First, let’s go over Blueprints and what they are. Blueprints are a way to share automations and is built into Home Assistant. Simple as that. You can import my template code and a copy of it will reside in your configuration. Once there, you can can edit it (if you need changes only) or you can call up that Blueprint to build an automation. It will collect the information needed based on your entities and your personal adjustments, and provide a working automation. You will have to have or add the required hardware and entities that the Blueprint needs to function.
How the Blueprint works:
To import this Blueprint:
• Open Home Assistant with administrator privileges and on a Lovelace screen, click anywhere in the main entity area and type the letter ‘c’. A selection box should pop up. Type blue and select the button to navigate to blueprints. You can also find blueprints by selecting configuration from the left menu and then blueprints from the center menu.
• Once there, click on the ‘Import Blueprint’ button in the lower right side of the main screen.
• In the ‘URL of the blueprint’ line type or paste in the URL of my Blueprint. I have the blueprint stored on my Public GIST on GitHub: ◦ https://gist.github.com/SirGoodenough/fbd552e2c93ebaa5c9b3d2b4ebff3297
To make the blueprint work it will need:
• 5 binary_sensor entities to sense the button presses • 1 input_boolean entity as the feature to trigger the lock action • 1 input_number entity to store the internal sequence number
The binary sensors can be the inputs from a device like I have OR it can be existing devices. For instance if you want to walk into your back porch and use the PIR as button one, then in sequence you trigger the freezer door, the light switch on the wall, the doorbell, and the fridge door, then that can be your door unlock sequence. No keypad needed! I personally bought an RM433 from Itead / Sonoff and plugged the number codes into my RF-Bridge set-up and went with that.
Once you have the entities created or decided upon you can build the Automation. To build the automation:
- Click on ‘Create Automation
- Add a Description so you can tell what this one is for
- Use the Drop-downs to select the Entities for the listed purposes
- Select a Lock On time in seconds. This is how long the input_boolean stays on before the lock is released.
- Test that your Cipher works by pressing the buttons and watching the result.
To get your lock to open, build a simple automation using the UI (or manually) that triggers on your input boolean, and the action is opening your lock or whatever you want to do. For example:
- id: 0b408ade-16fd-42fc-8333-518660b421ae
mode: single
max_exceeded: silent
alias: test lock
initial_state: on
trigger:
- platform: state
entity_id: input_boolean.pad_enable
action:
- service: lock.unlock
data:
code: '7554288'
target:
entity_id: lock.side_door
FAQ for blueprint
Questions:
- Buttons can only be used once in each cipher code. If you want to tweak the Blueprint you can change this, but that is how this one is set-up.
- You can use the same blueprint for multiple cipher codes to open the same lock. For example, you have a code, and the dog walker has a different code. You will need a seperate input_number entity for each cipher code. You can re-use the same keys and lock pad, but I highly suggest that button 1 be different on every cipher code.
- You can use this blueprint to control more that 1 lock or device. Follow FAQ #2 plus create a separate input_boolean entity to attach to another lock.
HOW the Blueprint / Automation works
Walk-thru:
- The header of the Blueprint contains the required info plus the URL from where it came from.
- The input: section is where it gets the information it needs to fill in the blanks. This information is stored in the actual automation referencing this Blueprint when executing the task.
- In the Variables section has several entries. The first is needed to convert the !input: variable of the input_number into a variable so that it can be used in a template. After that we grab and store the last time the sequence number was changed, the actual value of the sequence number, and the current time. These are used for the watchdog so that the code cannot be accidentally left ‘almost’ triggered.
- In the trigger section there is a trigger for each button, watching for that button to be pressed. When the button is pressed, a trigger_id is generated and passed along to the action: section so it knows which trigger was initiated.
- In the action: section the always executed first part is the watchdog. It checks that the last time the sequence number was changed was within the last 5 minutes. Otherwise if the sequence was left at the 4th button for a week, all someone would have to do it hit the 5th button and it would open the lock. The rest is one big choose: statement. To get button 1 to be accepted you only need the button 1 trigger_ID and this changes the sequence code number. In order to get to stage 2 of the cipher, both the trigger_ID and the sequence number have to be correct, and once it is, it again changes the sequence number. This pattern is repeated until the fifth number is pressed with the correct sequence code set and that fires the input_boolean to open the lock. Should you press the numbers in the wrong order, the cipher resets and you need to know to start over. Pressing button 1 again will also reset the sequence via the default action in the choose code.
Episode: 051
Contact Links:
What are we Fixing Today Homepage / Website:
https://www.WhatAreWeFixing.Today/
Channel Link URL: (WhatAreWeFixingToday)
https://bit.ly/WhatAreWeFixingTodaysYT
What are we Fixing Today Facebook page (Sir GoodEnough):
https://bit.ly/WhatAreWeFixingTodaybFB
What are we Fixing Today Twitter Account (Sir GoodEnough):
https://bit.ly/WhatAreWeFixingTodayTW
Discord Account: (Sir_Goodenough#9683)
https://discord.gg/Uhmhu3B
Please help support the channel:
If you would like to donate anything to this channel, please use this address:
C/O: Sirius GoodEnough
322 Buena Vista Ave.
Department: DYT
Waukesha, Wisconsin, 53188-3602
Link to this video on YouTube: https://youtu.be/ZILTAZQPr_Q
video add-ins provided by:
spinny,
Video by Tech VideoStack from Pixabay
chalkboard
Video by imotivation from Pixabay
rocky
Video by mohamed Hassan from Pixabay
SirGoodenough Guy Animations Courtesy 3ATIVE Studios https://www.3ative.com/
Music from YouTube Library: Shawl_Paul by Norma Rockwell Compressor_Works_Twang by Max McFerren