notabene00 / HomeyCONZ

deCONZ app for Athom Homey smart home controller
GNU General Public License v3.0
18 stars 11 forks source link

Adding Lights doesn’t work anymore #23

Closed joeblack2k closed 4 years ago

joeblack2k commented 4 years ago

hey, i’m trying to add lights the Phillips Playbar and the Philips Bloom light but i get a “Timeout after 3000 seconds” how do i get some info to see whats happening?

joeblack2k commented 4 years ago

https://www2.meethue.com/en-gb/p/hue-white-and-colour-ambience-iris-table-lamp/7199960PU

That one is the trouble maker, removed it from deconz and everything is working again

notabene00 commented 4 years ago

how do i get some info to see whats happening

notabene00 commented 4 years ago

Possible duplicate of #21

joeblack2k commented 4 years ago

it does work with app run... i see all lights waiting to be added ..

wen canceling and installing the app again.. it hangs again

joeblack2k commented 4 years ago

I installed the Hue Iris with “athom app run” and then it works but there is no way todo colors only on/off and dim but in philips hue app it has colors..

notabene00 commented 4 years ago

Just to be clear: is this light have no color picker at all? Or you can't change color by tapping on it?

joeblack2k commented 4 years ago

No color picker at all

joeblack2k commented 4 years ago

448D21F1-0F7B-469B-8380-FDB6B577573C

notabene00 commented 4 years ago

No color picker at all

Can you find type of these lights recognized by deCONZ? Should be "Extended color light"

Or maybe this is the type that is not implemented yet

joeblack2k commented 4 years ago

As you can see Phoconz supports it

BD9BF2FB-21D0-4492-B7CD-B307ECF2619F

notabene00 commented 4 years ago

Yes, but what type declared for this light?

notabene00 commented 4 years ago
[
  'On/Off light',
  'Dimmable light',
  'Color temperature light',
  'Extended color light',
  'Smart plug',
  'On/Off plug-in unit',
  'Window covering device',
]

are supported (color with reservations)

Maybe there are more types So the app can't realise what type to use

notabene00 commented 4 years ago

it does work with app run... i see all lights waiting to be added ..

wen canceling and installing the app again.. it hangs again

It seems I can't influence it You're running app in two ways First: install installs app to homey and exit Second: run runs app and attaches debugger (shows you logs) And you're getting different results But the app code is the same in both cases

So I think this issue should be closed now Since you have added the light and for me adding (including color) lights working fine IMG_7133EC13FE41-1

Please, open new issue for no color picker for color light problem