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

Notification issue as well #6

Closed noideaman closed 2 years ago

noideaman commented 2 years ago

like #2 i am having notification issues on windows 10. firewall port 5115 is open on tcp image added the notification entity in config.yaml and it shows in automations

notify: 
  name: "reepc"
  platform: hass_agent_notifier
  resource: http://192.168.6.32:5115/notify

image running curl from with in HA shows

curl -i http://192.168.6.32:5115
HTTP/1.1 200 OK
Content-Length: 17
Server: Grapevine/5.0.0.0 (Microsoft Windows 10.0.19043 ) Microsoft-HTTPAPI/2.0
Date: Sat, 05 Feb 2022 02:09:39 GMT

HASS.Agent Active#

and it is installed in ha via hacs image

LAB02-Admin commented 2 years ago

Hi @noideaman, I've had a few reports of Windows not showing notifications.

Can you please check your windows (new) configuration screen, and check the notification settings to reflect these:

image

Also, is the HASS.Agent icon visible in the system tray (next to your clock)?

Lastly, have you used any 'telemetry disabling tool' like o&o-shutup or decrapify?

LAB02-Admin commented 2 years ago

Closing this as stale, but let me know if you still need help