Commit graph

29 commits

Author SHA1 Message Date
388bd0a84c Added classes for WifiHandler and BackendCommunication 2024-08-18 11:19:41 +02:00
a0dc2e257a Get config from server 2024-08-17 22:46:10 +02:00
48e071ef90 Update WIFIMANAGER-ESP32 and dESPatch libraries 2024-08-17 17:27:35 +02:00
93d5240443 Use LED_BUITIN and BUTTON_BUILTIN for user input/output + reset settings if user presses button within 3 seconds 2024-08-16 21:29:50 +02:00
c60c3ecb2d Detach ticker in right places, do not call reset settings for WifiManager 2024-08-08 22:54:33 +02:00
c04c4138a3 Setup PlatformIO project using WIFIMANAGER-ESP32 and dESPatch 2024-07-28 17:24:50 +02:00
b9f90c2db2 Update to latest libraries + use new root ca 2024-04-05 20:16:05 +02:00
f8d25822ce Fix indentation 2022-06-05 17:22:54 +02:00
2966bb7d84 Add workaround for wifi disconnect issue 2022-06-05 17:04:01 +02:00
87c76e945f Added a bit more logging 2022-06-04 10:37:23 +02:00
1ed29953fe Use https://sinoptik.luon.net and really close connections when doing http.end() 2022-05-27 20:48:58 +02:00
6c360d9473 Use 256 x oversampling to reduce noise on light sensor 2022-05-25 23:33:57 +02:00
e413703196 Make light sensor more sensitive 2022-05-25 23:04:20 +02:00
6926d35baf Read out light sensor 2022-05-24 22:42:44 +02:00
ba7906ad9f Set static temperature offset for BME680 + select correct configuration 2022-05-24 22:24:39 +02:00
25dd53116c Update IAQI colormap + fix led ordering for proto V1 2022-05-24 00:07:24 +02:00
971c3bcee2 Update to IAQI colormap 2022-05-23 00:07:50 +02:00
b05800e3f0 Use Bsec library for BME680 2022-05-22 23:41:02 +02:00
1d65b69a1a Put BME680 in separate task 2022-05-22 22:25:08 +02:00
5bdf6f238f Add support for button + disable readSensors
readSensors is disabled because it takes 162 ms, which messes up timing of blinking led when pressing button
2022-05-22 15:02:17 +02:00
328e435912 Fix led order for proto v1 2022-05-21 10:28:59 +02:00
d0a1ba647f Add support for HW proto V1 2022-05-20 23:08:36 +02:00
64e4e6f5e4 Code cleanup 2022-05-20 20:49:07 +02:00
67760a854c Revert using AQI_max and pollen_max
When using AQI_max and pollen_max, the server currently returns the max of the complete set, but we're only displaying the next 12 hours. Also: when not calculating AQI_max and pollen_max ourselves we must have an internet connection always when refreshing the LEDs, otherwise the max values might not be valid anymore.
2022-05-20 20:15:34 +02:00
dd69819f38 Fix bug in parsing AQI_max / pollen_max 2022-05-16 22:07:27 +02:00
20557e019c Use AQI_max and pollen_max (untested) 2022-05-15 07:45:31 +02:00
031bce3ae3 Updated README with links to other git repos 2022-04-22 23:04:51 +02:00
c11a674936 Initial commit 2022-04-22 21:20:37 +02:00
6fb18f836d Initial commit 2022-04-22 20:20:48 +02:00