I got my EnvisaLink set up on my DSC alarm, and got it set up in HAS as far as to where I can see the status of the sensors across the top of the page, and they react properly to status changes, but that’s not where I want them to be. I want them to show up in a group, similar to how they show up here. I’ve tried to take the snippets from that page to get it to work, and I’ve also tried to use pieces from here, and everything that I’ve tried has either caused an ‘invalid config’ to appear on the web interface, or it’s caused the interface to crash all over itself on restart so it won’t even start. Maybe I’m stuck on stupid, but I can’t seem to get it right.
Here’s a snip of the relevant section of my sensors.yaml.
Thanks - I think I’m getting somewhere (I didn’t realize that making a group and placing those sensors that appear up top in that group would move them off the top and into the group), but I must still be missing something.
After doing a group reload (I did a reload after each batch of two or three that I added), those sensors that were up above the cards now appeared below in the group that I named ‘Alarm State’.
This time it didn’t crash all over itself or create a card/group stating that there is an error, but now I have a new sensor for each one defined under the new ‘platform: template’ section, and each one shows ‘n/a’.
Obviously, I missed or screwed something up lol.
Or is the ‘sensors’ section even needed? I removed the entire section from my ‘sensors.yaml’ and the ‘Alarm State’ group still appears to be working properly with animations and such, and I don’t have the boatload of ‘2017-10-10 17:21:44 ERROR (EndpointThread-Subscribe-0) [pubnub] Exception in subscribe loop: HTTP Client Error (400): {“message”:“Invalid Subscribe Key”,“error”:true,“service”:“Access Manager”,“status”:400}’ messages in the HA log file that I had after restarting the service with the lines in ‘sensors.yaml’.
Oh, I think because in my envisalink setup I’m specifying the zone type, it’s correctly adjusting on/off to be open/close, therefore not needing the template anymore?
Thanks so much! I have spent hours trying to get this to work with templates etc. Your solution changed the on/off to open/close! Works perfectly! Such a simple solution!