Skip to content

v1.4.23

Compare
Choose a tag to compare
@dirkjanfaber dirkjanfaber released this 18 Aug 15:02
· 165 commits to master since this release

Added missing input fields which were in output nodes and cleaned up no longer available entries in services.json

  • Removed paths that are no longer available on the dbus (see https://github.com/victronenergy/venus/wiki/dbus):
    • input-dcload: /Alarms/MidVoltage and /Dc/0/MidVoltage
    • input-dcload: /Dc/0/MidVoltageDeviation
    • input-dcsource: /Alarms/MidVoltage and /Dc/0/MidVoltage{,Deviation}
    • input-digitalinput: /ProductId
  • Some fields where available only in output nodes, added those to the input node too, so they can also be read.
    • input-generator: /AutoStartEnabled and /ManualStart
    • input-pvinverter: /Ac/PowerLimit
    • input-vebus: /Ac/AcitveIn/CurrentLimit and /Hub4/{FixSolarOffsetTo100mV,TargetPowreIsMaxFeedIn}
  • In order to track changes easier, added an exclude.txt file for using with the check-services.json script.
  • Improved the reverse check in cases where the service was not categorized the default com.victronenergy path.

Updated the ESS node to match the ESS UI on the console

  • Tried to match the naming of the GUI as close as possible. As there is negation going on in the /Settings/Cgwacs/PreventFeedback path, this was a bit complicated. Resolved this by adding a remarks field to the documentation for clarification of the used values. This remarks field can be used in other cases too.
  • Made sure that the output-ess settings are also available on the input side.
  • closes issue victronenergy/venus#669

Added temperature and battery voltage support for Mopeka sensors

  • Added reading the temperature and battery voltage for Mopeka sensors to the input-temperature node.
  • Updated documentation

Added reading the maximum charge voltage (issue #140) (thanks @liamhogan)

  • Added "DVCC" prefix for clarification in line with parameter description from the GUI.
  • Resolves issue #140 by adding the /Settings/SystemSetup/MaxChargeVoltage path to the input-ess node
  • Updated documentation