Commit Graph

23 Commits

Author SHA1 Message Date
Admar Schoonen b9f90c2db2 Update to latest libraries + use new root ca 2024-04-05 20:16:05 +02:00
Admar Schoonen f8d25822ce Fix indentation 2022-06-05 17:22:54 +02:00
Admar Schoonen 2966bb7d84 Add workaround for wifi disconnect issue 2022-06-05 17:04:01 +02:00
Admar Schoonen 87c76e945f Added a bit more logging 2022-06-04 10:37:23 +02:00
Admar Schoonen 1ed29953fe Use https://sinoptik.luon.net and really close connections when doing http.end() 2022-05-27 20:48:58 +02:00
Admar Schoonen 6c360d9473 Use 256 x oversampling to reduce noise on light sensor 2022-05-25 23:33:57 +02:00
Admar Schoonen e413703196 Make light sensor more sensitive 2022-05-25 23:04:20 +02:00
Admar Schoonen 6926d35baf Read out light sensor 2022-05-24 22:42:44 +02:00
Admar Schoonen ba7906ad9f Set static temperature offset for BME680 + select correct configuration 2022-05-24 22:24:39 +02:00
Admar Schoonen 25dd53116c Update IAQI colormap + fix led ordering for proto V1 2022-05-24 00:07:24 +02:00
Admar Schoonen 971c3bcee2 Update to IAQI colormap 2022-05-23 00:07:50 +02:00
Admar Schoonen b05800e3f0 Use Bsec library for BME680 2022-05-22 23:41:02 +02:00
Admar Schoonen 1d65b69a1a Put BME680 in separate task 2022-05-22 22:25:08 +02:00
Admar Schoonen 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
Admar Schoonen 328e435912 Fix led order for proto v1 2022-05-21 10:28:59 +02:00
Admar Schoonen d0a1ba647f Add support for HW proto V1 2022-05-20 23:08:36 +02:00
Admar Schoonen 64e4e6f5e4 Code cleanup 2022-05-20 20:49:07 +02:00
Admar Schoonen 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
Admar Schoonen dd69819f38 Fix bug in parsing AQI_max / pollen_max 2022-05-16 22:07:27 +02:00
Admar Schoonen 20557e019c Use AQI_max and pollen_max (untested) 2022-05-15 07:45:31 +02:00
Admar Schoonen 031bce3ae3 Updated README with links to other git repos 2022-04-22 23:04:51 +02:00
Admar Schoonen c11a674936 Initial commit 2022-04-22 21:20:37 +02:00
Admar Schoonen 6fb18f836d Initial commit 2022-04-22 20:20:48 +02:00