Jump to content

2441TH Thermostat Notify


mcgedoue

Recommended Posts

Seems simple enough, but I can seem to get below notify variable to work.

Just want to be notified I'm away if the temp inside goes above or below range below to indicate a problem.

There doesn't seem to be the built in variable in the message options, so found the wiki article about Custom Email Substitution Variables.

http://wiki.universal-devices.com/index.php?title=ISY-99i_Series_INSTEON:Custom_Email_Substitution_Variables

I still can't seem to get it to notify with current Tstat indoor temp.

 

If

         <Whatever program here>

 

Then
        Send Notification to 'Text' content 'Message'

------------------------------------------------------

Message Body...

Thermostat temp is: ${sys.node.11 22 AA 1.ST}

Link to comment

This is the only way I know of to get the current temp to variable.  One program for each temp or maybe break up into temp ranges, like temp between 85-90 and set $i.tstat to 87.5 (or something like that).

If
        Status  'Hallway 01 / Thermostat- Main' is 90° (Temperature)
 
Then
        $i.tstat  = 90
 
Else
   - No Actions - (To add one, press 'Action')
 

Link to comment
  • 1 year later...

Not to revive an old thread, but ... did something ever get implemented that would allow for easy capture of the current temp as reported by the Insteon thermostat?

 

I'd like a program to alert me when the outside temp is the same as inside (as reported by the thermostat) and I haven't figured out a good way to do it yet.

Link to comment

Not to revive an old thread, but ... did something ever get implemented that would allow for easy capture of the current temp as reported by the Insteon thermostat?

 

I'd like a program to alert me when the outside temp is the same as inside (as reported by the thermostat) and I haven't figured out a good way to do it yet.

Get v5.0.4.

Piece of cake.

 

For a sample look for the "Venstat sensor"

http://forum.universal-devices.com/topic/18921-v5-averaging-using-only-the-best-values/?hl=averaging

Link to comment

It's Alpha, not yet Beta. It's considered only appropriate for developers on their non-primary system.

 

That being said - several appear to be running it fine. YMMV - but keep a good backup!

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...