SebastianOsinski / HomebridgePluginSamsungAirConditioner

Homebridge plugin for controlling Samsung Air Conditioners working on port 2878
MIT License
29 stars 18 forks source link

homebridge-samsung-ac-get-token gives SSL error #46

Closed aramann closed 1 year ago

aramann commented 1 year ago

Hello,

I'm getting this error when trying to get token:

Error occured: C0178F15DC7F0000:error:0A00042E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1605:SSL alert number 70

Снимок экрана 2023-06-25 в 18 44 54

Also it seems that WindFree AC uses random port instead of 2878. I have a split system and one AC uses port 10711, other one uses 50244, it's the only open ports available

My exact models: ARO9TXFCAWKNEU and AR12TXFCAWKNEU

SebastianOsinski commented 1 year ago

Looks like these units are fairly new. Samsung Wi-Fi ACs seem to have couple "generations" which use different protocols for communicating. This plugin only supports the first generation which uses socket communication on 2878 port. I recommend looking for another plugin which works with your units' generation.

aramann commented 1 year ago

Thanks for the answer, will try to find a working plugin)