Home Panel - A web frontend for controlling the home

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:

https://git.timmo.xyz/home-panel/setup/#node-js

Release v0.5.4


Full Changelog

Changed

:sparkles: :art: :paintbrush: add theme support
:hammer: fixes
:books: split docs into sections
:books: add theme docs
:books: 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 :tada:


Full Changelog

Changed

:sparkles: :hammer: screen size, resolution and portrait fixes (#51)
:sparkles: :art: card icon support (#53)
:books: add icon docs
:books: add docs for icon color
:books: :art: add primary color to example themes

1 Like

Looking forward to trying out the new version, I only mentioned icons yesterday :smiley:

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

1 Like

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.

1 Like

Ah, worth knowing. Glad you got it working :+1:

Release v0.5.6 :tada:


Full Changelog

Changed

  • :sparkles: group toggle functionality (#58)
  • :fire: :ambulance: make icons show for all entities and fix positioning
  • :arrow_up: update material-ui to version 3.0.0 (#60)
  • :hammer: increase header max width for medium screens
  • :hammer: allow missing weather icon, condition, and other json items
  • :rocket: other automation changes and bot setup
2 Likes

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.

Hi @apt,

I’ve updated to new version from hub.docker.com without any problem about 3h ago

1 Like

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.

1 Like

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.

1 Like

Is 24hr time display possible?

I haven’t tried it yet.