Replies: 1 comment 5 replies
-
I am assuming you've disabled the current sensors related to the gas meter as well? This should stop the mini data from being requested. You could also set a high refresh rate for gas in your integration configuration to reduce the number of errors (defaults to every 2 minutes) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
What's the best way to fully disable a gas meter in the integration?
I've recently had my meter removed (gone all electric), and have disabled it in the integration (as OE still list it on my account), but I'm still getting errors logged in HA which seem to be related to the missing meter:
2025-08-02 23:43:25.188 WARNING (MainThread) [custom_components.octopus_energy.api_client] Errors in request (https://api.octopus.energy/v1/graphql/) (home-mini-consumption): [{'message': 'No Device Network (HAN) record found for the device.', 'locations': [{'line': 2, 'column': 2}], 'path': ['smartMeterTelemetry'], 'extensions': {'errorType': 'NOT_FOUND', 'errorCode': 'KT-GB-4056', 'errorDescription': 'This device isn’t linked to a network, so required related devices (e.g. Communications Hub or Gas Proxy Function) can’t be found.'}}]
I'm guessing the integration is still querying OE for the Home Mini data, even though it's disabled?
Paul
Beta Was this translation helpful? Give feedback.
All reactions