• Joined on 2020-11-19
klaute pushed to wifi-conn-mgmt-upd at okoyono/weatherstation 2022-09-08 11:37:20 +02:00
26300287f9 Wifi name set to const
0b9b627b6b Some optical changes done in the code. Checks added to prevent influxdb write activity if no wlan connection is applied (influxdb 2 only).
Compare 2 commits »
klaute pushed to wifi-conn-mgmt-upd at okoyono/weatherstation 2022-09-07 15:33:51 +02:00
3de73b2c98 Update of the example config file
klaute created branch wifi-conn-mgmt-upd in okoyono/weatherstation 2022-09-07 15:04:31 +02:00
klaute pushed to wifi-conn-mgmt-upd at okoyono/weatherstation 2022-09-07 15:04:31 +02:00
b2c69868f0 Added user config flag to set wifi settings to static value. The flag disables the WiFiManager.
klaute pushed to master at okoyono/weatherstation 2022-08-29 12:42:53 +02:00
3cea359c49 Fixed sensor values check
klaute pushed to master at okoyono/weatherstation 2022-08-28 13:47:13 +02:00
0366456b13 Added a data validation check. The webupdater will output the result of the check and also the hbWebstat json data contain the valid flag now. Also only valid data will logged into the influxDB.
klaute pushed to master at okoyono/weatherstation 2022-07-27 10:29:05 +02:00
66440f572e Wifi check moved info separate function.
klaute pushed to master at okoyono/weatherstation 2022-06-22 13:52:59 +02:00
930bde2619 Added watchdog support.
klaute pushed to master at okoyono/weatherstation 2022-05-27 12:00:01 +02:00
7fdc6d9e23 Added millis() logging support - could be used to debug uptime behavior.
klaute pushed to master at okoyono/weatherstation 2022-05-25 21:45:12 +02:00
7c935946ac Updated ESP reset intervak. Modified code formatting.
klaute pushed to master at okoyono/weatherstation 2022-05-25 20:14:26 +02:00
01108980dd Fix for interval reset
klaute pushed to master at okoyono/weatherstation 2022-05-24 11:07:54 +02:00
73670f5b14 Text fixed
klaute pushed to master at okoyono/weatherstation 2022-05-24 11:03:57 +02:00
06f080bd29 Added windspeed measurement web functionality.
klaute deleted branch feature/InfluxDB-Connection-Update from okoyono/weatherstation 2022-05-23 17:37:00 +02:00
klaute merged pull request okoyono/weatherstation#1 2022-05-23 17:36:59 +02:00
feature/InfluxDB-Connection-Update
klaute pushed to master at okoyono/weatherstation 2022-05-23 17:36:59 +02:00
2ae1d7a365 Merge pull request 'feature/InfluxDB-Connection-Update' (#1) from feature/InfluxDB-Connection-Update into master
ef6920dbe3 Added http response handling (debug output print).
d670b753dc Added staus led toggle code
7ef9dd4e53 Debug output added
d8dbc00280 HTTP_CALL_ON_WINDSPEED_EXCEED execution bug fix
Compare 40 commits »
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 17:35:02 +02:00
ef6920dbe3 Added http response handling (debug output print).
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 13:10:18 +02:00
d670b753dc Added staus led toggle code
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 12:53:01 +02:00
7ef9dd4e53 Debug output added
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 12:21:16 +02:00
d8dbc00280 HTTP_CALL_ON_WINDSPEED_EXCEED execution bug fix