Commit Graph
413 Commits
Author SHA1 Message Date
samuelbles07 830f652bf9 Remove unnecessary todo 2025-02-05 13:52:38 +07:00
samuelbles07 15869be234 Rename prefix temp hum correction enum member 2025-02-05 11:05:36 +07:00
samuelbles07 afd498074b Fix grammar error 2025-02-05 10:43:56 +07:00
samuelbles07 e851d0781c Merge branch 'develop' into feat/disable-cloud 2025-02-05 10:06:39 +07:00
samuelbles07 03f1b969c2 Add comment describe two timeout functions call 2025-02-05 01:24:59 +07:00
samuelbles07 85ba13de12 Set default ag client timeout to 15s 2025-02-05 01:18:46 +07:00
samuelbles07 6ec545b00e Merge branch 'develop' into fix/extend-connect-timeout 2025-02-05 01:16:14 +07:00
samuelbles07 d2ee3a5d24 Set default value for each measurements value to invalid 2025-02-03 01:28:42 +07:00
samuelbles07 1839664137 Extend connect to server timeout
Default 5s from HTTPClient
2025-02-01 14:20:54 +07:00
samuelbles07 b75e40b800 Rename variable for readability 2025-01-30 15:09:27 +07:00
samuelbles07 84a358291b Rename function
from configure to configuration
2025-01-30 14:23:39 +07:00
samuelbles07 1537d5d480 Update docs
Notes about offlineMode and disableCloudConnection
2025-01-25 03:10:31 +07:00
samuelbles07 32c78f6018 Apply disableCloudConnection
fetch configuration, post data and ota will be ignored
2025-01-25 03:01:32 +07:00
samuelbles07 c5c0dae4bb Add config to disableCloudConnection functions 2025-01-25 01:51:20 +07:00
samuelbles07 af16c1c060 Apply temphum correction 2025-01-24 09:56:01 +07:00
samuelbles07 1666923ab3 Add AirGradient and Configuration object to AgValue 2025-01-23 03:33:47 +07:00
samuelbles07 89475ddf95 Get correction of temp and hum based on configuration 2025-01-23 01:21:27 +07:00
samuelbles07 20db9d699b Retrieve temp hum correction object 2025-01-23 01:16:49 +07:00
samuelbles07 88c2437907 Handle correction configuration for atmp and rhum
From local and cloud
2025-01-22 01:53:55 +07:00
samuelbles07 e9b27185b4 Fix spaces 2025-01-22 01:46:08 +07:00
samuelbles07 c842346724 Fix invalidate value check for getAverage 2025-01-19 15:45:09 +07:00
nick-4711 cc0fd88068 Prepared to release 3.1.21 2024-12-05 15:35:37 +07:00
Samuel Siburian 5bc1821ef9 Merge pull request #264 from airgradienthq/feat/ssl
Airgradient API calls using https
2024-12-05 13:23:52 +07:00
samuelbles07 38e792b88d if guard uri for esp8266 2024-11-30 04:45:04 +07:00
samuelbles07 aeee0cad01 OTA bin download using https
rename server root ca constant name
2024-11-30 04:33:58 +07:00
samuelbles07 401326d00d Move airgradient server CA const to AirGradient.h file
Constant will be used by api client and otahandler
2024-11-30 04:13:25 +07:00
samuelbles07 fb0dcad54d Fix CI error esp32 2024-11-30 03:52:32 +07:00
samuelbles07 3556e4a96a Fix CI error 2024-11-30 03:42:45 +07:00
samuelbles07 283646a699 Move OtaHandler to src
OTA only valid for esp32 based monitor
2024-11-30 02:47:05 +07:00
samuelbles07 6312612ada resetReason and freeheap only for esp32 based mcu 2024-11-30 00:45:46 +07:00
samuelbles07 c1f22674e2 Add reset reason to transmission payload 2024-11-29 18:01:34 +07:00
samuelbles07 40d38a75d8 Add reset reason to transmission payload 2024-11-29 18:01:14 +07:00
Jakub Porębski 39ef69cbdf Fix printing of debug logs throught serial 2024-11-27 17:18:43 +01:00
Jakub Porębski 3473e30e2e Fix temperature float formatting for basic oled display 2024-11-27 17:17:22 +01:00
samuelbles07 566f8a63b4 Prepare 3.1.13 release 2024-11-27 13:35:26 +07:00
samuelbles07 4c165b31f5 Add freeheap to cloud payload 2024-11-21 02:36:56 +07:00
samuelbles07 2be91b3968 Boot count using setter and getter 2024-11-21 02:30:03 +07:00
samuelbles07 3ca2d1d208 Fix esp8266 build issue 2024-11-21 01:26:05 +07:00
samuelbles07 aad12fc868 Using https
For get config and post measurements
2024-11-21 01:18:51 +07:00
samuelbles07 3644dc43fe Prepared to release 3.1.12 2024-11-19 18:44:23 +07:00
samuelbles07 902a768f28 Handle parsing invalid json string 2024-11-19 01:45:50 +07:00
samuelbles07 46f6309b77 Fix use the right function 2024-11-18 22:42:43 +07:00
samuelbles07 a6b48acb41 CO2 led bar indicator sync fix 2024-11-18 21:24:47 +07:00
samuelbles07 1b4d89e1a1 fix correction on top of compensation 2024-11-18 19:53:28 +07:00
nick-4711 9f08af44b0 Prepared to release 3.1.11 2024-11-11 20:04:47 +07:00
samuelbles07 dc299c4b54 Fix pm2.5 not using getAverage for ledbar 2024-11-10 19:20:09 +07:00
samuelbles07 a30535f75f Use avg value for display and led bar 2024-11-10 04:13:58 +07:00
samuelbles07 a513943cba New agvalue member to get avg values 2024-11-09 23:27:29 +07:00
samuelbles07 96bb6952fb correction function return raw if algorithm is none 2024-11-09 21:28:33 +07:00
samuelbles07 10653bfe26 Fix pms5003 correction default value 2024-11-09 20:55:41 +07:00