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
Is it possible to use the getEnergyUsage() method with an L530 bulb?
Error: {'error_code': -1002} Traceback (most recent call last): return self.request("get_energy_usage") return self.protocol._request(method, params) raise Exception(f"Error code: {data['error_code']}") Exception: Error code: -1002
Thanks for the answer
The text was updated successfully, but these errors were encountered:
I have the same problem as you. As far as I know, you can only see the power usage at the plugs. Let's see if anyone has a solution.
Sorry, something went wrong.
I don't have a L530 to have a try. It was working with the original library?
No branches or pull requests
Is it possible to use the getEnergyUsage() method with an L530 bulb?
Error: {'error_code': -1002}
Traceback (most recent call last):
return self.request("get_energy_usage")
return self.protocol._request(method, params)
raise Exception(f"Error code: {data['error_code']}")
Exception: Error code: -1002
Thanks for the answer
The text was updated successfully, but these errors were encountered: