Skip to content

ClemPera/akarui

Repository files navigation

akarui

how to make it work

create a cfg.toml file and complete the infos inside (this is your env file):

[akarui]
wifi_ssid = ""
wifi_pass = ""

Dev stuff

doc

official yeelight communication pdf doc

discovering

echo -e 'M-SEARCH * HTTP/1.1\r\nHOST: 239.255.255.250:1982\r\nMAN: "ssdp:discover"\r\nST: wifi_bulb\r\n\r\n' | socat - UDP4-DATAGRAM:239.255.255.250:1982,broadcast

sending

printf '{"id":1,"method":"toggle","params":[]}\r\n' | nc 192.168.1.171 55443

listen to advertise (didn't try it)

nc -u -l 1982

About

Yeelight led rgb bulb control with physical buttons (esp32/Rust)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages