latest safari and chrome on macOS mojave 10.14.6
Hi, just updated yesterday and now i canāt dim my light or change the color if i long press button nothing happen.
Please increase the size of the card (3+ height) to show the color picker.
There is an RFC open in GitHub for this or something similar to improve on this and for smaller cards.
Hello, thanks for this great piece of work.
I just installed the add on, and Iām having the same issue.
BUT, when I set the port to 8123
, the son addon just wonāt start. No log or anything. Reverts to normal when changing it back to disabled
.
I suppose itās a bug, so Iām raising an issue in github.
Cheers!
My apologies, that port is of course the same as Home Assistant. I meant to say 8234
or something similar.
Home Panel v2.1.0
https://github.com/timmo001/home-panel/releases/tag/v2.1.0
This release adds support for charts as well as a few layout tweaks and fixes. Plus a bunch of updates and vscode tasks and devcontainer support.
Changes
- 5b349f1 Update dependency @feathersjs/configuration to v4.3.2 (#489)
- 70fc017 Cleanup logs
- 9cea390 Add support for markdown height and standardise height
- eef6297 Fix iFrame height
- 86ac06e Reset card props when changing type
- ab3fd19 Update feathersjs to 4.3.2
- 5dc5649 Upgrade curl
- cee0ff5 Update dependency snyk to v1.228.2
- e6e8aaa Update dependency @types/jsonwebtoken to v8.3.4
- a26a0cc Update dependency ts-node-dev to v1.0.0-pre.43
- 05c798a Update dependency react-scripts to v3.1.2
- 223e336 Make camera entity use Image component
- 08dd5d8 Update dependency flow-bin to v0.108.0 (#505)
- 3803098 Update dependency socket.io-client to v2.3.0
- 2398545 Update dependency helmet to v3.21.1
- a247b72 Update dependency react-select to v3.0.5
- 15e5327 Charts (#510)
- 3905525 Update feathersjs
- 71f2e9b Rework entity selection and move items
- f44adaa Setup tasks and devcontainer
- bfa7cea Add start all task
- 26c5b6b Add docker to devcontainer
- c68cc8b Add markdownlint to devcontainer
- b7be74e Pass ssh keys to dev container
- 75b0392 Fix zsh path
- e583d83 Cleanup
- 1131325 Fix chart updating
- e1bbb5b tweak chart position
- edaa242 Update chart on prop change
- a415cd3 Leave chart props the same when switching between
- 548e056 Update dependency snyk to v1.228.3 (#517)
Great! Thanks ā¦ waiting update for hassio now ā¦
Awesome, thanks!
How do I persist my configuration outside of the container? Ouroboros automatically upgraded me to 2.1.0 (), but I seem to have lost everything I had set up ().
Of you used version 1.x and upgraded to 2.x then your data will be lost. according to the thread hereā¦ but if u upgraded fom latest version to the very latest version normally persistent data shuld have been saved. Do you use hassio @michaeldavie ? I am still waiting for the updte
No, I just use Docker for both Home Assistant and Home Panel. Looking above it seems that I might just need to map the /data
folder as a volume for the container; Iāll give that a try.
Yes ā¦ then u will have to map /data to a local path like: -v /home/hass/Home-Panel/data:/data
Is there a way to include a map showing tracked devices?
I realized that last night (that 8123 is HA), and itĀ“s working properly now.
BTW, waiting for the Addon version!
Can anyone help me? Iām struggling for a while trying to get it run properly Iām not sure itās a bug or me doing it wrongā¦.I get a bunch of LOG codes that I donāt understand every time I log in the home panel there are more and the same codes.
The major problem is that Iām not able to make custom themes fist time there is one but second time there are āno themes foundā and pressing pencil of the configured themes give me a blank screenā¦
I canāt find any file that store the theme or other home-panel data.ā¦ is there one or did I install it wrong?
What should I do? Overall it works but non themes.
Home Panel v2.2.0
This release adds support for input_select
entities as well as a few tweaks and fixes. There is also a new color wheel for light entities.
You can now also expand cards to show all features by long pressing the card.
Changes
- 3537d96 Add missing volume docs
- 35860b1 Update mui monorepo to v4.4.3 (#518)
- 8901f1f Update dependency snyk to v1.228.5 (#521)
- cb3870c FAQ wording
- 40a2e11 Remove legacy docs
- 4f0310f Update dependency @types/node to v12.7.7 (#522)
- 929de12 Update Node.js to v12.11.0 (#528)
- e69b697 Update dependency react-router-dom to v5.1.0 (#523)
- 278156b Update types
- d7c4b7b Support input_select (#530)
- 4fa6ebd Handle bad chart data
- 570c6c8 Update react monorepo to v16.10.0 (#531)
- f9fa5e0 Update dependency react-router-dom to v5.1.1 (#532)
- 2f587b1 Expand entity card (#533)
- 71b80aa New color wheel
- 38afbd1 Add missing card move logic
Just tried long press on my phone and it didnāt show up for info. Using Android
hi, I cannot update from 1.2.0 to 2.2.0.
I donāt see 2.2.0 on the repo list. Is there another repo URL?
The released code is at https://github.com/timmo001/home-panel/releases, and thereās a 2.2.0 tag on Docker Hub as well: https://hub.docker.com/r/timmo001/home-panel.
I thought it might be available on add-on store.
Thanks for the links.
Home Panel v2.2.1
A few layout fixes in this one. Long press fixed for touch devices, as well as rework on sizing with smaller devices.
Changes
- 1d15ff8 Update react monorepo to v16.10.1 (#534)
- ab94677 Update dependency feathers-nedb to v5.0.2 (#536)
- 653b990 Update dependency nodemon to v1.19.3 (#537)
- a060ca1 Make card title and state text not selectable
- 1a972f6 Rework grids to fix smaller screens
- 9bdb8ba Add userSelect to climate text
- f86c9a0 Cleanup
- eedc9c7 Fix long press for touch devices
- b714108 Fix group scrolling from rework
- 695f103 Fix position and backdrop of expanded card
- 55c0f8d Improve edit card experience with smaller devices