Closed KevSex closed 2 years ago
After hours of troubleshooting further, turns out this related to the fact the connection is over an IPSec VPN, to which I had to set a MSS clamping value. After setting this and bouncing the VPN, I'm now able to retrieve results from /api/v1
.
Glad you figured it out and thanks for reporting back what the issue was. It might help someone else in the future 👍
Describe the bug I'm successfully able to setup and configure the integration within HA however after setup, I receive the above error. I've went right back to the beginning and using the a basic python script with aiohuesyncbox, it fails to initialize. When I look at the code, its attempting to get the current state from the HueSyncBox (as per this comment) and just hangs
To Reproduce
Expected behavior Connection successful
Environment hassio
Additional info I'm wondering if you've ever seen this behaviour from a HueSyncBox.
To add, it's running the latest firmware version at time of writing (v1.8.3) and I've attempted multiple reboots of the device.
EDIT: All other endpoints respond fine. E.g.
/api/v1/hue
,/api/v1/device
Any help would be appreciated.
Cheers, Kev