mariusmotea / diyHue

Philips Hue emulator that is able to control multiple types of lights
Other
627 stars 107 forks source link

Can't connect with Philipps Hue app #516

Closed daftbugs closed 2 years ago

daftbugs commented 2 years ago

Describe the bug Using Philips Hue app v4.9.0 (9304), I can find the bridge (manually using the IP address) and link my device. Token gets created, bridge is listed in the app.

When switching to the newly added (diyhue) bridge, the app will try to connect indefinitely.

Works just fine with Hue Essentials app.

To Reproduce Steps to reproduce the behavior:

  1. Docker install diyhue/core:latest
  2. Discover lights from a Hue bridge and import (2 play bars in 1 room, nothing else)
  3. Change swversion in config.json to 1948086000 (otherwise Philips app insists on updating, this is the current version my other bridges have)
  4. Link with Philips Hue app, switch to diyhue bridge

Expected behavior Establish connection to diyhue bridge with Philips Hue app.

Logs Running in debug mode, the only thing I see during app connection attempts is this (every second):

192.168.xyz.abc - - [04/Dec/2021 23:02:11] "GET /clip/v2/resource/bridge HTTP/1.1" 200 -

Docker Info (please complete the following information):

Additional context Add any other context about the problem here.

daftbugs commented 2 years ago

Sorry, outdated repo