Skip to content

Commit

Permalink
node-red-contrib-victron v1.4.6
Browse files Browse the repository at this point in the history
- Fixed name for Solar charger PV power, it was named Total yield (kWh), now its
  PV power (W).
- Add Battery temperature to the System input node.
- Add Battery temperature to the VE.Bus input node.
- Removed MppOperationMode from the solar-charger control node: thats not a
  parameter that can be written to.
- Add "BMS allows to charge" and "BMS allows to discharge" paths to VE.Bus input node.
  Note these relate only(!) to the VE.Bus BMS.
- Add support for dict-updates on the root path.
  victronenergy/venus#789
- Refresh npm-shrinkwrap: three small updates of dependencies.
  • Loading branch information
mpvader committed Feb 6, 2022
1 parent 0dd3a3e commit 11c890d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ SRC_URI = "\
file://npm-shrinkwrap.json \
"

# Careful! When updating the version, also npm-shrinkwrap.json must be updated
# Careful! When updating the version, the npm-shrinkwrap.json must be updated as well; it defines
# the version of all dependencies, and they are many.

SRC_URI[sha256sum] = "893913597ee5b751133815525ed62d04e164c73f7e69e44d9ac4889005216354"
SRC_URI[sha256sum] = "490fe014624ba9bb1f87fd37ac708561caa0ddbf686680bdc5b9ab064cb0554f"

inherit npmve

0 comments on commit 11c890d

Please sign in to comment.