Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 752 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 752 Bytes

Introduction

Draco-micropython provides an simple mqtt implementation of a watering system controlled from homeassistant via MQTT. It is the raspberry Pi Pico W version of Draco

Core functionality

  • MQTT interface: to be able to control it from homeassistant or any other MQTT device/service.
  • GPIO interface: Control the relay shield interface

Future functionality

  • Watering plants by moisture sensors.
  • Include a temperature and relative humidity sensor.

Installing

$ python requirements.py

Usage

$ python main.py

Getting help or sharing your idea

Ask questions by opening a discussion.

License

MIT