Archived
1
0

Compare commits

..

11 Commits

Author SHA1 Message Date
Shaun Setlock
dd33a33f1f Working automatic mode.No DB stuff yet. 2021-11-12 15:23:57 -05:00
Shaun Setlock
a0ea4c743d Pushing some work on automatic mode. 2021-11-12 13:55:45 -05:00
Shaun Setlock
ec287ae047 Starting to work on functional description. 2021-11-06 21:10:28 -04:00
Shaun Setlock
f53a5183bc Wrote working manual mode script. 2021-11-06 19:06:43 -04:00
Shaun Setlock
69a3e06dfc Merge branch 'master' of ssh://gitea.setlock.xyz:2222/shaun/garden 2021-11-06 16:59:29 -04:00
Shaun Setlock
86394d8b5f Updating sample scripts to use final pin assignments. 2021-11-06 16:54:38 -04:00
Shaun Setlock
7b57a8b793 Some working db writer code. 2021-10-23 07:47:59 -04:00
Shaun Setlock
954a38fa46 Starting code for writing to Postgres db. 2021-10-22 21:14:45 -04:00
Shaun Setlock
f7aa608ae7 Minor changes to variable naming in pb.py 2021-10-18 20:22:07 -04:00
Shaun Setlock
11a1477d6c Fixing date in DHT22 print formatting. 2021-10-18 15:53:27 -04:00
Shaun Setlock
9f3da5e663 Adding relay output test program. 2021-10-17 20:55:25 -04:00
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"python.pythonPath": "relay/venv/bin/python3"
}

View File

@@ -3,8 +3,8 @@ click==8.0.3
importlib-metadata==4.8.1
mypy-extensions==0.4.3
pathspec==0.9.0
pkg-resources==0.0.0
platformdirs==2.4.0
psycopg2-binary==2.9.1
regex==2021.10.8
RPi.GPIO==0.7.0
tomli==1.2.1