aderusha / HASwitchPlate

LCD touchscreen for Home Automation
MIT License
727 stars 128 forks source link

group depreciated #97

Closed mcfarlde closed 4 years ago

mcfarlde commented 4 years ago

Hassio 107 depreciated groups which is used extensively in the HASP demo configuration.

aderusha commented 4 years ago

Groups haven't been deprecated entirely, but much of the functionality we had been using has been removed. The current master branch of the project does not include any of the group capability that has been removed and loads on 107 without problem.

If you have an existing installation, a script was created to migrate your existing HASP installations to work with 107.

bash <(wget -qO- -o /dev/null https://raw.githubusercontent.com/aderusha/HASwitchPlate/master/Home_Assistant/migrate-hasp-107.sh)

Finally, the dev branch contains the current codebase being developed for better Lovelace compatibility. See here for details on how to test that.

marc-gist commented 4 years ago

Did something break/change in 0.107.5? as I get a blank page when I click on the "plate01" from the left bar (don't have a "plate01" tab on lovelace). Thanks!

aderusha commented 4 years ago

The link to the left is an iframe, which is opening the web interface on your HASP directly and presenting it in a frame. It relies on MDNS working in your environment to turn "plate01.local" into the IP address of your HASP. If for whatever reason your desktop can't resolve that address, then that frame won't work.

If you have the IP address of your HASP you should be able to type the address in directly to a web browser and access the same interface.

aderusha commented 4 years ago

Closed, all compatibility fixes are now in the master branch.