victronenergy / venus-html5-app

HTML5 App including Javascript library that communicates with Venus OS over MQTT websockets
MIT License
102 stars 31 forks source link

Add support for DC generators #195

Closed martinbosma closed 2 weeks ago

martinbosma commented 2 years ago

See https://github.com/victronenergy/venus-private/issues/162 and https://github.com/victronenergy/venus-private/issues/232

New items added for DC generators (compared to AC gensets), see also dbus wiki:

com.victronenergy.dcgenset is used for DC gensets.

/Dc/0/Voltage        -> DC output voltage
/Dc/0/current        -> DC output current
/Dc/0/Power          -> DC output power
/HeatsinkTemperature -> Temperature of the heatsink

The design of DC genset can be similar to the AC genset, except show DC data instead of AC data.

Mockup: image image 1) Show DC data instead of AC data 2) Add heatsink temperature (if present)

MQTT data image

mman commented 2 weeks ago

Addressed by https://github.com/victronenergy/venus-html5-app/commit/c85fea121ea009d171053de90cbf72d9c7ff7c5a, except for /HeatsinkTemperature -> Temperature of the heatsink