-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Fix SSL Regression #16
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
RDP via phone. Kudos on the commitment 👍 |
New version pushed to pypi: https://pypi.org/project/pydaikin/2.13.3/ |
Hold up, let me add to this, creating a mutable object (like a dict in this case) at class level causes the dict to be shared over all instances of that class. This can lead to side effects and I don't think we want that here |
Isn't that what caused the issues in 2024.8.1 to start with ? My understanding is
This PR moved the |
@kingy444 You are talking about classes in the inheritance hierarchy. But @joostlek is talking about multiple instances of the same class. So in this case multiple different Daikin AC units. |
Yes, I'm talking about multiple instances of this class, so it would work for users with 1 device, but people with 2 devices will see strange behaviour |
Quick PR as alternate solution to #14
This one should set the required defaults for all controller types
Apparently had some bad git log and this has pulled in some previous changes (that are already merged anyway)
im remote at the moment and working via RDP on my phone so hard to get this cleaned up atm 👀