Efried
Active Member
Hello,
I came across that code for detecting sensor failures. Is there a TS equivalend for Humidity?
thanks
SET WSRPLY 0 // dunno why...
SET RAM3 T3 // set variable 3 to the themperature
TSTEQ TS3 0 // check if there was a temp. sensor failure
SET RAM3 99 // if yes set variable 3 to 99
WEBSET URL7 RAM3 //write variable 3 it to the server via get
SET WSRPLY 0
WEBSET URL5 H1 // no check for humidity?
I came across that code for detecting sensor failures. Is there a TS equivalend for Humidity?
thanks
SET WSRPLY 0 // dunno why...
SET RAM3 T3 // set variable 3 to the themperature
TSTEQ TS3 0 // check if there was a temp. sensor failure
SET RAM3 99 // if yes set variable 3 to 99
WEBSET URL7 RAM3 //write variable 3 it to the server via get
SET WSRPLY 0
WEBSET URL5 H1 // no check for humidity?