Skip to content

Releases: ksheumaker/homeassistant-apsystems_ecur

v1.4.3 Two small fixes

30 May 15:30
92ad1cf
Compare
Choose a tag to compare

This release is the same as v1.4.2 Pre-release with two small fixes

v1.4.2 Pre-release with two small fixes

30 Mar 18:20
95589db
Compare
Choose a tag to compare
Pre-release

This pre-release fixes two small issues

v1.4.1 Added switch to turn on/off the inverters

15 Feb 22:55
ddaafcb
Compare
Choose a tag to compare

This release adds a switch entity called ecu_inverters_online. You can use this switch in your automations. When electricity prices become negative and you have to pay for returning energy to the grid, just turn off the inverters!

  • The change takes place immediately but will only be visible at the next ECU update
  • You will be able to see the immediate change happening on the (P1) meter if you turn the inverters off
  • Read the doc for more info
  • Forgot to update the version in the manifest file

This additional feature only works for the ECU-R pro and ECU-C type ECU's, not for the ECU-R starting with ID 2160

Special thanks to @harryboer for finding this feature

v1.3.1

21 Jan 11:27
fc02e39
Compare
Choose a tag to compare

Solved issue ECU bug Lifetime Energy is zero

There were conflicting issues for a longer period of time that have now have been resolved with a simple method.
#126
#113
If the ECU (occasionally) returns a zero for Lifetime Energy, this will be captured and the sensor will not update.
With this the "ECU returned 0 for lifetime energy, this is either a glitch from the ECU or a brand new installed ECU." warning should be resolved.

ECU bug Lifetime Energy is zero

11 Jan 11:11
fc02e39
Compare
Choose a tag to compare
Pre-release

There were conflicting issues for a longer period of time that have now have been resolved with a simple method.
#126
#113
If the ECU (occasionally) returns a zero for Lifetime Energy, this will be captured and the sensor will not update.
With this the "ECU returned 0 for lifetime energy, this is either a glitch from the ECU or a brand new installed ECU." warning should be resolved.

This is a beta release for testing puposes, if you encounter an issue on this small change, please raise an issue.

v1.3.0 Added option to suspend graphs

11 Jan 10:50
851111c
Compare
Choose a tag to compare

When inverters are offline, you now have the option to suspend the graphs. This was already (non optional) implemented for the inverter temperature because the zero temperature in the graph does not reflect the actual outside temperature.

v1.3.0b Added option to suspend graphs

01 Jan 14:21
20535e3
Compare
Choose a tag to compare
Pre-release

When inverters are offline, you now have the option to suspend the graphs. This was already (non optional) implemented for the inverter temperature because the zero temperature in the graph does not reflect the actual outside temperature.

This is a beta release, there is a chance that it may contain bugs, although I have tested it extensively beforehand.

v1.2.30

23 Dec 11:03
f075047
Compare
Choose a tag to compare

Changes

  • Revised documentation
  • DS3-H id added (thanks to @Emacee)
  • Apache license added (thanks to @fligneul)
  • Dictionary correction: Inverter data should not be present in ECU (thanks to @fligneul)
  • Cleanup code and minor function changes
  • Bug on changed settings being omitted corrected
  • Added ability to remove a device
    If an inverter fails and it is replaced, the old inverter can now be easily removed from the Device info card. The device is removed from the core.device_registry and placed under the "deleted devices" category.

v1.2.30b

17 Dec 09:56
f075047
Compare
Choose a tag to compare
v1.2.30b Pre-release
Pre-release

Beta release

For testing purposes only. Before reporting issues make sure your issue is related to this beta release.

Changes

  • Revised documentation
  • DS3-H id added (thanks to @Emacee)
  • Apache license added (thanks to @fligneul)
  • Dictionary correction: Inverter data should not be present in ECU (thanks to @fligneul)
  • Cleanup code and minor function changes
  • Bug on changed settings being omitted corrected
  • Added ability to remove a device
    If an inverter fails and it is replaced, the old inverter can now be easily removed from the Device info card. The device is removed from the core.device_registry and placed under the "deleted devices" category.

v1.2.29

07 Apr 14:08
5c8a6f9
Compare
Choose a tag to compare

Fix: Change today_energy sensor stateclass back to TOTAL_INCREASING