BoschSmartHome / bosch-shc-api-docs

Bosch Smart Home Controller Local REST API
Other
208 stars 44 forks source link

no connection after successfully paired #29

Closed hassfers closed 4 years ago

hassfers commented 4 years ago

Hi, I got a 201 after paring with a token and a url. But I can't access anything excluded the public info.

do i have to put the token in the header or what I have to do to acces the device list or anything else ?

Thx

tschamm commented 4 years ago

Have you tried to change port to 8444 after registration?

hassfers commented 4 years ago

I use the postman collection from Bosch. There are the port included in the urls I think. But I looked it up. The complete url is: https://{{host}}:8444/smarthome/devices

Postman always says it didn't get any response.

philbuettner commented 4 years ago

Hi hassfers,

did you disbaled the SSL Verification and added the certificate and key for the communication to postman?

Kind regards, Phil

hassfers commented 4 years ago

Hello, yes I disabled SSL Verification, but I found out that I only added cert for communication with port 8443 not for port 8444. Sorry and many thanks for your very fast help.

Regards Stefan