Hi All,
reading Github page for Node-Red:
https://github.com/victronenergy/node-red-contrib-victron#generating-the-node-specification-file-developers
It's possible to define new measurament for each Victron nodes available in Node-Red.
As described in Git, It is possible to have the 2 configuration files CSV:
- dataAttributes.csv
- dataAttributeEnums.csv
We want to insert new measuraments in Battery Monitor Node:
- Max Cell Voltage
- Min Cell Voltage
Thank you!