PC doesn't get discovered in HA but MQTT picks it up + no notify.your-pc service

Posting these as one support thread in case they're related. I'm not getting a HASS.Agent integration pop up with the device discovered, but it still appears under my list of devices for MQTT. I've added the github repo for media/notfications. I'm picking up the sensors I want and I can send the test notification from the App (except GPU Temps which says Unavailable) but there's no notify service.
15 Replies
DrR0x
DrR0x4w ago
How did you install integration? What versions are U running? Windows, hass.agent, integration
Ani
Ani4w ago
Windows 10 version 22H2 HASS.Agent most recent version (can't find the version number on the app) Same for the integration I installed the integration by going to HACS and then Integrations > Custom Github Repository > pasted the link provided
Ani
Ani4w ago
I've restarted HA too
No description
Ani
Ani4w ago
I'm running HA Container, not sure if that makes a difference
DrR0x
DrR0x4w ago
Is there anything in HA logs? The best way we know to fix this is restarting both, and then reinstalling integration. Problem is that I want to fix this, but I have never experienced the issue, can't fix it without information. So if you find anything in the logs that would be helpful 😁
Ani
Ani4w ago
logs are only showing stuff related to my UI looks like i was gonna send it but it's huge, just a bunch of deprecation warnings the only Errors are from Minimalist
2024-08-12 13:46:34.715 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/themes", "/config/themes", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1182: self.hass.http.register_static_path(f"{URL_BASE}/themes", self.hass.config.path("themes")), please create a bug report at https://github.com/hacs/integration/issues

2024-08-12 13:46:34.717 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend", False)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 54: hass.http.register_static_path(f"{URL_BASE}/frontend", locate_dir(), cache_headers=False), please create a bug report at https://github.com/hacs/integration/issues

2024-08-12 13:46:34.718 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues

2024-08-12 13:46:34.719 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues

2024-08-12 13:46:34.720 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles", "/config/www/community", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1162: self.hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-12 13:46:34.715 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/themes", "/config/themes", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1182: self.hass.http.register_static_path(f"{URL_BASE}/themes", self.hass.config.path("themes")), please create a bug report at https://github.com/hacs/integration/issues

2024-08-12 13:46:34.717 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend", False)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 54: hass.http.register_static_path(f"{URL_BASE}/frontend", locate_dir(), cache_headers=False), please create a bug report at https://github.com/hacs/integration/issues

2024-08-12 13:46:34.718 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues

2024-08-12 13:46:34.719 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues

2024-08-12 13:46:34.720 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles", "/config/www/community", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1162: self.hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
i dont think these are relevant either i've tried a fresh install and restarted the server too
DrR0x
DrR0x4w ago
still not being picked up? maybe try deleting the topics in mqttexplorer and restarting hass.agent to get them re-added'
Ani
Ani4w ago
Uh sure I can try that just need to figure out how 😅
DrR0x
DrR0x4w ago
Sry, you'll need mqttexplorer It's an app U can download, very helpful for debugging all mqtt home automation apps
Ani
Ani4w ago
gotcha ill give it a go today when i'm home. thanks!
Ani
Ani4w ago
so i've remoted into my PC, do i delete subtopics here? under hass.agent?
No description
DrR0x
DrR0x4w ago
Yep The ones that most likely matter more are under homeassistant tho
Ani
Ani4w ago
right, there's 77 under home assistant 😅
Ani
Ani4w ago
this keeps flashing, not sure if that is an indication of something
No description
Ani
Ani4w ago
so I found the ones under homeassistant and cleared them then restarted HASS.Agent, still no device discovery on Home Assistant except it appearing under MQTT like before
Want results from more Discord servers?
Add your server