Coder Social home page Coder Social logo

solar_weather's People

Contributors

squidpickles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

leewardbound

solar_weather's Issues

GPIO25 Pin is Used Twice for Different Functions

I noticed that the Wakeup Pin and the Pulse Counter are both using GPIO25. I do not believe we can utilize the same pin for two different functions. What is the best method to correct this simultaneous use of the same pin?

INFO ESPHome 2024.2.2
INFO Reading configuration /config/esphome/weather-station-v32.yaml...
Failed config

**deep_sleep: [source /config/esphome/weather-station-v32.yaml:41]

Pin 25 is used in multiple places.**
run_duration: 40s
sleep_duration: 4min
wakeup_pin:
number: 25
inverted: True
mode:
input: True
output: False
open_drain: False
pullup: False
pulldown: False
ignore_strapping_warning: False
drive_strength: 20.0
**sensor.pulse_counter: [source /config/esphome/weather-station-v32.yaml:104]

Pin 25 is used in multiple places.**
platform: pulse_counter
pin:
number: 25
mode:
input: True
output: False
open_drain: False
pullup: False
pulldown: False
inverted: False
ignore_strapping_warning: False
drive_strength: 20.0

Thx

One YAML Change and One Addition

Thanks so much for doing this ESPHome YAML file. It works great and was huge jumpstart for me to get my V3.0 weather station up and running. There was one change that I had to make... In the deep sleep section under wakeup_pin, I had to indent the number: GPIO25 and inverted: true lines two spaces.
deep_sleep:
run_duration: 60s
sleep_duration: 4min
wakeup_pin:
number: GPIO25
inverted: true

The one addition I did was to add the pmsx003 air quality monitor to the build...

-Bill

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.