Externer Fühler veraztet

This commit is contained in:
chch 2020-06-24 20:57:37 +02:00
parent 0e5a2ec1fd
commit 9745c5124b
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ GPIOs fürn Raspi und die Sensoren.
* GPIO16 (36) (Bienen1) - Sensor B
* GPIO20 (38) (Bienen2) - Sensor A
* GPIO21 (40) (Bienen2) - Sensor B
* GPIO24 (18) (Extern=Außentemp)
* 3V3 (17) - Alle Datenkabel via 4,7kOhm auf VCC und alle Sensor-VCC
* GND (34,30) - Alle Sensor-GND

View File

@ -20,6 +20,7 @@ sensoren = [
{'Name': 'Bienen1_u', 'GPIO': 12, 'Pin': 32, 'Ziel': 'B1-u'},
{'Name': 'Bienen2_o', 'GPIO': 21, 'Pin': 40, 'Ziel': 'B2-o'},
{'Name': 'Bienen2_u', 'GPIO': 20, 'Pin': 38, 'Ziel': 'B2-u'},
{'Name': 'Ext-Umgebung', 'GPIO': 24, 'Pin': 18, 'Ziel': 'Temp-Außen'},
]
intervall = 10
jez = datetime.datetime.now().isoformat()