Hallo.
Wie stelle ich es an das Device nur schaltet wenn "kein Regen"
(([Ueberschuss] > 500 and [09:00-12:00] and [Batterielader_aus] eq "off") and [Forecast:condition] eq "!showers") (set Poolpumpe on)
DOELSE (set Poolpumpe off)
Irgendwie will es so nicht.
gruss
so klappts jetzt
(([Ueberschuss] > 500 and [09:00-12:00] and [Batterielader_aus] eq "off") and [Forecast:condition] != "showers") (set Poolpumpe on)
DOELSE (set Poolpumpe off)
gibt das keine fehlermeldung zb im log? nach meinem verständnis sollte "!=" für numerische vergleiche sein und "ne" (not equal) für strings.
bis jetzt nicht. deiner meinung nach sollte es nicht klappen wenn es nicht regnet?
jetzt habe ich "most cloudly im reading und keine fehlermeldung.