After all the steps in the manual I try to start the appdaemon
appdaemon -c /home/homeassistanet/appdaemon
but get an error:
Traceback (most recent call last): File “/usr/local/bin/appdaemon”, line 11, in
sys.exit(main())
File “/usr/local/lib/python3.5/dist-packages/appdaemon/admain.py”, line 394, in main
admain.main()
File “/usr/local/lib/python3.5/dist-packages/appdaemon/admain.py”, line 181, in main
with open(config_file_yaml, ‘r’) as yamlfd:
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/homeassistanet/appdaemon/appdaemon.yaml’
I hate to be a newbie. There is so much I do not know.
Although that was the reason for the last error description, it is not the reason it won’t work.
I did not make the same mistake 3 times. Pheww!
It seems it has something to do with rights. I am not sure yet but reading and trying to change directory access. I keep learning.