hassio-addons / addon-appdaemon

AppDaemon4 - Home Assistant Community Add-ons
https://addons.community
MIT License
141 stars 45 forks source link

[support] subscribe app to homeassistant error logs #316

Closed wilcomir closed 6 months ago

wilcomir commented 7 months ago

Hello - this is just a support request.

I have an appdaemon app that calls a service in homeassistant, but sometimes this service can fail to execute due to several reasons.

I would like to be able to get a message to my app if an error is logged within homeassistant, possibly with some filters, so that I can implement some logic to decide whether to retry, o to perform some action on the app side.

I was not able to find any information regarding this particular topic within the documentation, therefore I am asking.

Thanks for the time and support.

frenck commented 6 months ago

Hi there @wilcomir 👋

Your question is about AppDaemon itself and not the add-on. Please check the AppDaemon documentation on where to go for support on using AppDaemon itself:

https://appdaemon.readthedocs.io/en/latest/#support

../Frenck