Hi,
I’m struggling to start Appdaemon 4.
I’ve installed Hass.io via docker using this git script: https://github.com/home-assistant/hassio-installer
Because I have Eurotronic Zwave thermostatic valve, i saw that there is a Appdaemon script https://github.com/jmarsik/ad-eurotronic-trv-valvepos so i need to install Appdaemon.
I have installed it via plugin manager, first i had a problem of file missing (appdaemon.yaml) in appdaemon folder.
But now i have another problem which i can’t figure to sort. Here is the log extract:
[13:20:37] INFO: Starting AppDaemon...
Traceback (most recent call last):
File "/usr/bin/appdaemon", line 10, in <module>
sys.exit(main())
File "/usr/lib/python3.8/site-packages/appdaemon/__main__.py", line 384, in main
admain.main()
File "/usr/lib/python3.8/site-packages/appdaemon/__main__.py", line 216, in main
if "secrets" in config:
TypeError: argument of type 'NoneType' is not iterable
Is there anything i can do to start Appdaemon ?
Thanks