Firstly thank you for all your hard work on this. so far i’m using this without issues. I have one question and maybe you can point to the right direction. How can I get the graph or chart to display on the cards. For example on the temperature sensor cards. Mines are not displaying.
Yeah I try to build a really nice and good looking dashboard as my Touchscreen ist built in the wall all wife acceptance factor herfore is very important
Just installed 2.4.1 on my Synology NAS after a long sabbatical and I must say, very impressed! The camera implementation is particularly nice. I have a few questions for the community though based on my quick initial config below.
Is it possible to center text?
Can the icon color be customized so that it differs from the primary color?
How do you get the brightness slider to show (my bedroom light is a dimmer)? [Disregard. Icon needs to be double height].
In my image below, the camera icon height differs from the other entity icons. Can that we tweaked somewhere?
What does ‘Elevation’ do?
Is it possible to get one of the camera images to ‘pop up’ with an API call?
API calls and event listening has been opened as issue on GitHub …short hint: open an issue for each feature u like .the dev is an awesome man and has already maybe 10 features from my requests implemented
Hate to be that guy that keeps asking for help, but I am not sure what to try next. I really want to get this working. I realize I didn’t give much info so I will explain what my current setup is and what i have tried.
I am running HA on raspian behind a reverse proxy(nginx), using ssl on a custom domain. I have been able to bring up home panel on ubuntu and raspian via docker and docker compose. i have used the examples docker-compose yaml as well as tried starting the container from the command line.
Everything starts up and I am able to add a user connect to my HA instance and see entities. I am unable to send command, like to my climate entities. I also dont see the state of entities (should, I?) like for my garage door cover entities. I see nothing in my HA log.
I tried it on different servers from my HA installation, and I also loaded it on my HA server (RPi 4, rasbian buster).
I suspect I am having some networking, maybe the reverse proxy. I turned that off and pointed directly at HA on port 8123, same issue. When I bring home panel up on the same domain as my HA instance, SSL is not working. Homepanel will only answer to HTTP, even though I started it up with the SSL config and pointed it the same SSL certs as HA. Running on 0.99.3
Any suggestions are welcome. Thanks. Last bit of info I have, this is what is output when i run docker-compose up
Recreating home-panel_home-panel_1 ... done
Attaching to home-panel_home-panel_1
home-panel_1 | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
home-panel_1 | [s6-init] ensuring user provided files have correct perms...exited 0.
home-panel_1 | [fix-attrs.d] applying ownership & permissions fixes...
home-panel_1 | [fix-attrs.d] done.
home-panel_1 | [cont-init.d] executing container initialization scripts...
home-panel_1 | [cont-init.d] 00-banner.sh: executing...
home-panel_1 | -----------------------------------------------------------
home-panel_1 | Home Panel
home-panel_1 | -----------------------------------------------------------
home-panel_1 | [cont-init.d] 00-banner.sh: exited 0.
home-panel_1 | [cont-init.d] secrets.sh: executing...
home-panel_1 | /var/run/s6/etc/cont-init.d/secrets.sh: line 7: bashio::fs.file_exists: command not found
home-panel_1 | /var/run/s6/etc/cont-init.d/secrets.sh: line 8: bashio::log.info: command not found
home-panel_1 | [cont-init.d] secrets.sh: exited 0.
home-panel_1 | [cont-init.d] done.
home-panel_1 | [services.d] starting services
home-panel_1 | Run Home Panel..
home-panel_1 | [services.d] done.
home-panel_1 | info: Feathers application started on http://localhost:8234
seems to be working for me. thanks again. I do still have issues with my climate widget (nest). the temp up and down temperature is not working, other controls work. should this go to github as issue?
Honestly, I have a climate entity added and am not facing issues. My only advice would be to check this works in the Home Assistant frontend, since the call to HA is identical. Glad you’re back up and running though