-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Hue Emulation] Group Items can no longer be discovered #4307
Comments
davidgraeff
pushed a commit
to davidgraeff/openhab2-addons
that referenced
this issue
Dec 9, 2018
…, group items Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes openhab#4293 Fixes openhab#4307 Signed-off-by: David Graeff <david.graeff@web.de>
davidgraeff
pushed a commit
to davidgraeff/openhab2-addons
that referenced
this issue
Dec 9, 2018
…, group items Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Features: * Add troubleshoot section to readme. Allow a pretty printed output for /api/{username}/lights?debug=true. Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. * Add tests for setting the hue and saturation and turn a light from color to white Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes openhab#4293 Fixes openhab#4307 Signed-off-by: David Graeff <david.graeff@web.de>
davidgraeff
pushed a commit
to davidgraeff/openhab2-addons
that referenced
this issue
Dec 9, 2018
…, group items Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Features: * Add troubleshoot section to readme. Allow a pretty printed output for /api/{username}/lights?debug=true. Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. * Add tests for setting the hue and saturation and turn a light from color to white Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes openhab#4293 Fixes openhab#4307 Signed-off-by: David Graeff <david.graeff@web.de>
davidgraeff
pushed a commit
to davidgraeff/openhab2-addons
that referenced
this issue
Dec 9, 2018
…, group items Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Features: * Add troubleshoot section to readme. Allow a pretty printed output for /api/{username}/lights?debug=true. * Add REST API POST support on /api/{username}/groups. Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. * Add tests for setting the hue and saturation and turn a light from color to white Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes openhab#4293 Fixes openhab#4307 Signed-off-by: David Graeff <david.graeff@web.de>
kaikreuzer
pushed a commit
that referenced
this issue
Dec 9, 2018
…, group items (#4339) Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Features: * Add troubleshoot section to readme. Allow a pretty printed output for /api/{username}/lights?debug=true. * Add REST API POST support on /api/{username}/groups. Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. * Add tests for setting the hue and saturation and turn a light from color to white Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes #4293 Fixes #4307 Signed-off-by: David Graeff <david.graeff@web.de>
Confirmed fixed in S1459. |
limdul79
pushed a commit
to limdul79/openhab2-addons
that referenced
this issue
Dec 23, 2018
…, group items (openhab#4339) Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Features: * Add troubleshoot section to readme. Allow a pretty printed output for /api/{username}/lights?debug=true. * Add REST API POST support on /api/{username}/groups. Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. * Add tests for setting the hue and saturation and turn a light from color to white Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes openhab#4293 Fixes openhab#4307 Signed-off-by: David Graeff <david.graeff@web.de>
limdul79
pushed a commit
to limdul79/openhab2-addons
that referenced
this issue
Dec 23, 2018
…, group items (openhab#4339) Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Features: * Add troubleshoot section to readme. Allow a pretty printed output for /api/{username}/lights?debug=true. * Add REST API POST support on /api/{username}/groups. Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. * Add tests for setting the hue and saturation and turn a light from color to white Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes openhab#4293 Fixes openhab#4307 Signed-off-by: David Graeff <david.graeff@web.de>
chaton78
pushed a commit
to chaton78/openhab-addons
that referenced
this issue
Jan 1, 2019
…, group items (openhab#4339) Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Features: * Add troubleshoot section to readme. Allow a pretty printed output for /api/{username}/lights?debug=true. * Add REST API POST support on /api/{username}/groups. Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. * Add tests for setting the hue and saturation and turn a light from color to white Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes openhab#4293 Fixes openhab#4307 Signed-off-by: David Graeff <david.graeff@web.de> Signed-off-by: Pascal Larin <plarin@gmail.com>
ne0h
pushed a commit
to ne0h/openhab-addons
that referenced
this issue
Sep 15, 2019
…, group items (openhab#4339) Fixes: * Fix user creation without a proposed username in the request. Incl. test * Fix: The hue value was wrongly applied to the saturation field. Incl. test * Fix usage of StorageService: Set the classloader * Set the saturation to 0 if a ct (color temperature) value is set. This is because Alexa only sets "ct" if you command her to turn the light white. * Only call writeToFile in LightItems once, after all items have been loaded up from the registry. * Don't load items twice from the registry. * Reload items whenever the tags configuration has changed. * Allow group items Features: * Add troubleshoot section to readme. Allow a pretty printed output for /api/{username}/lights?debug=true. * Add REST API POST support on /api/{username}/groups. Tests: * Add LightItems class unit tests for adding/updating items and group items by category and tags. * Add tests for setting the hue and saturation and turn a light from color to white Refactor: * Move UserAuth class out of DataStore into own HueUserAuth class Fixes openhab#4293 Fixes openhab#4307 Signed-off-by: David Graeff <david.graeff@web.de> Signed-off-by: Maximilian Hess <mail@ne0h.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Groups tagged with Lighting or Switchable can no longer be discovered. This was functional prior to #4216. I am in the US and use Alexa devices with this binding. Here is an example of what I use for turning on/off my outside lights...
Although, http://openhab.rushworth.us:8080/api/61OAUluC2SfkuXfmB7esYVn2ZRk9YOEoIxXfSqGB/lights/39 shows this...
The text was updated successfully, but these errors were encountered: