Home Panel - A web frontend for controlling the home

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 :confused:

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 :confused:

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 :slight_smile: Works now after adding my hassio ip with port

1 Like

My first attempt for my vacuum with home panel

1 Like

Home Panel v2.3.0 :tada:


GitLab CI

https://github.com/timmo001/home-panel/releases/tag/v2.3.0

This release adds a bunch of new features, fixes and updates.

Highlights

  • :art: Theme Rework - See note
  • :art: Color wheel for config
  • :art: Add config for fonts and icons
  • :house: Support for input number and groups
  • :sparkles: Add chart labels on hover

Important Note - Theme

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.


Changes

  • 4763d78 :arrow_up: Update dependency @types/react to v16.9.4 (#541)
  • a407326 :arrow_up: Update dependency snyk to v1.229.0 (#540)
  • 30c7ad2 :arrow_up: Update dependency snyk to v1.230.2 (#543)
  • b86b97d :arrow_up: Update dependency react-router-dom to v5.1.2
  • 1f71cb0 :arrow_up: Update dependency react-router-dom to v5.1.2 (#544)
  • 9edc7de :arrow_up: Update dependency snyk to v1.230.3
  • cf68fff :arrow_up: Update Node.js to v12.11.1 (#549)
  • 839480f :arrow_up: Update dependency @types/react-select to v3.0.5 (#550)
  • 026c127 :arrow_up: Update dependency snyk to v1.230.4 (#555)
  • b46e74d :arrow_up: Update dependency flow-bin to v0.109.0 (#556)
  • c42aedf :arrow_up: Update dependency @material-ui/core to v4.5.0 (#552)
  • 195cee8 :hammer: Allow background toggleable entities
  • 7308e01 :hammer: Scale image to fit screen (#557)
  • cff59b8 :arrow_up: Update dependency react-scripts to v3.2.0 (#569)
  • c5e6b2d :arrow_up: Updates (#572)
  • 952e689 :arrow_up: Update dependency @types/node to v12.7.11 (#573)
  • 6705dbf :arrow_up: Update dependency @types/react to v16.9.5 (#576)
  • 938d4ad :arrow_up: Update dependency react-moment to v0.9.3 (#578)
  • 347be70 :arrow_up: Update react monorepo to v16.10.2 (#575)
  • 9368997 :arrow_up: Update dependency react-moment to v0.9.4 (#580)
  • fa8e152 :arrow_up: Update dependency snyk to v1.230.8 (#579)
  • d5dc577 :fire: Fix for 1 vulnerabilities (#581)
  • 68703f6 :hammer: Tweak grids
  • 29caaee Theme Rework (#584)
  • ce492d3 :hammer: Make color popup adornment into separate component
  • 1ea2cd4 :sparkles: Add color wheel to background
  • 640c082 :sparkles: Add text color to theme
  • a4d6774 :arrow_up: Update dependency snyk to v1.231.0 (#582)
  • bc28b95 :sparkles: Add chart labels on hover (#586)
  • 59b2720 :arrow_up: Update dependency react-moment to v0.9.5 (#585)
  • 44263ce :sparkles: Add config for fonts and icons (#587)
  • ecff578 :sparkles: support for input number, groups and fix user select on climate (#594)

Full Changelog

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 ?

Mine is running fine on a docker environment and so far no issue. here’s a screenshot of portainer


1 Like

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 :slight_smile:

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 :slight_smile:

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