victronenergy / node-red-contrib-victron

MIT License
87 stars 18 forks source link

Add dcload, dcsource meters, alternator and dcdc and more #109

Closed nmbath closed 2 years ago

nmbath commented 2 years ago

Some modifications to bring recent changes and planed changes in VenusOS Beta 2.80 into node red...

1) Added dcload meters 2) added dcsource meters 3) added new alternator and DCDC, being worked on in deus-vecan 4) pulled ATC and ATD for batteries through

dirkjanfaber commented 2 years ago

Thank you, @nmbath. These are useful additions to the node-red-contrib-victron nodes. I'll test them and merge them this week. On a side note: I have started working on another branch where I am putting help text into all of the nodes (see the faberd/documentation branch). Each node will get its own 'help' section in the services.json file, which will be accessible from Node-RED. As I haven't worked with all components myself, the help for a lot of notes is still a bit sparse. Can you suggest/add the help section for both input-dcload and input-dcsource? I've also started expanding the Example flows section of the wiki. Feel free to add a use-case for the nodes.

nmbath commented 2 years ago

Not problems. I have tested pulling voltage, amps and power from the changes I made. Have not tested any of the other data points that are available.

Will add some help, but is very much a copy and paste of the input-battery, with some of the data elements missing.

nmbath commented 2 years ago

Merged help details and corrected a typo in the ENUM definition for ATC and ATD in the input-battery section.