Hi,
Please help me with an node red flow for set the value Grid Set point for a specific time.
Thanks!
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
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.
[{"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"]]}]
35 People are following this question.