rickymarcon / homebridge-daikin

A Homebridge plugin for Daikin.
https://www.npmjs.com/package/homebridge-daikin-unofficial
MIT License
14 stars 2 forks source link

Error: Invalid Url #1

Closed bunditsn closed 4 years ago

bunditsn commented 4 years ago

Hi, as I just installed this plugin found that there is error while the homebridge started Here’s the error that appeared

IMG_0947

During my installation, this curl command return nothing and terminal is not response curl -k "https://<CONTROLLER_IP>/common/register_terminal?key=<KEY>" -H "X-Daikin-uuid: <UUID>" Then I use this curl command instead as I found from home-assisant website that you mentioned and terminal returns ret=OK curl -H "X-Daikin-uuid: <UUID>“ -k "https://<CONTROLLER_IP>/common/register_terminal?key=<KEY>"

Am I missing something?

bunditsn commented 4 years ago

Apparently, I just added https:// in front of ip address in config and it worked!

{ "accessories": [ { "accessory": "Daikin", "name": "Air Conditioner", "host": "https://192.168.x.xx", "uuid": "#########" } ] }