pete_c said:
			
		
	
	
		
		
			 
The above said did you re download your stuff to your clients and do you see the humidity now? 
 
		
		
	 
Yes, I can see the Thermostat-Humidity now in the OMNILINK app.    Thanks.
 
I have a programming question . . 
 
We have an intermittent condition where we need to dehumidify in the winter, related to ground water raising the humidity in shallow dirt-floor crawlspace  (this is a 100 year old lake cabin).  The built in humid control in the dehumidifier does't do what we need.  
 
So I have this simple program to control AC power to the dehumidifier.  The fact that Current Thermostat values can't be a trigger, but can be a Condition makes it harder to program an email alert.
 
-------------------------------------------------------------------------
EVERY HOUR
     AND IF Living Room Humidity is GREATER THAN 50
     THEN dehumidifier on for 3 hours
------------------------------------------------------------------------
 
I want a flag that can be a signal to send an email alert when the Humidifier initially goes ON.  The problem with the programming above is sends an ON signal every hour.  I want to know when it goes ON for real, not an hourly reset for another 3 hours.
 
So how can I have a signal for an email alert when it actually goes ON ? . .  it may stay on for a month in the summer, and don't want an on signal every hour.