frogbite
(Bennett Fleisher)
May 24, 2019, 10:58pm
1
Not sure when but at some point my bwalarm panel stopped working and the only hint of the problem is when I select the alarm panel I see:
There are no errors logged to the homeassistant.log file with default logging and when click to configure the panel I get an entry in the log:
2019-05-24 18:50:02 ERROR (MainThread) [frontend.js.latest.201905140] http://blah.blah.com:1234/api/panel_custom/alarm:1998:37 Uncaught TypeError: Cannot read property ‘classList’ of undefined
I searched but could not find anything obvious and I event cleaned out the alarm.yaml file, but still get the same error. Any pointers? Not sure how to debug this.
tom_l
May 24, 2019, 11:03pm
2
There is a fork here that fixes most problems:
This is a fork intended to maintain the abandoned original bwalarm custom component until its author is back.
Feel free to post your question/ideas/suggestion/feedback here.
This topic is NOT intended for reporting issues so please create a new issue or a pull request at GitHub providing as much relevant information as possible.
When opening a new issue, please include versions of your component - it can be found in Settings -> About:
[22%20(2)]
GitHub repo
frogbite
(Bennett Fleisher)
May 24, 2019, 11:18pm
3
Thanks, got the new code and testing…
frogbite
(Bennett Fleisher)
May 24, 2019, 11:24pm
4
That did it. Will need to add sensors back in, but I am back up and running and can complete the configuration.
Thanks Tom!!!