hello, because of the restart problem I leave you some details. As you will see in the images there are two, one before the restart and another after restarting the raspberry. the sensors go from active to inactive.
provisionally we have been able to fix that with an automation for each mode.
type like this:
alias: reinicio ha modo AWAY
trigger:
event: start
platform: homeassistant
condition:
condition: state
entity_id: alarm_control_panel.house
state: ‘armed_away’
action:
service: alarm_control_panel.alarm_disarm
delay: 00:00:03
alias: ‘’
service: alarm_control_panel.alarm_arm_away!
the first photo is after the restart and the second before the restart
For some reason I keep getting errors that point to line 175 of the alarm.html.
updateTime(hass){
if (this.alarm.attributes.clock){
this.time = this.hass.states['sensor.time'];
if (this.time == null){
this.error("Time Sensor (sensor.time) not found in HA");
It says that there is a problem with this.alarm and that it is undefined.
“TypeError: this.alarm is undefined 175:1”
I cleared cache in the browsers I tested, updated to the latest alarm.html but still getting the same error.
I feel like I’ve come so far to just pull the plug on the whole thing and give up.
Ok I use Firefox, but tested IE, Chrome, and Edge. Cleared cookies and cache in each, I have javascript_version: latest in the frontend, and I have restarted hass.io and the raspberry pi itself, but the error remains
@gazoscalvertos
I got a bug here. Tell me if it is only me or if anyone can reproduce this:
Arm the alarm (home or away mode)
Restart HA (not raspberry, just HA)
Open any door/window
Unfortunately the alarm wont trigger. Yea, the state is the same (armed) when HA starts again, but it wont trigger. There are no errors in HA however…