Search found 4 matches

by Sjuul
30 Aug 2023, 16:08
Forum: ESP Easy: Software
Topic: Rules If statment String
Replies: 7
Views: 1170

Re: Rules If statment String

Thanks Ath, This gives me an eye opener. The plugin 0092 can give also sort value [Airco2#mode] returns only FAN Just after the position you mentioned in the online help I found the function {equals:<string1>:<string2>} If {equals:[Airco2#mode]:FAN} = 1 SendToHTTP 192.168.1.100,8080,/json.htm?type=c...
by Sjuul
30 Aug 2023, 13:09
Forum: ESP Easy: Software
Topic: Rules If statment String
Replies: 7
Views: 1170

Re: Rules If statment String

It comes from "HwSerial port 0" Port to GPIO1 and GPIO3

I use this plugin https://espeasy.readthedocs.io/en/lates ... /P093.html
by Sjuul
30 Aug 2023, 11:57
Forum: ESP Easy: Software
Topic: Rules If statment String
Replies: 7
Views: 1170

Re: Rules If statment String

Below the string i recieved.

Airco2#settings=`{'roomTemperature':19.0,'wideVane':'<<','power':'OFF','mode':'FAN','fan':'1','vane':'1','iSee'

As you can see there are some numbers but not for everthing.
by Sjuul
30 Aug 2023, 10:05
Forum: ESP Easy: Software
Topic: Rules If statment String
Replies: 7
Views: 1170

Rules If statment String

Hello, I'am busy to connect my airco to ESP-Easy receiving data string works great. The mode of the airco is transferred in a string like "FAN" Now I try to make in the rules of ESP-Easy an if statement with this string see the code below If [Airco2#mode] = 'FAN' SendToHTTP 192.168.1.100,8...