_____________________________________________________________________
724-746-5500 | blackbox.com
Page 232
# config -‐s config.alerts.alert2.type=enviro
Alarm Sensor Alert
To set an alert for 'doorAlarm' and 'windowAlarm' that are two alarms connected to an environmental sensor called
'SensorInRoom3'. Both alarms are disabled on Mondays from 8:15 am to 2:30 pm:
# config -‐s config.alerts.alert2.alarm1=SensorInRoom3.alarm1 (doorAlarm)
# config -‐s config.alerts.alert2.alarm1=SensorInRoom3.alarm2 (windowAlarm)
# config -‐s config.alerts.alert2.alarmrange.mon.from.hour=8
# config -‐s config.alerts.alert2.alarmrange.mon.from.min=15
# config -‐s config.alerts.alert2.alarmrange.mon.until.hour=14
# config -‐s config.alerts.alert2.alarmrange.mon.until.min=30
# config -‐s config.alerts.alert2.description='description'
# config -‐s config.alerts.alert2.sensor=temp
# config -‐s config.alerts.alert2.signal=DSR
# config -‐s config.alerts.alert2.type=alarm
To enable an alarm for the entire day:
# config -‐s config.alerts.alert2.alarmrange.mon.from.hour=0
# config -‐s config.alerts.alert2.alarmrange.mon.from.min=0
# config -‐s config.alerts.alert2.alarmrange.mon.until.hour=0
# config -‐s config.alerts.alert2.alarmrange.mon.until.min=0
The following command will synchronize the live system with the new configuration:
# config -‐r alerts
14.15 SMTP & SMS
To set-‐up an SMTP mail or SMS server with the following details:
Outgoing server address
mail.Black Box.com
Secure connection type
SSL
Sender
John@Black Box.com
Server username
john
Server password
secret
Subject line
SMTP alerts
# config -‐s config.system.smtp.server=mail.
Black Box
.com
# config -‐s config.system.smtp.encryption=SSL (can also be TLS or None )
# config -‐s config.system.smtp.sender=John@
Black Box
.com
# config -‐s config.system.smtp.username=john
# config -‐s config.system.smtp.password=secret
# config -‐s config.system.smtp.subject=SMTP alerts
To set-‐up an SMTP SMS server with the same details as above:
# config -‐s config.system.smtp.server2=mail.
Black Box
.com
# config -‐s config.system.smtp.encryption2=SSL (can also be TLS or None )
# config -‐s config.system.smtp.sender2=John@
Black Box
.com
# config -‐s config.system.smtp.username2=john
# config -‐s config.system.smtp.password2=secret
# config -‐s config.system.smtp.subject2=SMTP alerts
The following command will synchronize the live system with the new configuration:
# config -‐a