Great work. Is it possible to implement this in Hassbian? If yes, please share what approach should I take. Thank you in advance.
You may have to remove the degree symbol, since your charset doesnât seem to support this symbol:
https://git.timmo.xyz/home-panel/configuration/#data
{
"entity_id": "sensor.my_sensor",
"unit_of_measurement": "C"
},
This is a known issue which is top of the list:
Since security is a top priority, I donât think this will be a top priority. Especially since this is going to be a default in the next version of hass:
Iâm not so sure about this one at this time. However, you may be able to accomplish this by setting each device to a page which is an issue on the list:
This is a Hassio add-on already. See my above post here:
Thankyou. But my install is not on Hassio, it is pre-Hassio, using Hassbian image. I dont have the add-on as outlined, hence asked if there is an option.
You can install this manually to your hassbian device. Follow this guide for more info:
Release v0.5.4
Changed
add theme support
fixes
split docs into sections
add theme docs
add color docs
This release allows you to change the whole look of the app with custom theme support!
I would love to see what people can make with this new release, so make sure to share your themes with the community!
Here are a couple I have done so far:
https://git.timmo.xyz/home-panel/themes/#example-themes
https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/theme-midnight.png
https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/theme-forest.png
Release v0.5.5
Changed
screen size, resolution and portrait fixes (#51)
card icon support (#53)
add icon docs
add docs for icon color
add primary color to example themes
Looking forward to trying out the new version, I only mentioned icons yesterday
A must have for me would be an alarm panel tile with key code entry, arm/disarm/trigger buttons.
Hoping to see this in a future version
Canât seem to get these to work:
"icon": "lightbulb"
Under entity item doesnât produce anything.
Hi @timmo001,
I have been able to fix adding this option to the docker â-v /etc/localtime:/etc/localtime:roâ
Iâve also seen that youâve made some improvements on the screen resolution. Thanks!
Regards.
Ah, worth knowing. Glad you got it working
Release v0.5.6
Changed
- group toggle functionality (#58)
- make icons show for all entities and fix positioning
- update material-ui to version 3.0.0 (#60)
- increase header max width for medium screens
- allow missing weather icon, condition, and other json items
- other automation changes and bot setup
Unable to download latest docker (0.5.6), keeps failing. Docker hub says was successfully created 7hrs ago so not sure whatâs going on there.
Wondering if I have a docker issue, keeps failing.
Did you resolve this? I just installed the add-on (0.1.5) and am getting the same error. Tried with FF and Chrome. API password set in HA but no other http goodness.
I get this in the logs:
INFO: Run API..
Setting up watches.
[services.d] done.
Couldn't watch /usr/src/api/files/home-panel.db: No such file or directory
INFO: Run nginx server..
Setting up watches.
Watches established.
Setting up watches.
Couldn't watch /usr/src/api/files/home-panel.db: No such file or directory
SSL (HTTPS) is not active. It is advisable to use SSL with Home Panel, especially if the app is exposed to the outside world!
App is live at http://localhost:3234
Setting up watches.
Couldn't watch /usr/src/api/files/home-panel.db: No such file or directory
Setting up watches.
Couldn't watch /usr/src/api/files/home-panel.db: No such file or directory
Setting up watches.
Couldn't watch /usr/src/api/files/home-panel.db: No such file or directory
Setting up watches.
Watches established.
I did completely reinstall it and it is working for me so far. One thing you might want to double check is the âAPI URLâ where that should be http://host-ip:port if you are on docker container.
Thanks, that cracked it. Donât know why I hadnât try that. Had to put http://10.0.1.200:3234 instead of http://localhost:3234.
Is 24hr time display possible?
I havenât tried it yet.