Hello everyone,
i’m having a the strange issue that my hadashboard won’t update after i have made some changes to it. i have restart appdaemon multiple times and also have tried reinstalling it but with no success. the log off appdaemon also shows no errors so i don’t know where to look for the problem anymore
# Alarm dashboard
title: Alarm
widget_dimensions: [120, 120]
widget_margins: [5, 5]
widget_size: [1, 1]
columns: 10
layout:
- include: header
- include: alarm_middle
- include: footer
this is the code for the .dash file.
# Alarm mid section
alarm_panel:
widget_type: alarm
title: Alarm
entity: sensor.alarmstate
alarm_test:
widget_type: input_number
title: alarm
entity: input_number.alarmchange
camera_voortuin:
widget_type: iframe
url_list:
#- http://10.0.0.111:8123/api/hassio_ingress/0YH76nBif8j-fAV6UqHbYYPC2qNe0NwV6Rz9FZC5n1w/picture/1/frame/
- https://www.google.com/webhp?hl=nl&sa=X&ved=0ahUKEwiKwuHSprnuAhXBDOwKHSJ7BRsQPAgI
camera_achtertuin:
widget_type: iframe
url_list:
#- http://10.0.0.111:8123/api/hassio_ingress/0YH76nBif8j-fAV6UqHbYYPC2qNe0NwV6Rz9FZC5n1w/picture/3/frame/
- https://www.google.com/webhp?hl=nl&sa=X&ved=0ahUKEwiKwuHSprnuAhXBDOwKHSJ7BRsQPAgI
camera_ptz:
widget_type: iframe
url_list:
#- http://10.0.0.111:8123/api/hassio_ingress/0YH76nBif8j-fAV6UqHbYYPC2qNe0NwV6Rz9FZC5n1w/picture/2/frame/
- https://www.google.com/webhp?hl=nl&sa=X&ved=0ahUKEwiKwuHSprnuAhXBDOwKHSJ7BRsQPAgI
camera_ptz_left:
widget_type: script
title: Links
entity: script.camera_ptz_links
icon_on: mdi-menu-left
icon_off: mdi-menu-left
camera_ptz_right:
widget_type: script
title: Rechts
entity: script.camera_ptz_rechts
icon_on: mdi-menu-right
icon_off: mdi-menu-right
camera_ptz_up:
widget_type: script
title: Omhoog
entity: script.camera_ptz_omhoog
icon_on: mdi-menu-up
icon_off: mdi-menu-up
camera_ptz_down:
widget_type: script
title: Omlaag
entity: script.camera_ptz_omlaag
icon_on: mdi-menu-down
icon_off: mdi-menu-down
camera_ptz_home:
widget_type: script
title: Home
entity: script.camera_ptz_home
icon_on: mdi-home
icon_off: mdi-home
camera_ptz_zoomin:
widget_type: script
title: Zoom in
entity: script.camera_ptz_zoom_in
icon_on: mdi-magnify-plus
icon_off: mdi-magnify-plus
camera_ptz_zoomout:
widget_type: script
title: Zoom out
entity: script.camera_ptz_zoom_out
icon_on: mdi-magnify-minus
icon_off: mdi-magnify-minus
layout:
- alarm_panel, alarm_test
- camera_voortuin (3x2), camera_achtertuin (3x2)
-
- camera_ptz (3x2), camera_ptz_up, camera_ptz_zoomin, camera_ptz_zoomout
- camera_ptz_down, camera_ptz_left, camera_ptz_right, camera_ptz_home
this is the code in the .yaml file
i have multiple dashboards but this is the only one with the problem
has someone experienced the same problem and/or knows how to solve it.