Skip to content

Releases: ksheumaker/homeassistant-apsystems_ecur

Moving to new git

12 Mar 17:09
7948736
Compare
Choose a tag to compare

This is not really a new release but an invitation/announcement that I have continued the development of this integration on my own gits.
Kyle and I tried to transfer ownership of the repository in the past but in the end I thought it would be better to make a fresh start with a new name. The new name suits the compatibility of the different ECU types and fits the variant of this integration, the proxy version.

The possibility to get ECU data into Home Assistant is now split into two integrations:

The ECU reader version starts faster and provides more extensive checks for connection problems.
For ECU-R-Pro (2162xxxxxx series) and ECU-C owners, it is still restarted by software if problems occur on the ECU, it is also able to switch individual inverters on/off.
In the latest version, it should now support multiple ECU's.

The proxy version is mainly interesting for ECU-R (2160xxxxxx series) and ECU-B owners because it is super stable in operation.
It also should reflect the data at EMA more precise because the same data is proxied to EMA.

Finally, a big thank you to Kyle (owner of this Git repository) for setting up the first integration back in January 2022!
Since then the ECUR integration community has grown to over 700 users! Hope to see you all at one of the git's mentioned above.

Edwin

v1.4.3 Two small fixes

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

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