https://github.com/bxnxm/hcsmeasurement
Hidroculture Planting system measurement system - database - measure client - gui - plotting - configure - suggestions
https://github.com/bxnxm/hcsmeasurement
Last synced: 4 months ago
JSON representation
Hidroculture Planting system measurement system - database - measure client - gui - plotting - configure - suggestions
- Host: GitHub
- URL: https://github.com/bxnxm/hcsmeasurement
- Owner: BxNxM
- Created: 2017-10-11T18:46:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T20:33:21.000Z (over 7 years ago)
- Last Synced: 2025-01-04T17:46:38.104Z (6 months ago)
- Language: Python
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HcSMeasurement
Measure system for hydrophonic growing systems. Collect and visualize data with smart data monitoring.Main Window
Settings Window
* 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
git push -u origin master