Search found 4 matches

by tgear
18 Sep 2019, 21:09
Forum: ESP Easy: Software
Topic: GPIO read float switch fluctuations during transition
Replies: 6
Views: 7101

Re: GPIO read float switch fluctuations during transition

I'm not entirely sure what you want to do but; TaskValueSet only sets the value. TaskValueSetAndRun will set and execute the task = if a controller has been set in the task settings it will report to that controller. A switch plugin will report as soon as a change has been detected, but it's also p...
by tgear
18 Sep 2019, 15:29
Forum: ESP Easy: Software
Topic: GPIO read float switch fluctuations during transition
Replies: 6
Views: 7101

Re: GPIO read float switch fluctuations during transition

Ok so I have the following rules set. Does it look OK? The Data Acquisition Interval does it override state change? So if it's set to 30 seconds and i toggle manually the gpio input to open/close does it ignore my input and only counts the every 30 seconds state? On level90#state Do Let,3,[VAR#2] Le...
by tgear
18 Sep 2019, 11:50
Forum: ESP Easy: Software
Topic: GPIO read float switch fluctuations during transition
Replies: 6
Views: 7101

Re: GPIO read float switch fluctuations during transition

Hi again! I started trying to implement it through rules as you suggested. I have set Data Acquisition Interval: 30 seconds So each VAR will have the state value with 30 seconds delay right? On level90#state Do Let,4,[VAR#903] Let,3,[VAR#902] Let,2,[VAR#901] Let,1,[state#Value] if [VAR#901]=[VAR#902...
by tgear
30 Aug 2019, 09:33
Forum: ESP Easy: Software
Topic: GPIO read float switch fluctuations during transition
Replies: 6
Views: 7101

GPIO read float switch fluctuations during transition

Hi! I have built a simple water tank level notification project using 4 water float switches. Also, when the level is low it turns off my water pump so the automatic watering stops and I can water manually whatever has the most needs. My problem is that as the water is not still, the float switch se...