Skip to content
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

Control Hue Sync Status via Iobroker #10

Open
lwalpurgis opened this issue Apr 5, 2020 · 10 comments
Open

Control Hue Sync Status via Iobroker #10

lwalpurgis opened this issue Apr 5, 2020 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@lwalpurgis
Copy link

Hello,
I want to turn on or off the Hue Sync for wled.
Will this be possible in a future version?

API from WLED is supporting this:
&HP= | 0 to 99 | Sets Hue polling light ID (0 is off) | 0.5.1

Thanks!

@DutchmanNL DutchmanNL self-assigned this Aug 28, 2020
@DutchmanNL DutchmanNL added the enhancement New feature or request label Aug 28, 2020
@DutchmanNL
Copy link
Contributor

jup, can handle that in next version.
Are there any other interesting commands on that page worth t implement ?

@lwalpurgis
Copy link
Author

Thanks @DutchmanNL! Reset to Default values would be interesting for me, but the API don't supports that at the moment.

@DutchmanNL
Copy link
Contributor

Thanks @DutchmanNL! Reset to Default values would be interesting for me, but the API don't supports that at the moment.

main question would be, expect the ones you already mentioned, if there are any other command needed to implement not yet covered by API

@lwalpurgis
Copy link
Author

Not from my side at the moment!

@DutchmanNL
Copy link
Contributor

Not from my side at the moment!

clear thank ! I just got notified by Aircooki that the webSocket connection is ready to be used.
I will check to implement that (and by that remove the polling principle) and see what information we have there.

should be equal to the api will see

@ViP3R76
Copy link

ViP3R76 commented Nov 6, 2023

Well, useful would be:

  • Reboot (&RB)
  • Toggle Realtime UDP (&RD= 0/1)
  • Live Data Override (&LO= 0/1/2)

@DutchmanNL
Copy link
Contributor

Well, useful would be:

  • Reboot (&RB)
  • Toggle Realtime UDP (&RD= 0/1)
  • Live Data Override (&LO= 0/1/2)

we need a list and link/source of command required so I can implement it

@ViP3R76
Copy link

ViP3R76 commented Nov 6, 2023

https://kno.wled.ge/interfaces/http-api/ - nearly at the End of the list.
Especially the last two ones are useful for ambilight setups.

@DutchmanNL
Copy link
Contributor

https://kno.wled.ge/interfaces/http-api/ - nearly at the End of the list. Especially the last two ones are useful for ambilight setups.

can you please be a little more specific instead of just linking the API documentation (which I am aware of and also provided PR's :P)

  • What kind of control do we want
  • Were is the reference how it can be accomplished
  • how would you like to see it back in the adapter object tree

@ViP3R76
Copy link

ViP3R76 commented Nov 7, 2023

Well, i guess Reboot and Toggle Realtime is self explanatory - this should be switches. The Live Data override should be a writable state to use this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants