ESPHome connectivity problems
@r3m0dul8 wrote: Hello all, once again hoping this fantastic community can help with a problem I seem to have. I’m not sure if it’s a ESPHome problem but this is my problem; I have a few sonoffs...
View ArticleHow to access a Sonoff with ESPhome when the SSID changed?
@Klagio wrote: Hi, its a long story but I had to change the SSID name of my WiFi (and I can’t change it now for various reason). In trhe change I forgot to update some Sonoff with ESPHOME on it, and...
View ArticleImproving the FloatOutput class for LED brightness control
@balrog wrote: So I have 12V LED lightbulbs of different brands and models, connected to PWM outputs through mosfets (ESP32 so it uses the ledc platform, whose C++ class LEDCOutput inherits from...
View ArticleStatus_led and led output with the same led
@diramu wrote: Is there a simple way to have the same status_led also be used a general purpose led after the is no longer required as a startup status indicator? I’ve manage to do this in the...
View ArticleVibration sensor sw-420 detection
@DrakeColdwinter wrote: Well, I’m having some complex situation with the SW-420 sensor. I’m trying to use 2 of these to detect my washing machine as well as dryer machine. The trouble I’m having is...
View ArticleESPHome Kogan Warm Cool Globe won't turn off
@PhantomCanary wrote: Hopefully I’m putting this in the correct section I’ve just flashed one of my Kogan globes to use ESPHome. I’m new to this whole custom firmware business. I’m having an issue...
View ArticleTEMT6000 sensibility issue?
@makai wrote: I’ve built a garage multi sensor using ESPHome (DHT22, ultrasonic sensor, door sensor, presence sensor…) and a NodeMCU 32S In this multi sensor I have a TEMT6000 that I want to use to...
View ArticleSonoff + Dallas water heater
@111lisu wrote: I am looking for a solution to heat water. I would like the program to start after pressing key binary_sensor: platform: gpio pin: number: GPIO0 mode: INPUT_PULLUP inverted: True name:...
View ArticleTurn on drawer light?
@JesseWebDotCom wrote: Any ideas on what esphome component I need to turn an led strip on and off when a desk drawer opens and closes? I have made quite a few esphome led strips with motion sensors...
View ArticleControlling LED switch after activaltion of light from HA
@theone wrote: I have a WIFI light switch with: 1 button - physical interface binary_sensor: - platform: gpio id: button internal: TRUE pin: number: GPIO03 inverted: TRUE mode: INPUT_PULLUP filters: -...
View ArticleESPHome Dashboard not working on Docker desktop
@VijayS wrote: Hi, I am trying to run ESPHome docker image on Docker Desktop (as Linux container) but facing an issue. I am able to bring the container up but the dashboard is not accessible via...
View ArticleNodeMcu onboard LED control
@Valiceemo wrote: Is it possible to control the onboard LED on a nodemcu with esphome. A quick google and its seems it should be…but im unable to get anything to work. Infact, the LED on one o my...
View ArticleCompilation fails unless code is correct!
@vincen wrote: Hi I try to build a sketch to do a clock with LED rings. Here is code below that I used and after the error while compiling. Any ideas what’s wrong there ? If code is validated it...
View ArticleESPHome on production and test HA
@woody4165 wrote: Hi all I would like to have ESPHome on two different HA, one for production and one for test. I’ve installed both, flashed from the test environment, but I don’t see the entity...
View ArticleOn_boot time condition check
@kabro wrote: Hallo! I want to check time on boot and if time after 7 and before 22 switch relays on or off on_boot: priority: -100.0 then: - if: condition: and: - lambda: |- return...
View ArticleMultipple SSDI sensor
@tom_l wrote: I’ve just discovered that ESPhome supports multiple wifi networks. And it seems to work well. Is there a sensor that can report which SSID ESPHome is connected to? Posts: 3 Participants:...
View ArticleSmart Meter Interface (Tasmota) possible with ESPHome?
@fitim wrote: Hi guys. I’m actually trying to read my power meter with a d0-read/write-head. basically this is a combination of a infrared transmit and infrared receive led, which communicates with...
View ArticleControl (hack) monitor background light by ESP32, Need advise where to start
@jaddel wrote: Dear Community, i own a Samsung U28E850R 28-Inch LED Monitor and was wondering if it would be possible, to open the device and take over background brightness control via an ESP32 chip,...
View ArticleOn/Off wall switch
@Tony2k wrote: Hi everyone, I’m trying to change from Tasmota to ESPHome in the wall switches but I can’t find the follow function. On Tasmota the command is SWITCHMODE 1, what’s the equivalent...
View ArticleDifferential temperature pump control
@Adhoc77 wrote: I am new to Home Assistant and I am trying to use part of a configuration yaml from Feb 2018 by xbmcnut & mf_social. I keep getting the error sensor: duplicated. I have used...
View Article