Skip to content

No Export Entities - I Cannot Find any Entities for Export #876

Answered by BottlecapDave
poolitman asked this question in Q&A
Discussion options

You must be logged in to vote

If the meter isn't coming back in the API request, then there is nothing this integration can do as it doesn't know about your export meter. If you contact them via email at [email protected] and state that your export meter isn't coming back in your list of meters when performing the following query

query {
	account(accountNumber: "A-XXX") {
		electricityAgreements {
			meterPoint {
				mpan
				meters {
					serialNumber
				}
			}
		}
	}
}

You will probably need to provide your account id if you use an address not associated with your account.

Hopefully they'll be able to sort it and you'll be able to see your export meter.

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@poolitman
Comment options

@BottlecapDave
Comment options

@poolitman
Comment options

@BottlecapDave
Comment options

Answer selected by poolitman
@poolitman
Comment options

@poolitman
Comment options

@poolitman
Comment options

@BottlecapDave
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants