Hi,
I have a Victron temperature sensor attached to the Cerbo, I can see it in VRM portal and I can see the temperature, however there is no history or graphs.
Do I have to set it to start logging? Is it possible?
Thank you
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Hi,
I have a Victron temperature sensor attached to the Cerbo, I can see it in VRM portal and I can see the temperature, however there is no history or graphs.
Do I have to set it to start logging? Is it possible?
Thank you
Where would I set email alerts for high/low temperature values?
Extra points if you can tell me if/how I can feed that data in to Home Assistant.
Thanks again
Also in VRM -> settings -> alarm rules Then select the temperature device.
Home assistant I'm not sure what the preferred option is for that community. (I use openhab).
I would've guessed they just read from victrons MQTT server details here:
GitHub - victronenergy/dbus-mqtt: Venus OS service mapping the D-Bus on Venus OS to MQTT
I also find this link useful to find out what the available topics are. The MQTT topics follow the same pattern as DBUS paths
dbus · victronenergy/venus Wiki · GitHub
For example it would be
/N/{VRMID}/temperature/{deviceID}/Temperature
where you replace {VRMID} with you vrm ID (can find in gx device's vrm settings)
and {deviceID} with the temps sensors ID.
However I've seen a lot of folk on here prefer modbusTCP to get data into homeassistant. You can find guide for that here:
GX Modbus-TCP Manual [Victron Energy]
As well as link to list of modbus registers in excel format here:
Technical information - Victron Energy
Happy to help further if you need a hand with anything
I like MQTT and have a broker for a bunch of other devices but I'll still look into modbusTCP, I guess they prefer it for a reason :)
Thanks again
Victron temperature sensor disambiguation table - which product supports which sensor
Additional resources still need to be added for this topic
43 People are following this question.