Hi,
I'm quite new in working with node red. I got this following message from a Victron Batterie Monitor (BMV 712) and I would like to get some of the data in an InfluxDB.
I use the node VE.direct USB triggered by a timestamp and parse it with the json node.
How can I convert this data in something the InfluxDB can work with?
{
"PID": {
"value": "0xA383",
"description": "ProductID",
"units": "",
"product": "BMV-712 Smart Rev2"
},
"V": {
"value": 26479,
"description": "Main or channel 1 (battery) voltage",
"units": "mV"
},
"T": {
"value": 20,
"description": "Battery temperature",
"units": "°C"
},
"I": {
"value": 0,
"description": "Main or channel 1 battery current",
"units": "mA"
},
"P": {
"value": 0,
"description": "Instantaneous power",
"units": "W"
},
"CE": {
"value": -1305,
"description": "Consumed Amp Hours",
"units": "mAh"
},
"SOC": {
"value": 998,
"description": "State-of-charge",
"units": "‰"
},
"TTG": {
"value": -1,
"description": "Time-to-go",
"units": "Minutes"
},
"Alarm": {
"value": "OFF",
"description": "Alarm condit…
Thanks a lot in advance.
