Bwalarm (akasma74 edition)

I’m using just the web panel and no MQTT.

1 Like

I never use the web panel.
I am using MQTT.
My interface is this:

This is done with nodered.

All my alarm related automations are in nodered.

I also have a backup rfid method to arm/disarm the alarm. In case something goes wrong with the UI.

@AhmadK Thanks for maintaining the code :slight_smile:

GV

1 Like

I’m using MQTT for a remote keypad at the front door (android app ‘MQTT Alarm Control Panel’)

I only use the built in panel UI for initial setup of sensors and config options, and rarely after that. My alarm is armed and disarmed primarily with MQTT and automation based on presence, motion, etc. I disarm the alarm most often using telegram commands when a window or door is opened in the morning.

1 Like

Never use the web panel for arming or disarming. Only settings.

Not using mqtt.

Again, amazing job @AhmadK

Just updated to the latest and got the below error - role back to previous version
Invalid config
I am not using MQTT

The following integrations and platforms could not be set up:

  • mqtt
  • bwalarm.alarm_control_panel

Please check your config.

and
his component is not working!
Unable to prepare setup for platform bwalarm.alarm_control_panel: Could not set up all dependencies.
(setup.py)
Unable to set up dependencies of bwalarm. Setup failed for dependencies: mqtt
(setup.py)
Check the Home Assistant log for more details.
Home Assistant: v0.105.2

I’m facing the exact same thing. I also tried removing the Integration, but that didn’t solve it.
Didn’t even know that I was using mqtt, but I guess that is a part of the bwalarm component?

Same issue here, I was on 103.6 and got the error, updated to latest 105.2 but same issue. I dont have mqtt installed in my setup (in HA).

HA 0.105.2
Don’t use MQTT at all
Roled back to
v1.11.2pre1

Thanks for all your work keeping this going

@Yoinkz, @sweup, @Kelvin_Sudlow could you confirm that:

  1. You don’t have any MQTT broker running with your HA setup
  2. You have
mqtt:
  enable_mqtt: false

or don’t have mqtt section at all in your bwalarm.yaml

  1. you started getting errors when updated this component today to the v1.12?

HI
I don’t have MQTT broker running with HA

Error only happens with v1.12 released today

I’ve updated my release post as it does not work if you are not using MQTT.
Need to investigate it further.

  1. no mqtt in HA
  2. i havent edit anything in bwalarm or stated “false”
  3. errors came after 1.12

There is a fresh new release available that should work for everyone so feel free to check it out and thanks for your patience!

1 Like

the custom panel doesn’t work for me, the panel doesn’t open, it goes blank, 105.2, I’m

For me it seams to work. Im able to reach panel and setting, lovelace card is showing no errors, logs are fine. Thanks for hard work!

Same panel went blank, restarted, But still blank. Using HA app on android get error unable to open panel. No errors in log. In chrome it did appear to work but cleared cache and same issue -blank

the same happens to me!

Has error in log, did not notice the first time
Mon Feb 10 2020 10:57:30 GMT+1300 (New Zealand Daylight Time)

http://#####:8123/api/panel_custom/alarm:2038:32 Uncaught ReferenceError: $ is not defined

Unhandled exception
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 461, in start
await prepare_meth(request)
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_fileresponse.py”, line 224, in prepare
st = await loop.run_in_executor(None, filepath.stat)
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.7/pathlib.py”, line 1178, in stat
return self._accessor.stat(self)
FileNotFoundError: [Errno 2] No such file or directory: ‘/config/custom_components/bwalarm/resources/panel.html’

do you have panel.yaml in /config/custom_components/bwalarm/resources/?