UPDATE 2021-08-20: v2.80~14 was released last night. One change only: better reporting of power per PV tracker in the Inverter RS and SmartSolar RS, to be used on the VRM Dashboard in detailed mode.
Good morning all,
As of this morning, a new version is available to be tested in the field, v2.80~13. In case you don't know what all this is about: this message is part of the Venus OS Beta test program. Read that link for more information.
What to test? (same as with v2.80~10/11)
The new DC meter features of the BMV-712 and SmartShunt. Note though that more is coming there, such as proper visualisation on the Overviews. What is available is just the basics.
And then furthermore basically everything needs testing: similarly as the previous major release, v2.70, also this version contains major upgrades in the foundations. The main one being that the Python version was changed from 2.7 to 3. Also the Open Embedded release was upgraded from Zeus to Dunfell, and lastly we changed to a read-only rootfs. All combined this means that (a) lots of tools and packages used will have changed to a newer version, and (b) lots of Victron code has been changed to be compatible with Python 3.
How to post an issue?
Preferably all issues are organised as answers to this question. One answer per issue. So first check the existing threads. If you have the same as someone else already reported, welcome to add a comment saying "me too". And preferably some more details. And in case its not listed yet, add a new Answer. Note that Answers and Comments are two different things here on community.
Lastly, if possible please revert to v2.72, to double check if the issue you're seeing was present there as well. Regressions require a different treatment than other issues and bugs, and one of the first things that needs doing in triaging a report is distinguishing between the two.
The plan with v2.80
Development and testing will continue for quite a while; I expect at least until somewhere in September; possible also into October this year.
It does look more and more likely that there will be a v2.73 soon, which will then start with a v2.73~1 in the candidate feed.
Changes since previous test version, v2.80~11:
- Fix issue causing Cerbo GX-es with a serialnumber below HQ2026 to be incompatible with newer GX Touches. In such case, the GX Touch display would flash at powerup and then remain off. Not anymore. Thank you Matthias for reporting & helping to fix this.
- Fix various regressions introduced earlier in v2.80 development, all related to the switch to Python3:
- Generator start/stop timezone issue
- ESS Scheduled charging timezone issue
- ESS BatteryLife timezone issue
- Remote settings using VictronConnect issue
- Demo mode issue
- VRM transmission exception handling issue
- VRM: transmit status of L2 in a North American split-phase system, to enable proper visualisation. This relates to the recently introduced MultiPlus-II 12V 3000VA 2x120V. Note that the VRM Dashboard itself still needs to work to use this information. Its the last one: all other user interfaces (VictronConnect, GX Touch / Remote Console) already show information on L2.
- VRM: transmit power per tracker, right now needed for the VRM Dashboard, rather than current. (added in v2.80~14)
Complete v2.80 change log, compared to v2.72, todays official version:
User interface (on screen & remote console)
- Add eject button to the offline firmware update menu.
- Fix issue that caused the overview to change when switching off the Multi in a system configured for ESS
- Fix an issue where the grid meter reading disappeared from the gui when the Multi is off
- Fix I/O settings visibility.
DVCC & managed batteries
- Force DVCC settings for Pylontech batteries as per documentation (DVCC on, SVS and STS both off). This is now the same as already in place for various other battery makes.
- Add full support for the Inverter RS, including CVL, CCL, SVS, STS and SCS.
- Switch off inverters when a managed battery says DCL=0, just as it works for inverter/chargers already.
- Only use the selected battery monitor; affects systems that have a managed battery and a BMV (or similar) Victron battery monitor installed.
ESS
- Change the "Total of all phases" mode to be symmetrical: all phases are adjusted to convert the same amount of power from, as well as to, DC. In the past, this option primarily avoided passing power through the DC-bus to avoid inefficiency, but didn't take full advantage of the billing arrangement to use all the available power when there is a shortfall on another phase. Now it divides the work equally across the phases, thereby making the full capacity available, and with no impact on billing.
An example: at night, no solar, there is a large load on L1 - say 6kW. And no load on the other phases, and a 3 x 3kVA inverter/charger configuration. Old: the L1 inverter/charger would be at max power, discharging, which resulted in buying ~3.5kW. New: all three inverter/chargers are each doing 2kW, zero Watts on the meter.
Similarly in a excess PV situation: if there would be 6kW excess PV on L1, and the same inverter/charger configuration, then in the old situation it would charge the battery with one inverter/charger only, and the rest of the power would be sold back to the grid. In the new situation, it all inverter/chargers will be charging at approximately equal power, and the total being 6kW of charger.
Lastly, note that the balance of feeding in excess PV power coming from solar chargers, has not been changed. There is no need to actively make that symmetrical, since when there is so much energy available that its necessary each inverter/charger will automatically start operating at full power. No need to actively manage that.
Other
- Support the new DC Monitor feature, recently released as a firmware update for the BMV-712s (v4.07) and SmartShunts (v4.07). The purpose is to be able to use those dc meters not as a battery monitor but as a dc meter. For example to measure the output of an alternator, or a wind generator. Or, measure the power draw of a certain load or group of loads. First of all to visualise it, and later it can perhaps be used in DVCC as well. Note that this release is just the first step, more coming later such as proper visualisation in the overview and VRM.
- Fix issue causing Cerbo GX-es with a serialnumber below HQ2026 to be incompatible with newer GX Touches. In such case, the GX Touch display would flash at powerup and then remain off. Not anymore. Thank you Matthias for reporting & helping to fix this.
- Support exfat filesystem, for large removable media (sdcards, usb sticks). Note that this is not for the raspberrypis, since (only they) still ship with a version of Linux that does not support exfat.
Bluetooth
- Fix Bluetooth pincodes starting with a 0; this was broken since the first release of BLE functionality in Venus OS.
- Implement keep-alive functionality: improves robustness with certain phones by avoiding Venus OS thinking its still connected and then remaining connected while its not.
- Fix GX device not being visible on other phones while already connected to one. Now it is visible in the 2nd phone, but then with an explanation that to connect, the other phone needs to actually disconnect first. This is now on par with how other Victron products work with Bluetooth.
Developer / under the hood
- Change the rootfs to be default read-only. Careful, this is quite the change in case you're modifying your rootfs. The reason behind this is quality and robustness. Every boot is now the same, instead of an initial boot possibly being different from the second or the third. And less writes to the storage, which reduces the wear, and more advantages. The downside is obviously that its a bit more hassle in case you want to modify the software. To learn how, read here this commit.
- /opt/victronenergy/swupdate-scripts/remount-rw.sh will make it writable again (until the next swu update)
- additional services should now be stored in /opt/victronenergy/service instead of /service or else they won't survive a reboot
- closes https://github.com/victronenergy/venus/issues/217
- Change the used Open Embedded release from Zeus to Dunfell. More details about OE releases are here. For a long time, Venus OS was based on Rocko. Recently we changed it to Zeus, which was an intermediary step to get to Dunfell. Dunfell is relatively recent LTS (long term support) version; so happy to be at that version, and expecting to be able to leave it at this for quite some time to come.
- Change the used Python version from v2.7 to v3.. This was something we needed to do anyway, and sort of a requirement that comes with switching over to Dunfell. For those that wrote their own code this does mean work. See also this post on community.
Known issues
- On some Venus GX-es, v2.80 doesn't install. To fix this, we'll soon release a v2.73~1 (and thereafter a v2.73 official) that fixes that, and which will need to be installed before updating to v2.80 is possible on those Venus GX-es.
- dbus-mqtt keepalive has a regression since v2.80~9 in how the keepalive works; see comments below for details. Will be fixed in the next v2.80 release candidate.