Can you set temperature relay rules on a Cerbo Gx with two temperature sensors? Ex. If solar cabinet sensor temp is greater than outside sensor temp... to turn on a fan?
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Hi @dwall47
Not sure if you can do this by default but it's a quick one to do in node red running on GX device.
Assuming you have nodes for those temp sensors it would be
Temp -> switch (if > x degrees) -> turn on fan
Temp -> swtich (if < x degrees) -> turn off fan.
If the temp sensors aren't included in node red then you could query them using node red http node (assuming they are smart sensors and have some sort of api that node red can query). Then the rest of the nodes are the same.
I have similar setup with my sensors. However I use external "relays" in the form of a shelly smart switch (and mine is the opposite, heaters for the winter).
Username admin
Password whatever your gx local password is.
Ie you're remote console login password
Additional resources still need to be added for this topic
69 People are following this question.