victronenergy / node-red-contrib-victron

MIT License
90 stars 18 forks source link

solarcharger node: fix /Yield/Power name to PV Power #93

Closed mpvader closed 2 years ago

mpvader commented 2 years ago
{
                "path": "/Yield/Power",
                "type": "float",
                "name": "Total yield (kWh)"
},

Make it PV power, and make it such that its right below PV Voltage:

image

~also, make sure to test that that node; I don't get any date in my flow; but could be I'm doing something wrong.~

mpvader commented 2 years ago

ps I tested it better, works fine. its just the name that is wrong.