Releases: mr-manuel/venus-os_dbus-enphase-envoy
v0.2.3
- Added: Change PV position via GUI
- Changed: Add VRM ID to MQTT client name
- Changed: Fix registration to dbus victronenergy/velib_python@494f9ae
Full Changelog: v0.2.2...v0.2.3
v0.2.2
- Chaged: Fixed status flapping between running and standby
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- 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
- 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
- Fixed: Driver does not start when selecting D5 firmware (#5)
Full Changelog: v0.2.0-beta2...v0.2.0-beta3
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
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
- 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
v0.1.4
v0.1.3
- 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