Differential temperature pump control #668
Ivailo1980
started this conversation in
General
Replies: 1 comment 2 replies
-
I'm sorry, but I cannot do code-review from scratch here. Try it out for yourself first and report if something is not working. Add debug output after every value that has been set/modified to make sure that there is no error there. Then, if there is still an error, I may be able to take a look. Also, please use proper indention so that your code becomes readable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I`m trying to write some custom code for differentil temperature pump control with one of the ESP 32 relays and BSB lan. I wrote the following:
What do you think? Will it work or have to change something? The idea is to write values from parameters 20302.1 and 8830. Compare them and if the first one is more than 5 degrees greater than second one, close the relay and start the pump...
Beta Was this translation helpful? Give feedback.
All reactions