HA false alerts

Hi!,
I am getting false alerts from my athom esphome garage door opener as well as Third reality zigbee water leak sensors and am not sure what to do. I am a novice and did search for topics in home assistant. I did find one solution about adding a delay in the binary sensor but am not sure how to add that to the athom esp home config. Hope someone is able to help.
Thanks,
Rajiv

Post your alert automation and device configuration so we can see what is going on…

Hi!
This is the log :slight_smile: INFO ESPHome 2023.12.9
INFO Reading configuration /config/esphome/athom-garage-door-f995a7.yaml…
WARNING Found ‘${friendly_name} WiFi Signal’ (see sensor->1->name) which looks like a substitution, but ‘friendly_name’ was not declared
WARNING Found ‘${friendly_name} WiFi Signal’ (see sensor->1->name) which looks like a substitution, but ‘friendly_name’ was not declared
INFO Detected timezone ‘America/New_York’
INFO Starting log output from 192.168.1.78 using esphome API
INFO Successfully connected to athom-garage-door-f995a7 @ 192.168.1.78 in 0.018s
INFO Successful handshake with athom-garage-door-f995a7 @ 192.168.1.78 in 2.458s
[12:12:20][I][app:102]: ESPHome version 2023.12.9 compiled on Jan 23 2024, 14:32:27
[12:12:20][I][app:104]: Project Athom_Technology.Garage_Door_Opener version 1.2
[12:12:20][C][status_led:065]: Status Led Light:
[12:12:20][C][status_led:066]: Pin: GPIO12
[12:12:20][C][wifi:573]: WiFi:
[12:12:20][C][wifi:405]: Local MAC: E0:98:06:F9:95:A7
[12:12:20][C][wifi:410]: SSID: ‘shah1’[redacted]
[12:12:20][C][wifi:411]: IP Address: 192.168.1.78
[12:12:20][C][wifi:412]: BSSID: B4:FB:E4:74:00:72[redacted]
[12:12:20][C][wifi:414]: Hostname: ‘athom-garage-door-f995a7’
[12:12:20][C][wifi:416]: Signal strength: -15 dB ▂▄▆█
[12:12:20][C][wifi:420]: Channel: 1
[12:12:20][C][wifi:421]: Subnet: 255.255.255.0
[12:12:20][C][wifi:422]: Gateway: 192.168.1.1
[12:12:20][C][wifi:423]: DNS1: 192.168.1.1
[12:12:20][C][wifi:424]: DNS2: 0.0.0.0
[12:12:20][C][logger:439]: Logger:
[12:12:20][C][logger:440]: Level: DEBUG
[12:12:20][C][logger:441]: Log Baud Rate: 115200
[12:12:20][C][logger:443]: Hardware UART: UART0
[12:12:20][C][uptime.sensor:031]: Uptime Sensor ‘Uptime Sensor’
[12:12:20][C][uptime.sensor:031]: Device Class: ‘duration’
[12:12:20][C][uptime.sensor:031]: State Class: ‘total_increasing’
[12:12:20][C][uptime.sensor:031]: Unit of Measurement: ‘s’
[12:12:20][C][uptime.sensor:031]: Accuracy Decimals: 0
[12:12:20][C][uptime.sensor:031]: Icon: ‘mdi:timer-outline’
[12:12:20][C][gpio.binary_sensor:015]: GPIO Binary Sensor ‘Contact’
[12:12:20][C][gpio.binary_sensor:015]: Device Class: ‘garage_door’
[12:12:20][C][gpio.binary_sensor:016]: Pin: GPIO4
[12:12:20][C][template.cover:073]: Template Cover ‘Garage Door’
[12:12:20][C][template.cover:073]: Device Class: ‘garage’
[12:12:20][C][gpio.binary_sensor:015]: GPIO Binary Sensor ‘Button’
[12:12:20][C][gpio.binary_sensor:016]: Pin: GPIO14
[12:12:20][C][switch.gpio:068]: GPIO Switch ‘Relay’
[12:12:20][C][switch.gpio:090]: Restore Mode: always OFF
[12:12:20][C][switch.gpio:031]: Pin: GPIO5
[12:12:20][C][light:103]: Light ‘Status LED’
[12:12:20][C][status:034]: Status Binary Sensor ‘Status’
[12:12:20][C][status:034]: Device Class: ‘connectivity’
[12:12:20][C][factory_reset.button:011]: Factory Reset Button ‘Reset’
[12:12:20][C][factory_reset.button:011]: Icon: ‘mdi:restart-alert’
[12:12:20][C][safe_mode.button:022]: Safe Mode Button ‘Safe Mode’
[12:12:20][C][safe_mode.button:022]: Icon: ‘mdi:restart-alert’
[12:12:20][C][wifi_info:013]: WifiInfo Mac Address ‘Mac Address’
[12:12:20][C][captive_portal:088]: Captive Portal:
[12:12:20][C][web_server:168]: Web Server:
[12:12:20][C][web_server:169]: Address: athom-garage-door-f995a7.local:80
[12:12:20][C][sntp:053]: SNTP Time:
[12:12:20][C][sntp:054]: Server 1: ‘0.pool.ntp.org
[12:12:20][C][sntp:055]: Server 2: ‘1.pool.ntp.org
[12:12:20][C][sntp:056]: Server 3: ‘2.pool.ntp.org
[12:12:20][C][sntp:057]: Timezone: ‘EST5EDT,M3.2.0,M11.1.0’
[12:12:20][C][mdns:115]: mDNS:
[12:12:20][C][mdns:116]: Hostname: athom-garage-door-f995a7
[12:12:20][C][ota:097]: Over-The-Air Updates:
[12:12:20][C][ota:098]: Address: athom-garage-door-f995a7.local:8266
[12:12:20][C][api:139]: API Server:
[12:12:20][C][api:140]: Address: athom-garage-door-f995a7.local:6053
[12:12:20][C][api:142]: Using noise encryption: YES
[12:12:20][C][wifi_signal.sensor:009]: WiFi Signal ‘${friendly_name} WiFi Signal’
[12:12:20][C][wifi_signal.sensor:009]: Device Class: ‘signal_strength’
[12:12:20][C][wifi_signal.sensor:009]: State Class: ‘measurement’
[12:12:20][C][wifi_signal.sensor:009]: Unit of Measurement: ‘dBm’
[12:12:20][C][wifi_signal.sensor:009]: Accuracy Decimals: 0
[12:12:20][C][wifi_info:009]: WifiInfo IPAddress ‘IP Address’
[12:12:20][C][wifi_info:011]: WifiInfo SSID ‘Connected SSID’
[12:12:20][D][sensor:093]: ‘${friendly_name} WiFi Signal’: Sending state -15.00000 dBm with 0 decimals of accuracy

type or paste code here

Did not mean to put the smile .Thank you for the prompt response and I really appreciate.I hope this is what you were asking me to send

I think I might have found the solution, seems my wifi was dropping changed the channel for the AP and I have not received any alerts for the past hour