Hallo, i will use this Board for shutters. For a first test i take a easy configuration with only the switches. it works!
Then i add the wifi to the configuration. Now the devise runs in a endless loop.
runnig code:
esphome:
name: relay-x16
esp32:
board: esp32dev
framework:
type: esp-idf
sn74hc595:
- id: sn74hc595_hub
data_pin: GPIO14
clock_pin: GPIO13
latch_pin: GPIO12
oe_pin: GPIO05
sr_count: 2
switch:
- platform: gpio
name: Relay01
id: relay01
pin:
sn74hc595: sn74hc595_hub
number: 0
endless loop:
esphome:
name: relay-x16
esp32:
board: esp32dev
framework:
type: esp-idf
sn74hc595:
- id: sn74hc595_hub
data_pin: GPIO14
clock_pin: GPIO13
latch_pin: GPIO12
oe_pin: GPIO05
sr_count: 2
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
fast_connect: true
switch:
- platform: gpio
name: Relay01
id: relay01
pin:
sn74hc595: sn74hc595_hub
number: 0
Log with wifi:
[19:24:46]ets Jul 29 2019 12:21:46
[19:24:46]
[19:24:46]rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]ets Jul 29 2019 12:21:46
[19:24:46]
[19:24:46]rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]ets Jul 29 2019 12:21:46
[19:24:46]
[19:24:46]rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]ets Jul 29 2019 12:21:46
[19:24:46]
[19:24:46]rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]invalid header: 0x00000000
[19:24:46]ets Jul 29 2019 12:21:46
[19:24:46]
[19:24:46]rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
