/sensors

Raspberry Pi Sensors

Primary LanguagePython

Raspberry Pi sensors

The following sensors are all currently deployed to monitor the Water Softener:

Shell scripts

  • email-check.sh => If e-mail's are not working try this
  • output-check.sh => List the contents of the sensors output folders
  • service-check.sh => Check the status of the sensors services

Current sensors

  • regeneration => Water flow sensor on the Water Softener's drain tube
  • saltlevel => Distance IR sensor in the Water Softener's lid pointing down at the salt
  • temperature => Temperature sensor in the Water Softener's enclosure
  • user_modules => Shared library containing error handling and e-mail methods

Notifications

  • regeneration => E-mail every time it regenerates (ignores nuisance regenerations below 30 seconds)
  • saltlevel => E-mail when level below 25% and at 0%
  • temperature => E-mail when too cold or too hot (appx. 5 or 30 degrees C)