Update #4 Our Front End
Using Python, we've created a front end for controlling and monitoring our greenhouse.

Two Python scripts power the "brains" of our greenhouse -- one script acts as a server passing information to and from the greenhouse, and the other script generates the GUI you see above. The GUI script allows users to control the greenhouse directly (putting the greenhouse into manual mode for various inputs to our system), but it also drives the automation of the greenhouse. Input data from the greenhouse are regularly checked and the system sends the correct state back.

Above is a quick demonstration of our server receiving real temperature data and our GUI graphing it in real-time.
Log in or sign up for Devpost to join the conversation.