I am completely lost. I have tried everything i have seen in the other posts here about this issue and used AI to try and help and nothing works.
I make afresh install of a esp32 in esphome and it always shows up to be added to HA but it always appears in esphome with “No device no entities” even though the entities show in the logs in esphome…
I am completely lost and loosing my mind. I have setup and been using about 20 esp8266’ si in my house to control stuff for years without any issues. No idea whats happening.
see my yaml file here
esphome:
name: esp8-utility-relaisboard-new
friendly_name: esp8-utility-relaisboard-new
esp32:
board: esp32dev
framework:
type: esp-idf
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "redacted"
ota:
- platform: esphome
password: "redacted"
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
manual_ip:
static_ip: 192.168.0.16
gateway: 192.168.0.1
subnet: 255.255.255.0
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esp8-Utility-Relaisboard-New"
password: "redacted"
captive_portal:
switch:
- platform: gpio
pin: 13
name: "Living Heater"
inverted: true
- platform: gpio
pin: 18
name: "Kitchen Heater"
inverted: true
- platform: gpio
pin: 14
name: "Utility Room Heater"
inverted: true
- platform: gpio
pin: 27
name: "Bathroom Heater"
inverted: true
- platform: gpio
pin: 26
name: "Cave Heater"
inverted: true
- platform: gpio
pin: 25
name: "Guestroom Heater"
inverted: true
- platform: gpio
pin: 33
name: "Abrielle Heater"
inverted: true
one_wire:
- platform: gpio
pin: 21
sensor:
- platform: dallas_temp
address: 0xFE0300A2795EA528
name: "Utility Temp"
update_interval: 10s
Any help would be highly appreciated as my wife is starting get annoyed with the house getting colder…I NEED HELP 
1 Like

this is how it looks like when i open the esphome integration
1 Like
[W][api.connection:1880]: 192.168.0.40 (192.168.0.40): Reading failed BAD_INDICATOR errno=11
[22:11:17.845][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:11:17.845][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:11:27.848][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:11:27.852][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:11:28.505][D][api:160]: Accept 192.168.0.40
[22:11:28.516][W][api.connection:1880]: 192.168.0.40 (192.168.0.40): Reading failed BAD_INDICATOR errno=11
[22:11:37.850][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:11:37.854][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:11:47.852][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:11:47.854][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:11:57.854][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:11:57.857][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:12:07.858][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:12:07.862][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:12:17.863][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:12:17.867][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:12:27.860][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:12:27.864][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:12:28.612][D][api:160]: Accept 192.168.0.40
[22:12:28.623][W][api.connection:1880]: 192.168.0.40 (192.168.0.40): Reading failed BAD_INDICATOR errno=11
[22:12:37.862][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:12:37.868][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:12:47.867][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:12:47.871][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
[22:12:57.887][D][dallas.temp.sensor:054]: 'Utility Temp': Got Temperature=17.9°C
[22:12:57.894][D][sensor:131]: 'Utility Temp': Sending state 17.93750 °C with 1 decimals of accuracy
keep getting this error in between good readings from the sensor. i tried with API and without, fresh installs same as the ones using the old code. even got new ESP32’s just to be sure as i read esp8266 are not the most relieble. I have very good wifi connection. everything has been working as is for years just started when i updated the esp8266 to add a sensor. ever since i just cant get any new device to register properly, even with the old copied code.
I am in deep trouble, my wife is freezing in the house! PLEASE HELP 