Wasnāt there so I created it and the blueprint is now available, havenāt got it working exactly as I wanted but at least I now have something to work with.
Many thanks for helping me out
.
And obviously many thanks to @AndrejDelany for the blueprint
unfortunately the import button seems to be broken.
I canāt import as the link doesnāt point to a valid YAML file.
My I kindly ask the author to fix this? Or provide a link to github or similar?
@semtex as the developer is sharing his code you can easily grab it and create your own thankfully. Just Create copy it in .yaml (whatever his name) and place it in /config/blueprint/automation . Then reload your yaml config in Development tools, it should appears in your Blueprints . @AndrejDelany A big thanks, now I can enjoy my Frient Keypad, it works like a charm
Seems like the Import Bluetooth link refers to this page rather than point to actual page where the blueprint resides at. For example, when I try to import this blueprint, on the HA diaglog, the Blueprint address shows up as:
However, if I try to add another blueprint from here (for example, Pause Climate Entityā¦ Pause climate entity when window/ door open ), on the HA dialog the following address shows up:
I have now figured out what the problem is. Home Assistant can apparently only import the yaml code from this forum if there is only one code element in the first post. I have now marked the example code for the alarm panel as a quote rather than code. Now it works.
Hello! I wanted to point out that starting from the latest version of Home Assistant, the invocation service mqtt.publish has been changed.
The definition has changed from:
service: mqtt.publish
data_template:
topic:
to this:
service: mqtt.publish
data:
topic:
Where the data_template entry has been simplified to just data.
The automation of the blueprint gives an error on the mqtt_publish service, and changing this will resolve the issue.
Has anyone used the Linkind ZS130000078 keypad with rechargeable 3.7V rechargeable batteries type 16340 and can tell, if they work as replacement for the CR123A batteries?
Hello
Thank you for this blueprint. Is there a way to use different pin codes?
I use a keypad with a rfid sensor. Each rfid tag returns a different pin code through zigbee2mqtt (for example +2FA9ED04). Each member of the family has a different tag and of course a different pin code. I can add each of them in alarmo but the blueprint only works with the main pin code.
Iāve looked a little bit at your blueprint but there is only one āpin:ā option and of course I canāt duplicate it. Iāve tried to put several pin codes separated with a, or a ; but it wonāt work.
Thanks