DrozmotiX / ioBroker.wled

IoBroker integration to WLED project
https://github.com/Aircoookie/WLED
MIT License
30 stars 14 forks source link

Control Hue Sync Status via Iobroker #10

Open lwalpurgis opened 4 years ago

lwalpurgis commented 4 years ago

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 commented 3 years ago

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

lwalpurgis commented 3 years ago

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

DutchmanNL commented 3 years ago

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 commented 3 years ago

Not from my side at the moment!

DutchmanNL commented 3 years ago

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 commented 1 year ago

Well, useful would be:

DutchmanNL commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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)

ViP3R76 commented 1 year ago

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.