Skip to content

A repository to host scripts and tools to operate hydroponics systems in a smarter way.

Notifications You must be signed in to change notification settings

Nubly/Xenoponics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xenoponics Logo

Xenoponics

A repository for scripts and other tools to run hydroponics systems in a smarter way.

Configured Scripts

control.py

Summary

The management script for our current Raspberry Pi setup. Uses Typer, python-requests, and Python stdlib to perform POST requests to XenoAPI, which is a GraphQL API that handles database interactions.

Requirements

  • Python 3.8+

Setup

Implicit purchase a Raspberry Pi and sensors and set it up goes here

  1. Make a virtualenv
python3 -m venv .xenovenv
  1. Activate the virtualenv
source ./xenovenv/bin/activate
  1. Install
pip3 install xenoponics

Usage

See xenoponics --help for usage information.


"I've been a plant lady since birth." - McCDouble21

About

A repository to host scripts and tools to operate hydroponics systems in a smarter way.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages