Skip to content

Commit dffe6a0

Browse files
authored
4.1.0 configs and .bin files (#110)
1 parent 708ea0b commit dffe6a0

10 files changed

+57
-33
lines changed

airgradient-basic.bin

512 Bytes
Binary file not shown.

airgradient-one.bin

-23.7 KB
Binary file not shown.

airgradient-open-air-o-1ppt.bin

-33.1 KB
Binary file not shown.

airgradient-open-air-o-1pst.bin

-32.2 KB
Binary file not shown.

airgradient-pro.bin

512 Bytes
Binary file not shown.

full_config/ag-basic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 4.0.7
2+
config_version: 4.1.0
33
co2_offset: '0'
44
name: ag-basic
55
friendly_name: AG Basic
@@ -10,7 +10,7 @@ esphome:
1010
name_add_mac_suffix: false
1111
project:
1212
name: mallocarray.airgradient
13-
version: 4.0.7
13+
version: 4.1.0
1414
min_version: 2024.6.0
1515
on_boot:
1616
- priority: 200.0

full_config/ag-one.yaml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 4.0.7
2+
config_version: 4.1.0
33
co2_offset: '0'
44
voc_learning_time_offset_hours: '12'
55
nox_learning_time_offset_hours: '12'
@@ -16,7 +16,7 @@ esphome:
1616
name_add_mac_suffix: false
1717
project:
1818
name: mallocarray.airgradient
19-
version: 4.0.7
19+
version: 4.1.0
2020
min_version: 2024.6.0
2121
on_boot:
2222
- priority: 200.0
@@ -44,20 +44,24 @@ esphome:
4444
libraries: []
4545
esp32:
4646
board: esp32-c3-devkitm-1
47-
flash_size: 4MB
4847
framework:
49-
version: 2.0.5
50-
source: ~3.20005.0
48+
version: 4.4.7
49+
sdkconfig_options: {}
50+
advanced:
51+
ignore_efuse_mac_crc: false
52+
components: []
53+
source: ~3.40407.0
5154
platform_version: platformio/espressif32@5.4.0
52-
type: arduino
55+
type: esp-idf
56+
flash_size: 4MB
5357
variant: ESP32C3
5458
logger:
5559
baud_rate: 0
5660
logs:
5761
component: ERROR
5862
tx_buffer_size: 512
5963
deassert_rts_dtr: false
60-
hardware_uart: USB_CDC
64+
hardware_uart: USB_SERIAL_JTAG
6165
level: DEBUG
6266
captive_portal: {}
6367
uart:
@@ -125,6 +129,8 @@ i2c:
125129
- sda: 7
126130
scl: 6
127131
frequency: 400000.0
132+
sda_pullup_enabled: true
133+
scl_pullup_enabled: true
128134
scan: true
129135
wifi:
130136
ap:
@@ -133,6 +139,8 @@ wifi:
133139
reboot_timeout: 15min
134140
power_save_mode: LIGHT
135141
fast_connect: false
142+
enable_btm: false
143+
enable_rrm: false
136144
passive_scan: false
137145
enable_on_boot: true
138146
use_address: ag-one.local
@@ -802,7 +810,7 @@ display:
802810
lambda: !lambda |-
803811
it.printf(0, 0, id(open_sans_14), "ID:");
804812
it.printf(128, 0, id(open_sans_14), TextAlign::TOP_RIGHT, "%s", get_mac_address().c_str());
805-
it.printf(0, 21, id(open_sans_14), "Config Ver: 4.0.7");
813+
it.printf(0, 21, id(open_sans_14), "Config Ver: 4.1.0");
806814
it.printf(0, 42, id(open_sans_14), "AG One");
807815
- id: summary1
808816
lambda: !lambda |-
@@ -1263,8 +1271,8 @@ binary_sensor:
12631271
- logger.log:
12641272
format: Toggling display betwen C and F
12651273
level: DEBUG
1266-
args: []
12671274
tag: main
1275+
args: []
12681276
- switch.toggle:
12691277
id: display_in_f
12701278
invalid_cooldown: 1s
@@ -1278,8 +1286,8 @@ binary_sensor:
12781286
- logger.log:
12791287
format: Starting manual CO2 calibration
12801288
level: DEBUG
1281-
args: []
12821289
tag: main
1290+
args: []
12831291
- senseair.background_calibration:
12841292
id: senseair_s8
12851293
- delay: 70s

full_config/ag-open-air-o-1ppt.yaml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 4.0.7
2+
config_version: 4.1.0
33
voc_learning_time_offset_hours: '12'
44
nox_learning_time_offset_hours: '12'
55
name: ag-open-air-o-1ppt
@@ -11,7 +11,7 @@ esphome:
1111
name_add_mac_suffix: false
1212
project:
1313
name: mallocarray.airgradient
14-
version: 4.0.7
14+
version: 4.1.0
1515
min_version: 2024.6.0
1616
on_boot:
1717
- priority: 200.0
@@ -39,20 +39,24 @@ esphome:
3939
libraries: []
4040
esp32:
4141
board: esp32-c3-devkitm-1
42-
flash_size: 4MB
4342
framework:
44-
version: 2.0.5
45-
source: ~3.20005.0
43+
version: 4.4.7
44+
sdkconfig_options: {}
45+
advanced:
46+
ignore_efuse_mac_crc: false
47+
components: []
48+
source: ~3.40407.0
4649
platform_version: platformio/espressif32@5.4.0
47-
type: arduino
50+
type: esp-idf
51+
flash_size: 4MB
4852
variant: ESP32C3
4953
logger:
5054
baud_rate: 0
5155
logs:
5256
component: ERROR
5357
tx_buffer_size: 512
5458
deassert_rts_dtr: false
55-
hardware_uart: USB_CDC
59+
hardware_uart: USB_SERIAL_JTAG
5660
level: DEBUG
5761
captive_portal: {}
5862
uart:
@@ -120,6 +124,8 @@ i2c:
120124
- sda: 7
121125
scl: 6
122126
frequency: 400000.0
127+
sda_pullup_enabled: true
128+
scl_pullup_enabled: true
123129
scan: true
124130
wifi:
125131
ap:
@@ -128,6 +134,8 @@ wifi:
128134
reboot_timeout: 15min
129135
power_save_mode: LIGHT
130136
fast_connect: false
137+
enable_btm: false
138+
enable_rrm: false
131139
passive_scan: false
132140
enable_on_boot: true
133141
use_address: ag-open-air-o-1ppt.local

full_config/ag-open-air-o-1pst.yaml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 4.0.7
2+
config_version: 4.1.0
33
co2_offset: '0'
44
voc_learning_time_offset_hours: '12'
55
nox_learning_time_offset_hours: '12'
@@ -12,7 +12,7 @@ esphome:
1212
name_add_mac_suffix: false
1313
project:
1414
name: mallocarray.airgradient
15-
version: 4.0.7
15+
version: 4.1.0
1616
min_version: 2024.6.0
1717
on_boot:
1818
- priority: 200.0
@@ -40,20 +40,24 @@ esphome:
4040
libraries: []
4141
esp32:
4242
board: esp32-c3-devkitm-1
43-
flash_size: 4MB
4443
framework:
45-
version: 2.0.5
46-
source: ~3.20005.0
44+
version: 4.4.7
45+
sdkconfig_options: {}
46+
advanced:
47+
ignore_efuse_mac_crc: false
48+
components: []
49+
source: ~3.40407.0
4750
platform_version: platformio/espressif32@5.4.0
48-
type: arduino
51+
type: esp-idf
52+
flash_size: 4MB
4953
variant: ESP32C3
5054
logger:
5155
baud_rate: 0
5256
logs:
5357
component: ERROR
5458
tx_buffer_size: 512
5559
deassert_rts_dtr: false
56-
hardware_uart: USB_CDC
60+
hardware_uart: USB_SERIAL_JTAG
5761
level: DEBUG
5862
captive_portal: {}
5963
uart:
@@ -121,6 +125,8 @@ i2c:
121125
- sda: 7
122126
scl: 6
123127
frequency: 400000.0
128+
sda_pullup_enabled: true
129+
scl_pullup_enabled: true
124130
scan: true
125131
wifi:
126132
ap:
@@ -129,6 +135,8 @@ wifi:
129135
reboot_timeout: 15min
130136
power_save_mode: LIGHT
131137
fast_connect: false
138+
enable_btm: false
139+
enable_rrm: false
132140
passive_scan: false
133141
enable_on_boot: true
134142
use_address: ag-open-air-o-1pst.local

full_config/ag-pro.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 4.0.7
2+
config_version: 4.1.0
33
co2_offset: '0'
44
voc_learning_time_offset_hours: '12'
55
nox_learning_time_offset_hours: '12'
@@ -12,7 +12,7 @@ esphome:
1212
name_add_mac_suffix: false
1313
project:
1414
name: mallocarray.airgradient
15-
version: 4.0.7
15+
version: 4.1.0
1616
min_version: 2024.6.0
1717
on_boot:
1818
- priority: 200.0
@@ -747,7 +747,7 @@ display:
747747
lambda: !lambda |-
748748
it.printf(0, 0, id(open_sans_14), "ID:");
749749
it.printf(128, 0, id(open_sans_14), TextAlign::TOP_RIGHT, "%s", get_mac_address().c_str());
750-
it.printf(0, 21, id(open_sans_14), "Config Ver: 4.0.7");
750+
it.printf(0, 21, id(open_sans_14), "Config Ver: 4.1.0");
751751
it.printf(0, 42, id(open_sans_14), "AG Pro");
752752
- id: blank
753753
lambda: !lambda |-
@@ -916,9 +916,9 @@ binary_sensor:
916916
then:
917917
- logger.log:
918918
format: Toggling display betwen C and F
919-
tag: main
920-
level: DEBUG
921919
args: []
920+
level: DEBUG
921+
tag: main
922922
- switch.toggle:
923923
id: display_in_f
924924
invalid_cooldown: 1s
@@ -931,9 +931,9 @@ binary_sensor:
931931
then:
932932
- logger.log:
933933
format: Starting manual CO2 calibration
934-
tag: main
935-
level: DEBUG
936934
args: []
935+
level: DEBUG
936+
tag: main
937937
- senseair.background_calibration:
938938
id: senseair_s8
939939
- delay: 70s

0 commit comments

Comments
 (0)