home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.56k stars 30.73k forks source link

2023.9.0b3 Octopus Intergration appears to have failed #99584

Closed Markrob77 closed 1 year ago

Markrob77 commented 1 year ago

The problem

After installing Home Assistant 2023.9.0b3 Supervisor 2023.08.3 Operating System 10.5 Frontend 20230901.0 - latest on NUC i5/8GB Ram Octopus energy integration for both Electricity and Gas appears to have failed.

What version of Home Assistant Core has the issue?

2023.9.0b3

What was the last working version of Home Assistant Core?

2023.8.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Octopus Energy

Link to integration documentation on our website

No response

Diagnostics information

{ "home_assistant": { "installation_type": "Home Assistant OS", "version": "2023.9.0b3", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.11.5", "docker": true, "arch": "x86_64", "timezone": "Europe/London", "os_name": "Linux", "os_version": "6.1.45", "supervisor": "2023.08.3", "host_os": "Home Assistant OS 10.5", "docker_version": "23.0.6", "chassis": "embedded", "run_as_root": true }, "custom_components": { "nest_protect": { "version": "0.4.0b1", "requirements": [] }, "octopus_energy": { "version": "7.4.3", "requirements": [] }, "tapo": { "version": "1.7.1", "requirements": [ "plugp100==2.5.1" ] }, "hacs": { "version": "1.32.1", "requirements": [ "aiogithubapi>=22.10.1" ] }, "sonoff": { "version": "3.5.1", "requirements": [ "pycryptodome>=3.6.6" ] }, "solax_modbus": { "version": "2023.06.8.1", "requirements": [ "pymodbus>=2.5.3", "pymodbus<=3.1.3" ] }, "alexa_media": { "version": "4.6.4", "requirements": [ "alexapy==1.26.8", "packaging>=20.3", "wrapt>=1.12.1" ] }, "dwains_dashboard": { "version": "3.4.3", "requirements": [] }, "localtuya": { "version": "5.2.1", "requirements": [] } }, "integration_manifest": { "domain": "octopus_energy", "name": "Octopus Energy", "codeowners": [ "@bottlecapdave" ], "config_flow": true, "dependencies": [ "repairs", "recorder" ], "documentation": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/", "homekit": {}, "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/issues", "ssdp": [], "version": "7.4.3", "zeroconf": [], "is_built_in": false }, "data": { "electricity_meter_points": [ { "mpan": "REDACTED", "meters": [ { "serial_number": "REDACTED", "is_export": false, "is_smart_meter": true, "device_id": "REDACTED", "manufacturer": "1063 - Landis and Gyr", "model": "00050203", "firmware": "38040404" } ], "agreements": [ { "valid_from": "2023-04-26T23:00:00+00:00", "valid_to": null, "tariff_code": "E-1R-GO-VAR-22-10-14-A", "product_code": "GO-VAR-22-10-14" } ] } ], "gas_meter_points": [ { "mprn": "REDACTED", "meters": [ { "serial_number": "REDACTED", "consumption_units": "m\u00b3", "is_smart_meter": true, "device_id": "REDACTED", "manufacturer": "1063 - Landis and Gyr", "model": "47720101", "firmware": "03033254" } ], "agreements": [ { "valid_from": "2023-03-31T23:00:00+00:00", "valid_to": null, "tariff_code": "G-1R-VAR-22-11-01-A", "product_code": "VAR-22-11-01" } ] } ] } }

Example YAML snippet

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2023.9.0b3",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.11.5",
    "docker": true,
    "arch": "x86_64",
    "timezone": "Europe/London",
    "os_name": "Linux",
    "os_version": "6.1.45",
    "supervisor": "2023.08.3",
    "host_os": "Home Assistant OS 10.5",
    "docker_version": "23.0.6",
    "chassis": "embedded",
    "run_as_root": true
  },
  "custom_components": {
    "nest_protect": {
      "version": "0.4.0b1",
      "requirements": []
    },
    "octopus_energy": {
      "version": "7.4.3",
      "requirements": []
    },
    "tapo": {
      "version": "1.7.1",
      "requirements": [
        "plugp100==2.5.1"
      ]
    },
    "hacs": {
      "version": "1.32.1",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    },
    "sonoff": {
      "version": "3.5.1",
      "requirements": [
        "pycryptodome>=3.6.6"
      ]
    },
    "solax_modbus": {
      "version": "2023.06.8.1",
      "requirements": [
        "pymodbus>=2.5.3",
        "pymodbus<=3.1.3"
      ]
    },
    "alexa_media": {
      "version": "4.6.4",
      "requirements": [
        "alexapy==1.26.8",
        "packaging>=20.3",
        "wrapt>=1.12.1"
      ]
    },
    "dwains_dashboard": {
      "version": "3.4.3",
      "requirements": []
    },
    "localtuya": {
      "version": "5.2.1",
      "requirements": []
    }
  },
  "integration_manifest": {
    "domain": "octopus_energy",
    "name": "Octopus Energy",
    "codeowners": [
      "@bottlecapdave"
    ],
    "config_flow": true,
    "dependencies": [
      "repairs",
      "recorder"
    ],
    "documentation": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/",
    "homekit": {},
    "iot_class": "cloud_polling",
    "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/issues",
    "ssdp": [],
    "version": "7.4.3",
    "zeroconf": [],
    "is_built_in": false
  },
  "data": {
    "electricity_meter_points": [
      {
        "mpan": "**REDACTED**",
        "meters": [
          {
            "serial_number": "**REDACTED**",
            "is_export": false,
            "is_smart_meter": true,
            "device_id": "**REDACTED**",
            "manufacturer": "1063 - Landis and Gyr",
            "model": "00050203",
            "firmware": "38040404"
          }
        ],
        "agreements": [
          {
            "valid_from": "2023-04-26T23:00:00+00:00",
            "valid_to": null,
            "tariff_code": "E-1R-GO-VAR-22-10-14-A",
            "product_code": "GO-VAR-22-10-14"
          }
        ]
      }
    ],
    "gas_meter_points": [
      {
        "mprn": "**REDACTED**",
        "meters": [
          {
            "serial_number": "**REDACTED**",
            "consumption_units": "m\u00b3",
            "is_smart_meter": true,
            "device_id": "**REDACTED**",
            "manufacturer": "1063 - Landis and Gyr",
            "model": "47720101",
            "firmware": "03033254"
          }
        ],
        "agreements": [
          {
            "valid_from": "2023-03-31T23:00:00+00:00",
            "valid_to": null,
            "tariff_code": "G-1R-VAR-22-11-01-A",
            "product_code": "VAR-22-11-01"
          }
        ]
      }
    ]
  }
}

Anything in the logs that might be useful for us?

Working fine until updating to latest beta version

Additional information

No response

joostlek commented 1 year ago

Hello 👋,

This is an issue with the custom component, please report it at their issue tracker!

Closing this issue for this reason.