LAB02-Research / HASS.Agent

Windows-based client for Home Assistant. Provides notifications, quick actions, commands, sensors and more.
https://hassagent.lab02-research.org
MIT License
1.47k stars 65 forks source link

Notify service missing in HA #410

Open Wank-ster opened 2 months ago

Wank-ster commented 2 months ago

So I did install everything according to the instructions and somehow got it working, but I cannot get the "notify" service. It seems that either the service is not created or I do something wrong.

I have installed HASS.Agent locally on a Win11 Client

image

and also in HA: image

Notification test on the client is successful and also this test image

The only thing I see and assume is that I do not have some kind of notify entry in MQTT and don’t know if this is supposed to be there or how in the world this notify service for the client is created within HA

image

According to the documentation I assumed that it should be created automatically when I add the device via autodetect. The device pops up and I can add it but no service is created.

I found the old hass.agent notification integration but apparently it is deprecated and I should use this one instead.

Can anyone help?

hacshacdgacs commented 2 months ago

Are you running the latest HAOS core update (2024.5.0)? I had notifications previously working and once I updated to that version the notification entity wasn't being created.

NewsGuyTor commented 2 months ago

Same issue here, 2024.5 breaks HASS.Agent.

NewsGuyTor commented 2 months ago

Ah, there's a new version here: https://github.com/hass-agent/HASS.Agent/releases/tag/2.1.0-beta1

hacshacdgacs commented 2 months ago

Ah, there's a new version here: https://github.com/hass-agent/HASS.Agent/releases/tag/2.1.0-beta1

That version also doesn't work fyi but is actively being maintained. I've raised this issue over there as well

Wank-ster commented 2 months ago

Are you running the latest HAOS core update (2024.5.0)? I had notifications previously working and once I updated to that version the notification entity wasn't being created.

Yes, I am running 2024.5.0. Unlucky coincidence running Hass.Agent for the first time while being on a beta. And there I was so happy having finally found the solution I was looking for. 😄

So, can we expect someone to fix this? Community here doesn‘t seem very active.

NewsGuyTor commented 2 months ago

Are you running the latest HAOS core update (2024.5.0)? I had notifications previously working and once I updated to that version the notification entity wasn't being created.

Yes, I am running 2024.5.0. Unlucky coincidence running Hass.Agent for the first time while being on a beta. And there I was so happy having finally found the solution I was looking for. 😄

So, can we expect someone to fix this? Community here doesn‘t seem very active.

It's active, you need to go here: https://github.com/hass-agent/HASS.Agent-Integration/issues/2

flyize commented 3 weeks ago

Oh wow, I didn't know it had been forked. Thanks guys!