samuelbles07
|
6cd5e9f4b8
|
Handle if spiffs full
|
2024-12-06 04:26:18 +07:00 |
|
samuelbles07
|
6186e3eca0
|
Fix get storage allocate based on size
|
2024-12-06 03:12:37 +07:00 |
|
samuelbles07
|
b79c4e74e2
|
Add timestamp to local storage measurements
|
2024-12-06 03:00:23 +07:00 |
|
samuelbles07
|
a9fa7b6e63
|
Delete local storage function
|
2024-12-06 02:20:07 +07:00 |
|
samuelbles07
|
1034f1892a
|
Set and get system time
|
2024-12-06 02:19:25 +07:00 |
|
samuelbles07
|
12e6f72b85
|
Save and get function local storage measurements
|
2024-12-05 04:05:42 +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
|
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 |
|
samuelbles07
|
bfbae680fd
|
Fix led bar flicker when state change
clear only neccessary led
|
2024-11-07 22:03:01 +07:00 |
|
Achim
|
593547cdbe
|
Updated version number for 3.1.10 and enabled debug mode for verbose log messages
|
2024-11-03 14:38:37 +07:00 |
|
Samuel Siburian
|
ae0b4038d4
|
Merge branch 'develop' into feat/ledbar-sensor-indicator
|
2024-11-03 14:12:57 +07:00 |
|
samuelbles07
|
1db8fbefe9
|
Corrections from local server
Tidy some things
|
2024-11-02 18:44:44 +07:00 |
|
samuelbles07
|
d850d27dc1
|
Clear slr when not avail
|
2024-11-02 17:31:05 +07:00 |
|
samuelbles07
|
f49e4a4b37
|
Fix casting enum issue
Previously if algo is slr, it's always consider new update
|
2024-11-02 17:23:15 +07:00 |
|
samuelbles07
|
75f88b0009
|
Remove slr correction for pms5003t
|
2024-11-02 16:15:46 +07:00 |
|
samuelbles07
|
c6961b3ca8
|
Validate raw pm before correction
|
2024-11-02 16:11:47 +07:00 |
|
samuelbles07
|
ade72ff3b8
|
Apply correction to transmission payload
Only for indoor
|
2024-11-02 16:11:00 +07:00 |
|
samuelbles07
|
9fbbea22ff
|
Fix typo
|
2024-11-02 14:52:58 +07:00 |
|
samuelbles07
|
7b0381dea3
|
Apply pm correction to display and led bar
|
2024-11-02 14:44:32 +07:00 |
|
samuelbles07
|
5867d0f1d5
|
Fix pmcorrection member datatype
Log using printlog
Function to check if correction is not none
|
2024-11-02 14:40:35 +07:00 |
|
samuelbles07
|
a98d77e0c3
|
slr pm2.5 correction implementation
|
2024-11-02 11:02:36 +07:00 |
|
samuelbles07
|
641003f9d1
|
Get pm config function
|
2024-11-02 10:41:01 +07:00 |
|
samuelbles07
|
0275aee370
|
Copy correction object to jconfig
|
2024-11-02 10:34:35 +07:00 |
|
samuelbles07
|
ea46b812c1
|
Handle saving back to eeprom
rename the function
|
2024-11-02 00:53:33 +07:00 |
|
samuelbles07
|
16c932962a
|
Handle pm correction algorithm from ag server config
|
2024-11-02 00:10:08 +07:00 |
|
samuelbles07
|
3a9bb16c09
|
Change json key name for particle count 2.5 and 5.0
|
2024-11-01 17:46:58 +07:00 |
|
samuelbles07
|
bb754edc51
|
Add other sensor json key field as const
|
2024-11-01 17:44:11 +07:00 |
|
samuelbles07
|
1d991b1004
|
json key field from constants
|
2024-11-01 17:26:18 +07:00 |
|
samuelbles07
|
4d40ae421c
|
Comment data to post
Payload already print out on toString() measurement
|
2024-10-31 21:17:28 +07:00 |
|
samuelbles07
|
3004a82e7e
|
pms disconnected log
|
2024-10-31 21:16:29 +07:00 |
|
samuelbles07
|
e6696f3d41
|
New particle count 0.5 and 5.0
|
2024-10-29 23:51:19 +07:00 |
|
samuelbles07
|
bf0768c7da
|
Comment description to invalidValue variable
|
2024-10-23 20:55:45 +07:00 |
|
samuelbles07
|
33e2977eb4
|
Fix comments
|
2024-10-23 11:18:18 +07:00 |
|
samuelbles07
|
85e779cfc2
|
Use camel case for transmission payload
|
2024-10-23 11:05:16 +07:00 |
|
samuelbles07
|
4783684443
|
Update local server payloads
|
2024-10-22 18:37:56 +07:00 |
|
samuelbles07
|
3b0c77ca4d
|
New measurements add to transmission payload
|
2024-10-22 18:28:56 +07:00 |
|
samuelbles07
|
eeba41f497
|
Include other PMS data to measurements
|
2024-10-22 17:13:15 +07:00 |
|
samuelbles07
|
fd1f35f6d8
|
Getter to get other PMS sensor data
|
2024-10-22 15:28:58 +07:00 |
|