Hi,
I’m a complete novice with HA and this is my first post here so please be gentle.
I think this project is great after seeing it mentioned on Everything Smart Home’s Youtube channel as one of his “8 Simple Smart Home Automations Anyone Can Do!” it was something I wanted to implement in to my set up (RPI 4/ HA Core 2022.6.4).
Now I’ve followed the documentation and installed HASS.Agent release 2022.11.4.
This is probably down to something i’ve done, or not configured correctly but I’m a bit stuck and I’m hoping someone may be able to help.
OK, my issue is that I’m not seeing my PC as a Device or any of the Entities within Home Assistant.
I’ve installed the Windows client and it appears to be all ok
I’ve managed to setup the HASS.Agent Notifiction service through HACS and tested that I’m getting a test notification
So as far as I can tell, everything is connected up properly.
HASS.Agent logs show that its connecting to my HA instance also (If I’m reading them correctly)
2022-06-10 11:35:56.637 +01:00 [INF] [SETTINGS_QUICKACTIONS] Loaded 1 entities
2022-06-10 11:35:56.653 +01:00 [INF] [SETTINGS_COMMANDS] Loaded 9 entities
2022-06-10 11:36:01.691 +01:00 [INF] [SETTINGS_SENSORS] Loaded 11 entities
2022-06-10 11:36:01.695 +01:00 [INF] [NOTIFIER] Ready
2022-06-10 11:36:01.696 +01:00 [INF] [MQTT] Identifying as device: DESKTOP.HOME
2022-06-10 11:36:01.696 +01:00 [INF] [MEDIA] Ready
2022-06-10 11:36:01.697 +01:00 [INF] [LOCALAPI] Initializing ..
2022-06-10 11:36:01.697 +01:00 [INF] [SERVICE] Local install path: C:\Program Files (x86)\LAB02 Research\HASS.Agent Satellite Service\
2022-06-10 11:36:01.702 +01:00 [INF] [HOTKEY] Completed bind for global quickaction hotkey
2022-06-10 11:36:01.706 +01:00 [INF] [MQTT] Connecting ..
2022-06-10 11:36:01.783 +01:00 [INF] [MQTT] Connected
2022-06-10 11:36:01.837 +01:00 [INF] [HASS_API] Home Assistant version: 2022.6.4
2022-06-10 11:36:02.092 +01:00 [INF] [LOCALAPI] listening on port 5115
2022-06-10 11:36:03.553 +01:00 [INF] [HASS_API] System connected with http://homeassistant.local:8123
2022-06-10 11:36:03.734 +01:00 [INF] [MQTT] Initial registration completed
I have noticed there does appear to be an issue shown in the MQTT Addon Logs, but this appears to be a bug following the latest release.
1654858561: Client <unknown> disconnected, not authorised.
1654858567: New connection from 172.30.32.1:40452 on port 1883.
error: received null username or password for unpwd check
However using MQTT Explorer I can see that the messages are coming through from my PC to MQTT
I’m afraid I’m at a loss at what I need to do and i’m sure its something i’ve missed somewhere.
Thanks in advance from an inexperienced but keen new user.