Home Panel - A web frontend for controlling the home

Check your version. This was added under:

  • 5fd4487 :sparkles: Home Assistant Requested Domain Support (#262)

image

My bad! I sould chose lock.xxx instead of zwave.lock_xxx :slight_smile:
Thanks works like a charm!

1 Like

I’ve difficulties to set the still image of my foscam. The HA camera.xxx and its entity_picture won’t show the pic. Any hints? I already got this working but now after upgrading ha-panel it fails

Ok. I can live without cam BUT I found a missing part: fan. I cannot control my fan with fan.turn_on command with this panel. Could this be added somehow?

Would be awesome :slight_smile:

here my issue with still image:

but the address shows this in my browser:

@timmo001 I’m trying to get this work on iPad2 but HomeAssistant access screen keep showing up after I login.
It uses ES5 rather than latest JS, is is HomePanel faults or HA?

FFor 0.9.0 and docker did you remove the ability to expose a directory to keep the settings persistent across updates or am I missing something?

1 Like

Anyone came across this?

I installed the addon through the Add-on store, when I go to create the account and login, I get ‘Authentication timed out’ in the logs it looks like this line corresponds to when I hit it:
‘2019/04/15 17:25:21 [info] 413#413: *46 client closed connection while waiting for request, client: 192.168.1.126, server: 0.0.0.0:8234’

I’ve tried using the local http://ipaddr:8123 and i’ve also tried using my DDNS and even my cloud intergrated URL, I have disabled SSL as I’ve not setup the certificates but believed this should still work?

EDIT: I did find this when restarting the add-on that references an authtoken, but not sure if it’s needed or how we input the authtoken if so?

2019/04/15 17:36:46 [info] 413#413: *1 client closed connection while waiting for request, client: 192.168.1.126, server: 0.0.0.0:8234
SSL (HTTPS) is not active!!!
info: API started on http://localhost:3234
error: NotAuthenticated: No auth token
at new NotAuthenticated (/opt/api/node_modules/@feathersjs/errors/lib/index.js:93:17)
at app.authenticate.then (/opt/api/node_modules/@feathersjs/authentication/lib/hooks/authenticate.js:87:31)
at process.internalTickCallback (internal/process/next_tick.js:77:7)

Cheers,

1 Like

Is it possible to show the alarm keypad fully (like a 3x4 card) without having to click on a card to display it? If so, how? Thanks.

Possible to use Floorplan with Homepanel?

Can’t make it run with SSL
What I possible don’t understand is what I should do with the env. variables, according to the docs:

Change the environment variables to your own Home Assistant details

But I don’t really understand what details we are talking about here?
My docker-compose file currently looks like this: (and not working)

---
version: '3'

services:
  home-panel:
    image: timmo001/home-panel
    environment:
      SSL_CERTFILE: fullchain.pem
      SSL_KEYFILE: privkey.pem
    ports:
      - 8234:8234
      - 3234:3234
    volumes:
      - /etc/letsencrypt/live/domain/fullchain.pem:/data/ssl/fullchain.pem
      - /etc/letsencrypt/live/domain/privkey.pem:/data/ssl/privkey.pem

Both fullchain.pem & privkey.pem are readable and other containers use it directly as well.

Any ideas?

Try using the url as an iFrame. This sometimes helps

@airbur, I’ve opened you an issue on the repository:

https://github.com/timmo001/home-panel/issues/283

This could be applied to other types as well (as a config option) to show the content shown in a dialog in the card instead

Is it possible to use Home Panel with a Nabu Casa Cloud url? Seems like it should be, but I don’t see it mentioned in the documentation anywhere so I’m wondering if it’s not supported.

Does the demo feature still work? When I click that link, it ask for “Home Assistant URL” and no matter what I input, it returns a “Socket connection timed out” error.

Thanks for picking this up. I’ve updated the post to show the latest readme.

The demo is not avaliable anymore since the new user system was put in place. (It’s also a bit of a hosting issue)

Hey,
just installed and did a reboot.
however, when i go to create an account i get the following error: “Authentication timed out”

I have DDNS and 2FA enabled.

got this in the logs

Publishing all events to all authenticated users. See channels.js and Channels | feathers for more information.
error: NotAuthenticated: No auth token
at new NotAuthenticated (/opt/api/node_modules/@feathersjs/errors/lib/index.js:93:17)
at app.authenticate.then (/opt/api/node_modules/@feathersjs/authentication/lib/hooks/authenticate.js:87:31)
at process.internalTickCallback (internal/process/next_tick.js:77:7)

Hi @timmo001 - fantastic job on Home Panel and great to see this is still an active project, with regular updates. And, I :heart: the fact it has a UI!

I’m moving into my new place in July and getting things prepped to install my new setup. I’ve recently been using TileBoard and customized the UI a lot, mainly to match the size of my Amazon Fire 7 tablets.

The main things I’ve customised in TileBoard where (screenshot below):

  • Header to ensure its minimalist providing key info such as date, time and outside weather
  • Tile sizes so that I can fit 4x3 grid
  • Dynamic Background changes depending on the weather (which i took inspiration from HACP). So rain will display rain bg and fog a misty background etc… I think this is a super neat touch!
  • Day/night theme to ensure my screen is not too bright it low light situations.
  • Menu bar positioned to the left of the screen
  • Lights title displays the number of lights on (shown in the lights column below) and when tapped, hyperlinks to the correct page for controls (living room lights will go to the living room tab).

I am interested to know which of these features are possible with Home Panel? @timmo001 and I chatted briefly yesterday evening but also opening up to the community to see ideas further a field. I’ve ticked the ones I know is possible…

  • Header - any plans to have a cutomised header? I dont want to feature a huge clock
  • :white_check_mark: Tile sizes
  • Dynamic Background - any ideas how I would intergrate this?
  • :white_check_mark: Day/night theme
  • Menu bar can this be moved around the screen? and feature a transparent background?
  • Lights title - any ideas how I would intergrate this?

Here’s a screenshot of the progress I made but never really finished.

2 Likes

I don’t know if I am missiing something, but I cannot get the font size to change, whatever number I enter in the Size fields make no difference to the displayed font size.

Hi, I am a new user to HASS.IO and I am having trouble configuring and setting up the Home-Panel Add-On. When I try and add an entity to a tile in the drop down menu “The Home Assistant entity_id” it just says No Options. I am a bit confused where I am going wrong, any help would be appreciated, Thanks

2 Likes