Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almostengr/greenhouse
Automation of greenhouse with Raspberry Pi
https://github.com/almostengr/greenhouse
Last synced: 6 days ago
JSON representation
Automation of greenhouse with Raspberry Pi
- Host: GitHub
- URL: https://github.com/almostengr/greenhouse
- Owner: almostengr
- License: mit
- Created: 2021-11-17T23:57:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T11:30:33.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T09:05:40.683Z (over 1 year ago)
- Language: C#
- Size: 823 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garden Automation
## Purpose
The purpose of this project is to automate a garden or greenhouse with Raspberry Pi and C#. This application
is a .NET 5 worker service that is designed to have sensors connected that provide information for the
application to make its own decisions about the growing environment. This project will
integrate with Twitter to post status updates with temperature data and more.## Parts Used
No parts have been purchased at this time. Project is still in the development phase.
## Programming References
* https://mentormate.com/blog/service-and-repository-layer-interaction-in-c/