Eikkargh / Waterer

Automatic Plant Water with MQTT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic Plant Water

An automatic plant waterer based on Pi Pico W in MicroPython wired, to a moisture sensor and water pump via a relay.

Wiring

  • Moisture Sensor pin 6 (ADC)
  • Pump pin 26

Coding for Pico W in MicroPython

  • micropython.uf2 for PicoW from: Rapsberry Pi Documentation
  • boot.py
  • main.py
  • secrets.py
  • config.json
    • Stores last config between reboots
    • Replace with this if setting config in Home Assistant breaks

Home Assistant yaml

  • configuration.yaml
    • uses mqtt integration
  • lovelace.yaml
    • lovelace.yaml is no longer used. Code should be copied into the Edit Dashboard - Raw Configuration Editor from the the lovelace menu.

About

Automatic Plant Water with MQTT


Languages

Language:Python 100.0%