Skip to content

OSC server that allows VRChat to communicate with Yeelight devices on the network!

License

Notifications You must be signed in to change notification settings

KaleidonKep99/YeelightOSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YeelightOSC

Just a tiny app that allows you to connect your Yeelight/Xiaomi bulb to VRChat!

YeelightOSC.mp4

Available parameters

The base for the parameters is, of course, /avatar/parameters/.

  • Brightness: float, ranges from 0.0f (0%) to 1.0f (100%)
  • Temperature: float, ranges from 0.0f (1700K) to 1.0f (6500K)
  • ColorR: float, ranges from 0.0f (0) to 1.0f (255)
  • ColorG: float, ranges from 0.0f (0) to 1.0f (255)
  • ColorB: float, ranges from 0.0f (0) to 1.0f (255)
  • SendUpdate: int, its possible values for now are
    • 1: Update lamp color to selected temperature
    • 2: Update lamp color to selected RGB color
    • might add more values as flows, TBD
  • LightToggle: bool, toggles the light on and off

Dependencies

About

OSC server that allows VRChat to communicate with Yeelight devices on the network!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages