1) Give a description of the problem
I would like to be able to ‘reset’ a variable if not raining for 2h
2) What is the expected behaviour?
if no rain for 2h then set variable to 0
3) What is happening/not happening?
not sure if the condition trigger is working and cant find a way to ask if it was raining 2h ago
I have a global that is set with the twcWeather and it shows the weather report. I try to use it as trigger by finding “rain” or “shower” inside of it. It works but I would try to ask webcore if this global NOT countain those words for 2 hours… Seem not to work! By the way, conditional trigger seem not working at all and act like normal condition…
Any idea is welcome! For now I think I should have another global wich is telling 2 last hour rain and compare if its greater than 0... But still have this trigger problem...
Thanks!