Commit Graph
27 Commits
Author SHA1 Message Date
Simon Zeyer b405bcee79 OTA Updater 2022-07-12 23:45:40 +02:00
Simon Zeyer cf840eeca8 basic webview with wifi setup 2022-07-12 22:35:39 +02:00
Simon Zeyer bc3a06c0a3 working release with ds18B20 2022-07-04 21:53:47 +02:00
Simon Zeyer 263b9a1a56 Change DHT Sensor to DS18B20
The Sensors have a unique ID and can be used in a bus configuration on one
gpo pin,
but we are using one pin/bus per sensor and only read the first sensor
on a bus to be able to change the sensors later without changing the code.
2022-07-04 21:52:50 +02:00
Simon Zeyer e3c611e909 Change LiquidCrystal Libary, include the right one as zip 2022-07-04 21:48:56 +02:00
Simon Zeyer 86d6c283fb remove sd stuff 2022-06-28 21:54:30 +02:00
Simon Zeyer b875401547 Delete settings.json 2020-09-19 12:58:08 +00:00
Simon Zeyer 60b0b611d0 Delete c_cpp_properties.json 2020-09-19 12:58:00 +00:00
Simon Zeyer 64bdd8786e Delete arduino.json 2020-09-19 12:57:52 +00:00
Simon Zeyer 1171b98561 Delete Settings.h 2020-09-19 12:54:05 +00:00
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