bruvv / LILYGO-T-Higrow-Esphome

GNU General Public License v2.0
30 stars 14 forks source link

Issue with the wakeup pin: in deeplseep.yaml #28

Open TobiasMunich opened 1 week ago

TobiasMunich commented 1 week ago

error message is: in deeplseep.yaml Pin 35 is used in multiple places.


deep_sleep: [source /config/esphome/common/deepsleep.yaml:2]

Pin 35 is used in multiple places. id: deep_sleep_control run_duration: 20s sleep_duration: 2min wakeup_pin: number: 35 inverted: True mode: input: True output: False open_drain: False pullup: False pulldown: False binary_sensor.gpio: [source /config/esphome/common/deepsleep.yaml:15]

Pin 35 is used in multiple places. platform: gpio name: pflanze1 Wake Button pin: number: 35 mode: input: True output: False open_drain: False pullup: False pulldown: False inverted: False ignore_pin_validation_error: False

bruvv commented 1 week ago

Fixed :) please test

TobiasMunich commented 1 week ago

Tested, The fix is not working

Failed config

deep_sleep: [source /config/esphome/common/deepsleep.yaml:1]

Pin 35 is used in multiple places. id: deep_sleep_control run_duration: 60s sleep_duration: 30min wakeup_pin: number: 35 inverted: True mode: input: True output: False open_drain: False pullup: False pulldown: False

Am 03.07.2024 um 09:49 schrieb bruvv @.***>:

Fixed :) please test

— Reply to this email directly, view it on GitHub https://github.com/bruvv/LILYGO-T-Higrow-Esphome/issues/28#issuecomment-2205326539, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALOL4VQOTFP2XTNBNPRVAQTZKOUHXAVCNFSM6AAAAABKI7XAW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBVGMZDMNJTHE. You are receiving this because you authored the thread.

bruvv commented 1 week ago

Try again please, i just pushed another update.

TobiasMunich commented 1 week ago

this was fast ;-) perfect it works!