Comfort Automation/ Security System Forums

Full Version: Announce Action
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it planned to add an \"Announce\" Action for sensor values in the future so that it reports on keypads and can be used programatically?  Could becombined with \"Announce Words\" too.

I\'d like keypad to be able to announce on the hour:

Temperature <sensor value>

 

 
Announcement of sensor values is planned, but you can achieve this with a little programming, eg

If SensorRegister N >= 80 Then
    If SensorRegister N < 82 Then
        Announce Temperature 20 7 Degrees
    End If
End If

etc for each temperature value that you want to annnounce