Ciao!
Ho notato che uno script portato dalla vecchia versione faceva piantare il sistema con il seguente errore:
==> logs/appdaemon/error.log <==
2019-12-27 13:03:23.096067 WARNING AppDaemon: ------------------------------------------------------------
2019-12-27 13:03:23.097652 WARNING AppDaemon: Unexpected error in worker for App Notifier_Dispatch:
2019-12-27 13:03:23.098240 WARNING AppDaemon: Worker Ags: {'name': 'Notifier_Dispatch', 'id': UUID('6dbcd790-8668-4d81-ad0e-89450f355f80'), 'type': 'event', 'event': 'hub', 'function': <bound method Notifier_Dispatch.notify_hub of <notifier_dispatch.Notifier_Dispatch object at 0x7fc19c8bccc0>>, 'data': {'title': '', 'link': '', 'volume': '0.6', 'mute': '', 'no_show': '', 'notify': '1', 'location': '', 'url': '', 'file': '', 'caption': '', 'alexa_type': 'tts', 'alexa_method': 'speak', 'alexa_push': '', 'media_player_google': '', 'media_player_alexa': 'media_player.soggiorno', 'language': 'it', 'priority': '', 'message_tts': '', 'message': 'ciao'}, 'kwargs': {}}
2019-12-27 13:03:23.099862 WARNING AppDaemon: ------------------------------------------------------------
2019-12-27 13:03:23.100803 WARNING AppDaemon: Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/appdaemon/appdaemon.py", line 600, in worker
funcref(args["event"], data, args["kwargs"])
File "/config/appdaemon/apps/notifier/notifier_dispatch.py", line 115, in notify_hub
self.notification_manager.send_notify(data, notify_name, self.get_state(self.personal_assistant_name))
File "/config/appdaemon/apps/notifier/notification_manager.py", line 75, in send_notify
title = title)
File "/usr/lib/python3.7/site-packages/appdaemon/plugins/hass/hassapi.py", line 22, in func_wrapper
return func(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/appdaemon/plugins/hass/hassapi.py", line 522, in call_service
r.raise_for_status()
File "/usr/lib/python3.7/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://hassio/homeassistant/api/services/notify/1
2019-12-27 13:03:23.101649 WARNING AppDaemon: ------------------------------------------------------------
Lo script è:
call_no_annuncio: 1
media_player_alexa: media_player.soggiorno
message: Messaggio da leggere
volume: 0.6
notify: 1
Il problema si è risolto togliendo "notify: 1"