sjstein / tpMonitor

Python monitor script to connect to tpServer
0 stars 0 forks source link

tpMonitor - add alarms #23

Open sjstein opened 4 years ago

sjstein commented 4 years ago

Would it be valuable to add alarms for monitoring temp and/or depth as a parameter for the client?

-thi : temp too high -tlo : temp too low -dhi : depth too high -dlo : depth too low

How often to alarm?

Usage example:

python tpMonitor 192.168.1.1 -t 100 -thi 28c

Connect to server and alarm if the temperature is over 28 degrees c