ESPHOME, pulse meter incorrect readings
I have a nodemcuv2 with a photoresistor on a pulse meter. The counting of the pulse is strange, because it is reading 600watt more than is has to be. The pulse light is the correct amout, when i do a...
View ArticleESPHome get lux on motion
I have an esp8266 multi sensor with motion/temp/hum/lux connected to HA via esphome and I need to build an automation based on movement and light level. Currently I have the lux reading coming in...
View ArticleMixing sensor and custom control logic on board code
Hi, I’d like to control my home hot water recirculation pump using a Sonoff TH16, i.e. run the pump and heater when the recirc line is cold, turn it off when warm enough, and run it periodically even...
View ArticleCompile time errors
Hi guys, Could someone more knowledgeable than me with ESPhome please see where I’m going wrong here. The errors on compile in Python are: src\main.cpp:242:7: error: stray '\302' in program if...
View ArticleIR Recever Flood
I try many config with 2 different receiver on ESP32 remote_receiver: dump: all tolerance: 50% filter: 250us idle: 4ms pin: number: GPIO32 inverted: True I try GPIO04 16 17 23 32 I alway get a flood...
View ArticleShelly 2.5 shutter control with endstop based on current
Flashed my shelly 2.5s to esphome and can control my shutters using a timebased shutter. However using the current to detect the endstops would be nicer and would recalibrate after a reboot. Did...
View ArticleESPHome RF Receiver + Transmitter issues
Hello, I’m trying to setup a LOLIN D32 with an RF receiver (to decode the signals) and a RF transmitter without any success. I’d like to decode a rf remote codes from my outdoor awning to control it...
View ArticleHow to prune old integrations in an updated device?
I have an ESPHome device flashed so that it presents itself as a switch and as a light. It is correctly seen in Home Assistant (via the ESPHome integration, not MQTT) After some thinking, I decided...
View ArticleHow does the fallback AP work?
I added a text_sensor entry for a test device (Sonoff Basic), reflashed it successfully and now the device would not reconnect to my WiFi AP. I have no idea how a text_sensor addition, followed by a...
View ArticleESP32-cam, I do not find a way to rotate the picture?
Dear all, I have setup an ESP32-cam anit works nicely. Still, since the board is rotated 90° in its case, the picture is also rotated. I only find the options to mirror the picture, which is nice, but...
View ArticleSonoff POW flashed with ESPHOME does not connect to WiFi, how to reach it?
Hi, I have many POW flashed with esphome and all work well. Just one since few days does not connect to WiFi … Now I want to access it, perhaps change the SSID in the yaml file to a closer WiFi AP....
View ArticleESPHOME custom mqtt?
Abstract : ESPHOME sends an MQTT message per sensor, binary sensor, textsensor …). If many sensors are in use, then a large number of messages are sent to the MQTT Brocker via the network....
View ArticleTroubleshoot from restore
So since my SD card corrupted and my restore with full home assistant install on rpi3 most of my entities have become completely or randomly unavailable. I only find one error msg in the log and my...
View ArticlePN532 and one binary sensors for several Tags
Hi, I am setting up a alarm system and are using one NodeMCU with a PN532 RFID reader to disarm the alarm… To make it easy for me, I am thinking of using one binary sensor for all approved tags. Is it...
View ArticleHow to get the power level of a Wemos D1?
I have a Wemos ESP-Wroom-02 D1 with a built-in battery holder. I successfully flashed a basic ESPHome setup (not sure if the board is supposed to be d1_mini but it works): esphome: name: wemos01...
View ArticleCan't install Raspbee2 with HA OS?
I was running HA supervised on a Rpi 3 with Raspbian. When my SD card died, and since my configuration was apparently unsupported, I decided to install HA OS for the restore. Now every time I try to...
View ArticleAdding a whole house fan
Hello, I’m fairly new to HASS and ESPHome, and I need help setting up a 2 speed fan. Right now, I’m just using 2 switches, one for on/off, the other for high/low. I’m using a NodeMCU with 2 relays...
View ArticleLimit max power/brightness on FastLED
Is there an option to limit the max brightness for below: ESPHome FastLED Light Instructions for setting up FastLED addressable lights like NEOPIXEL. Natively in esphome and alternatively in home...
View ArticleCompile error in systemctl environment
Compile error in systemctl environment.How to resolve. /etc/systemd/system/esphome.service [Unit] Description=esphome fter=network.target [Service] Type=simple User=pi WorkingDirectory=/opt/esphome...
View ArticleCaptive_portal: vs web_server:
A single device can have both captive_portal and web_server configured. While during the normal operations captive_portal is not enabled (and therefore port 80 is served by web_server), it becomes...
View Article