17 Commits

Author SHA1 Message Date
Simon Zeyer
8bcf4f64d0 Update .gitignore 2020-09-19 14:53:41 +02:00
Simon Zeyer
738662ee62 Merge branch 'master' into 'wemos-build'
# Conflicts:
#   Steuerung_Truhen.ino
2020-09-19 12:52:10 +00:00
Simon Zeyer
bfadf05cf0 Wemos hat wdt builtin 2020-09-19 14:47:33 +02:00
Simon Zeyer
9d2cc72531 Eigene Library für Truhe, Settings in extra datei 2020-09-19 14:46:53 +02:00
Simon Zeyer
0301212bb5 Merge branch 'wemos-build' of gitlab.simonzeyer.de:2222]:dezeyer23/truhensteuerung into wemos-build 2020-09-19 14:43:36 +02:00
Simon Zeyer
be89cfe32d Use DHT library from arduino repo (DHT_sensor_library)
in order to use the DHT_sensor_library the setup of the Truhen is moved
into the setup routine.

The log, updateLCD and printName funtions are removed, logic is handled
in the loop with help of new getter and setter methods.
2020-09-19 11:40:07 +02:00
Simon Zeyer
1dbae69dd2 Merge branch 'wemos-build' of gitlab.simonzeyer.de:2222]:dezeyer23/truhensteuerung into wemos-build 2020-09-19 11:29:16 +02:00
Simon Zeyer
456542514a Use DHT library from arduino repo (DHT_sensor_library)
in order to use the DHT_sensor_library the setup of the Truhen is moved
into the setup routine.

The log, updateLCD and printName funtions are removed, logic is handled
in the loop with help of new getter and setter methods.
2020-09-19 11:28:01 +02:00
Simon Zeyer
8d1a43ceb8 Use DHT library from arduino repo (DHT_sensor_library)
in order to use the DHT_sensor_library the setup of the Truhen is moved
into the setup routine.
2020-09-17 19:02:49 +02:00
Simon Zeyer
812537cf60 Update einschalttemperatur in Steuerung_Truhen.ino
das bier muss kühler sein
2020-08-05 18:57:52 +00:00
Simon Zeyer
c1e3c26ba8 Update watchdog in Steuerung_Truhen.ino
watchdog 5S is not available in standard arduino uno class
2020-08-05 18:56:38 +00:00
Simon Zeyer
d5bc0b5fee Update logging in Steuerung_Truhen.ino
add Truhenname in logs, empty line after one mess
2020-08-05 18:54:49 +00:00
Simon Zeyer
fd8bdfb967 Nach dem Zeltlager
Funktionierende Steuerung nach dem Zeltlager. Die DHT Lib die verwendet
wurde ist im Commit mit drin

Eine Truhe ist jetzt eine Klasse, welche u.a. den Pin des Sensors und des
Relay nimt. In dem Array können mehrere Truhen angelegt werden.
2020-07-14 23:57:12 +02:00
Simon Zeyer
2632278569 Versuch mit Interrupt
der Interrupt soll die Sekunden hochzählen, problem ist halt, dass der
loop in einer Sekunde mehrmals durchlaufen kann. hätte aber auch ein einfache boolean
geregelt. EEEglaaal
2020-07-14 22:35:44 +02:00
Simon Zeyer
7dda56c78d Init Auswertung_Truhe
ich vermute mal, dass ist die mathlab auswertung oder so
2020-07-14 22:33:49 +02:00
Simon Zeyer
e4686bc7cb Erste version ohne interrupt
Der Weg war schonmal der Richtige.
2020-07-14 22:32:37 +02:00
Simon Zeyer
78c689b7d5 Init .gitignore
gitignore initialisiert. ignoriere die *.txt und *.pdf dateien
2020-07-14 22:30:57 +02:00