Releases: iprak/sensi
v1.2.2
v1.2.1
v1.2.0
This release fixes some data overlap issues when multiple thermostats are used.
The entity and unique ids are now cleaner and now confirm to HomeAssistant requirements. What this means is that the ids have changed and you have to adjust your cards. Sorry about that.
v1.1.2
This release addresses #10 along with many other improvements.
- Climate entity modes are now based on thermostat setup and they are applied along with each data fetch.
- A HomeAssistant only setting (stored in options) can be used to turn off the fan mode.
- The temperature unit defined in thermostat is used for the Temperature sensor but the Climate entity will show temperature based on the current locale.
v1.1.1
The battery level is now computed based on a formula. It is not perfect but should give some idea of the battery state. The battery voltage itself is now available as an attribute. You will see a warning like The unit of sensor.sensi_36_6f_92_ff_fe_02_24_b7_battery (%) cannot be converted to the unit of previously compiled statistics (V).
v1.1.0
This is a breaking release.
The entity ids have changed to support multiple thermostats on the same account. Your previous entities would appear duplicate/disabled. You would want to remove the integration and add it back.
Additionally
- It includes some new sensors, display switches and some new attributes
- Includes ability to handle multiple thermostats on same account.
- Tracks offline status ; thermostat operation is skipped if it is offline
v1.0.1
First release
First release. This also contains some minor typing/logging changes.