Skip to content

Releases: ksheumaker/homeassistant-apsystems_ecur

v1.2.19

01 Oct 13:22
532cd1e
Compare
Choose a tag to compare
v1.2.19 Pre-release
Pre-release
  • Removed check on zero lifetime energy because of disadvantages for fresh ECU installations where it still might be zero.

Release v1.2.18

25 Sep 07:12
9f3e935
Compare
Choose a tag to compare

Changes

  • Clean up code and improved introduction page
  • Debounched ECU_Query_Device switch
  • Corrected error raise
  • Simplified send receive function
  • Decreased cache count before ECU_Query_Device switch flips
  • Corrected Time Out filter
  • Added issue tracker to manifest
  • Defined IoT class in manifest
  • Added automation info to reset ECU-R and ECU-C with thanks to @12christiaan
  • Added support for registered but removed or not yet connected inverters
  • Decreased the buffer size from 4096 to 1024 due to issue on Intel NUC's

V1.2.17 beta

17 Sep 12:44
1449ffc
Compare
Choose a tag to compare
V1.2.17 beta Pre-release
Pre-release
  • Clean up code
  • Debounched ECU_Query_Device switch
  • Corrected error raise
  • Simplified send receive function
  • Decreased cache count before ECU_Query_Device switch flips
  • Corrected Time Out filter
  • Added issue tracker to manifest
  • Defined IoT class in manifest
  • Added automation info to reset ECU-R and ECU-C with thanks to @12christiaan

Release v1.2.16

29 Aug 18:46
94b0447
Compare
Choose a tag to compare
  • Filtered 'timed out' messages from logging, need for it has lapsed
  • Replaced release notes with link for readability of readme
  • Updated socket code and changed interpretation of inverter data
  • Added support for re-configuration of the integration

Release v1.2.15

23 Aug 22:00
9abafbc
Compare
Choose a tag to compare
Release v1.2.15 Pre-release
Pre-release

Fixed a bug in the inverter jump of pre-release v1.2.14 where updates to socket code and handling of various inverters where made. And where support for re-configuration of integration was added.

Release v1.2.14

23 Aug 14:09
b98885c
Compare
Choose a tag to compare
Release v1.2.14 Pre-release
Pre-release

Updates to socket code and handling of various inverters. Added support for re-configuration of integration.

Release v1.2.13

27 Apr 19:08
69b808c
Compare
Choose a tag to compare
  • Fix a typo a few corner cases where the socket wouldn't get closed
  • Updated readme with new information
  • Thanks @HAEdwin for the code submissions

Release v1.2.12

18 Apr 13:38
7920b0e
Compare
Choose a tag to compare
  • Add support for latest HA 2022.4 release
  • Add NL translations
  • Other socket code fixes

Release v1.2.11

19 Feb 17:57
3166ad4
Compare
Choose a tag to compare

New features

  • Remove apsystems_ecur.start_query and apsystems_ecu.end_query service, now there is a switch on the ECU called switch.ecu_query_device if the switch is on, will query the device, if off it will read from cache. Can be used with an automation to turn on/off querying when the sun has set or risen
  • Add 2 additional sensors sensor.ecu_inverters and sensor.ecu_inverters_online to show you how man inverters have been configured in your ECU and how many are currently reporting data
  • Break up sensors in groups in the Device UI, make it easier to add important ones to Lovelace
  • Add support for the download diagnostics button the on the devices - hopefully will help debugging when there are problems
  • Start adding code support for http query method for ECU_R_PRO and ECU_C devices

Example ECU device page

Screen Shot 2022-02-04 at 9 40 57 PM

Bug fixes

  • Fixes errors in caching
  • Change the socket code to be synchronous instead of async and hopefully work better
  • Add more exception handling and detect error conditions

v1.2.10 (beta)

12 Feb 21:02
Compare
Choose a tag to compare
v1.2.10 (beta) Pre-release
Pre-release

Fix part of synchronous socket re-open code