Skip to content

Control your yeelight lamp from a google meets call via an express server and a tampermoney script

Notifications You must be signed in to change notification settings

alicescfernandes/yeelight-meets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeelight ↔ Meets controller

alt text

TLDR: The light turns red when you are muted, and white when you are not muted. Works when you click the button, or someone mutes you during the call

How to use this:

  1. Clone the repo

  2. run npm install

  3. run npm start. This will start a node server that is listening on localhost:3000

    1. You may need to adjust the IP of the lamp on the code
  4. install tampermonkey on your browser

  5. click here to install the user script yeelight.user.js

  6. go to any meets call and mute/unmute yourself. You should now see the light change

Stack

  • Express for server
  • Tampermonkey to connect to the Meets UI
  • Node-Yeelight to send commands to the lamp

About

Control your yeelight lamp from a google meets call via an express server and a tampermoney script

Topics

Resources

Stars

Watchers

Forks