screekworkshop / screek-human-sensor

131 stars 28 forks source link

Flashing 1w fails #1

Closed rajil closed 1 year ago

rajil commented 1 year ago

Hello, I tried to flash 1W model but wasnt successful. What is right way to flash it?

$ docker run --rm --privileged -v "${PWD}":/config --device=/dev/ttyACM0 -it ghcr.io/esphome/esphome run screek-humen-dectet-1w.yaml 
Creating cache directory /config/.esphome/platformio
You can change this behavior by mounting a directory to the container's /cache directory.
INFO Reading configuration screek-humen-dectet-1w.yaml...
INFO Detected timezone 'Etc/UTC'
Failed config

light.status_led: [source screek-humen-dectet-1w.yaml:96]
  platform: status_led
  name: sys_status

  This pin cannot be used on ESP32-C3s and is already used by the SPI/PSRAM interface (function: SPIHD).
  pin: GPIO12
  internal: True
  restore_mode: ALWAYS_OFF
light.status_led: [source screek-humen-dectet-1w.yaml:101]
  platform: status_led
  name: sys_status

  This pin cannot be used on ESP32-C3s and is already used by the SPI/PSRAM interface (function: SPIWP).
  pin: GPIO13
  internal: True
  restore_mode: ALWAYS_OFF
screekworkshop commented 1 year ago

We have made some adjustments to the yaml file, please try again.