ESPHome sensors are not available after upgrade

Hello there!

I have just updated the Core and Supervisor (since the Supervisor auto updated and broke my system, but now it works). Ever since then my sensors are not available. For instance, I have a couple of ESPHome sensors (that are not configured in the yaml files, they just show up)… They have no error icon or anything. They are just not available.
I have checked, this ESPHome device is connected to the network and is pingable!

Does anyone have suggestion on how to fix this?

I am currently running:
Home Assistant 2022.9.0
Supervisor 2022.08.6
Frontend 20220907.0 - latest
Ubuntu 20.04

Try reloading the ESP device integration:

I’ve done that without any luck :thinking:

See the procedure here:

I have downloaded the diagnostics which looks like this:

{
  "home_assistant": {
    "installation_type": "Home Assistant Supervised",
    "version": "2022.9.0",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.10.5",
    "docker": true,
    "arch": "x86_64",
    "timezone": "Europe/Stockholm",
    "os_name": "Linux",
    "os_version": "5.4.0-125-generic",
    "supervisor": "2022.08.6",
    "host_os": "Ubuntu 20.04.5 LTS",
    "docker_version": "20.10.17",
    "chassis": "laptop",
    "run_as_root": true
  },
  "custom_components": {
    "sonoff": {
      "version": "v2.4.3",
      "requirements": [
        "pycryptodome>=3.6.6"
      ]
    }
  },
  "integration_manifest": {
    "domain": "esphome",
    "name": "ESPHome",
    "config_flow": true,
    "documentation": "https://www.home-assistant.io/integrations/esphome",
    "requirements": [
      "aioesphomeapi==10.13.0"
    ],
    "zeroconf": [
      "_esphomelib._tcp.local."
    ],
    "dhcp": [
      {
        "registered_devices": true
      }
    ],
    "codeowners": [
      "@OttoWinter",
      "@jesserockz"
    ],
    "after_dependencies": [
      "bluetooth",
      "zeroconf",
      "tag"
    ],
    "iot_class": "local_push",
    "loggers": [
      "aioesphomeapi",
      "noiseprotocol"
    ],
    "is_built_in": true
  },
  "data": {
    "config": {
      "entry_id": "1d80e984815a4bab9a1427ef6a68d9c6",
      "version": 1,
      "domain": "esphome",
      "title": "bikupan",
      "data": {
        "host": "192.168.1.229",
        "password": "**REDACTED**",
        "port": 6053
      },
      "options": {},
      "pref_disable_new_entities": false,
      "pref_disable_polling": false,
      "source": "zeroconf",
      "unique_id": "bikupan",
      "disabled_by": null
    },
    "storage_data": {
      "device_info": {
        "compilation_time": "Jun 15 2022, 22:09:00",
        "esphome_version": "2022.2.1",
        "has_deep_sleep": false,
        "mac_address": "**REDACTED**",
        "model": "nodemcuv2",
        "name": "bikupan",
        "uses_password": true
      },
      "sensor": [
        {
          "accuracy_decimals": 1,
          "force_update": false,
          "icon": "",
          "key": 1248880791,
          "name": "Smart Scale Initial Zero",
          "object_id": "smart_scale_initial_zero",
          "unique_id": "bikupansensorsmart_scale_initial_zero",
          "unit_of_measurement": ""
        },
        {
          "accuracy_decimals": 1,
          "force_update": false,
          "icon": "",
          "key": 3432680542,
          "name": "Smart Scale Auto Tare Difference",
          "object_id": "smart_scale_auto_tare_difference",
          "unique_id": "bikupansensorsmart_scale_auto_tare_difference",
          "unit_of_measurement": ""
        },
        {
          "accuracy_decimals": 2,
          "force_update": false,
          "icon": "",
          "key": 2862096017,
          "name": "Smart Scale HX711 Value",
          "object_id": "smart_scale_hx711_value",
          "unique_id": "bikupansensorsmart_scale_hx711_value",
          "unit_of_measurement": "kg"
        }
      ],
      "services": [],
      "switch": [
        {
          "assumed_state": false,
          "icon": "",
          "key": 1059271594,
          "name": "Smart Scale Continuous Tare Enabled",
          "object_id": "smart_scale_continuous_tare_enabled",
          "unique_id": "bikupanswitchsmart_scale_continuous_tare_enabled"
        },
        {
          "assumed_state": false,
          "icon": "",
          "key": 3374029174,
          "name": "Smart Scale Manual Tare Action",
          "object_id": "smart_scale_manual_tare_action",
          "unique_id": "bikupanswitchsmart_scale_manual_tare_action"
        }
      ],
      "text_sensor": []
    }
  }
}

It appears that it is looking for the sensor at 192.168.1.229… Which is not the correct IP for the sensor… hm…

Are you using a static ip address in your ESPhome device config?