victronenergy / node-red-contrib-victron

MIT License
90 stars 18 forks source link

Add VE.Bus Battery temperature #94

Closed dirkjanfaber closed 2 years ago

dirkjanfaber commented 2 years ago

Requested via Slack (M. Corluka) to add the VE.Bus battery temperature.

The VE.Bus battery temperature dbus-obj-path is /Dc/0/Temperature, under dbus-service-name com.victronenergy.vebus.

dirkjanfaber commented 2 years ago

While available on the VE.Bus, the temperature is currently not available via modbus tcp. We need to add it there as well, in order not to have people who use that interface miss the path. (Also see #33)

dirkjanfaber commented 2 years ago

Put the modbus tcp item on a list to go through later. This issue can be closed for now as it has been added and will show in the normal use case.

dirkjanfaber commented 2 years ago

The value is already available via modbus tcp (line 96 of the excel sheet; the sheet is not grouped by path).