Ok, I am new here , gonna try this
I am using mqtt, on my alarm panel now , when I arm it , it instants arms the panel, without having the time to leave the building…
So is there also an arm timer that you can define, so if I actually press arm button, it will wait for like 30 seconds before sending mqtt
I see a pending timer, but I think that timer is the time before the alarm gets triggered if you enter the building?
- platform: arlo
home_mode_name: 'disarmed'
away_mode_name: 'armed'
I tried with the above and I don’t get any fails, but I don’t get any entities
But I can see that Stimo already replied in another topic I had, before I implemented the alarm system.
On the git page where he show his config, I see that it looks like he is using both systems.
- platform: arlo
home_mode_name: 'disarmed'
away_mode_name: 'armed'
For the arlo part, no clue, you have your 2 alarms without your initial error right? Just Arlo not showing up. Thats not on topic for here, i guess your better off in the topic you linked to.
Hi guys, I tried changing something in the alarm.css file, but it doesn’t appear to be loading the changes after I restart. Pretty nooby with the whole home-assistant setup… How do I get the changes in alarm.css to propagate?
No of course not. I just don’t have any experience with arlo. As discussed in the arlo topic you linked, try to remove it and install it again from ground up.
Not passing an entity ID to a service to target all entities is deprecated. Use instead: entity_id: “all”
It sounds like a bwalarm thing, since the handling of entities has changed:
Slugify changed, which can impact entity ID creation if the entities had names with either a - or characters outside of A-Z and the integration has no unique IDs. We now better handle the characters and substitute it with an alternative instead of removing that character.
Hi al, i am also interesed in a new alarm panel , i am now using the MQTT platform and NOT the manual_mqtt platform, because all my logic is my external alam system, i am just sending/receiving mqtt for status and arm/disarm commands, therefore i cant use the manual_mqtt platform
but the mqtt platform now, is verry basic and limited,… so can i use this project instead?
now the onlt thing i can setup is like this below, thats all
I see the exact same error. It triggers when I try to arm my alarm. Unfortunately something else also happened after the update. I no longer see the keypad which I also stated in another thread.