Skip to content

floryn08/rpi-pico-watering-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-pico-watering-system

Circuit diagram

circuit diagram

Data flow

data flow

TODO

hardware

  • make a proof of concept version of the circuit with a breadbord
  • test adc multiplexer
  • put everything together inside an electronics box
  • connect the water tubes circuit

software

  • figure out data flow between rpi pico and homeassistant with mqtt broker
  • create data model for mqtt topics
  • figure out how homeassistant can read data from mqtt and set thresholds for soil moisture and trigger a publish to relay topic that opens the relay for the specific sensor
  • create micro python script for rpi pico that connects to local wifi and sends to mqtt topics the sensors data
  • refactor script to use esphome

Setup

  1. rename secrets.py.sample to secrets.py
  2. install umqtt.simple from Thonny package manager
  3. run the main.py script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages