NorthernMan54 / homebridge-tcc

Honeywell Total Connect Comfort support for Homebridge
64 stars 24 forks source link

Using non-secure connection to api #120

Closed jasonzondor closed 1 year ago

jasonzondor commented 1 year ago

Was looking through the code and noticed that we're connecting to the api via http instead of https. Tested connecting to the api via https and basic tests worked. I'll work on a PR this weekend.

NorthernMan54 commented 1 year ago

???

https://github.com/NorthernMan54/homebridge-tcc/blob/7eae71d8637474f31a1e44a10931ada618ebbbab/lib/tcc.js#L18

jasonzondor commented 1 year ago

Lol... nevermind... coffee hadn't kicked in yet. I was looking at the SOAP actions:

https://github.com/NorthernMan54/homebridge-tcc/blob/7eae71d8637474f31a1e44a10931ada618ebbbab/lib/tcc.js#L105