I use VRM API, ModbusTCP and MQTT.
I would like to read:
- Multiplus settings, such as Absorption voltage or Float voltage
- Battery/BMS statistical values, such as min/max cell voltage (which is available in the VRM as a Widget)
Regarding Multiplus settings; I want to read the values remotely (no MK3 cable) to investigate a system whether settings are correct and/or inadvertently changed. This would save a site-visit.
Regarding Battery/BMS, I can get the battery voltage and SOC, using the VRM-API/stats with attributes bv and bs, but I cannot find the correct attributes for min/max cell voltage. The closest I find (VRM-API/attributes) are 173/mcV for Minimum cell voltage and 174/McV for Maximum cell voltage, but the VRM stats-API does not return information.
Suggestions more than welcome!