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 got same error on raspian buster after whole upgrading last week end.
error is due to openssl that doesn't support anymore tls1.
to solve i edited manually the plugin in lib/air-conditioner-api.js between line 45-46 add: secureProtocol: 'TLSv1_method',
to get also ac-get-token work i add also in bin/ac-get-token.js
this force connection by tls1, is a workaround, peob best fix is by editing code and manage this option as accessories parameter
Hello, please help me , what I doing bad? I have homeassistant in hyper-V on my windows laptop
root@homebridge-vm:/var/lib/homebridge $ homebridge-samsung-ac-get-token 192.168.0.228
IP: 192.168.0.228
Error occured: 140480060192704:error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol:../deps/openssl/openssl/ssl/statem/statem_lib.c:1994:
The text was updated successfully, but these errors were encountered: