Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jehy/arduino-watering-mqtt
https://github.com/jehy/arduino-watering-mqtt
arduino ground mqtt plants pump water watering
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jehy/arduino-watering-mqtt
- Owner: jehy
- Created: 2022-02-06T20:23:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T20:33:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T11:05:26.400Z (7 months ago)
- Topics: arduino, ground, mqtt, plants, pump, water, watering
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino auto watering with MQQT
[![Compile Sketch](https://github.com/jehy/arduino-watering-mqtt/actions/workflows/compile-sketch.yaml/badge.svg)](https://github.com/jehy/arduino-came-reader/actions/workflows/compile-sketch.yaml)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/jehyrus)Simple dryness (humidity) sensor with self watering via 12v pump and MQQT for reporting.
Needs a pump, ground humidity sensor and relay.
Sample config for Home Assistant:
```yaml
binary_sensor:
- platform: mqtt
unique_id: esp-water-1
name: "ESP water 1"
state_topic: "esp/water/1/state"
payload_on: "1"
payload_off: "0"
device_class: "running"
qos: 0sensor:
- platform: mqtt
unique_id: esp-water-1
name: "ESP water 1 status"
state_topic: "esp/water/1/status"
qos: 0
unit_of_measurement: "ue"
```