-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with the wakeup pin: in deeplseep.yaml #28
Comments
Fixed :) please test |
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 <#28 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALOL4VQOTFP2XTNBNPRVAQTZKOUHXAVCNFSM6AAAAABKI7XAW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBVGMZDMNJTHE>.
You are receiving this because you authored the thread.
|
Try again please, i just pushed another update. |
this was fast ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: