Jump to content

Email variable for Multisensor 6


Techman

Recommended Posts

I'm trying to put temperature and humidity variables into an email for the Multisensor 6.

 

sys.node.<address>.<valueName>.ST  doesn't work.

 

I'm able to view the humidity but not the temperature. What's the proper variable temperature syntax?  I'm running 4.6.2.

Link to comment
Share on other sites

This is what I use to forward either Temp, Hum, Lux, Motion, BIn or Tamper alarms.  This email is sent when any of these alarms trigger.

 

Email customization "ZW Multi Generic"

${sys.program.#.name} ${sys.node.#.name} ${alert.control} is ${alert.action} @ ${alert.time} On ${alert.date}

 

Program that calls on the specific alarm:

ZW Send Garage Temp Hum LUX (Ed July 11 2017) - [iD 018A][Parent 00DF]
 
If
        Status  'Garage / Devices / ZW 027 Garage Multi Sensor' <= 100° C
    And Status  'Garage / Devices / ZW 027 Garage Multi Sensor' <= 100% (Humidity)
    And Status  'Garage / Devices / ZW 027 Garage Multi Sensor' <= 2000 lux (Luminance)
    And Status  'Garage / Devices / ZW 027 MSS - Garage Side Door' <= On
    And Status  'Garage / Devices / ZW 027 Garage Binary Sensor' <= On
    And Status  'Garage / Devices / ZW 027 Garage Tamper Alarm' <= On
 
Then
        Wait  1 second
        Send Notification to 'Default' content 'ZW Multi Generic'
 
Else
   - No Actions - (To add one, press 'Action')
 
Sample of email Subject
ZW Send Garage Temp Hum LUX (Ed July 11 2017) ZW 027 Garage Multi Sensor CLITEMP is 22.00° C @ 11:08:11 PM On 2017/09/14
 
Hope this can help
 
PhanTomiZ
Link to comment
Share on other sites

  • 1 month later...

Archived

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


×
×
  • Create New...