Skip to content

Releases: gtdiehl/iotawatt_ha

Release 0.2.1

06 Sep 01:39
395e4e7
Compare
Choose a tag to compare
  • Updated integration to give Unique ID to all sensors. All sensors created by the integration are grouped in the Entities page under the Integration name of IoTaWatt
  • Updated Accumulated sensor code from review comments
  • User created sensors in the configuration.yaml using the integration sensor are no longer needed. If you have created Outputs on the IoTaWatt device by splitting the Solar Import/Export Input into multiple Outputs, keep those configured on your IoTaWatt device and use the associated Accumulated sensor in the Home Assistant Energy settings.
  • Removed last_reset sensor attribute, not being used by Home Assistant starting at version 2021.9.0

NOTE: Before upgrading make sure you follow the below steps:

  1. Delete the IoTawatt integration from Home Assistant's Integration screen.
  2. Update the IoTaWatt integration in HACS
  3. Restart Home Assistant
  4. Re-add and configure the IoTawatt integration in Home Assistant's Integration screen.

Release 0.2.1b0

05 Sep 22:49
395e4e7
Compare
Choose a tag to compare
Release 0.2.1b0 Pre-release
Pre-release
  • Updated integration to give Unique ID to all sensors. All sensors created by the integration are grouped in the Entities page under the Integration name of IoTaWatt
  • Updated Accumulated sensor code from review comments
  • User created sensors in the configuration.yaml using the integration sensor are no longer needed. If you have created Outputs on the IoTaWatt device by splitting the Solar Import/Export Input into multiple Outputs, keep those configured on your IoTaWatt device and use the associated Accumulated sensor in the Home Assistant Energy settings.
  • Removed last_reset sensor attribute, not being used by Home Assistant staring at version 2021.9.0

NOTE: Before upgrading make sure you follow the below steps:

  1. Delete the IoTawatt integration from Home Assistant's Integration screen.
  2. Update the IoTaWatt integration in HACS
  3. Restart Home Assistant
  4. Re-add and configure the IoTawatt integration in Home Assistant's Integration screen.

Release 0.2.0

03 Sep 19:35
0dbe610
Compare
Choose a tag to compare
  • Update integration to support Home Assistant 2021.9 release

Release 0.2.0b0

02 Sep 23:50
0dbe610
Compare
Choose a tag to compare
Release 0.2.0b0 Pre-release
Pre-release
  • Update sensor to support Home Assistant 2021.9 release

Release 0.1.1

02 Sep 05:59
38d7cda
Compare
Choose a tag to compare
  • Bump iotawattpy API to version 0.1.0
  • Added .accumulated sensor to give more precision to energy sensors
    • NOTE: This should only be installed on Home Assistant 2021.8.x
    • BREAKING CHANGE: To keep parity with the official Home Assistant release of the IoTaWatt integration, new sensors will be created without the old style appended name of iotawatt_input_ or iotawatt_output_

Release 0.1.1b1

02 Sep 05:36
3e2cd10
Compare
Choose a tag to compare
Release 0.1.1b1 Pre-release
Pre-release
  • Fixed property type

Release 0.1.1b0

02 Sep 05:19
5c627ff
Compare
Choose a tag to compare
Release 0.1.1b0 Pre-release
Pre-release
  • Bump iotawattpy API to version 0.1.0
  • Added .accumulated sensor to give more precision to energy sensors
  • NOTE This should only be installed on Home Assistant 2021.8.x

Release 0.0.8

30 Aug 21:56
58caa2f
Compare
Choose a tag to compare
  • The Unique ID that is used by Home Assistant is missing the MAC Address of the IoTaWatt device. Fixes #14
    • BREAKING CHANGE: Since the Unique IDs of sensors are changing this will cause more sensors to be created for users that are are upgrading. Which will mean you need to remove old sensors and rename the new ones removing the _2 (or whatever number was appended in HA)

Release 0.0.7

30 Aug 03:29
121826b
Compare
Choose a tag to compare
  • Sensors with unit types of Amps, Hz, PF, VA, VAR, or VARh would display a state value of 0. They now show the correct value. Issue #19

Release 0.0.6

27 Aug 20:58
69d797a
Compare
Choose a tag to compare
  • Updates list of entities in Home Assistant when removing/renaming sensors from IoTaWatt web interface. Fix #1