Announcement: HADashboard v2 Beta3!

That’s the wrong command to run docker - check the README.md for full instructions on how to run with Docker.

Ok makes sense…

I was able to get the container up and running and get the log message.

But now if I update the container in any way in the Synology Docker app it will just get stuck in a restart loop.

How do I get the ports setup and start to create my own dashboards?

Two thumbs up to Rene’s Foscam app. Installed it the other day and it works great in HA. Just got to get the time to get it in to HADashboard.

1 Like

Oh please let me know what it is.

Robert is talking about the fact that i am now changing the app so that it also can be used for older cams.
off course i cant create otions that the cam doesnt have, but that what is possible will be available.

Robert has 2 of the same you also have. :wink:

1 Like

Oh that will be great. That way I could get my backyard cam up and running.

If you need me to test anything let me know.

2 Likes

Hi, I installed a dashboard, but found that it does not support Cyrillic. Even if I convert a file to an UTF8 it does not load it. Please help with this.
In hadashboard v1 with no problem.
Thank you very much for your work!

What do you mean by “does not load it” - do you get a blank screen, JavaScript errors? Errors in the logfile?

And if after that I will update the page again, I get a black screen

gentlemen, any idea how to make the scenes appear as on (as they are)?
tried to search but didnt find any easy applieable solution.

The concept of a scene is that it is a group of settings applied to one or more devices at a point in time - it can’t be considered as on or off, and Home Assistant doesn’t have a concept of marking a Scene as on or off for this reason. HADashboard of course has to follow suit.

I’m not convinced this has anything to do with Cyrillic, it is purely and simply an inability to open the file. Have you checked for permissions etc,?

I have everything working in Latin, but as soon as I change at least one letter to the Cyrillic there is such a problem

OK, can you attach an example config file for me to look at?

[AppDaemon]
dash_url = http://192.168.1.50:5050
dash_dir = /opt/appdaemon_dashboard/appdaemon/conf/dashboards
ha_url = http://192.168.1.50:8123
logfile = STDOUT
errorfile = STDERR
#app_dir = /opt/appdaemon_dashboard/conf/apps
threads = 10
# Apps
[hello_world]
module = hello
class = HelloWorld

I meant a dashboard file - sorry.

#
# Main arguments, all optional
#
title: test panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8

label:
    widget_type: label
    text: Hello World
    widget_style: "color: red"

clock:
    widget_type: clock
    widget_style: "background: white"
    date_style: "color: black"
    time_style: "color: green"
    time_format: 24hr
    show_seconds: 1

side_temperature:
    widget_type: sensor
    title: temp
    units: "°C"
    precision: 0
    entity: sensor.temp
    widget_style: "background: white; font-size: 150%;"

side_humidity:
    widget_type: sensor
    title: Humidity
    units: "%"
    precision: 0
    entity: sensor.hum

lamp:
    widget_type: switch
    title: Lamp
    entity: switch.power_socket
    icon_on: fa-lightbulb-o
    icon_off: fa-lightbulb-o
    warn: 1

tv_backlight:
    widget_type: light
    title: TV Backlight
    entity: light.tv_backlight
    icon_on: fa-lightbulb-o
    icon_off: fa-lightbulb-o
    warn: 1

climate:
    widget_type: climate
    title: Thermostat
    entity: climate.baxi
    step: 0,5

layout:
    - label(2x1), clock(2x1)
    - side_temperature, lamp
    - side_humidity, tv_backlight, climate

Those LCARS mockup’s which were present in earlier threads (earlier versions of the software)…Were they not yet suitable for production use? :slight_smile:

not yet.
there are still some parts to take care of, before anything like that can be made.

hey guys, listen I just tried to hadashboard v2 Beta3 on a fresh install of raspbian jessie lite. But for some reason I kept hitting a brick wall. When i tried to install “sseclient, and so on”, i got this error:

sudo pip3 install sseclient
Traceback (most recent call last):
File “/usr/bin/pip3”, line 9, in
load_entry_point(‘pip==1.5.6’, ‘console_scripts’, ‘pip3’)()
File “/usr/lib/python3/dist-packages/pkg_resources.py”, line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python3/dist-packages/pkg_resources.py”, line 2476, in load_entry_point
return ep.load()
File “/usr/lib/python3/dist-packages/pkg_resources.py”, line 2190, in load
[‘name’])
File “/usr/lib/python3/dist-packages/pip/init.py”, line 74, in
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File “/usr/lib/python3/dist-packages/pip/vcs/mercurial.py”, line 9, in
from pip.download import path_to_url
File “/usr/lib/python3/dist-packages/pip/download.py”, line 25, in
from requests.compat import IncompleteRead
ImportError: cannot import name ‘IncompleteRead’

any suggestion: