We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to add the integration I get the following error:
File "/config/custom_components/fpl/fplapi.py", line 313, in __getDataFromEnergyService data["projectedKWH"] = r["CurrentUsage"]["projectedKWH"] KeyError: 'projectedKWH'
The text was updated successfully, but these errors were encountered:
It seems this may be related to an error on my account maybe? But might require better error handling: This is the content of r["CurrentUsage"]:
{'accountNumber': '...', 'premiseNumber': '...', 'exceptionDetails': {'requestStatus': 'Failed', 'resultCode': 'ex022', 'resultInfo': 'Processing Error'}, 'billDiff': '', 'previousBillRead': '', 'currentBillRead': '', 'todayMeterRead': '', 'previousBillAmount': '16.96', 'delMtrReading': '43026', 'recMtrReading': '', 'nextBillDate': 'May 04, 2022'}
Sorry, something went wrong.
No branches or pull requests
When trying to add the integration I get the following error:
The text was updated successfully, but these errors were encountered: