v22.12
- voltage aberrations logs improvements
- load the whole voltage aberration history with inifinite loading while browsing (fixes bugs: #657, #659)
- ability to delete logs from selected phase only #640
- clearing voltage aberration logs older that configured lifetime (in public clouds the default is
180, in Docker instances -1000) #643 - fix the problem with setting low and high thresholds #644
- ability to hide unused phases for electricity meters
- ability to hide scenes from client's devices (smartphones) #661
- add configuration panels for Google Home and Alexa integrations (availability, action confirmation) #428, #654, #655, #660
- support for storing measurement logs in another database #656
- OAuth2 improvement: expire refresh token only after its access token has been used successfully
- Docker only: add appropriate healthchecks for
supla-cloudthat will preventsupla-serverfrom starting before the database is ready
Be careful when upgrading with Docker!
If you are upgrading your private instance with Docker, make sure you meet the new version requirements of Docker and Docker Compose before the upgrade.
- miminum version of Docker is now
17.09.0, check withdocker -vcommand, the previous requirement was:17.06.0, see upgrade instructions - miminum version of
docker-composeis now1.25, check withdocker-compose -vcommand, the previous requirement was:1.17, see official upgrade instructions or installation withpip(for Raspberry)