Neato XV - adding ESPHome control to remotely activate older Neato robotic...
Hi all I’m trying to figure out if I can use an esp8266 or esp32 to connect to my neato xv signature. This is one of the older models which is pre-wifi, so it would be great to be able to trigger it...
View ArticleBinary Sensor constantly changing from on/off
I’m trying to use this sensor to tell when someone walks into my garage to turn the lights on. I am powering the sensor using a 12V 1amp power supply hooked to the brown & blue wires. The unit has...
View ArticleUltraSonic HC-SR04 distance sensor shows wrong values?
Hello, I’m new to ESPHome and I try to measure the distance with the UltraSonic HC-SR4 sensor. But I get only to wrong values in the ESPHome logs: [12:04:05][D][ultrasonic.sensor:030]:...
View ArticlePush button to alternate PWM Fan + Auto off-timer - D1 Mini
Hi, I have my first ESP Home project running fine now. Got a speedsensor and a PWM control. My Noctua fan can be stoped completly via the PWM (not all fans supports that): noctua.at NF-A14...
View ArticleESP32: Unable to Reconnect to Wifi
I’ve turned off my main breaker for maintenance. After powering everything back up in the house, one of the ESP32 is unable to reconnect to the wifi. I have tried restarting esphome addpon in HA and...
View ArticleESPHome GPIO voltage + analogWrite?
Hi, I am trying to get a candlelight flickering effect on an LED connected to GPIO12 on my ESP8266 board but I am stuck. My current code is this: esphome: name: lilygo1 platform: ESP8266 board:...
View ArticleHow to i force a GPIO sensor to update its state every time
Hi I do have the following code: binary_sensor: - platform: gpio pin: number: D5 inverted: True name: ${display_name} Rain device_class: moisture filters: - delayed_on_off: 5000ms Working just fine,...
View ArticleDelay controled relay (pump control)
Good day everyone, a Node-Red expert here (and a HA dummy ) I have an environment of 20 water pumps , that i have created a node-red dashboard for: Settings for the output per minute per pump, tank...
View ArticleESPHome ESP32 device with uptime text_sensor quickly disconnects and reconnects
I’ve been using ESPHome for a while and I started to use it with ESP32 devices and I’ve used my boilerplate yaml (including a uptime sensor and a wifi strength sensor) but I found that when hooking...
View ArticleESPHome - ESP32 + Xiaomi lywsd03mmc
Hello, At the outset, sorry for my English, I’m learning it but I’m at the beginning of this adventure I have a problem reading data from Xiaomi lywsd03mmc thermometers. For this purpose, I used...
View ArticleRecent ESPHome-compatible Bulbs and Switches
Hi! I’ve got all my older ESP-based bulbs and mains switches converted to ESP-Home successfully, and most importantly, reliability has been fantastic. I’m still pursuing my ‘all-local’ policy. My only...
View ArticleYS-IRTM, IR receiver
Has anyone got this IR receiver/transmitter integrated to HA? I looked through the docs but there is not much about receiving IR. Anyone done it with this or a different receiver?...
View ArticleEsphome wemos d1 mini
Goodmorning all, i need an help. i’m following this guide(https://github.com/MiguelAngelLV/esphaier) to integrate haier with home assistant but i don’t know how to flash a .h and .yaml file on my...
View ArticleSetting wakeup_pin on ESP32 interrupts deep_sleep cycle
Hello, I am trying to build a water leak sensor that will be batter powered. I’d like to use deep_sleep to keep the device in low power most of the time, but to have it wake when the sensor detects...
View ArticleArduino code to ESPhome
Hello! I need help with adaptation of Arduino code to ESPhome. #define DELAY_TIMEOUT 1500 int ir_right_pin = 6; int ir_left_pin = 7; int ir_right_state = 0; int ir_left_state = 0; int...
View ArticleLooping an ESPHome script
Hello, can somebody help me to loop this ESPHome script? I cant execute the same script inside the same script. That is what I tried: script: - id: "jar_oc" then: - logger.log: "Jar automation is...
View ArticleESPHome give error while compile
Hi All, I iinstalled ESPhome on my HA (Debian, docker install) and when I want compile I get errors: INFO Reading configuration /config/esphome/ITHO.yaml... INFO Generating C++ source... INFO...
View ArticleForce sensor to send data
I use the internal counter in ESP 32 to count pulses during 60 seconds. Then the internal timer reset the counter and starts counting again. By this i can count pulses per minute. The thing is that i...
View ArticleESPHome + lywsd03mmc + nabu casa = nothing
I have an esp32 board running esphome to gather the temperature data from 3 lywsd03mmc sensors. Working great and are added in my HA. But I just added nabu casa to sync my devices with google. All...
View ArticleMin brightness endstop - how?
Can anyone help with limiting a light component (rgb and cwww platforms) not to go below say 15% brightness? I did try setting min_power for the output component and it works, but the problem is that...
View Article