Measure system for hydrophonic growing systems. Collect and visualize data with smart data monitoring.
- install python3
sudo apt-get install python3
Tkinter graphic library is built in.
- get git repository
cd ~/Destop
https://github.com/BxNxM/HcSMeasurement.git
- Create louncger incon on Desktop
cd ~/Desktop/HcSMeasurement
./Louncher.sh --create_louncher
For more informations and options
- Goo to the ~/Desktop/HcSMeasurement folder
cd ~/Desktop/HcSMeasurement
./Louncher.sh --man
- write your sensors data request calls in:
~/Desktop/HcSMeasurement/moduls/DATA_Manager.py
- set Reference Database for sensor data monitoring in
~/Desktop/HcSMeasurement/config/generalValue.json
~/Desktop/HcSMeasurement/config/nutritionValues.json
- sensors color indexing code modification possible in
~/Desktop/HcSMeasurement/moduls/GUIlib.py
line:
sensor_color=['dark orange', 'green yellow', 'saddle brown', 'dark sea green', "blue", 'pale turquoise','gold', 'LightSkyBlue4', 'light cyan', 'deep pink', 'dark violet', 'LightSteelBlue3']
git push -u origin master