I´m operating Victron Multiplus II GX and connected via Modbus to my home automation system.
Works fine for me. Just one question, maybe for optimization. I use register 12 and 23 to read out die Input Power and Output Power of Multiplus device. Due to the scale factor, it is only possible with ten digit readout (10, 20, 30, 40,….). I would like to be more precise and want to read out the power to the last digit (11, 12, 13…).
Any ideas how to approach? Is the maybe another register to process?
Your problem is to read out modbus, correct ?
You can get stacks of 10 but you dont want to read them out one by one ? Thats not possible with modbus imho.
What dashboard are you talking about ?
If you are talking about the Dashboard from your local CERBO GX did you tried getting the values with a web request ?
Should be available.
Probably not available on modbus, as implementing floats in modbus isnt that easy. think they just stripped of or rounded the last digit. why do you need it that exact ?