home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.7k stars 30.82k forks source link

Error: Unable to find notify service for webhook ID #122151

Closed ZhuDaHai closed 4 months ago

ZhuDaHai commented 4 months ago

The problem

This was working until 2 days ago. I have a handful of automations set up in Home Assistant to send notifications to my Pixel 6 Android phone when certain events trigger. They are now failing with the following errors in the Trace:

Executed: July 19, 2024 at 9:55:59 AM
Error: Unable to find notify service for webhook ID

I have reinstalled the app multiple times. Tried the local IP as well as the CloudFlare tunnel, cleared cache and data before each re-configure. Nothing works. I still do not get those notifications. And the only notification toggles in the Android Home Assistant App are: All Home Assistant Notifications: ON SensorWorked: ON Allow notifications do: ON

I believe there is another notification that is missing from this list, but I do not remember what it is called.

What version of Home Assistant Core has the issue?

core-2024.7.2

What was the last working version of Home Assistant Core?

core-2924.7.1

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Moble App Integreation (I guess)

Link to integration documentation on our website

No response

Diagnostics information

error_log.txt

Why don't you support the standard 'error_log' file name generated by Home Assistant???

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Executed: July 19, 2024 at 10:10:33 AM
Error: Unable to find notify service for webhook ID

Logger: homeassistant.components.automation.garage_motion_detection_notification
Source: components/automation/__init__.py:776
integration: Automation (documentation, issues)
First occurred: 8:47:05 AM (11 occurrences)
Last logged: 10:14:27 AM

Error while executing automation automation.garage_motion_detection_notification: Unable to find notify service for webhook ID

Additional information

No response

ZhuDaHai commented 4 months ago

I believe this was caused by having multiple "Pixel 6" Mobile devices listed in the Integration. Once I disabled all of them (I am unable to DELETE them), and then cleared cache/deleted data on the HA Mobile app, I created a connection with a Different Device name and now I'm getting General Notifications on my Phone.

I still can't actually deleted those old device entries in the HA Mobile App Integration - even after a hard-reboot. But at least now its working and I'm getting all my automation notifications as before.

Cheers.