Looks like your indentation is off - target should be directly under feed, and rss_update should be at the same indentation level as rss_feeds, like this:
It seems that these errors are showing up every 6 minutes which correlates with rss_update value. Initial load doesn’t generate errors but no data either.
python3 -m appdaemon.appdaemon -c home\pi\appdaemon_dashboard\appdaemon\conf
Traceback (most recent call last):
File “/usr/lib/python3.4/runpy.py”, line 170, in _run_module_as_main
“main”, mod_spec)
File “/usr/lib/python3.4/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “/home/pi/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py”, line 1809, in
main()
File “/home/pi/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py”, line 1521, in main
config.read_file(open(config_file_conf))
TypeError: invalid file: None
I might need to pick your brain on how to set this up later! (If you don’t mind).
I’ve always wanted this but don’t really know how to set this up. I thought I had to make the hostname of my server(s) the same as my external domain. And also modify the local domainname in my router. But I can do everything from the DNS?
Sorry if this is the wrong thread, but a feature suggestion for a future version of HADashboard: Integrate HA Floorplan (https://github.com/pkozul/ha-floorplan).
We never thought you were the only one to keep happy Rene, you need to keep Robert and me happy too.
And as for your wife not knowing us, we would be happy to talk with her and include her in our teasing you anytime.
Sure no problem. You should be able to, as DNS is just a lookup.
You just need to setup your router to push your local DNS as the main/only DNS server to your lan clients. Then your DNS server will intercept anything from your lan. DNS is just a lookup service, configure it with your external domain internally and route that to your server ip. Then just make sure that you add your isp’s dns ips as forwarding servers so that anything that doesn’t resolve locally (wan websites) get routed to the normal external dns servers.
In theory you should be able to do the same with your hosts file, but I haven’t tried that as I run a local DNS server…
I’m trying to get mine running but it keeps telling me dashboards are disabled?
Here’s what i’m running and the output:
python3 -m appdaemon.appdaemon -c /home/homeassistant/.homeassistant/appdaemon
_dashboard/appdaemon/conf/
2017-06-28 19:08:46.445776 INFO AppDaemon Version 2.0.0beta4 starting
2017-06-28 19:08:46.446298 INFO Configuration read from: /home/homeassistant/.homeassistant/appdaemon_dashboard/appdaemon/conf/appdaemon.yaml
2017-06-28 15:08:46.629543 INFO Got initial state
2017-06-28 15:08:46.630823 INFO Loading Module: /home/homeassistant/.homeassistant/appdaemon_dashboard/appdaemon/conf/apps/hello.py
2017-06-28 15:08:46.659972 INFO Loading Object hello_world using class HelloWorld from module hello
2017-06-28 15:08:46.819059 INFO hello_world: Hello from AppDaemon
2017-06-28 15:08:46.822044 INFO hello_world: You are now ready to run Apps!
2017-06-28 15:08:46.822468 INFO App initialization complete
2017-06-28 15:08:46.823107 INFO Dashboards are disabled
2017-06-28 15:08:46.833558 INFO Connected to Home Assistant 0.47.1