XaF / qolsysgw

Qolsys IQ Panel 2+ gateway to an Home Assistant Alarm Control Panel
MIT License
131 stars 13 forks source link

alarm_control_panel entity missing #155

Closed raviolish closed 5 months ago

raviolish commented 5 months ago

Before submitting this form

Description of the bug

I am able to see sensor entities and they work but I am missing the alarm_control_panel entity.

Screenshot 2024-06-07 at 9 47 34 PM

My apps.yaml file is:

hello_world: module: hello class: HelloWorld qolsys_panel: module: gateway class: QolsysGateway panel_host: redacted panel_token: redacted panel_mac: redacted panel_user_code: redacted mqtt_namespace: mqtt log_level: DEBUG

My appdaemon.yaml is:


appdaemon: latitude: redacted longitude: redacted elevation: redacted time_zone: redacted plugins: HASS: type: hass MQTT: type: mqtt namespace: mqtt # needed verbose: True client_host: core-mosquitto client_port: 1883 client_id: localad client_user: mosquito client_password: redacted event_name: MQTT_MESSAGE # the event you will listen in your module client_topics: NONE app_dir: /homeassistant/appdaemon/apps

http: url: http://127.0.0.1:5050 admin: api: hadashboard:

Expected behavior

I would expect to see the alarm_control_panel entity in addition to the sensor entities that show up.

DEBUG logs

s6-rc: info: service base-addon-log-level: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service base-addon-log-level successfully stopped s6-rc: info: service base-addon-banner: stopping s6-rc: info: service base-addon-banner successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service base-addon-banner: starting


Add-on: AppDaemon Python Apps and Dashboard using AppDaemon 4.x for Home Assistant

Add-on version: 0.16.6 You are running the latest version of this add-on. System: Home Assistant OS 12.3 (aarch64 / raspberrypi4-64) Home Assistant Core: 2024.5.5 Home Assistant Supervisor: 2024.06.0

Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.

s6-rc: info: service base-addon-banner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service base-addon-log-level: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service base-addon-log-level successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service init-appdaemon: starting s6-rc: info: service init-appdaemon successfully started s6-rc: info: service appdaemon: starting s6-rc: info: service appdaemon successfully started s6-rc: info: service legacy-services: starting [22:05:36] INFO: Starting AppDaemon... s6-rc: info: service legacy-services successfully started 2024-06-07 22:05:41.583086 INFO AppDaemon: AppDaemon Version 4.4.2 starting 2024-06-07 22:05:41.583406 INFO AppDaemon: Python version is 3.11.9 2024-06-07 22:05:41.583671 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml 2024-06-07 22:05:41.583978 INFO AppDaemon: Added log: AppDaemon 2024-06-07 22:05:41.584349 INFO AppDaemon: Added log: Error 2024-06-07 22:05:41.584662 INFO AppDaemon: Added log: Access 2024-06-07 22:05:41.584966 INFO AppDaemon: Added log: Diag 2024-06-07 22:05:41.893621 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin 2024-06-07 22:05:42.217381 INFO HASS: HASS Plugin Initializing 2024-06-07 22:05:42.217704 WARNING HASS: ha_url not found in HASS configuration - module not initialized 2024-06-07 22:05:42.217993 INFO HASS: HASS Plugin initialization complete 2024-06-07 22:05:42.218526 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin 2024-06-07 22:05:42.332456 INFO MQTT: MQTT Plugin Initializing 2024-06-07 22:05:42.332785 INFO MQTT: Using 'localad/status' as Will Topic 2024-06-07 22:05:42.333003 INFO MQTT: Using 'localad/status' as Birth Topic 2024-06-07 22:05:42.333841 INFO AppDaemon: Initializing HTTP 2024-06-07 22:05:42.334564 INFO AppDaemon: Using 'ws' for event stream 2024-06-07 22:05:42.340131 INFO AppDaemon: Starting API 2024-06-07 22:05:42.344745 INFO AppDaemon: Starting Admin Interface 2024-06-07 22:05:42.345433 INFO AppDaemon: Starting Dashboards 2024-06-07 22:05:42.369800 INFO HASS: Connected to Home Assistant 2024.5.5 2024-06-07 22:05:42.401105 INFO MQTT: Connected to Broker at URL core-mosquitto:1883 2024-06-07 22:05:42.405718 INFO AppDaemon: App 'qolsys_panel' added 2024-06-07 22:05:42.407831 INFO AppDaemon: Found 1 active apps 2024-06-07 22:05:42.408814 INFO AppDaemon: Found 0 inactive apps 2024-06-07 22:05:42.409353 INFO AppDaemon: Found 0 global libraries 2024-06-07 22:05:42.409879 INFO AppDaemon: Starting Apps with 1 workers and 1 pins 2024-06-07 22:05:42.411403 INFO AppDaemon: Running on port 5050 2024-06-07 22:05:42.416611 INFO AppDaemon: Got initial state from namespace mqtt 2024-06-07 22:05:42.417279 INFO MQTT: MQTT Plugin initialization complete 2024-06-07 22:05:42.466895 INFO HASS: Evaluating startup conditions 2024-06-07 22:05:42.482081 INFO HASS: Startup condition met: hass state=RUNNING 2024-06-07 22:05:42.482679 INFO HASS: All startup conditions met 2024-06-07 22:05:42.520710 INFO AppDaemon: Got initial state from namespace default 2024-06-07 22:05:44.421369 INFO AppDaemon: Scheduler running in realtime 2024-06-07 22:05:44.428376 INFO AppDaemon: Adding /homeassistant/appdaemon/apps to module import path 2024-06-07 22:05:44.430753 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/qolsysgw to module import path 2024-06-07 22:05:44.432072 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/qolsysgw/mqtt to module import path 2024-06-07 22:05:44.432818 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/qolsysgw/qolsys to module import path 2024-06-07 22:05:44.445250 INFO AppDaemon: Loading App Module: /homeassistant/appdaemon/apps/qolsysgw/gateway.py 2024-06-07 22:05:44.579202 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/mqtt/listener.py - ignoring 2024-06-07 22:05:44.580565 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/mqtt/updater.py - ignoring 2024-06-07 22:05:44.581985 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/mqtt/utils.py - ignoring 2024-06-07 22:05:44.583247 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/mqtt/exceptions.py - ignoring 2024-06-07 22:05:44.584345 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/observable.py - ignoring 2024-06-07 22:05:44.585558 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/partition.py - ignoring 2024-06-07 22:05:44.586714 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/control.py - ignoring 2024-06-07 22:05:44.588126 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/events.py - ignoring 2024-06-07 22:05:44.589341 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/sensors.py - ignoring 2024-06-07 22:05:44.590588 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/utils.py - ignoring 2024-06-07 22:05:44.591960 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/socket.py - ignoring 2024-06-07 22:05:44.593245 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/exceptions.py - ignoring 2024-06-07 22:05:44.594498 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/actions.py - ignoring 2024-06-07 22:05:44.595842 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/config.py - ignoring 2024-06-07 22:05:44.597130 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/qolsysgw/qolsys/state.py - ignoring 2024-06-07 22:05:44.598301 INFO AppDaemon: Loading app qolsys_panel using class QolsysGateway from module gateway 2024-06-07 22:05:44.601290 INFO AppDaemon: Calling initialize() for qolsys_panel 2024-06-07 22:05:44.698707 INFO qolsys_panel: Starting 2024-06-07 22:05:44.708768 WARNING qolsys_panel: No mac address found for '10.1.1.20' 2024-06-07 22:05:44.725490 INFO qolsys_panel: Started 2024-06-07 22:05:44.726801 INFO AppDaemon: App initialization complete 2024-06-07 22:05:44.744238 INFO qolsys_panel: Establishing connection to 10.1.1.20:12345 2024-06-07 22:05:44.927967 INFO AppDaemon: New client Admin Client connected

Additional context

No response

raviolish commented 5 months ago

Never mind. I updated homeassistant and it shows up now