Hello
I have one water pump, four valves, and four water level switch (XKC-Y25) in four tanks.
How to replenish the tanks one by one at a specific time?
Thanks for your idea.
Search found 3 matches
- Friday 17 July 2020 20:25
- Forum: dzVents
- Topic: Four water tanks
- Replies: 3
- Views: 420
Re: While do
Thank you for the explanation.
While do
while domoticz.devices('hladina4').state == 'On' do cerpadlo.switchOn().checkFirst () ventil4.switchOn().checkFirst () end cerpadlo.switchOff().checkFirst () ventil4.switchOff().checkFirst () end Is this entry possible? Why doesn't the red part of the code execute? Thanks Vikin