Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A128 configure for ESPhome
#3
Code:
INFO Reading configuration /config/esphome/a128.yaml...
WARNING GPIO15 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO15 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO4 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO4 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
INFO Generating C++ source...
INFO Compiling app...
Processing a128 (board: esp32dev; framework: arduino; platform: platformio/espressif32 @ 3.5.0)
--------------------------------------------------------------------------------
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
Dependency Graph
|-- AsyncTCP-esphome @ 1.2.2
|-- WiFi @ 1.0
|-- FS @ 1.0
|-- Update @ 1.0
|-- ESPAsyncWebServer-esphome @ 2.1.0
|   |-- AsyncTCP-esphome @ 1.2.2
|-- DNSServer @ 1.1.0
|-- ESPmDNS @ 1.0
|-- noise-c @ 0.1.4
|   |-- libsodium @ 1.10018.1
|-- Wire @ 1.0.1
RAM:   [=         ]  13.5% (used 44124 bytes from 327680 bytes)
Flash: [======    ]  58.2% (used 1068674 bytes from 1835008 bytes)
========================= [SUCCESS] Took 10.45 seconds =========================
********************************************************************************
We found 102.58MB of unnecessary PlatformIO system data (temporary files, unnecessary packages, etc.).
Use `pio system prune --dry-run` to list them or `pio system prune` to save disk space.
INFO Successfully compiled program.
INFO Resolving IP address of a128.local
INFO  -> 192.168.1.111
INFO Uploading /data/a128/.pioenvs/a128/firmware.bin (1068784 bytes)
Uploading: [============================================================] 100% Done...
INFO Waiting for result...
INFO OTA successful
INFO Successfully uploaded program.
INFO Starting log output from a128.local using esphome API
WARNING Can't connect to ESPHome API for a128.local: Error while reading data: [Errno 104] Connection reset by peer
INFO Trying to reconnect to a128.local in the background
INFO Successfully connected to a128.local
[20:28:51][I][app:102]: ESPHome version 2022.11.4 compiled on Dec 10 2022, 16:45:32
[20:28:51][C][wifi:504]: WiFi:
[20:28:51][C][wifi:362]:   Local MAC: XX:XX:XX:XX:XX:XX
[20:28:51][C][wifi:363]:   SSID: [redacted]
[20:28:51][C][wifi:364]:   IP Address: 192.168.1.111
[20:28:51][C][wifi:366]:   BSSID: [redacted]
[20:28:51][C][wifi:367]:   Hostname: 'a128'
[20:28:51][C][wifi:369]:   Signal strength: -47 dB ▂▄▆█
[20:28:51][C][wifi:373]:   Channel: 5
[20:28:51][C][wifi:374]:   Subnet: 255.255.255.0
[20:28:51][C][wifi:375]:   Gateway: 192.168.1.1
[20:28:51][C][wifi:376]:   DNS1: 192.168.1.1
[20:28:51][C][wifi:377]:   DNS2: 0.0.0.0
[20:28:51][C][logger:293]: Logger:
[20:28:51][C][logger:294]:   Level: DEBUG
[20:28:51][C][logger:295]:   Log Baud Rate: 115200
[20:28:51][C][logger:296]:   Hardware UART: UART0
[20:28:51][C][i2c.arduino:052]: I2C Bus:
[20:28:51][C][i2c.arduino:053]:   SDA Pin: GPIO5
[20:28:51][C][i2c.arduino:054]:   SCL Pin: GPIO16
[20:28:51][C][i2c.arduino:055]:   Frequency: 400000 Hz
[20:28:51][C][i2c.arduino:058]:   Recovery: bus successfully recovered
[20:28:51][I][i2c.arduino:068]: Results from i2c bus scan:
[20:28:51][I][i2c.arduino:074]: Found i2c device at address 0x20
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x21
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x22
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x23
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x24
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x25
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x26
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x27
[20:28:52][C][i2c.arduino:052]: I2C Bus:
[20:28:52][C][i2c.arduino:053]:   SDA Pin: GPIO15
[20:28:52][C][i2c.arduino:054]:   SCL Pin: GPIO4
[20:28:52][C][i2c.arduino:055]:   Frequency: 400000 Hz
[20:28:52][C][i2c.arduino:058]:   Recovery: bus successfully recovered
[20:28:52][I][i2c.arduino:068]: Results from i2c bus scan:
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x20
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x21
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x22
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x23
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x24
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x25
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x26
[20:28:52][I][i2c.arduino:074]: Found i2c device at address 0x27
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x24
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x25
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x21
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x22
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x26
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x27
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x20
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x23
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x24
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x25
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x21
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x22
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:52][C][pcf8574:021]: PCF8574:
[20:28:52][C][pcf8574:022]:   Address: 0x26
[20:28:52][C][pcf8574:023]:   Is PCF8575: YES
[20:28:53][C][pcf8574:021]: PCF8574:
[20:28:53][C][pcf8574:022]:   Address: 0x27
[20:28:53][C][pcf8574:023]:   Is PCF8575: YES
[20:28:53][C][pcf8574:021]: PCF8574:
[20:28:53][C][pcf8574:022]:   Address: 0x20
[20:28:53][C][pcf8574:023]:   Is PCF8575: YES
[20:28:53][C][pcf8574:021]: PCF8574:
[20:28:53][C][pcf8574:022]:   Address: 0x23
[20:28:53][C][pcf8574:023]:   Is PCF8575: YES
[20:28:53][C][switch.gpio:050]: GPIO Switch 'a128-light1'
[20:28:53][C][switch.gpio:051]:   Pin: 0 via PCF8574
[20:28:53][C][switch.gpio:073]:   Restore Mode: Restore (Defaults to OFF)
[20:28:53][C][switch.gpio:050]: GPIO Switch 'a128-light2'
[20:28:53][C][switch.gpio:051]:   Pin: 1 via PCF8574
[20:28:53][C][switch.gpio:073]:   Restore Mode: Restore (Defaults to OFF)
....
[20:29:00][C][switch.gpio:050]: GPIO Switch 'a128-light126'
[20:29:00][C][switch.gpio:051]:   Pin: 13 via PCF8574
[20:29:00][C][switch.gpio:073]:   Restore Mode: Restore (Defaults to OFF)
[20:29:00][C][switch.gpio:050]: GPIO Switch 'a128-light127'
[20:29:00][C][switch.gpio:051]:   Pin: 14 via PCF8574
[20:29:00][C][switch.gpio:073]:   Restore Mode: Restore (Defaults to OFF)
[20:29:00][C][switch.gpio:050]: GPIO Switch 'a128-light128'
[20:29:00][C][switch.gpio:051]:   Pin: 15 via PCF8574
[20:29:00][C][switch.gpio:073]:   Restore Mode: Restore (Defaults to OFF)
[20:29:00][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'a128-input1'
[20:29:00][C][gpio.binary_sensor:016]:   Pin: 0 via PCF8574
[20:29:00][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'a128-input2'
[20:29:00][C][gpio.binary_sensor:016]:   Pin: 1 via PCF8574
...
[20:29:07][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'a128-input127'
[20:29:07][C][gpio.binary_sensor:016]:   Pin: 14 via PCF8574
[20:29:07][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'a128-input128'
[20:29:07][C][gpio.binary_sensor:016]:   Pin: 15 via PCF8574

(next part below in a reply due to msg length limit)
Reply


Messages In This Thread
KC868-A128 configure for ESPhome - by admin - 08-04-2022, 09:47 PM
RE: KC868-A128 configure for ESPhome - by mikolaj - 12-24-2022, 07:48 PM
RE: KC868-A128 configure for ESPhome - by mikolaj - 12-24-2022, 07:50 PM
RE: KC868-A128 configure for ESPhome - by mikolaj - 12-24-2022, 07:51 PM
RE: KC868-A128 configure for ESPhome - by admin - 12-25-2022, 12:21 AM
RE: KC868-A128 configure for ESPhome - by mikolaj - 12-26-2022, 12:16 PM
RE: KC868-A128 configure for ESPhome - by admin - 12-27-2022, 02:21 AM
RE: KC868-A128 configure for ESPhome - by mikolaj - 12-27-2022, 05:07 PM
RE: KC868-A128 configure for ESPhome - by admin - 12-28-2022, 01:19 AM
RE: KC868-A128 configure for ESPhome - by kbo - 02-11-2023, 09:34 AM
RE: KC868-A128 configure for ESPhome - by admin - 02-12-2023, 12:55 AM
RE: KC868-A128 configure for ESPhome - by soethu - 12-03-2023, 09:08 PM
RE: KC868-A128 configure for ESPhome - by admin - 12-04-2023, 02:25 AM
RE: KC868-A128 configure for ESPhome - by soethu - 12-04-2023, 04:57 AM
RE: KC868-A128 configure for ESPhome - by admin - 12-04-2023, 08:14 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)