Releases: gtdiehl/iotawatt_ha
Releases · gtdiehl/iotawatt_ha
Release 0.2.1
- 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 ofIoTaWatt
- Updated
Accumulated
sensor code from review comments - User created sensors in the
configuration.yaml
using theintegration
sensor are no longer needed. If you have createdOutputs
on theIoTaWatt
device by splitting the Solar Import/ExportInput
into multipleOutputs
, keep those configured on yourIoTaWatt
device and use the associatedAccumulated
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:
- Delete the IoTawatt integration from Home Assistant's Integration screen.
- Update the IoTaWatt integration in HACS
- Restart Home Assistant
- Re-add and configure the IoTawatt integration in Home Assistant's Integration screen.
Release 0.2.1b0
- 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 ofIoTaWatt
- Updated
Accumulated
sensor code from review comments - User created sensors in the
configuration.yaml
using theintegration
sensor are no longer needed. If you have createdOutputs
on theIoTaWatt
device by splitting the Solar Import/ExportInput
into multipleOutputs
, keep those configured on yourIoTaWatt
device and use the associatedAccumulated
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:
- Delete the IoTawatt integration from Home Assistant's Integration screen.
- Update the IoTaWatt integration in HACS
- Restart Home Assistant
- Re-add and configure the IoTawatt integration in Home Assistant's Integration screen.
Release 0.2.0
- Update integration to support Home Assistant 2021.9 release
Release 0.2.0b0
- Update sensor to support Home Assistant 2021.9 release
Release 0.1.1
- 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_
oriotawatt_output_
Release 0.1.1b1
- Fixed property type
Release 0.1.1b0
- 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
- 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)
- 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
Release 0.0.7
- 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
- Updates list of entities in Home Assistant when removing/renaming sensors from IoTaWatt web interface. Fix #1