Unfortunately, 2.2.1 shows scrollbars on my Fire Tablet and its 1024 x 600 screen, while 2.2.0 didn’t.
2.2.0
2.2.1
Unfortunately, 2.2.1 shows scrollbars on my Fire Tablet and its 1024 x 600 screen, while 2.2.0 didn’t.
2.2.0
2.2.1
Unfortunately I still don’t get the Graphs
here my hass config:
http:
api_password: hass
cors_allowed_origins:
- http://a0d7b954_home-panel:8234/
- http://192.168.1.41:8234/
- http://localhost:8234
Using Docker (hassio). I deactivated ingress as it does not allow to access the dashboard outside homeassistant via port 8234
Home Panel is accessable in browser:
The URL you are looking for is the one you use to access home panel. Check the browser bar for this. You only need the host.
For example, if you are using ingress, the URL to add would be something like http://hassio.local:8123
According to your docs it is not url of hassio but url of homepanel
http:
cors_allowed_origins:
- https://<your_home_panel_url>:<your_home_panel_port>
You ask me to use home assistant frontend adress (port)… Port 8123 is HomeAssistant. Port for HomePanel is 8234.
info: Feathers application started on http://localhost:8234
Yould you please clairfy your answer and docs then accordingly.
Sorry for bothering with this.
I added now all of those cors_allowed_origins:
http:
api_password: hass
cors_allowed_origins:
- http://a0d7b954_home-panel:8234/
- http://192.168.1.41:8234/
- http://localhost:8234
- http://192.168.1.41:8123/hassio/ingress/a0d7b954_home-panel
- http://hassio.local:8123
- http://hassio.local:8234
But NONE of them seems to make the thing working
I found this in my Hass LPOGS:
Log Details (ERROR)
Mon Sep 30 2019 12:29:27 GMT+0200 (Mitteleuropäische Sommerzeit)
http://192.168.1.41:8123/hassio/ingress/a0d7b954_home-panel:0:0 Uncaught
^
Check your browser bar for the host
This leads me directly to lovelace home assistant … why?
The could you please make an update for the docs? It must be homeassistant url:port and NOT HomePanel IP:port Works now after adding my hassio ip with port
https://github.com/timmo001/home-panel/releases/tag/v2.3.0
This release adds a bunch of new features, fixes and updates.
Themes have been rewritten. The old multiple theme setup is now replaced with a single theme. This speeds up the process as well with flattening the tree of the config. The old way was sluggish and occasionally caused issues which is why this decision was made.
Luckily it’s super simple to setup your old theme with the config UI which has had a revamp in the process.
Awsome! I still have a lot of ideas. But now waiting the push that i can upgrade and play. Would it theoreticaly possible to add a file upload for background images? which leads directly to the share or config (www)folder?.
I’ll open some new issues on github with my ideas . but 1000 thanks for this awesome effort again!
I tested the last version but unfortunately there are some performance issues…dashboard seems to become unresponsive after a while . The more widgets I add the more it becomes unresponsive. Seems to use a lot of cpu ?
Nobody using this dashboard and facing also performance issues ?
You don’t use the HassIO add-on right @mistrovly? Maybe then it’s hassio add-on related…looks nice btw … Looking forward seeing more
Unfornately sir, I do not
That’s good to know that u don’t run HassIO add-on…means I’ll give it a shot via docker direkt
ok… i setup docker and will test the upcoming days
do you have docker-compose installed in your environment. if not, you will need to install it first or you can just run the docker command like this
sudo docker run -d --name=home-panel --hostname=homepanel --restart=always -p 8234:8234 -v "/etc/localtime:/etc/localtime:ro" -e TZ=America/New_York -v /home/mistrovly/hadockers/home-panel:/data timmo001/home-panel
used docker compose
I have home panel up and running using docker-compose. I am able to connect to my HA instance and can add cards. My commands are not getting thru from home panel to HA. I have my climate entities added but cannot change the temp. I am also not seeing states on my cards like for my garage cards. The only card working right is one for a group of lights, I can turn it on and off from home panel. Thoughts ? Checked HA logs and browser console, not seeing any errors