Skip to content

estecker/govee-h6002

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

govee-h6002

Simple automation for a Govee H6002 bulb

I could not find any programs for automating the Govee H6002 bulb over Bluetooth Low Energy. I did not want to use a 3rd party library that could not be installed via apt-get on Rasberry PI OS. Since this is just a white dimmable bulb, no color support needed. Hopefully this is helpful to others.

References I used:

Eventhough you are supposed to use bluetoothctl via dBus, using gatttool was the most usable and popular solution.

char-write-cmd 0x0011 3301000000000000000000000000000000000032 # off

char-write-cmd 0x0011 3301010000000000000000000000000000000033 # on

About

Simple automation for a Govee H6002 bulb

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages