I'm looking for the data point AC loads in NodeRed.
Can someone help me out where to find it.
If necessary also via ModBus. I need the data point in IoBroker.
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'm also trying to work out how to make my way around the Victron manual soup!
I see from this post that modbus register 817 (unit ID is 100) returns 'AC consumption L1' - is that what you want?
https://community.victronenergy.com/questions/46108/how-to-calculate-ac-loads-value-not-a-modbus-param.html
On this post, eventually the Victron staff person felt able to disclose that, if you don't have an external meter, the 'system' node shows 'AC consumption L1'
https://community.victronenergy.com/questions/136997/venusos-large-with-node-red-ac-load-dc-load-and-ot.html
I've tried both of the above and they do work.
Obvs, 'AC load' and 'AC consumption' aren't the same thing, but seem to be used interchangeably at times. Does that help at all?
I was faced with the same problem - my solution is to use nodered and the statistics node to sum up several topics. I fetch them via mqtt (faster than modbus, sum them up and then publish them to new mqtt topics (ACLoadsSum, CritLoadsSum, MPPTYieldSum, ...).
It's fairly easy and several other systems can make use of them like my openwb wallbox, homeassistant, esphome,...
39 People are following this question.