DuncBegg
DuncBegg
I actually dont see any exceptions being raised. It's more that i'm not seeing the same log messages i get when i run your example code. For example: If i...
I tried again but this time turning on DEBUG logging. If i run the code in /examples/toggle.py is see the following DEBUG log messages associated with the manager being closed...
This issue seems resolved [Not sure what happened, perhaps Meross cycled their systems overnight and cleared something out that was affecting me]
hi ... do you think you'll have a chance to look at this? If I'm doing something harebrained just let me know.
Thanks Alberto. I managed to overcome the issue putting the following into each of the class's method calls (Not elegant but it worked): self.http_api_client = await MerossHttpClient.async_from_user_password(email=self.email, password=self.password) self.manager =...