You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gql.transport.exceptions.TransportQueryError: {'message': 'Cannot query field "getSolar" on type "Query". Did you mean "getCustomers"?', 'locations': [{'line': 2, 'column': 3}], 'extensions': {'code': 'GRAPHQL_VALIDATION_FAILED'}
The text was updated successfully, but these errors were encountered:
So it looks like Andersen have removed the getSolar endpoint. This was working ok until recently. I'll take a look later on and see where these settings have moved to
Whilst I fix/remove the getSolar API, you should be able to use a2.get_device_status function to get the various solar values you need. The set_solar function still seems to exist as an endpoint, so I think that should work as well.
gql.transport.exceptions.TransportQueryError: {'message': 'Cannot query field "getSolar" on type "Query". Did you mean "getCustomers"?', 'locations': [{'line': 2, 'column': 3}], 'extensions': {'code': 'GRAPHQL_VALIDATION_FAILED'}
The text was updated successfully, but these errors were encountered: