Thank you @eswiderski. I simply created the add-on though, @L33-the-3rd did all the hard work
To answer your question; Yes, the panel is actually stored per browser (local storage).
Thank you @eswiderski. I simply created the add-on though, @L33-the-3rd did all the hard work
To answer your question; Yes, the panel is actually stored per browser (local storage).
This is single-handedly changing my wifeās life!
@Evanlec Thank you, that did the trick! (default config and manually entering the site and password).
Is there any way to change the layout of the devices? Mine seem to be a scattered mess to go through but that is probably just based on the way I have them set up in HA. I donāt currently use any other dashboard system so have just set up a few groups and views of common things I track.
@Geoff_Brown Thereās no way to swap the order of the groups, but you can remove them all and create new ones. Just long press on the settings icon to enter edit mode - where you can add/remove groups, or add entities to existing groups. Long press settings again to exit edit mode.
You can get the right order by deleting everything and starting again - a little tedious, but I think reordering the groups might be a way down the line. itās gonna take a redesign of the backend data to make it work, so itās a lower priority than other stuff atm. But see how you get on with edit mode
ah, that is awesome then! I could not find that info anywhere - thanks!
How can I style it? Where are files?
Awesome job! But Frustrationā¦ I canāt get it to work. Added the CORS in the correct place. Restarted about 10 times after altering the url from the external url to the local ip, with and without https:// Still keep getting
āāUnable to connect to Home Assistant. Please check the Server URL is accessible from this device or change the URL below:āā"
Just a note for those that are experiencing the connection issues. My issue was port related, so check your firewall, router, etc. to ensure everythingās open/forwarded.
@codesnipper - the downloadable file is basically a few files bundled together, however it just uses standard CSS, which is included in the file. Edit the CSS and refresh to style it.
@Ice Iām not sure whatās going on with the duckdns thing, as Iāve not used it myself. Maybe as per @eswiderski mentions, check your ports etc. A few people are having a similar problem but I donāt think anyoneās posted/found a solution yet
That is not possible via the add-on. If you like to customize it, you have 2 options.
Hass.io add-ons are Docker containers, which are isolated non-persistent containers.
Looking forward to an update on this once someone has one.
Thanks!
This all depends on your setup and even the capabilities of your router (some ISP routers donāt allow loopback).
There are sooo many combinations that a manual wonāt be cool to do. I really donāt see how difficult this can be. I assume you know your network setup right?
Secondly, this is not a problem for the panel, this is a general issue. As a rule of thumb, use the URL you use in your browser as well, and in case you are using SSL, ensure the certificate is valid.
Maybe you could in next updates give the possibility to change size of clock and date? They take to much place on a wall mounted tablet .
Hi Lee,
awesome UI youāve put together, really awesome. Have had it running locally on home assistant, but recently setup hass.io but struggling to get this add on working. You mentioned you may be updating the autodetect functionality. Any idea on timescales?
Many Thanks!
Hi - thanks for your comments
I havenāt actually tested the add-on yet, Iām working on HACP but Iāve quite a lot of work on currently, so itās a little slow going.
I will have an update soon, but Iāve not got round to the auto detect function yet
No ideas on timescales atm Iām afraid.
No worries, thanks for the update. Iāll probably have to go back to running the local file for the time being.
Really struggling with this add on!
Have configured config.yaml and cors.
HA is running on http://192.168.0.204:8123. Config.yaml configured with cors to permit http://192.168.0.204:7080. Still just getting repeatedly prompted for the correct URL.
Iāve even configured cors with http://192.168.0.204:8123 (just to make sure Iām not misunderstanding) but still the same behaviour.
Removed and reinstalled the add-on, same issue. Itās quite confusing why its being so difficult.
Oddly enough, I donāt see any error messages in my log either showing any failed connections, even on trace, though they show that the addon started correctly.
Any pointers welcomed, failing which, I eagerly await your updated Add on
Thanks once again.
It might just be the auto detect logic which is making that step loop, rather than you actual settings. You could try clicking āManual setupā, make sure all the settings are right and hit save. Reload the page and see if it connects. If it starts the wizard again or gives you an error connecting - go back to locally hosting it for now, but if it does work - please let me know