Skip to content

Releases: iprak/sensi

v1.2.2

04 Dec 23:49
3bf6bb9
Compare
Choose a tag to compare

Added added_target_temperature_step

v1.2.1

18 Sep 23:35
1b6ab0f
Compare
Choose a tag to compare

Fixed incorrect unit for temperature sensor.

If you want to use a different unit, then that can be done from entity settings (gear icon).

v1.2.0

17 Sep 12:24
8648896
Compare
Choose a tag to compare

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

14 Sep 10:53
45814db
Compare
Choose a tag to compare

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

07 Sep 01:22
785b427
Compare
Choose a tag to compare

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

04 Sep 20:14
bfb8d02
Compare
Choose a tag to compare

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

28 Aug 11:06
6122dc9
Compare
Choose a tag to compare

Fixed setting of target temperatures (#4).

First release

12 Apr 10:36
00884ef
Compare
Choose a tag to compare

First release. This also contains some minor typing/logging changes.