victronenergy / node-red-contrib-victron

MIT License
87 stars 18 forks source link

Include gridmeter /Ac/Power as "Power (W)" #168

Closed GallusMax closed 1 year ago

GallusMax commented 1 year ago

..otherwise the L1+L2+L3 Power values had to be summed up The /Ac/Power value is already offered in service-whitelist.js, ready for use.

dirkjanfaber commented 1 year ago

Note the service-whitelist.js file is not used anymore (at least not by me), so that is not so relevant. The nodes take the values from the dbus and if the data is not there, adding it to src/nodes/services.json won't make any difference.

For this case, there is an example added to the nodes (via import (ctrl-i) -> examples tab -> @vicrtronenergy/node-red-contrib-victron): Sum power inputs

image

This example can also be downloaded from here. The other examples are also here.

If this is not sufficient, please create a new issue for it.