Skip to content

Releases: mr-manuel/venus-os_dbus-enphase-envoy

v0.2.3

19 Aug 09:15
97c8ba3
Compare
Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

v0.2.2

18 Dec 09:50
08d904e
Compare
Choose a tag to compare
  • Chaged: Fixed status flapping between running and standby

Full Changelog: v0.2.1...v0.2.2

v0.2.1

04 Dec 13:53
bee13f5
Compare
Choose a tag to compare
  • Changed: Increased timeout for fetch_meter_stream() from 5 seconds to 60 seconds. Output a warning, if it take longer than 5 seconds

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Nov 19:52
fd0eb30
Compare
Choose a tag to compare
  • Added: StatusCode: 7 = Running; 8 = Standby (if power below 5 W)

v0.2.0-beta3

  • Changed: Fixed that the driver does not start when selecting D5 firmware (#5)

v0.2.0-beta2

  • Added: Publish Enphase auth token, microinverter config, reporting and producing count
  • Changed: Set microinveter power to 0 after 1200 seconds instead of 900 seconds

v0.2.0-beta1

  • Added: Support for D7.x.x firmware
  • Changed: Improved driver stability
  • Changed: Improved further the error handling

Full Changelog: v0.1.5...v0.2.0

v0.2.0-beta3

18 Sep 05:40
ba0a8fe
Compare
Choose a tag to compare
v0.2.0-beta3 Pre-release
Pre-release
  • Fixed: Driver does not start when selecting D5 firmware (#5)

Full Changelog: v0.2.0-beta2...v0.2.0-beta3

v0.2.0-beta2

16 Jul 12:54
f0bf67b
Compare
Choose a tag to compare
v0.2.0-beta2 Pre-release
Pre-release
  • Added: Publish Enphase auth token, microinverter config, reporting and producing count
  • Changed: Set microinveter power to 0 after 1200 seconds instead of 900 seconds

For Enphase progress see: Make "/stream/meter" available with "owner" token

Known issues

  • Driver does not start when selecting D5 firmware (#5)

Full Changelog: v0.2.0-beta1...v0.2.0-beta2

v0.2.0-beta1

16 Jul 12:53
49c4f0b
Compare
Choose a tag to compare
v0.2.0-beta1 Pre-release
Pre-release
  • Added: Support for D7.x.x firmware
  • Changed: Improved driver stability
  • Changed: Improved further the error handling

💡 NOTE

Currently it works only for self-installers, since they are able to request a token that has the installer user. You can request a token over https://entrez.enphaseenergy.com/ -> Login -> For commissioned gateway -> Enter the name of your site (at least three letters to start the search), select the Gateway and then press create access token. Copy the token and paste it on https://www.jstoolset.com/jwt.

  • If the enphaseUser is installer then this should work for you.
  • If the enphaseUser is owner then this probably won't work for you.

I'm currently trying to find a solution with the Enphase Support for this.

v0.1.5

30 May 09:37
d742579
Compare
Choose a tag to compare
  • Added: Show how much microinverters are currently producing power and if some are not reporting

v0.1.4

22 May 19:50
f763d42
Compare
Choose a tag to compare
  • Changed: Fix crash when rounding none value

v0.1.3

18 May 10:18
e870e5f
Compare
Choose a tag to compare
  • Added: Frequency
  • Added: Show to which broker and port the connection was made when logging is set to INFO
  • Added: Try to reconnect every 15 seconds to MQTT broker, if connection is closed abnormally
  • Changed: Fixed code errors
  • Changed: Improved error handling and output