Skip to content

Releases: alexdelprete/ha-abb-powerone-pvi-sunspec

v3.5.1-beta.2

30 Jul 20:41
405e38e
Compare
Choose a tag to compare
v3.5.1-beta.2 Pre-release
Pre-release
  • changed multi_mppt_id read to uint16

v3.5.1-beta.1

30 Jul 00:59
0866e05
Compare
Choose a tag to compare
v3.5.1-beta.1 Pre-release
Pre-release

What's Changed

  • Reworked logic to read Model 160 for UNO-DM-PLUS/REACT2/TRIO inverters
  • Update pip requirement from <24.2,>=21.0 to >=21.0,<24.3 by @dependabot in #166
  • Bump ruff from 0.5.1 to 0.5.5 by @dependabot in #164
  • Bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in #159
  • Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #155

Full Changelog: v3.5.0...v3.5.1-beta.1

v3.5.0 - Optimizations for HA 2024.7

08 Jul 22:43
948aed5
Compare
Choose a tag to compare

v3.5.0-beta.2

06 Jul 14:06
948aed5
Compare
Choose a tag to compare
v3.5.0-beta.2 Pre-release
Pre-release

Fix ConfigEntry in coordinator

v3.5.0-beta.1

06 Jul 13:33
c942c6a
Compare
Choose a tag to compare
v3.5.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.4.2...v3.5.0-beta.1

v3.4.2

01 May 23:21
c3c1a27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.1 - Added inverter model

19 Feb 23:51
b2ce262
Compare
Choose a tag to compare
  • Added inverter model UNO-DM-1.2-TL-PLUS (tnx @woodrook for reporting it)

v3.4.0 - Refactored integration

06 Feb 17:05
0b92777
Compare
Choose a tag to compare

This version is the result of a long learning process. I studied 3-4 complex integrations to better learn how HA works, spent a lot of time in HA dev docs, unfortunately not everything is properly documented, so you need some quality code to study in order to really understand how things work. HA is an amazing platform, devs made an amazing job. Can't say the same for documentation. :)

I tried to test at the best of my possibility, but you will be the final judge of this version. Please let me know how it works. The code is much more lean and efficient. A complete read of all modbus registers is done in 0.1s in my environment, very happy about the result.

What's Changed

  • Updated folder structure and repo configuration to reflect latest devcontainer template
  • Refactored the Data Coordinator code - studied other complex integrations, learned a lot and I applied everything I could
  • Execute modbus data fetching through hass executor job: this could potentially benefit users with unstable/slow inverter connection and low-resource devices such as RPi, that could notice HA becoming less responsive during the data fetch
  • Added configuration_url for device info
  • Added entity_category for sensors: all sensors not related to power/energy/etc. are in a separate diagnostic section
  • Optimized all debugging log messages
  • Many small changes I didn't track

New Contributors

Full Changelog: v3.3.2...v3.4.0

v3.3.4-beta.7

06 Feb 16:08
eafb8ff
Compare
Choose a tag to compare
v3.3.4-beta.7 Pre-release
Pre-release

Last test

Full Changelog: v3.3.4-beta.5...v3.3.4-beta.7

v3.3.4-beta.6 (Last beta before v3.4)

06 Feb 13:34
1f13ec5
Compare
Choose a tag to compare
Pre-release

Last beta before v3.4 official release

Changes:

  • Last update to coordinator code.