Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 733 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 733 Bytes

aquapi

Aquarium control from raspberry Plugins in folder plugins capable

Hardware: Rasperry PI zero W - controller Waweshare ePaper Hat - display information Waveshare motor driver HAT - control led ligths 4CH Custom GPIO HA - measure watter temperature, air temperature, watter level, control heater, control intake valve, control alarm siren

Implemented: Web service in flask Displaying information Light harmonogram

Requirements: python modules - time, sqlite3, flask, flask_login, flask_wtf, wtforms, config, app

Install: git clone https://github.com/pavkamlc/aquapi/ sudo apt-get install python3-flask-log sudo apt-get install python3-flaskext.wtf sudo apt-get install python3-flask-sqlalchemy pip install sqlalchemy_utils