From f86cb569b06857c7ada4eb251519a859ca9f4f03 Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Fri, 2 May 2025 20:23:18 +0200 Subject: [PATCH] Switch to pioarduino --- mcu-air-office-r.yaml | 12 ++++++------ mcu-atoms3.yaml | 4 ++-- mcu-bedroom-lamp-left.yaml | 4 ++-- mcu-bedroom-lamp-right.yaml | 4 ++-- mcu-c6-test-1.yaml | 4 ++-- mcu-c6-test-2.yaml | 4 ++-- mcu-cec-bedroom.yaml | 4 ++-- mcu-clock-1.yaml | 4 ++-- mcu-desk-lamp.yaml | 4 ++-- mcu-dimmer.yaml | 4 ++-- mcu-echo.yaml | 4 ++-- mcu-eworkbench.yaml | 4 ++-- mcu-fireplace.yaml | 4 ++-- mcu-gate.yaml | 4 ++-- mcu-gateway.yaml | 10 +++++----- mcu-heating.yaml | 4 ++-- mcu-kitchen.yaml | 4 ++-- mcu-lvgl-eworkbench.yaml | 6 +++--- mcu-lvgl.yaml | 36 +++++++++++++++++++----------------- mcu-mains-power.yaml | 4 ++-- mcu-nspanel-dev.yaml | 4 ++-- mcu-office-r.yaml | 4 ++-- mcu-shed.yaml | 4 ++-- mcu-tft.yaml | 4 ++-- mcu-tracker.yaml | 10 +++++----- mcu-well.yaml | 4 ++-- 26 files changed, 80 insertions(+), 78 deletions(-) diff --git a/mcu-air-office-r.yaml b/mcu-air-office-r.yaml index eece262..58864bb 100644 --- a/mcu-air-office-r.yaml +++ b/mcu-air-office-r.yaml @@ -15,11 +15,13 @@ esp32: # board: m5stamp-pico framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.12 +# version: 5.3.1 +# platform_version: 6.9.0 -external_components: - - source: components +# external_components: +# - source: components packages: common: !include common/common.yaml @@ -55,7 +57,6 @@ light: rgb_order: GRB pin: 27 num_leds: 1 - # rmt_channel: 0 chipset: ws2812 restore_mode: ALWAYS_OFF - platform: esp32_rmt_led_strip @@ -64,7 +65,6 @@ light: rgb_order: GRB pin: 25 num_leds: 7 - # rmt_channel: 1 chipset: ws2812 restore_mode: ALWAYS_OFF effects: diff --git a/mcu-atoms3.yaml b/mcu-atoms3.yaml index c13a73a..511120d 100644 --- a/mcu-atoms3.yaml +++ b/mcu-atoms3.yaml @@ -27,8 +27,8 @@ esp32: # version: dev # version: 5.1.2 # platform_version: 6.6.0 - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.3 + platform_version: 53.03.12 # type: arduino pcf8574: diff --git a/mcu-bedroom-lamp-left.yaml b/mcu-bedroom-lamp-left.yaml index 92d983f..6f17ac7 100644 --- a/mcu-bedroom-lamp-left.yaml +++ b/mcu-bedroom-lamp-left.yaml @@ -14,8 +14,8 @@ esp32: board: esp32doit-devkit-v1 framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 sdkconfig_options: CONFIG_FREERTOS_UNICORE: y advanced: diff --git a/mcu-bedroom-lamp-right.yaml b/mcu-bedroom-lamp-right.yaml index 0054302..88924e7 100644 --- a/mcu-bedroom-lamp-right.yaml +++ b/mcu-bedroom-lamp-right.yaml @@ -14,8 +14,8 @@ esp32: board: esp32doit-devkit-v1 framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 sdkconfig_options: CONFIG_FREERTOS_UNICORE: y advanced: diff --git a/mcu-c6-test-1.yaml b/mcu-c6-test-1.yaml index a3c82a3..aa21be1 100644 --- a/mcu-c6-test-1.yaml +++ b/mcu-c6-test-1.yaml @@ -40,8 +40,8 @@ esp32: flash_size: 16MB framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 logger: hardware_uart: USB_SERIAL_JTAG diff --git a/mcu-c6-test-2.yaml b/mcu-c6-test-2.yaml index 66475ef..f3b49d6 100644 --- a/mcu-c6-test-2.yaml +++ b/mcu-c6-test-2.yaml @@ -40,8 +40,8 @@ esp32: flash_size: 16MB framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 logger: hardware_uart: USB_SERIAL_JTAG diff --git a/mcu-cec-bedroom.yaml b/mcu-cec-bedroom.yaml index 41712f4..f03227b 100644 --- a/mcu-cec-bedroom.yaml +++ b/mcu-cec-bedroom.yaml @@ -14,8 +14,8 @@ esp32: framework: # type: arduino type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 external_components: # - source: github://pr#3017 diff --git a/mcu-clock-1.yaml b/mcu-clock-1.yaml index 414687b..1b30dc0 100644 --- a/mcu-clock-1.yaml +++ b/mcu-clock-1.yaml @@ -16,8 +16,8 @@ esp32: variant: esp32c3 framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.3 + platform_version: 53.03.12 packages: common: !include common/common.yaml diff --git a/mcu-desk-lamp.yaml b/mcu-desk-lamp.yaml index 8065a7f..7f3f9d6 100644 --- a/mcu-desk-lamp.yaml +++ b/mcu-desk-lamp.yaml @@ -13,8 +13,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 # external_components: # - source: github://pr#7958 diff --git a/mcu-dimmer.yaml b/mcu-dimmer.yaml index 1fef679..ec3dd27 100644 --- a/mcu-dimmer.yaml +++ b/mcu-dimmer.yaml @@ -33,8 +33,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.12 external_components: - source: github://pr#7072 diff --git a/mcu-echo.yaml b/mcu-echo.yaml index b0f6808..b9d1831 100644 --- a/mcu-echo.yaml +++ b/mcu-echo.yaml @@ -15,8 +15,8 @@ esp32: framework: # type: arduino type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 external_components: - source: components diff --git a/mcu-eworkbench.yaml b/mcu-eworkbench.yaml index a7f4d64..d8bd4c1 100644 --- a/mcu-eworkbench.yaml +++ b/mcu-eworkbench.yaml @@ -14,8 +14,8 @@ esp32: variant: esp32c3 framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 packages: common: !include common/common.yaml diff --git a/mcu-fireplace.yaml b/mcu-fireplace.yaml index d054fc3..87aead2 100644 --- a/mcu-fireplace.yaml +++ b/mcu-fireplace.yaml @@ -13,8 +13,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 external_components: - source: github://mknjc/esphome@ds248x diff --git a/mcu-gate.yaml b/mcu-gate.yaml index 78e9162..ba97725 100644 --- a/mcu-gate.yaml +++ b/mcu-gate.yaml @@ -13,8 +13,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 external_components: - source: components diff --git a/mcu-gateway.yaml b/mcu-gateway.yaml index b2b9750..36435e6 100644 --- a/mcu-gateway.yaml +++ b/mcu-gateway.yaml @@ -10,13 +10,13 @@ esphome: esp32: board: esp32doit-devkit-v1 framework: - # version: 5.1.2 - # platform_version: 6.6.0 + version: 5.3.2 + platform_version: 53.03.11 type: esp-idf -# external_components: - # - source: github://pr#4062 - # components: ethernet +external_components: + - source: github://pr#8457 + components: ethernet # - source: github://pr#4080 # components: [lcd_pcf8574, lcd_base] # - source: github://pr#3564 diff --git a/mcu-heating.yaml b/mcu-heating.yaml index 16cc177..a01c5b9 100644 --- a/mcu-heating.yaml +++ b/mcu-heating.yaml @@ -14,8 +14,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 external_components: - source: github://mknjc/esphome@ds248x diff --git a/mcu-kitchen.yaml b/mcu-kitchen.yaml index 22733d6..32ad836 100644 --- a/mcu-kitchen.yaml +++ b/mcu-kitchen.yaml @@ -31,8 +31,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 packages: common: !include common/common.yaml diff --git a/mcu-lvgl-eworkbench.yaml b/mcu-lvgl-eworkbench.yaml index d21897a..055d3a8 100644 --- a/mcu-lvgl-eworkbench.yaml +++ b/mcu-lvgl-eworkbench.yaml @@ -20,8 +20,8 @@ esp32: flash_size: 16MB framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 sdkconfig_options: CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: y CONFIG_ESP32S3_DATA_CACHE_64KB: y @@ -46,7 +46,7 @@ i2c: psram: mode: octal - speed: 120MHz + speed: 40MHz spi: id: display_qspi diff --git a/mcu-lvgl.yaml b/mcu-lvgl.yaml index c0bf155..92534e1 100644 --- a/mcu-lvgl.yaml +++ b/mcu-lvgl.yaml @@ -18,8 +18,8 @@ esp32: flash_size: 16MB framework: type: esp-idf - # version: 5.1.2 - # platform_version: 6.5.0 + version: 5.3.2 + platform_version: 53.03.11 # Required to achieve sufficient PSRAM bandwidth sdkconfig_options: CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: y @@ -301,10 +301,12 @@ image: # mdi:battery-arrow-down-outline id: solar_power_icon resize: 50x50 + type: BINARY - file: mdi:battery-arrow-down-outline id: home_battery_icon resize: 30x30 + type: BINARY lvgl: log_level: INFO @@ -374,8 +376,8 @@ lvgl: color: 0xFFFFFF r_mod: 12 #sets line length by this much difference from the scale default radius value: 50 - - img: - id: power_meter_input_img + # - image: + # id: power_meter_input_img - arc: color: 0xFF3000 r_mod: 10 #radius difference from the scale default radius @@ -439,12 +441,12 @@ lvgl: #bg_color: 0xFFFFFF #y: -35 #x: -60 - - img: + - image: src: solar_power_icon id: img_solar_power align: center - img_recolor: 0xFFFF00 - img_recolor_opa: 100% #opacity defaults to 0% = must set this for recolor to take effect + image_recolor: 0xFFFF00 + image_recolor_opa: 100% #opacity defaults to 0% = must set this for recolor to take effect #bg_color: 0xFFFFFF y: 50 #x: -60 @@ -482,8 +484,8 @@ lvgl: color: 0xFFFFFF r_mod: 12 #sets line length by this much difference from the scale default radius value: 50 - - img: - id: power_meter_input_img2 + # - image: + # id: power_meter_input_img2 - arc: color: 0xFF3000 r_mod: 10 #radius difference from the scale default radius @@ -547,12 +549,12 @@ lvgl: #bg_color: 0xFFFFFF #y: -35 #x: -60 - - img: + - image: src: solar_power_icon id: img_solar_power2 align: center - img_recolor: 0xFFFF00 - img_recolor_opa: 100% #opacity defaults to 0% = must set this for recolor to take effect + image_recolor: 0xFFFF00 + image_recolor_opa: 100% #opacity defaults to 0% = must set this for recolor to take effect #bg_color: 0xFFFFFF y: 50 #x: -60 @@ -590,8 +592,8 @@ lvgl: color: 0xFFFFFF r_mod: 12 #sets line length by this much difference from the scale default radius value: 50 - - img: - id: power_meter_input_img3 + # - image: + # id: power_meter_input_img3 - arc: color: 0xFF3000 r_mod: 10 #radius difference from the scale default radius @@ -655,12 +657,12 @@ lvgl: #bg_color: 0xFFFFFF #y: -35 #x: -60 - - img: + - image: src: solar_power_icon id: img_solar_power3 align: center - img_recolor: 0xFFFF00 - img_recolor_opa: 100% #opacity defaults to 0% = must set this for recolor to take effect + image_recolor: 0xFFFF00 + image_recolor_opa: 100% #opacity defaults to 0% = must set this for recolor to take effect #bg_color: 0xFFFFFF y: 50 #x: -60 \ No newline at end of file diff --git a/mcu-mains-power.yaml b/mcu-mains-power.yaml index d4f0874..3b9a238 100644 --- a/mcu-mains-power.yaml +++ b/mcu-mains-power.yaml @@ -14,8 +14,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 packages: common: !include common/common.yaml diff --git a/mcu-nspanel-dev.yaml b/mcu-nspanel-dev.yaml index 561afd8..e561da4 100644 --- a/mcu-nspanel-dev.yaml +++ b/mcu-nspanel-dev.yaml @@ -34,8 +34,8 @@ esp32: board: nodemcu-32s framework: type: esp-idf - # version: 5.1.2 - # platform_version: 6.6.0 + version: 5.3.2 + platform_version: 53.03.11 external_components: # - source: diff --git a/mcu-office-r.yaml b/mcu-office-r.yaml index 30cae2d..d451168 100644 --- a/mcu-office-r.yaml +++ b/mcu-office-r.yaml @@ -17,8 +17,8 @@ esp32: variant: esp32c3 framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 packages: common: !include common/common.yaml diff --git a/mcu-shed.yaml b/mcu-shed.yaml index f2460c8..5284efc 100644 --- a/mcu-shed.yaml +++ b/mcu-shed.yaml @@ -13,8 +13,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 packages: common: !include common/common.yaml diff --git a/mcu-tft.yaml b/mcu-tft.yaml index 243b6a6..23dc26b 100644 --- a/mcu-tft.yaml +++ b/mcu-tft.yaml @@ -17,8 +17,8 @@ esp32: variant: ESP32C3 framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 packages: common: !include common/common.yaml diff --git a/mcu-tracker.yaml b/mcu-tracker.yaml index c9a1f20..6413948 100644 --- a/mcu-tracker.yaml +++ b/mcu-tracker.yaml @@ -88,8 +88,8 @@ esp32: # platform_version: 6.5.0 framework: type: esp-idf - version: 5.1.2 - platform_version: 6.5.0 + version: 5.3.2 + platform_version: 53.03.11 ## TESTING @@ -117,13 +117,13 @@ i2c: modem: id: atmodem - ready: modem_ready + # ready: modem_ready rx_pin: 26 tx_pin: 27 model: SIM7600 apn: o2internet - username: "" - password: "" + # username: "" + # password: "" pin_code: "" init_at: - AT+CGNSSMODE=15,1 # GNSS all navigation systems diff --git a/mcu-well.yaml b/mcu-well.yaml index 49feb8f..4a76fc9 100644 --- a/mcu-well.yaml +++ b/mcu-well.yaml @@ -26,8 +26,8 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 + version: 5.3.2 + platform_version: 53.03.11 packages: common: !include common/common.yaml