-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hello,
I am having a lot of trouble setting this up. I've tried through HACS, manually to the /appdaemon directory, and directly to the /apps directory.
I currently have it setup under my /config/apps directory.
For apps.yaml, stored under /config/apps, I have:
qolsys_panel:
module: gateway
class: QolsysGateway
panel_host: 192.168.1.137
panel_token: 000000
For appdaemon.yaml, stored under /configs/, I have:
appdaemon:
time_zone: America/Denver
latitude: 52.379189
longitude: 4.899431
elevation: 2
plugins:
hass:
namespace: default
type: hass
ha_url: http://homeassistant.local:8123 (side note, I tried this with the IP:port, and also with homeassistant:8123. I can access this IP to access my home assistant through a browser, and also through smb)
token: eyJhbGciOiJ...W1HN3o7_rLoltNb1WNEA
mqtt:
namespace: mqtt
type: mqtt
client_host: mosquitto
client_port: 1883
client_user: homeassistant
client_password: test
Under my /config/apps directory, I have the qolsysgw directory, that I downloaded from this git repo. It includes the gateway.py, and the mqtt/qolsys directories.
I've done the setup on the IQ Panel, to allow control4, and created the token.
I've added debugging to echo the appdaemon.yaml, and it shows as expected. This is what I'm running into with my debug logs:
[17:23:41] INFO: Starting AppDaemon...
s6-rc: info: service legacy-services successfully started
2025-04-23 01:23:50.989600 INFO AppDaemon: AppDaemon Version 4.4.2 starting
2025-04-23 01:23:50.990280 INFO AppDaemon: Python version is 3.11.10
2025-04-23 01:23:50.991052 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml
2025-04-23 01:23:50.991833 INFO AppDaemon: Added log: AppDaemon
2025-04-23 01:23:50.992611 INFO AppDaemon: Added log: Error
2025-04-23 01:23:50.993292 INFO AppDaemon: Added log: Access
2025-04-23 01:23:50.994041 INFO AppDaemon: Added log: Diag
2025-04-23 01:23:51.588882 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2025-04-23 01:23:52.174198 INFO HASS: HASS Plugin Initializing
2025-04-23 01:23:52.174762 WARNING HASS: ha_url not found in HASS configuration - module not initialized
2025-04-23 01:23:52.175486 INFO HASS: HASS Plugin initialization complete
2025-04-23 01:23:52.177288 INFO AppDaemon: Initializing HTTP
2025-04-23 01:23:52.178568 INFO AppDaemon: Using 'ws' for event stream
2025-04-23 01:23:52.188473 INFO AppDaemon: Starting API
2025-04-23 01:23:52.194979 INFO AppDaemon: Starting Admin Interface
2025-04-23 01:23:52.196250 INFO AppDaemon: Starting Dashboards
2025-04-23 01:23:52.228465 INFO HASS: Connected to Home Assistant 2025.4.3
2025-04-23 01:23:52.265866 INFO AppDaemon: App 'qolsys_panel' added
2025-04-23 01:23:52.269056 INFO AppDaemon: Found 1 active apps
2025-04-23 01:23:52.270740 INFO AppDaemon: Found 0 inactive apps
2025-04-23 01:23:52.271787 INFO AppDaemon: Found 0 global libraries
2025-04-23 01:23:52.273626 INFO AppDaemon: Starting Apps with 1 workers and 1 pins
2025-04-23 01:23:52.277889 INFO AppDaemon: Running on port 5050
2025-04-23 01:23:52.348658 INFO HASS: Evaluating startup conditions
2025-04-23 01:23:52.366542 INFO HASS: Startup condition met: hass state=RUNNING
2025-04-23 01:23:52.367622 INFO HASS: All startup conditions met
2025-04-23 01:23:52.389128 INFO AppDaemon: Got initial state from namespace default
2025-04-23 01:23:54.289210 INFO AppDaemon: Scheduler running in realtime
2025-04-23 01:23:54.295776 INFO AppDaemon: Adding /config/apps to module import path
2025-04-23 01:23:54.297431 INFO AppDaemon: Adding /config/apps/qolsys to module import path
2025-04-23 01:23:54.299046 INFO AppDaemon: Adding /config/apps/mqtt to module import path
2025-04-23 01:23:54.300565 INFO AppDaemon: Adding /config/apps/qolsysgw to module import path
2025-04-23 01:23:54.302056 INFO AppDaemon: Adding /config/apps/qolsysgw/qolsys to module import path
2025-04-23 01:23:54.303601 INFO AppDaemon: Adding /config/apps/qolsysgw/mqtt to module import path
2025-04-23 01:23:54.357846 WARNING AppDaemon: No app description found for: /config/apps/hello.py - ignoring
2025-04-23 01:23:54.360180 WARNING AppDaemon: No app description found for: /config/apps/qolsys/events.py - ignoring
2025-04-23 01:23:54.362408 WARNING AppDaemon: No app description found for: /config/apps/qolsys/control.py - ignoring
2025-04-23 01:23:54.364633 WARNING AppDaemon: No app description found for: /config/apps/qolsys/utils.py - ignoring
2025-04-23 01:23:54.366856 WARNING AppDaemon: No app description found for: /config/apps/qolsys/actions.py - ignoring
2025-04-23 01:23:54.369246 WARNING AppDaemon: No app description found for: /config/apps/qolsys/socket.py - ignoring
2025-04-23 01:23:54.371515 WARNING AppDaemon: No app description found for: /config/apps/qolsys/config.py - ignoring
2025-04-23 01:23:54.373770 WARNING AppDaemon: No app description found for: /config/apps/qolsys/sensors.py - ignoring
2025-04-23 01:23:54.375987 WARNING AppDaemon: No app description found for: /config/apps/qolsys/exceptions.py - ignoring
2025-04-23 01:23:54.378262 WARNING AppDaemon: No app description found for: /config/apps/qolsys/partition.py - ignoring
2025-04-23 01:23:54.380456 WARNING AppDaemon: No app description found for: /config/apps/qolsys/state.py - ignoring
2025-04-23 01:23:54.382692 WARNING AppDaemon: No app description found for: /config/apps/qolsys/__init__.py - ignoring
2025-04-23 01:23:54.385046 WARNING AppDaemon: No app description found for: /config/apps/qolsys/observable.py - ignoring
2025-04-23 01:23:54.387393 WARNING AppDaemon: No app description found for: /config/apps/mqtt/listener.py - ignoring
2025-04-23 01:23:54.389662 WARNING AppDaemon: No app description found for: /config/apps/mqtt/utils.py - ignoring
2025-04-23 01:23:54.391981 WARNING AppDaemon: No app description found for: /config/apps/mqtt/exceptions.py - ignoring
2025-04-23 01:23:54.394263 WARNING AppDaemon: No app description found for: /config/apps/mqtt/updater.py - ignoring
2025-04-23 01:23:54.396572 WARNING AppDaemon: No app description found for: /config/apps/mqtt/__init__.py - ignoring
2025-04-23 01:23:54.398956 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/gateway.py - ignoring
2025-04-23 01:23:54.401298 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/events.py - ignoring
2025-04-23 01:23:54.403563 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/control.py - ignoring
2025-04-23 01:23:54.405798 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/utils.py - ignoring
2025-04-23 01:23:54.408113 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/actions.py - ignoring
2025-04-23 01:23:54.410303 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/socket.py - ignoring
2025-04-23 01:23:54.412529 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/config.py - ignoring
2025-04-23 01:23:54.414741 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/sensors.py - ignoring
2025-04-23 01:23:54.417703 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/exceptions.py - ignoring
2025-04-23 01:23:54.420004 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/partition.py - ignoring
2025-04-23 01:23:54.422310 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/state.py - ignoring
2025-04-23 01:23:54.424636 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/__init__.py - ignoring
2025-04-23 01:23:54.426926 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/qolsys/observable.py - ignoring
2025-04-23 01:23:54.429310 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/mqtt/listener.py - ignoring
2025-04-23 01:23:54.431574 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/mqtt/utils.py - ignoring
2025-04-23 01:23:54.433888 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/mqtt/exceptions.py - ignoring
2025-04-23 01:23:54.436174 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/mqtt/updater.py - ignoring
2025-04-23 01:23:54.438544 WARNING AppDaemon: No app description found for: /config/apps/qolsysgw/mqtt/__init__.py - ignoring
2025-04-23 01:23:54.440837 INFO AppDaemon: App initialization complete
2025-04-23 01:23:56.875607 INFO AppDaemon: New client Admin Client connected
2025-04-23 01:23:56.875607 INFO AppDaemon: New client Admin Client connected
Anyone know what I'm missing?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels