Releases: kikeelectronico/Homeware-LAN
Hotfix some default values
Hotfix some error code default values on command evaluation
Toggles, scenes and maintenance
What's new
- Update toggle trait in UI to incorporate queryOnlyToggles attribute.
- Remove deactivate param from scenes.
- Update some dependencies.
How to update
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Run.
docker-compose up -d
Security and maintenance updates
What's new
- Some dependencies have been updated.
Security updates
- The version of Flask that Homeware v1.10.3 uses is vulnerable. See CVE-2023-30861 for more information.
Important
The param deactivate
of scene devices will be deprecated in the future. It was a bad implementation. For now on, the proper param is enable
. For getting this param you must:
- Open the scene at the device editor.
- Disable the scene trait.
- Save the scene configuration.
- Enable the scene trait.
- Save the scene configuration.
How to update
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Run.
docker-compose up -d
Update some traits, devices and scenes
What's new
- Add new trait: EnergyStore.
- Update the definition of the sensor device.
- Create a page in docs which shows the not yet supported devices.
- Update MQTT API docs.
- Create a not official param (
enable
) at the scenes status. - Update some dependencies.
Bugs
- Remove all params of a device when the associated tratit is deleted.
- Remove attribute from the device definition if the attribute is left in blank.
Important
The param deactivate
of scene devices will be deprecated in the future. It was a bad implementation. For now on, the proper param is enable
. For getting this param you must:
- Open the scene at the device editor.
- Disable the scene trait.
- Save the scene configuration.
- Enable the scene trait.
- Save the scene configuration.
How to update
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Run.
docker-compose up -d
Security updates
What's new
- Update some dependencies for security reasons.
How to update
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Run.
docker-compose up -d
Corrects a bug
Bugs 🪲
- Unable to create a new device. The page shows blank.
- Unable to create a new task. The page shows blank.
How to update
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Run.
docker-compose up -d
New devices and making Homeware more secure
Bugs 🪲
- Solve a problem that prevented to delete the log's old entries.
- Allow SSL legacy provider.
- Solve problems with color temperature on lights.
Features 🐼
- Add Water heater device.
- Change to red the color strip of radiator devices.
- Force a secure connection with the MQTT broker. For now on, the connection must be done using user and password.
- Faster response at the get status endpoint of the API REST.
Others
- Update dependencies in both front end and back end.
- Remove support to linux/arm/v6 architectures (Raspberry Pi Pico, Raspberry Pi Pico W, RPi 1 Model A, RPi 1 Model A+, RPi 1 Model B, RPi 1 Model B+, Compute Module 1, RPi Zero, RPi Zero W).
- Remove support to linux/arm/v7 architectures (RPi 2 Model B).
How to update
Wait until the next flag shows: passing
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Run.
docker-compose up -d
Low severity security vulnerability and new API endpoint
Bugs 🪲
Features 🐼
- New endpoint for getting the backup JSON using both the user token and the API Key #406
Announcement ‼️
Using user and password in the MQTT connection between Homeware and the MQTT broker will be mandatory in the next Release v1.10. Be sure to set this up. I know, I know, it is easy without auth, but let's make it well.
How to update
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Stop Homeware.
docker-compose stop
- Run.
docker-compose up -d
Low severity security vulnerability and new API endpoint
Bugs 🪲
Features 🐼
- New endpoint for getting the backup JSON using both the user token and the API Key #406
Announcement ‼️
Using user and password in the MQTT connection between Homeware and the MQTT broker will be mandatory in the next Release v1.10. Be sure to set this up. I know, I know, it is easy without auth, but let's make it well.
How to update
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Stop Homeware.
docker-compose stop
- Run.
docker-compose up -d
Bug fix
How to update
- Download your backup file!!!
- Go to the directory.
cd Homeware-LAN
- Pull the new containers.
docker-compose pull
- Stop Homeware.
docker-compose stop
- Run.
docker-compose up -d
Bugs 🪲
- Verify if the new IP is valid before sending it to the DDNS provider