I recently got some ZEN32 scene switches to install and was messing around with the new zwavejs, but I decided I liked some of the features and benefits of using the MQTT server. I used the blueprint by @fxlthere as my starting point.
For the MQTT version you need to ensure the switch entity and the 5 scene sensors are available. Then this blueprint lets you have a single automation for all the many possibilities for switch button presses. I find this to be the first great use for blueprints, this one switch would require many automations previously, but now I can have one automation for each switch, making it very clean IMO.
Trying to install this blueprint and running into some issues. The link to import the blueprint doesn’t work as it doesn’t end with a .yaml extension. Copied the text from GitHub and created a blueprint file. It is showing up correctly in Blueprints section. When I go to create an automation from the blueprint, there are no entities in the selection box. Not sure how to resolve.
I have found an issue with this template. Not sure if it is a template issue or HA issue. I have a Vera controller I am in process of migrating away from. In the meantime, I was trying to use these controllers to manage some lights still on Vera. In developers tools, I can use the service Light:Toggle to turn a vera switch on and off. When I set it up in your template it does nothing. Any idea why it works in Dev Tools and not from the template?
Can you post a copy of your yaml with the service call? There is no technical reason, did you check the logs to see if anything useful is generated when you try to do it and it doesn’t work?