Wemos build #3

Closed
dezeyer23 wants to merge 21 commits from wemos-build into master

21 Commits

Author SHA1 Message Date
Simon Zeyer
94e6dd5750 tidyup, remove old dht lib 2022-07-12 23:55:27 +02:00
6fdcc02298 Merge pull request 'feature-ota-update' (#5) from feature-ota-update into wemos-build
Reviewed-on: #5
2022-07-12 21:48:46 +00:00
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