I would like Placeholders made for: Upper Warning Limit [unit] = %UpperWarningLimit Lower Warning Limit [unit] = %LowerWarningLimit
Currently, this is my setup.
In one of the Sensor Comment Sections I but the following (values do change): The Threshold values are set between 50 and 84 °F. -------------- When a Warning happens and I receive a text or email, I have setup the message to show the following:
Text Subject: Environmental Alert at %group: %shortname - %lastvalue
Text Body: Environmental Alert!!!
Building %group, Probe: %shortname is %lastvalue. %commentssensor Probe has been above threshold since %since --------------
Here is what the text look like when Placeholders are filled in:
In the Text Subject: Environmental Alert at CA3: #1 HW Lab Temp - Row B4 - 89 °F (Temperature)
In the Text Body: Environmental Alert!!!
Building CA3, Probe: #1 HW Lab Temp - Row B4 is 89 °F (Temperature). Sensor Comments
The Threshold values are set between 50 and 84 °F.
Probe has been above threshold since 12/17/2015 12:04:43 PM
-----------------------
As you can see; %commentssensor wastes space. And if someone changes the upper or lower warning values and forgets to change the sensor comments for any of the sensor probes it looks really messy.
I would like to use something like: Building %group, Probe: %shortname is %lastvalue. The Threshold values are set between %LowerWarningLimit and %UpperWarningLimit °F.
By doing this I would not need the comment section for what I am using it for.
Add comment