-
Hello, I'm looking for a way to store all cell voltages in InfluxDB. My idea was to send the different voltages from the driver as JSON via MQTT to Node-RED, where I can create a flow to store the data in the time series database. Has someone done this already? Is there maybe another way to get the single cell voltages without adding MQTT to the driver? I'm using the Venus OS Large Image with Node-RED. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
All the data that the driver publish to the dbus should already be available in MQTT in Node Red. The cell voltages are published at |
Beta Was this translation helpful? Give feedback.
-
Indeed it is. It works also for multiple batteries. Thanks!
|
Beta Was this translation helpful? Give feedback.
All the data that the driver publish to the dbus should already be available in MQTT in Node Red.
See https://github.com/victronenergy/dbus-mqtt/blob/master/README.md if you have not yet enabled MQTT on your GX and how to read data.
The cell voltages are published at
battery.{port}/Voltages/Cell#