Dht11 ESPHOME humidity does not show in HomeKit
The following is my ESPHOME config for an ESP8266 NodeMCU. The humidity sensor does not show in HomeKit with ESPHOME. It did show back when I configured these with MQTT as demonstrated in the...
View ArticleWhy do I not see a switch state change?
I am learning ESP Home using a Wemos D1 Mini. I have a button between D1 (GPIO5) and ground. Here is the YAML file: esphome: name: wemos_test platform: ESP8266 board: d1_mini wifi: ssid: "Kaywinnet"...
View ArticleESP32 - Performe only one measurement and go deep sleep
I am in the process of automating our mailbox. The idea is to wake up the ESP32 with a reed contact, wait 10 seconds and then measure the distance in the box with the ultrasonic sensor HC-SR04. This...
View ArticleESPHome node suddenly went haywire
Last night after weeks, months of pain free operation by ESPHome node suddenly started rebooting constantly every minute or so. I could see from the MQTT debug topic that the uptime monitor was...
View ArticleESPHome with NodeMCU, discovered but can't configure
I have this issue when I try to connect a second nodemcu to homeassistant via esphome. It shows up as discovered and I get readings from the sensor on the logs, but I can’t configure it in...
View ArticleCustom Component Update States
I need some help. Ive used a sonoff 4CH to build a custom fan controller, not a fan of the ifan controller, dont need remotes im not going to use. My custom component updates the relays just fine...
View ArticleMake HX711 data public
Hey! We’re going to put some load cells and a Wemos D1 under a dedicated drink refrigerator to measure how much drinks are cold, so we will never be disappointed with an empty refrigerator (or warm...
View ArticleRdm6300 no response
Was playing around with a rdm6300 reader with esphome. But have issues with it not reacting at all. To make sure that the reader is working I connected it directly to a USB-UART and can see in Termite...
View ArticleCombine a switch and a sensor
Platform: Nodemcu I have a moisture sensor that is powered in 3V by one of the NodeMCU ports, and connected to the ADC. I would like to have a periodic task, lets say ever 10 minutes, that switch the...
View ArticleHow to define a 3 state sensor?
Hi all, I have an automatic gate which, through an aux output on the motor card, can show me: if the aux output is closed -> gate open or opening if the aux output is intermittent -> gate...
View ArticleFirst Timer - Chicken Coop Door
Hello. Sorry if this is a very simple question. I’m just getting started with Home Assistant and ESPHome. I successfully added a temperature sensor and camera to Home Assistant, now I’m trying to...
View ArticleESP32 board wifi drops when ble enabled?
Hi everyone, just got into esp32 and I have a board working for my hot tub with TDS and temp. Got another one to use as a ble tracker but for some reason when I enable ble it gives me a 10% packet...
View ArticleFrankever IR Baster (Tuya based) config
Hi, I bought this Frankever IR blaster from uncle Ali. This one does not support Tuya-convert (due to newer firmware), but it’s quit easily converted to esphome home if you are able to solder a few...
View ArticleSwitch several switches at same time with binary coded integer?
I use 4 gpio pins as 4 switches to control a ventilation device that uses BCD coded input for setting the level. At the moment I manually break up the level (integer) into the 4 bits in HA and switch...
View ArticleOnly 1 BME280 sends data out of 3, same config
Hey! Obligatory mentions, I installed HA 26 hours ago… Version -> core-2021.3.4 Installation Type -> Home Assistant Supervised Host Operating System -> Debian GNU/Linux 10 (buster) I...
View ArticleWhat can I do with ESPHome?
So, we have an old heat bed for our plants in the green house. Since we live in Sweden the risk for below freezing is high until the end of May. Our old heat bed is just an arduino with tree ds18b20...
View ArticlePlease help me understand syntax of EspHome yaml file
I know I am going to get a hard time for asking this but here we go: Would you please help me understand the difference between the ’ - <<: !include’ and ’ - !include’ in the code below? I...
View ArticleDoes ESPHome ble_rssi only work for certain devices?
Hi everybody, I wanted to give presence detection via bluetooth another show and set up an ESP32 with ESPHome. I added for different bluetooth MAC addresses; three of which are Android phones/tablets,...
View ArticleHow to increase ESP32 DAC output level
Hello all, I want to increase the DAC output level in a script, based on some readings. So i need to increase the output by 2% This is my first post so please forgive me if the intentation is nor...
View ArticleUpgrade to core-2021.3.4, now one device is "unavailable"
I did an upgrade to core-2021.3.4, and now one device is “unavailable”. The device still shows as green on the ESPHome dashboard. Logging opens, and an OTA upload completes OK. I even restarted the...
View ArticleNewbie question: flasing problems
Hello, quite new to start with ESPHome. Installed add-on and tried first project (WLED lightning). But i am stucked with the step of the initial flashing of my device: tried to put it into one of my...
View ArticleEsphome config with ESP32 and max6675 temp sensors
Hello, I have a ESP32 with ESPHOME flashed to it. I added two max6675 temp sensors to monitor the BBQ. So When I login to the webinterface of the ESPhome device I can read all the sensor data. I added...
View ArticleAlarm disarming with pn533 and mobile phone
Hello, I’m trying to connect nfc tag reader (pn532) to disarm alarm state. The connection of pn532 to wemos d1 mini IMG_20210314_1957131728×2304 1.08 MB works fine - I can read tag, pass it to HA and...
View ArticleShelly 2.5, ESPHome and NTC sensor
Hello in ESPHome documentation there is a section of NTC sensor (https://esphome.io/components/sensor/ntc.html) where is described that the temperature sensor should be supply ony during the...
View ArticleBreathing Red Effect ESPHome?
Hey guys, What’s the best way to add a breathing red effect to my non addressable LED lights. (running on a magic home controller) I have found this; github.com...
View Article