lukasroegner / homebridge-philips-hue-sync-box

Homebridge plugin for the Philips Hue Sync Box.
MIT License
55 stars 12 forks source link

Error while communicating with the Sync Box. #22

Closed ThyMollusk closed 4 years ago

ThyMollusk commented 4 years ago

I tried getting a token twice and got it successfully. However, I get the following on homebridge:

[9/10/2020, 22:01:08] [PhilipsHueSyncBoxPlatform] Error while communicating with the Sync Box. Error: Error: connect ETIMEDOUT 192.68.0.36:443 [9/10/2020, 22:01:08] [PhilipsHueSyncBoxPlatform] Error while getting the state. Please check the access token.

This is what my config looks like.

{ "syncBoxIpAddress": "192.68.0.36", "syncBoxApiAccessToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1OTk4MDAxMzE1NzYsImlzcyI6ImhzYi1DNDI5OTYwMUY3RjAiLCJyb2xlIjoidXNlciIsInJpZCI6NCwicmFuIjoiaG9tZWJyaWRnZSIsInJpbiI6ImhvbWVicmlkZ2UifQ==.Tmm0imGJQcCbIzUJwwbInfuTUqkEvBnxyodICI6VSDg=", "tvAccessory": false, "modeTvAccessory": false, "intensityTvAccessory": true, "isApiEnabled": false, "platform": "PhilipsHueSyncBoxPlatform" }