ESP online but no entity

Hello,

I have set up a Lolin D1 Mini so that it reads sensors and switches a relay. Unfortunately, the readings or switches do not show up in HomeAssistant as entities.
Does anyone know what is causing this for me?

Thanks a lot

Best regards
Thomas

Screenshot 2022-04-24 032456

Impossible to say without seeing your device config and ESP logs.

Looks like you have not given any name at your entities or something like that !
As told by @tom_l without your esphome code no way to help you !

How can i post you the code here?

Copy and paste, surround it by three backticks.

https://community.home-assistant.io/t/how-to-help-us-help-you-or-how-to-ask-a-good-question/114371#oneone-format-it-properly-16

See point 11

I have already searched for my problem but unfortunately I did not find what I was looking for.

My System Health

version: core-2022.4.6
installation_type: Home Assistant OS
dev: false
hassio: true
docker: true
user: root
virtualenv: false
python_version: 3.9.9
os_name: Linux
os_version: 5.10.103-v8
arch: aarch64
timezone: Europe/Berlin

host_os: Home Assistant OS 7.6
update_channel: stable
supervisor_version: supervisor-2022.04.0
docker_version: 20.10.9
disk_total: 14.1 GB
disk_used: 4.3 GB
healthy: true
supported: true
board: rpi3-64
supervisor_api: ok
version_api: ok
installed_addons: ESPHome (2022.4.0), SSH & Web Terminal (10.1.1)

Heres my code:

esphome:
  name: minibar

esp8266:
  board: d1_mini

# Enable logging
logger:

ota:

api:

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password


  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "MinibarBackup"
    password: ""

captive_portal:
    
i2c:
  sda: 4
  scl: 5
  scan: true
  id: bus_a
  
switch:
  - platform: gpio
    name: "Minibar Kühlung"
    pin: 0
    inverted: true
    
sensor:
  - platform: bh1750
    name: "Lichtstärke BH1750"
    address: 0x23
    update_interval: 60s
    
  - platform: bme280
    temperature:
      name: "Minibar Temperatur"
      oversampling: 16x
    pressure:
      name: "Minibar Luftdruck"
    humidity:
      name: "Minibar Luftfeuchtigkeit"
    address: 0x76
    update_interval: 60s

Please post also your logs from this node!

Push het “LOGS” tag for this node in the ESPHome dashboard. And copy and paste the complete logs, including the dump of the config dump at the begin of the logs.

Edit: Did you already add this node to HA? Because the picture from HA you posted before is not for this node. You gave this node the name “minibar”. Thats a complete other name then: esphome-wen-61b9a.

To add: goto Configuration->Devices & Services and look if the “minibar” is discoverd. If not click on Add Integration and add the node manual via minbar.local or its IP-address.

[I][app:102]: ESPHome version 2022.4.0 compiled on Apr 23 2022, 22:42:56
[C][wifi:491]: WiFi:
[C][wifi:353]:   Local MAC: 34:94:54:61:B9:A9
[C][wifi:354]:   SSID: 'Bachmaier'[redacted]
[C][wifi:355]:   IP Address: 192.168.178.111
[C][wifi:356]:   BSSID: 3C:37:12:A6:EC:E2[redacted]
[C][wifi:358]:   Hostname: 'minibarjoe'
[C][wifi:360]:   Signal strength: -70 dB ▂▄▆█
[C][wifi:364]:   Channel: 1
[C][wifi:365]:   Subnet: 255.255.255.0
[C][wifi:366]:   Gateway: 192.168.178.1
[C][wifi:367]:   DNS1: 192.168.178.1
[C][wifi:368]:   DNS2: 0.0.0.0
[C][logger:233]: Logger:
[C][logger:234]:   Level: DEBUG
[C][logger:235]:   Log Baud Rate: 115200
[C][logger:236]:   Hardware UART: UART0
[C][i2c.arduino:038]: I2C Bus:
[C][i2c.arduino:039]:   SDA Pin: GPIO4
[C][i2c.arduino:040]:   SCL Pin: GPIO5
[C][i2c.arduino:041]:   Frequency: 50000 Hz
[C][i2c.arduino:044]:   Recovery: bus successfully recovered
[I][i2c.arduino:054]: Results from i2c bus scan:
[I][i2c.arduino:060]: Found i2c device at address 0x23
[I][i2c.arduino:060]: Found i2c device at address 0x76
[C][switch.gpio:050]: GPIO Switch 'Minibar Joe Kühlung'
[C][switch.gpio:050]:   Inverted: YES
[C][switch.gpio:051]:   Pin: GPIO0
[C][switch.gpio:073]:   Restore Mode: Restore (Defaults to OFF)
[C][bh1750.sensor:118]: BH1750 'Lichtstärke BH1750'
[C][bh1750.sensor:118]:   Device Class: 'illuminance'
[C][bh1750.sensor:118]:   State Class: 'measurement'
[C][bh1750.sensor:118]:   Unit of Measurement: 'lx'
[C][bh1750.sensor:118]:   Accuracy Decimals: 1
[C][bh1750.sensor:119]:   Address: 0x23
[C][bh1750.sensor:124]:   Update Interval: 60.0s
[C][bme280.sensor:143]: BME280:
[C][bme280.sensor:144]:   Address: 0x76
[C][bme280.sensor:156]:   IIR Filter: OFF
[C][bme280.sensor:157]:   Update Interval: 60.0s
[C][bme280.sensor:159]:   Temperature 'Minibar Joe Temperatur'
[C][bme280.sensor:159]:     Device Class: 'temperature'
[C][bme280.sensor:159]:     State Class: 'measurement'
[C][bme280.sensor:159]:     Unit of Measurement: '°C'
[C][bme280.sensor:159]:     Accuracy Decimals: 1
[C][bme280.sensor:160]:     Oversampling: 16x
[C][bme280.sensor:161]:   Pressure 'Minibar Joe Luftdruck'
[C][bme280.sensor:161]:     Device Class: 'pressure'
[C][bme280.sensor:161]:     State Class: 'measurement'
[C][bme280.sensor:161]:     Unit of Measurement: 'hPa'
[C][bme280.sensor:161]:     Accuracy Decimals: 1
[C][bme280.sensor:162]:     Oversampling: 16x
[C][bme280.sensor:163]:   Humidity 'Minibar Joe Luftfeuchtigkeit'
[C][bme280.sensor:163]:     Device Class: 'humidity'
[C][bme280.sensor:163]:     State Class: 'measurement'
[C][bme280.sensor:163]:     Unit of Measurement: '%'
[C][bme280.sensor:163]:     Accuracy Decimals: 1
[C][bme280.sensor:164]:     Oversampling: 16x
[C][captive_portal:088]: Captive Portal:
[C][mdns:084]: mDNS:
[C][mdns:085]:   Hostname: minibarjoe
[C][ota:085]: Over-The-Air Updates:
[C][ota:086]:   Address: minibarjoe.local:8266
[C][api:138]: API Server:
[C][api:139]:   Address: minibarjoe.local:6053
[C][api:143]:   Using noise encryption: NO
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.81000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.15045 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.82910 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[W][api.connection:083]: ESPHome Logs 2022.4.0 (192.168.178.105): Connection closed
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.84000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.10388 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.53809 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.81000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.12817 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.61816 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.82000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.11755 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.84180 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.82000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.12378 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.65430 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.6lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.56594 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.82000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.22034 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.58301 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.80000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.25861 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.50098 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.80000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.17828 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.54785 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.80000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.17499 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.62891 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.77000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.21259 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.58008 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.73000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.11420 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.71777 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.71000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.10968 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.77539 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.3lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.33957 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.73000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.12921 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.81152 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.3lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.33957 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.70000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.05054 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.70410 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.72000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.08344 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.77637 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.5lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.45276 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.68000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.06482 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.76074 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.67000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.13300 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.81934 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.64000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.06897 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.87598 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.65000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 939.02625 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.94629 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.66000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 938.89685 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.86523 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.68000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 938.86963 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.86621 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.68000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 938.77545 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.90234 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[D][api:102]: Accepted 192.168.178.105
[W][api.connection:083]: Home Assistant 2022.4.5 (192.168.178.105): Connection closed
[D][api:102]: Accepted 192.168.178.105
[D][api.connection:827]: ESPHome Logs 2022.4.0 (192.168.178.105): Connected successfully
[I][app:102]: ESPHome version 2022.4.0 compiled on Apr 23 2022, 22:42:56
[C][wifi:491]: WiFi:
[C][wifi:353]:   Local MAC: 34:94:54:61:B9:A9
[C][wifi:354]:   SSID: 'Bachmaier'[redacted]
[C][wifi:355]:   IP Address: 192.168.178.111
[C][wifi:356]:   BSSID: 3C:37:12:A6:EC:E2[redacted]
[C][wifi:358]:   Hostname: 'minibarjoe'
[C][wifi:360]:   Signal strength: -61 dB ▂▄▆█
[C][wifi:364]:   Channel: 1
[C][wifi:365]:   Subnet: 255.255.255.0
[C][wifi:366]:   Gateway: 192.168.178.1
[C][wifi:367]:   DNS1: 192.168.178.1
[C][wifi:368]:   DNS2: 0.0.0.0
[C][logger:233]: Logger:
[C][logger:234]:   Level: DEBUG
[C][logger:235]:   Log Baud Rate: 115200
[C][logger:236]:   Hardware UART: UART0
[C][i2c.arduino:038]: I2C Bus:
[C][i2c.arduino:039]:   SDA Pin: GPIO4
[C][i2c.arduino:040]:   SCL Pin: GPIO5
[C][i2c.arduino:041]:   Frequency: 50000 Hz
[C][i2c.arduino:044]:   Recovery: bus successfully recovered
[I][i2c.arduino:054]: Results from i2c bus scan:
[I][i2c.arduino:060]: Found i2c device at address 0x23
[I][i2c.arduino:060]: Found i2c device at address 0x76
[C][switch.gpio:050]: GPIO Switch 'Minibar Joe Kühlung'
[C][switch.gpio:050]:   Inverted: YES
[C][switch.gpio:051]:   Pin: GPIO0
[C][switch.gpio:073]:   Restore Mode: Restore (Defaults to OFF)
[C][bh1750.sensor:118]: BH1750 'Lichtstärke BH1750'
[C][bh1750.sensor:118]:   Device Class: 'illuminance'
[C][bh1750.sensor:118]:   State Class: 'measurement'
[C][bh1750.sensor:118]:   Unit of Measurement: 'lx'
[C][bh1750.sensor:118]:   Accuracy Decimals: 1
[C][bh1750.sensor:119]:   Address: 0x23
[C][bh1750.sensor:124]:   Update Interval: 60.0s
[C][bme280.sensor:143]: BME280:
[C][bme280.sensor:144]:   Address: 0x76
[C][bme280.sensor:156]:   IIR Filter: OFF
[C][bme280.sensor:157]:   Update Interval: 60.0s
[C][bme280.sensor:159]:   Temperature 'Minibar Joe Temperatur'
[C][bme280.sensor:159]:     Device Class: 'temperature'
[C][bme280.sensor:159]:     State Class: 'measurement'
[C][bme280.sensor:159]:     Unit of Measurement: '°C'
[C][bme280.sensor:159]:     Accuracy Decimals: 1
[C][bme280.sensor:160]:     Oversampling: 16x
[C][bme280.sensor:161]:   Pressure 'Minibar Joe Luftdruck'
[C][bme280.sensor:161]:     Device Class: 'pressure'
[C][bme280.sensor:161]:     State Class: 'measurement'
[C][bme280.sensor:161]:     Unit of Measurement: 'hPa'
[C][bme280.sensor:161]:     Accuracy Decimals: 1
[C][bme280.sensor:162]:     Oversampling: 16x
[C][bme280.sensor:163]:   Humidity 'Minibar Joe Luftfeuchtigkeit'
[C][bme280.sensor:163]:     Device Class: 'humidity'
[C][bme280.sensor:163]:     State Class: 'measurement'
[C][bme280.sensor:163]:     Unit of Measurement: '%'
[C][bme280.sensor:163]:     Accuracy Decimals: 1
[C][bme280.sensor:164]:     Oversampling: 16x
[C][captive_portal:088]: Captive Portal:
[C][mdns:084]: mDNS:
[C][mdns:085]:   Hostname: minibarjoe
[C][ota:085]: Over-The-Air Updates:
[C][ota:086]:   Address: minibarjoe.local:8266
[C][api:138]: API Server:
[C][api:139]:   Address: minibarjoe.local:6053
[C][api:143]:   Using noise encryption: NO
[D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.68000 °C with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 938.75922 hPa with 1 decimals of accuracy
[D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.88965 % with 1 decimals of accuracy
[D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.3lx
[D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.33957 lx with 1 decimals of accuracy

It is logging with the name “Minibar Joe” not the name “Minibar” you are using now in the yaml you posted? Did you change the name, after you added this node to HA?

What is the integration overview for ESPHome showing in the integrations dashboard?

sorry that was an older log

INFO Reading configuration /config/esphome/esphome-web-61b9a9.yaml...
INFO Starting log output from minibarjoe.local using esphome API
INFO Successfully connected to minibarjoe.local
[17:15:42][I][app:102]: ESPHome version 2022.4.0 compiled on Apr 23 2022, 22:42:56
[17:15:42][C][wifi:491]: WiFi:
[17:15:42][C][wifi:353]:   Local MAC: 34:94:54:61:B9:A9
[17:15:42][C][wifi:354]:   SSID: 'Bachmaier'[redacted]
[17:15:42][C][wifi:355]:   IP Address: 192.168.178.111
[17:15:42][C][wifi:356]:   BSSID: 3C:37:12:A6:EC:E2[redacted]
[17:15:42][C][wifi:358]:   Hostname: 'minibarjoe'
[17:15:42][C][wifi:360]:   Signal strength: -62 dB ▂▄▆█
[17:15:43][C][wifi:364]:   Channel: 6
[17:15:43][C][wifi:365]:   Subnet: 255.255.255.0
[17:15:43][C][wifi:366]:   Gateway: 192.168.178.1
[17:15:43][C][wifi:367]:   DNS1: 192.168.178.1
[17:15:43][C][wifi:368]:   DNS2: 0.0.0.0
[17:15:43][C][logger:233]: Logger:
[17:15:43][C][logger:234]:   Level: DEBUG
[17:15:43][C][logger:235]:   Log Baud Rate: 115200
[17:15:43][C][logger:236]:   Hardware UART: UART0
[17:15:43][C][i2c.arduino:038]: I2C Bus:
[17:15:43][C][i2c.arduino:039]:   SDA Pin: GPIO4
[17:15:43][C][i2c.arduino:040]:   SCL Pin: GPIO5
[17:15:43][C][i2c.arduino:041]:   Frequency: 50000 Hz
[17:15:43][C][i2c.arduino:044]:   Recovery: bus successfully recovered
[17:15:43][I][i2c.arduino:054]: Results from i2c bus scan:
[17:15:43][I][i2c.arduino:060]: Found i2c device at address 0x23
[17:15:43][I][i2c.arduino:060]: Found i2c device at address 0x76
[17:15:43][C][switch.gpio:050]: GPIO Switch 'Minibar Joe Kühlung'
[17:15:43][C][switch.gpio:050]:   Inverted: YES
[17:15:43][C][switch.gpio:051]:   Pin: GPIO0
[17:15:43][C][switch.gpio:073]:   Restore Mode: Restore (Defaults to OFF)
[17:15:43][C][bh1750.sensor:118]: BH1750 'Lichtstärke BH1750'
[17:15:43][C][bh1750.sensor:118]:   Device Class: 'illuminance'
[17:15:43][C][bh1750.sensor:118]:   State Class: 'measurement'
[17:15:43][C][bh1750.sensor:118]:   Unit of Measurement: 'lx'
[17:15:43][C][bh1750.sensor:118]:   Accuracy Decimals: 1
[17:15:43][C][bh1750.sensor:119]:   Address: 0x23
[17:15:43][C][bh1750.sensor:124]:   Update Interval: 60.0s
[17:15:43][C][bme280.sensor:143]: BME280:
[17:15:43][C][bme280.sensor:144]:   Address: 0x76
[17:15:43][C][bme280.sensor:156]:   IIR Filter: OFF
[17:15:43][C][bme280.sensor:157]:   Update Interval: 60.0s
[17:15:43][C][bme280.sensor:159]:   Temperature 'Minibar Joe Temperatur'
[17:15:43][C][bme280.sensor:159]:     Device Class: 'temperature'
[17:15:43][C][bme280.sensor:159]:     State Class: 'measurement'
[17:15:43][C][bme280.sensor:159]:     Unit of Measurement: '°C'
[17:15:43][C][bme280.sensor:159]:     Accuracy Decimals: 1
[17:15:43][C][bme280.sensor:160]:     Oversampling: 16x
[17:15:43][C][bme280.sensor:161]:   Pressure 'Minibar Joe Luftdruck'
[17:15:43][C][bme280.sensor:161]:     Device Class: 'pressure'
[17:15:43][C][bme280.sensor:161]:     State Class: 'measurement'
[17:15:43][C][bme280.sensor:161]:     Unit of Measurement: 'hPa'
[17:15:43][C][bme280.sensor:161]:     Accuracy Decimals: 1
[17:15:43][C][bme280.sensor:162]:     Oversampling: 16x
[17:15:43][C][bme280.sensor:163]:   Humidity 'Minibar Joe Luftfeuchtigkeit'
[17:15:43][C][bme280.sensor:163]:     Device Class: 'humidity'
[17:15:43][C][bme280.sensor:163]:     State Class: 'measurement'
[17:15:43][C][bme280.sensor:163]:     Unit of Measurement: '%'
[17:15:43][C][bme280.sensor:163]:     Accuracy Decimals: 1
[17:15:43][C][bme280.sensor:164]:     Oversampling: 16x
[17:15:43][C][captive_portal:088]: Captive Portal:
[17:15:43][C][mdns:084]: mDNS:
[17:15:43][C][mdns:085]:   Hostname: minibarjoe
[17:15:43][C][ota:085]: Over-The-Air Updates:
[17:15:43][C][ota:086]:   Address: minibarjoe.local:8266
[17:15:43][C][api:138]: API Server:
[17:15:43][C][api:139]:   Address: minibarjoe.local:6053
[17:15:43][C][api:143]:   Using noise encryption: NO
[17:16:15][D][api:102]: Accepted 192.168.178.105
[17:16:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:16:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.72000 °C with 1 decimals of accuracy
[17:16:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.78204 hPa with 1 decimals of accuracy
[17:16:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.37695 % with 1 decimals of accuracy
[17:16:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.5lx
[17:16:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.45276 lx with 1 decimals of accuracy
[17:17:15][D][api:102]: Accepted 192.168.178.105
[17:17:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:17:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.71000 °C with 1 decimals of accuracy
[17:17:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.81952 hPa with 1 decimals of accuracy
[17:17:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 30.95508 % with 1 decimals of accuracy
[17:17:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[17:17:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[17:18:15][D][api:102]: Accepted 192.168.178.105
[17:18:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:18:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.71000 °C with 1 decimals of accuracy
[17:18:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.81921 hPa with 1 decimals of accuracy
[17:18:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.14258 % with 1 decimals of accuracy
[17:18:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[17:18:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[17:19:15][D][api:102]: Accepted 192.168.178.105
[17:19:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:19:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.74000 °C with 1 decimals of accuracy
[17:19:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.85297 hPa with 1 decimals of accuracy
[17:19:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.37891 % with 1 decimals of accuracy
[17:19:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[17:19:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[17:20:15][D][api:102]: Accepted 192.168.178.105
[17:20:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:20:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.80000 °C with 1 decimals of accuracy
[17:20:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.87915 hPa with 1 decimals of accuracy
[17:20:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.21875 % with 1 decimals of accuracy
[17:20:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[17:20:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[17:21:15][D][api:102]: Accepted 192.168.178.105
[17:21:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:21:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.83000 °C with 1 decimals of accuracy
[17:21:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.89752 hPa with 1 decimals of accuracy
[17:21:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.35059 % with 1 decimals of accuracy
[17:21:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[17:21:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[17:22:15][D][api:102]: Accepted 192.168.178.105
[17:22:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:22:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.86000 °C with 1 decimals of accuracy
[17:22:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.83789 hPa with 1 decimals of accuracy
[17:22:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.22363 % with 1 decimals of accuracy
[17:22:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.3lx
[17:22:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.33957 lx with 1 decimals of accuracy
[17:23:15][D][api:102]: Accepted 192.168.178.105
[17:23:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:23:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.90000 °C with 1 decimals of accuracy
[17:23:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.88794 hPa with 1 decimals of accuracy
[17:23:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.01465 % with 1 decimals of accuracy
[17:23:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[17:23:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy
[17:24:15][D][api:102]: Accepted 192.168.178.105
[17:24:15][W][api.connection:083]: Home Assistant 2022.4.6 (192.168.178.105): Connection closed
[17:24:28][D][sensor:124]: 'Minibar Joe Temperatur': Sending state 25.96000 °C with 1 decimals of accuracy
[17:24:28][D][sensor:124]: 'Minibar Joe Luftdruck': Sending state 943.84875 hPa with 1 decimals of accuracy
[17:24:28][D][sensor:124]: 'Minibar Joe Luftfeuchtigkeit': Sending state 31.07812 % with 1 decimals of accuracy
[17:24:36][D][bh1750.sensor:159]: 'Lichtstärke BH1750': Got illuminance=0.2lx
[17:24:36][D][sensor:124]: 'Lichtstärke BH1750': Sending state 0.22638 lx with 1 decimals of accuracy

The log is showing that it is compiled with version 2022.4.0. The picture says 2022.3.0. Try to remove all the old ESPHome entries in HA and after removal add this node again.

1 Like

I have uninstalled ESPHome, reinstalled it and removed the integration and added it again. Now everything works.

thank you
Screenshot 2022-04-24 182405