diff --git a/mcu-air-office-r.yaml b/mcu-air-office-r.yaml index 505dfb8..77434fc 100644 --- a/mcu-air-office-r.yaml +++ b/mcu-air-office-r.yaml @@ -14,7 +14,7 @@ esp32: framework: type: esp-idf version: 5.1.2 - platform_version: 6.5.0 + platform_version: 6.6.0 external_components: - source: components diff --git a/mcu-atoms3.yaml b/mcu-atoms3.yaml index b980595..bc4074c 100644 --- a/mcu-atoms3.yaml +++ b/mcu-atoms3.yaml @@ -23,12 +23,12 @@ esp32: framework: type: esp-idf # version: dev - version: 5.1.2 - platform_version: 6.5.0 - # version: 5.2.1 + # version: 5.1.2 # platform_version: 6.6.0 + version: 5.2.1 + platform_version: 6.6.0 # type: arduino - + animation: - file: "blinky.gif" id: blinky @@ -67,8 +67,14 @@ external_components: - source: github://pr#4786 components: m5stack4relay refresh: 0s - - source: github://pr#5586 - components: [ http_request ] + # - source: github://pr#5586 + # components: [ http_request ] + - source: + type: git + url: https://github.com/ssieb/esphome + ref: onewire + components: [ gpio ] + refresh: 1min # - source: github://mknjc/esphome@ds248x # components: ds248x # - source: github://bekriebel/esphome@sh1107_fix @@ -86,8 +92,8 @@ external_components: # - web_server_base # - captive_portal -ota: - - platform: http_request +# ota: +# - platform: http_request # web_server: # captive_portal: @@ -138,10 +144,10 @@ canbus: ESP_LOGD("can id 0x109", "%s", &b[0] ); i2c: - - id: i2c_groove - sda: 2 - scl: 1 - scan: true + # - id: i2c_groove + # sda: 2 + # scl: 1 + # scan: true - id: i2c_main sda: 38 scl: 39 @@ -150,7 +156,7 @@ i2c: # mcp23017: # - id: mcp23017_hub -# i2c_id: i2c_groove +# i2c_id: i2c_main # address: 0x20 # ds248x: @@ -161,9 +167,17 @@ i2c: # strong_pullup: false # enables a strong pullup used to provide the needed current for temperature reading without vcc connected # bus_sleep: true # power down the bus when no transaction is in progres +one_wire: + - platform: gpio + pin: 1 + id: hub_1 + # - platform: gpio + # pin: 2 + # id: hub_2 + m5stack4relay: id: m5stack_relay_1 - i2c_id: i2c_groove + i2c_id: i2c_main # mqtt: # id: mqtt_client @@ -344,7 +358,7 @@ display: # model: "SSD1306 128x64" id: "lcd" address: 0x3C - i2c_id: i2c_groove + i2c_id: i2c_main rotation: 90 flip_x: false flip_y: false @@ -358,7 +372,7 @@ display: sensor: - platform: sht3xd - i2c_id: i2c_groove + i2c_id: i2c_main address: 0x44 temperature: name: "TEST Temperature" @@ -402,6 +416,25 @@ sensor: # address: 0x810516b3c69fff28 # name: "${name} Dallas Temp 4" # resolution: 12 + - platform: dallas_temp + address: 0xdb041750eae2ff28 + name: "${name} Dallas Temp 1" + one_wire_id: hub_1 + update_interval: 10s + - platform: dallas_temp + address: 0xb2041750cf1aff28 + name: "${name} Dallas Temp 2" + one_wire_id: hub_1 + update_interval: 30s + - platform: dallas_temp + address: 0xcd01191eb8b07128 + name: "${name} Dallas Temp 3" + one_wire_id: hub_1 + update_interval: 45s + - platform: dallas_temp + address: 0x5a01191ef3375b28 + name: "${name} Dallas Temp 4" + one_wire_id: hub_1 time: - !include common/time/homeassistant.yaml diff --git a/mcu-desk-lamp.yaml b/mcu-desk-lamp.yaml index a88b6cf..fec564a 100644 --- a/mcu-desk-lamp.yaml +++ b/mcu-desk-lamp.yaml @@ -12,7 +12,7 @@ esp32: framework: type: esp-idf version: 5.1.2 - platform_version: 6.5.0 + platform_version: 6.6.0 packages: common: !include common/common.yaml diff --git a/mcu-dimmer.yaml b/mcu-dimmer.yaml index 9f068be..4ecf1fd 100644 --- a/mcu-dimmer.yaml +++ b/mcu-dimmer.yaml @@ -32,7 +32,8 @@ esp32: framework: type: arduino version: 2.0.14 - platform_version: 6.5.0 + # version: 5.1.2 + platform_version: 6.6.0 # type: esp-idf external_components: diff --git a/mcu-fireplace.yaml b/mcu-fireplace.yaml index 922cdcd..5e11d25 100644 --- a/mcu-fireplace.yaml +++ b/mcu-fireplace.yaml @@ -12,7 +12,7 @@ esp32: framework: type: esp-idf version: 5.1.2 - platform_version: 6.5.0 + platform_version: 6.6.0 external_components: - source: github://mknjc/esphome@ds248x diff --git a/mcu-gateway.yaml b/mcu-gateway.yaml index eaab266..b5fc829 100644 --- a/mcu-gateway.yaml +++ b/mcu-gateway.yaml @@ -10,7 +10,8 @@ esphome: esp32: board: esp32doit-devkit-v1 framework: - #type: arduino + version: 5.1.2 + platform_version: 6.6.0 type: esp-idf # external_components: diff --git a/mcu-heating.yaml b/mcu-heating.yaml index 4605365..e88663d 100644 --- a/mcu-heating.yaml +++ b/mcu-heating.yaml @@ -13,7 +13,7 @@ esp32: framework: type: esp-idf version: 5.1.2 - platform_version: 6.5.0 + platform_version: 6.6.0 external_components: - source: github://mknjc/esphome@ds248x diff --git a/mcu-kitchen.yaml b/mcu-kitchen.yaml index 31cb121..982cbd6 100644 --- a/mcu-kitchen.yaml +++ b/mcu-kitchen.yaml @@ -30,7 +30,7 @@ esp32: framework: type: esp-idf version: 5.1.2 - platform_version: 6.5.0 + platform_version: 6.6.0 packages: common: !include common/common.yaml diff --git a/mcu-mains-power.yaml b/mcu-mains-power.yaml index f66ec99..64ff6fd 100644 --- a/mcu-mains-power.yaml +++ b/mcu-mains-power.yaml @@ -13,7 +13,7 @@ esp32: framework: type: esp-idf version: 5.1.2 - platform_version: 6.5.0 + platform_version: 6.6.0 packages: common: !include common/common.yaml diff --git a/mcu-nspanel-dev.yaml b/mcu-nspanel-dev.yaml index 520a458..9432c92 100644 --- a/mcu-nspanel-dev.yaml +++ b/mcu-nspanel-dev.yaml @@ -26,7 +26,7 @@ esp32: framework: type: esp-idf # version: 5.1.2 - # platform_version: 6.5.0 + # platform_version: 6.6.0 external_components: - source: diff --git a/mcu-shed.yaml b/mcu-shed.yaml index d04fdea..09b0e5d 100644 --- a/mcu-shed.yaml +++ b/mcu-shed.yaml @@ -12,7 +12,7 @@ esp32: framework: type: esp-idf version: 5.1.2 - platform_version: 6.5.0 + platform_version: 6.6.0 packages: common: !include common/common.yaml diff --git a/mcu-well.yaml b/mcu-well.yaml index 412183c..238c763 100644 --- a/mcu-well.yaml +++ b/mcu-well.yaml @@ -25,7 +25,7 @@ esp32: framework: type: esp-idf version: 5.1.2 - platform_version: 6.5.0 + platform_version: 6.6.0 packages: common: !include common/common.yaml