YET another take on an alarm system

Ok so I worked it out, create a script for each alarm state (away, home etc) and then add them to Alexa so they appear as a Scene. Thanks :slight_smile:

Would you be willing to share a quick screenshot of what it looks like with HADashboard?

hi
Sure, here it is when the request to arm is done

3 Likes

Hi
I can’t open the Alarm Panel on my wifes iPhone 7 in Safari. Other HA panels are working fine.
I’ve using at Lenono Tablet (Android 7) with an app called Fully Kiosk Browse (this app turn on the display, when approaching). Fully Kiosk is using it’s own browser and this browser can’t open the Alarm Panel. Using Chrome on the tablet works fine.
Other browsers are working fine. Any hint on what I can do to fix this

Hi,

I had the same issue with Fully Kiosk, I suspect due to the update in polymer see my change log:

(28/03/18) Major Update - Moved the entire codebase of the panel (alarm.html v1.1.0) over to Polymer2 so that translations can be included and the panel can be integrated into the HA codebase at some point once its ready. Please note that depending on your browser you will likely need to set the javascript version to the latest version using the config below. I don’t know how this will effect older browsers but this has been tested on a Samsung Galaxy Tab 10 (Original), S7 Edge, Iphone 6, Firefox, Chrome

Have you tried adding to your config:

#CONFIGURATION.YAML
frontend:
  javascript_version: latest

Also I had to clear the cache settings in Fully Kiosk.

Thak you very much. That worked both for the fully kiosk browser and the iphone

1 Like

Using a Lenovo tab also and fully kiosk browser since when you created this alarm panel. It is always working with no problems. I have enabled auto reloading page when inactive every 30 mins and auto clearing cache when that reload occurs.

1 Like

I have tried to implement the bwalarm into my configuration for some months now, but it doesn’t seem to work properly. When I click on the Home Assistant menu > Alarm, it says “House Alarm” at the top, and Service system_log/write. I have tested this on multiple devices and thus browser types. Any idea of where I should look next?

Anything in the HA or browser console logs?

1 Like

Hello, I went into home-assistant.log and it has a whole page of notes, but I took the part that seems to repeat towards the end of it,

"ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-08 20:55:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-08 20:57:15 ERROR (SyncWorker_9) [homeassistant.util.yaml] while parsing a block mapping
in “/config/configuration.yaml”, line 1, column 1
expected , but found ‘’
in “/config/configuration.yaml”, line 36, column 2
2018-05-08 20:58:01 ERROR (SyncWorker_8) [homeassistant.loader] Unable to find component python_scripts
2018-05-08 20:58:16 ERROR (SyncWorker_5) [homeassistant.loader] Unable to find component python_scripts
2018-05-08 20:58:33 ERROR (SyncWorker_12) [homeassistant.loader] Unable to find component python_scripts
2018-05-08 20:58:36 ERROR (SyncWorker_0) [homeassistant.loader] Unable to find component python_scripts
"

Hello, I have your alama implemented. In the last version it saves the last state when the raspberry pi is restarted. I activate way away, restart, the last mode is saved but when an immediate sensor is activated it does NOT activate the triggered or warning, why?

Im new using hassio. I really need help. I follow the instructions here https://github.com/gazoscalvertos/Hass-Custom-Alarm/blob/master/guidance/configuration.md
Copied all the files but i don’t have idea where is the gui. Currently im using appdaemon3 panel which its working good. I can see the sensors changes. But im looking to implement this alarm (panel/system)
Can any good soul who can provide a step by step a how to? implement this? please really. Im had read everything i can find since 3 days ago and I really lost.
Thank you guys for your efforts.

1 Like

Do you have the following in your configuration.yaml?:

panel_custom: !include panel_custom.yaml

You also need to setup your panel_custom.yaml:

  - name: alarm
    sidebar_title: Alarm
    sidebar_icon: mdi:security-home
    config:
      alarmid: alarm_control_panel.house ## USE THE SAME ID AS USED IN YOUR ALARM.YAML
1 Like

Hi,

I’ll need to check this out, when I tested persistence originally it worked fine on my setup however something may have changed or it could be something else as I use a VM rather than a rPi

2 Likes

What does line 36 show in your configuration.yaml?

1 Like

Thank you for checking. It doesn’t have anything on line 36, but just before it, it has:

Logger:
default: critical

As I was following instructions to get more detailed log files if possible.

I can confirm that I also have the “panel_custom: !include panel_custom.yaml” and the actual panel_custom.yaml, specified with the same ID from my Alarm.yaml file.

I’m waiting for new frontend ui of the bwalarm system. Really love the new look.

1 Like

Hi
The community I’m living has a Facebook group. I can post to the group by sending an email. The idea is to alert my neighbors, when the alarm is triggered. I would like to include information about, which of my Xaiomi Windows sensors, has triggered the alarm. Any thoughts on how to do this?

Ok thanks! I have an HA group that has tested it and we all have the same problem when restarting the pi