LAB02-Research / HASS.Agent-Notifier

HASS.Agent Notifier integration. Adds notifications to HASS.Agent - a Windows based client for Home Assistant.
MIT License
67 stars 4 forks source link

Bug: satellite service keeps dying, and nothing in the logs indicates any kind of problem #15

Closed sdwilsh closed 2 years ago

sdwilsh commented 2 years ago

The satellite service only stays up for a short time before it goes away. Unfortunately, the logs are not very helpful, as they just show this:

2022-06-25 15:45:13.414 -07:00 [INF] [MAIN] Version: 2022.13.0.0
2022-06-25 15:45:13.424 -07:00 [INF] [MAIN] Service started, initializing ..
2022-06-25 15:45:13.492 -07:00 [INF] [MAIN] Running as a service, initializing lifetime manager
2022-06-25 15:45:13.518 -07:00 [INF] [LIFETIMEMANAGER] Initialized
2022-06-25 15:45:13.533 -07:00 [INF] [WORKER] Startup completed, commencing execution ..
2022-06-25 15:45:13.535 -07:00 [INF] [SETTINGS] Config storage path: C:\Program Files (x86)\LAB02 Research\HASS.Agent Satellite Service\config
2022-06-25 15:45:13.606 -07:00 [INF] [SETTINGS] Configuration loaded
2022-06-25 15:45:13.610 -07:00 [INF] [SETTINGS] MQTT configuration loaded
2022-06-25 15:45:13.611 -07:00 [INF] [SETTINGS_COMMANDS] Config not found, no entities loaded
2022-06-25 15:45:13.634 -07:00 [INF] Application started. Hosting environment: Production; Content root path: C:\Program Files (x86)\LAB02 Research\HASS.Agent Satellite Service\
2022-06-25 15:45:14.286 -07:00 [INF] [SETTINGS_SENSORS] Loaded 2 entities
2022-06-25 15:45:14.289 -07:00 [INF] [MQTT] Identifying as device: sdwilsh_desktop-satellite
2022-06-25 15:45:14.296 -07:00 [INF] [MQTT] Connecting ..
2022-06-25 15:45:14.307 -07:00 [INF] [RPCMANAGER] Listening
2022-06-25 15:45:14.334 -07:00 [INF] [MQTT] Connected

I'm not sure what I can provide you with to help figure out what is going on, but I suspect more logging needs to be added to figure this out.

sdwilsh commented 2 years ago

My bad; I filed this in the wrong repository. Re-filed here.