Announcement: HADashboard v2 Beta3!

2017-04-16 07:52:41.330991 INFO hello_world: Hello from AppDaemon
2017-04-16 07:52:41.335123 INFO hello_world: You are now ready to run Apps!
2017-04-16 07:52:41.335498 INFO App initialization complete
2017-04-16 07:52:41.433894 WARNING Disconnected from Home Assistant, retrying in 5 seconds

Any Idea why I am getting This

[AppDaemon]
ha_url = https://192.168.1.238:8123
ha_key = XXXXXX
logfile = STDOUT
errorfile = STDERR
threads = 10
cert_path = 
dash_url = http://192.168.1.238:5050?home?skin=default
dash_dir = /home/pi/appdaemon_dashboard/appdaemon/conf/dashboards
# Apps
[hello_world]
module = hello
class = HelloWorld

Cert Path?

# DarkSky Weather

  - platform: darksky
    api_key: my key
    monitored_conditions:
      - wind_bearing
      - cloud_cover
      - hourly_summary
      - daily_summary
      - temperature
      - humidity
      - precip_probability
      - precip_intensity
      - wind_speed
      - pressure
      - wind_bearing
      - apparent_temperature
      - icon

Comment out cert path if you are not using it. Also, you can try running with -D DEBUG for more info.

I am using letsencrpt would that cause a fail

NO, letsencrypt is fine and you don;t need the cert_path for that.

Can you try it without the custom skin?

commands directly not. but editing files is very easy with it.
just find the file and double click. :wink:
i also love it because you can see the filerights and manipulate them very easy.

Trying it now…I have been have fits with this probably my fault…old and cranky…lol

yes. same thing.

commented it out now shows no connection…where do i put the -d

-D DEBUG (note the capitals) is an additional commandline parameter to turn on debugging.

`pi@HA:~/appdaemon_dashboard/appdaemon $ python3 -m appdaemon.appdaemon -c ./conf’

this is what i am using now

OK, can you try deleting your compiled directory?

Everything inside that directory?

Yes, it will all get recreated.

Ok. All deleted. Just refresh the panel to recreate them?

For anybodys refrence…my network runs two ddns servers…my pi runs on one of the them…even thou i can access my pi directly with sith ssl to its ip…I had to use the ddns for the url path for the connection to work…

Now for next project it says You dashboard has errors and you have no dashboard

Yes, that’s right.

Problably me…I thought oct based ip would be better …direct path…I work IT but its old scholl can bus and tcp to serial and such…I have got to figure this stuff out …two days to a webserver up…LOL