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
I remember trying to just use ssl=False when I was working in this area, but it didn't work. A special option is needed on the ssl_context for the BRP072C device (SSL_OP_LEGACY_SERVER_CONNECT):
In #13 we started using
ssl_context
for BRP072 again. The documentation of aiohttp states that it is depricated in favor ofssl
Perhaps we can change:
pydaikin/pydaikin/daikin_base.py
Line 163 in 6c2888b
to:
@mattyway what do you think, can you test this?
The text was updated successfully, but these errors were encountered: