Nothing startling, a few bugfixes and several new features:
3.0.1
Features
Added Production Mode to disable checking of App config or code changes
RSS Feed can now optionally show a description for each story
Disabling of zooming and double tap zooming on iOs devices is now optional via the scaling dashboard argument
Exiting from the commandline with ctrl-c will now cleanly terminate apps
Sending SIGTERM to an appdaemon process will cause a clean shutdown, including orderly termination of all apps in dependency order
Added extra checking for HASS Initialization to prevent a race condition in which metadata could not be read
Weather widget facelift allowing ability to change sensors, more dynamic usnits, forecast option, icon options, option to show Rain/Snow depending on precip_type sensor (and change icons), wind icon rotates according to wind bearing - contributed by Marcin Domański <https://github.com/kabturek>__
Fixes*
Fixed a problem in the Docker initialization script
Fixed an parameter collision for events with a parameter name in listen_event()
Grammar corrections to docs, and a fix to the stop code - contributed by Matthias Urlichs <https://github.com/smurfix>__
Breaking Changes
iOS Scaling and tap zooming is no longer disabled by default
just an error is in most cases not enough.
is this a first install from AD?
did you change anything if not?
whats in your appdaemon.yaml?
you have ha frontend disabled? are you sure it is running correctly and how?
didnt you also disable HA api?
give us every info that you think can be helpfull to solve your problem.
My Apps in Appdaemon work perfectly with frontend: defined in HASS configuration, if I replace frontend: with websocket_api: and restart HASS I get the error described above in my appdaemon log when HASS comes online. Once HASS is online it serves the API to Appdaemon, logging the following every 5 seconds:
2018-05-20 00:37:01 INFO (MainThread) [homeassistant.components.http.view] Serving /api/websocket to 127.0.0.1 (auth: False)
I didn’t change my appdaemon.yaml which contains the HASS plugin.
I am running appdaemon 3.0.1 and homeassistant version 0.70.0.dev0 - but I’ve found the problem on homeassistant 0.62.0 as well.
I’ve attached my appdaemon.yaml file here: appdaemon.yaml (671 Bytes)
and how do you access a changing url?
the ip can be changing, but the url that you use to access ha public should be a stable one.
the url doesnt need to be an ip, it can also be a named url.
but maybe that @aimc has another idea why it isnt working.