What the hardware does
- On / off
- Color
- White temperature
- Brightness
What each mode reaches
| Mode | Capabilities |
|---|---|
| LAN |
|
| BLE |
|
| CLOUD |
|
What you can send
device.power(true).await?;govee on DEVICE
govee off DEVICEawait device.power(True)await device.power(true)Set the brightness
level1–100
device.brightness(50).await?;govee brightness DEVICE 50await device.brightness(50)await device.brightness(50)device.color([255, 61, 0]).await?;govee color DEVICE "#ff3d00"await device.color((255, 61, 0))await device.color([255, 61, 0])Set the white temperature
White and color are mutually exclusive: this ends the color the device shows.
kelvin2700–6500
device.color_temp(4600).await?;govee colortemp DEVICE 4600await device.color_temp(4600)await device.colorTemp(4600)let state = device.status().await?;
let cached = device.last_status();govee status DEVICEstate = await device.status()
cached = device.last_status()const state = await device.status()
const cached = device.lastStatus()device.provision_wifi(&credentials).await?;govee provision DEVICE --ssid my-networkawait device.provision_wifi("network name", "password")await device.provisionWifi("network name", "password")DMX
-
1
Dimmer
- 0 off
- 1 – 255 brightness 0 to 100%
-
2
Mode
- 0 – 9 no action
- 10 – 249 reserved
- 250 – 255 full resend
-
3
White
- 0 no white
- 1 – 255 2700 K to 6500 K
-
4
Red
- 0 no red
- 1 – 255 red 0 to 100%
-
5
Green
- 0 no green
- 1 – 255 green 0 to 100%
-
6
Blue
- 0 no blue
- 1 – 255 blue 0 to 100%
Other SKUs
Looks like the same product, not verified: H6004, H6006, H6009, H600A, H6010.
A different length has a different segment count, so these are candidates
and nothing more.
Verification
Verified by damient on on firmware 1.01.25.
The device file
This page states what devices/H6008.yaml
holds.