GithubHelp home page GithubHelp logo

seedwebbase's Introduction

Seedweb Base

A FastAPI application for managing multiple seed germination beds. The beds have a Raspberry Pi Pico controlling LEDs, and taking sensor readings for temperature, humidity, and soil moisture. The Picos post data to the API and query the API for a status which returns a response sayin whether or not the lights should be on and what color pattern (Profile) to use.

This project is very much a work in progress. Come back in a bit for more comprehensive documentation.

Authors

License

seedwebbase's People

Contributors

tom-camp avatar

Watchers

 avatar

seedwebbase's Issues

Add test

Add tests for all models and endpoints

Add status endpoint

The status endpoint should return the status that the germination bed should be using.
Status is the light status, on or off, and the colors should be a list of rgb color tuples.

{
    "status": boolean,
    "colors": list,
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.