Hello all,
I’m a noob and I just started using appdaemon/HADashboard and I must be doing something wrong. My simple dashboard loads fine but with a caveats. The light switch’s do not actually control the light.
And I have a question about temperature sensors. Are they suppose to auto refresh on the page? mine do not seem to.
Some info:
appdaemon.yaml:
HASS:
ha_url: http://192.168.0.89:8123
#ha_key: PASSWORD
AppDaemon:
logfile: /var/log/appdaemon/appd.log
errorfile: /var/log/appdaemon/err.log
threads: 10
HADashboard:
dash_url: http://192.168.0.89:5050
main.dash: Yes those are actual entity names of the lights being tested.
title: Main
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 8
global_parameters:
use_comma: 0
precision: 1
use_hass_icon: 1
clock:
widget_type: clock
reload:
widget_type: reload
layout:
- clock(4x2)
-
-
- light.side_light_wink_sucks, light.bed_head_light, switch.switch_3
- sensor.wetest_temperature1, sensor.wetest_temperature2, sensor.wetest_temperature3
-
- reload(1x1)
appdaemon.log:
2018-03-05 09:38:49.819111 INFO AppDaemon Version 2.1.12 starting
2018-03-05 09:38:49.820103 INFO Configuration read from: /home/house/.homeassistant/conf/appdaemon.yaml
2018-03-05 09:38:49.989426 INFO Starting Apps
2018-03-05 09:38:50.103851 INFO Got initial state
2018-03-05 09:38:50.104962 INFO App initialization complete
2018-03-05 09:38:50.105849 INFO Starting dashboard
2018-03-05 09:38:50.119196 INFO API is disabled
2018-03-05 09:38:50.131856 INFO Connected to Home Assistant 0.64.2
2018-03-05 09:38:50.217668 INFO New dashboard connected: Main
2018-03-05 09:38:50.716128 INFO New dashboard connected: Main
2018-03-05 09:39:29.979817 INFO function [get_dashboard] finished in 87 ms
2018-03-05 09:39:29.990640 INFO Dashboard disconnected
2018-03-05 09:39:30.200356 INFO New dashboard connected: Main
2018-03-05 09:39:36.600300 INFO New dashboard connected: Main
Many thanks.