https://github.com/sensoranalyticsaus/wh
Water spill detector
https://github.com/sensoranalyticsaus/wh
Last synced: 12 months ago
JSON representation
Water spill detector
- Host: GitHub
- URL: https://github.com/sensoranalyticsaus/wh
- Owner: SensorAnalyticsAus
- License: apache-2.0
- Created: 2024-05-21T08:40:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T07:40:24.000Z (almost 2 years ago)
- Last Synced: 2025-06-27T10:07:54.296Z (12 months ago)
- Language: Python
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Python code for detecting water spills
## Requirements
* Any Raspberrypi with GPIO header pins
* [Commonly available rain sensor module](https://github.com/SensorAnalyticsAus/wh/blob/main/watersensor.png)
## Wiring Sensor -> RPI
VCC -> Pin1 (+3.3V)
GND -> Pin6 (Ground)
D0 -> Pin11 (GPIO 17)
## Notifications
This program relies on Pushover to send phone alerts.
## Use
`ctrl-wh start`
## Good to do
Adding `@reboot ctrl-wh` to cron