estecker / govee-h6002

Simple automation for a Govee H6002 bulb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:Python 100.0%