question

pfloryann avatar image
pfloryann asked

Node Red set value for Grid Set point

Hi,

Please help me with an node red flow for set the value Grid Set point for a specific time.


Thanks!

Node-RED
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
Stefanie (Victron Energy Staff) avatar image
Stefanie (Victron Energy Staff) answered ·

@pfloryann

Here's a simple example to give you a base to work from:

The inject node sets the grid setpoint to 50W from Monday to Thursday at 9:44 p.m.

Use another inject node (or as many as you want) to change that to another value or time for flexibility.


bildschirmfoto-2022-10-19-um-214812.png bildschirmfoto-2022-10-19-um-214756.png




[{"id":"24579bcb.5c9814","type":"inject","z":"2031e394b2a17228","name":"","props":[{"p":"payload"},{"p":"topic","v":"","vt":"num"}],"repeat":"","crontab":"44 21 * * 1,2,3,4,5","once":false,"onceDelay":"","topic":"","payload":"50","payloadType":"num","x":390,"y":220,"wires":[["1d8dda26fa2195b5","145b508a.f3325f"]]}]

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

pfloryann avatar image pfloryann commented ·
Awesome! Thank you very much Stefanie!
0 Likes 0 ·