arunderwood / BasilPi

Automated gardening with Python and a Raspberry Pi
MIT License
1 stars 0 forks source link

Add class to manage soil moisture sensors #4

Open arunderwood opened 7 years ago

arunderwood commented 7 years ago

Expected Behavior

BasilPi should have the ability to read the soil moisture of the planter

Current Behavior

New feature: NA

Possible Solutions

  1. Identify soil moisture sensor to support
  2. Either:
    • Import the existing driver for the sensor OR
    • Write a driver for the sensor
      1. Write a class to wrap the driver similar to Lamp

Context

When soil moisture is low, we need to water the planter, either automatically or manually

arunderwood commented 7 years ago

Merged initial attempt. Still doesn't have tests or confirm to style.