|
40d38a75d8
|
Add reset reason to transmission payload
|
2024-11-29 18:01:14 +07:00 |
|
|
4c165b31f5
|
Add freeheap to cloud payload
|
2024-11-21 02:36:56 +07:00 |
|
|
2be91b3968
|
Boot count using setter and getter
|
2024-11-21 02:30:03 +07:00 |
|
|
3ca2d1d208
|
Fix esp8266 build issue
|
2024-11-21 01:26:05 +07:00 |
|
|
aad12fc868
|
Using https
For get config and post measurements
|
2024-11-21 01:18:51 +07:00 |
|
|
79fbd901bd
|
Merge branch 'develop'
3.1.12
|
2024-11-19 18:45:31 +07:00 |
|
|
3644dc43fe
|
Prepared to release 3.1.12
|
2024-11-19 18:44:23 +07:00 |
|
|
03fa62d8f0
|
Merge pull request #263 from airgradienthq/fix/correction
Fix EPA compensated on top of SLR correction
|
2024-11-19 02:20:51 +07:00 |
|
|
902a768f28
|
Handle parsing invalid json string
|
2024-11-19 01:45:50 +07:00 |
|
|
1de9344f43
|
Fix typo on docs
|
2024-11-18 22:50:36 +07:00 |
|
|
46f6309b77
|
Fix use the right function
|
2024-11-18 22:42:43 +07:00 |
|
|
a6b48acb41
|
CO2 led bar indicator sync fix
|
2024-11-18 21:24:47 +07:00 |
|
|
1b4d89e1a1
|
fix correction on top of compensation
|
2024-11-18 19:53:28 +07:00 |
|
|
0d2b0fb657
|
Fix typo on local-server.md
Fix curl correction command example typos
|
2024-11-17 11:18:39 +07:00 |
|
|
9f08af44b0
|
Prepared to release 3.1.11
3.1.11
|
2024-11-11 20:04:47 +07:00 |
|
|
6b661cdeb7
|
Merge pull request #261 from airgradienthq/feat/allavg
Values on display and led bar using measurement average values
|
2024-11-11 12:40:48 +07:00 |
|
|
dc299c4b54
|
Fix pm2.5 not using getAverage for ledbar
|
2024-11-10 19:20:09 +07:00 |
|
|
2f595b4e41
|
Update local server docs correction examples
|
2024-11-10 04:26:54 +07:00 |
|
|
a30535f75f
|
Use avg value for display and led bar
|
2024-11-10 04:13:58 +07:00 |
|
|
a513943cba
|
New agvalue member to get avg values
|
2024-11-09 23:27:29 +07:00 |
|
|
96bb6952fb
|
correction function return raw if algorithm is none
|
2024-11-09 21:28:33 +07:00 |
|
|
10653bfe26
|
Fix pms5003 correction default value
|
2024-11-09 20:55:41 +07:00 |
|
|
c7f89fa7b7
|
Decrease period length moving average to 80%
|
2024-11-09 20:53:52 +07:00 |
|
|
b11c461b60
|
Merge pull request #260 from airgradienthq/fix/led-flicker
Fix flicker on led bar led state change
|
2024-11-09 20:42:01 +07:00 |
|
|
404c14aad2
|
Fix typo and comment
|
2024-11-07 22:08:36 +07:00 |
|
|
bfbae680fd
|
Fix led bar flicker when state change
clear only neccessary led
|
2024-11-07 22:03:01 +07:00 |
|
|
3ae5982380
|
Merge remote-tracking branch 'origin/develop' into develop
3.1.10
|
2024-11-04 13:21:46 +07:00 |
|
|
db2c2ef052
|
Prepared to release 3.1.10
|
2024-11-04 13:21:20 +07:00 |
|
|
593547cdbe
|
Updated version number for 3.1.10 and enabled debug mode for verbose log messages
|
2024-11-03 14:38:37 +07:00 |
|
|
673c46950d
|
Merge pull request #251 from airgradienthq/feat/ledbar-sensor-indicator
Update led bar indicator for CO2 and PM2 sensor level
|
2024-11-03 14:13:56 +07:00 |
|
|
ae0b4038d4
|
Merge branch 'develop' into feat/ledbar-sensor-indicator
|
2024-11-03 14:12:57 +07:00 |
|
|
cac0bd5355
|
Merge pull request #259 from airgradienthq/feat/pm-correction
Low Readings correction for Plantower PMS5003
|
2024-11-03 14:08:51 +07:00 |
|
|
3d6203dabf
|
Fix some grammar on docs
|
2024-11-03 14:06:32 +07:00 |
|
|
1db8fbefe9
|
Corrections from local server
Tidy some things
|
2024-11-02 18:44:44 +07:00 |
|
|
d850d27dc1
|
Clear slr when not avail
|
2024-11-02 17:31:05 +07:00 |
|
|
f49e4a4b37
|
Fix casting enum issue
Previously if algo is slr, it's always consider new update
|
2024-11-02 17:23:15 +07:00 |
|
|
75f88b0009
|
Remove slr correction for pms5003t
|
2024-11-02 16:15:46 +07:00 |
|
|
c6961b3ca8
|
Validate raw pm before correction
|
2024-11-02 16:11:47 +07:00 |
|
|
ade72ff3b8
|
Apply correction to transmission payload
Only for indoor
|
2024-11-02 16:11:00 +07:00 |
|
|
9fbbea22ff
|
Fix typo
|
2024-11-02 14:52:58 +07:00 |
|
|
7b0381dea3
|
Apply pm correction to display and led bar
|
2024-11-02 14:44:32 +07:00 |
|
|
5867d0f1d5
|
Fix pmcorrection member datatype
Log using printlog
Function to check if correction is not none
|
2024-11-02 14:40:35 +07:00 |
|
|
a98d77e0c3
|
slr pm2.5 correction implementation
|
2024-11-02 11:02:36 +07:00 |
|
|
641003f9d1
|
Get pm config function
|
2024-11-02 10:41:01 +07:00 |
|
|
0275aee370
|
Copy correction object to jconfig
|
2024-11-02 10:34:35 +07:00 |
|
|
ea46b812c1
|
Handle saving back to eeprom
rename the function
|
2024-11-02 00:53:33 +07:00 |
|
|
16c932962a
|
Handle pm correction algorithm from ag server config
|
2024-11-02 00:10:08 +07:00 |
|
|
f90b2e1a07
|
Merge pull request #258 from airgradienthq/feat/particle-count
Include PMS particle count 0.5 and 5.0
|
2024-11-01 18:46:19 +07:00 |
|
|
3a9bb16c09
|
Change json key name for particle count 2.5 and 5.0
|
2024-11-01 17:46:58 +07:00 |
|
|
bb754edc51
|
Add other sensor json key field as const
|
2024-11-01 17:44:11 +07:00 |
|