← All Hardware

Govee

Affordable smart lighting with powerful features. FaustBot integrates with Govee to bring RGBIC effects and reactive lighting to your stream without breaking the bank.

View Integration Guide

What You Can Do With FaustBot

FaustBot provides deep integration with Govee, giving you full control through actions, triggers, and scripting.

💡

Light Control

Actions
Set color (RGB, hex, or preset)Set brightness (0-100%)Turn on/offSet scene
Triggers
State changed

Effects & Scenes

Actions
Set DIY effectApply preset sceneActivate music mode
Triggers
Scene changed
🌈

Segment Control

Actions
Set segment colors on RGBIC stripsCreate custom patterns
Triggers
Pattern changed

Scripting Examples

# Change Govee lights based on stream events
def Execute():
    event = CPH.GetArg("event")
    if event == "raid":
        CPH.GoveeSetColor("LightStrip", "#FF0000")
        CPH.GoveeSetBrightness("LightStrip", 100)
    elif event == "follow":
        CPH.GoveeSetColor("LightStrip", "#00FF00")
    return True
# Activate music mode during hype moments
def Execute():
    hype_level = CPH.GetArg("hype_level")
    if hype_level >= 80:
        CPH.GoveeSetScene("LightStrip", "Music")
        CPH.GoveeSetEffect("LightStrip", "Pulse")
    else:
        CPH.GoveeSetScene("LightStrip", "Chill")
    return True
# Create custom RGBIC segment pattern
def Execute():
    # Set rainbow pattern across segments
    colors = ["#FF0000", "#FF7F00", "#FFFF00",
              "#00FF00", "#0000FF", "#8B00FF"]
    for i, color in enumerate(colors):
        CPH.GoveeSetSegment("LightStrip", i, color)
    return True

Smart Lighting

Affordable RGBIC and smart LED lighting with Wi-Fi and Bluetooth control.

Govee RGBIC LED Strip Lights

Govee RGBIC LED Strip Lights

Segment-controlled LED strip with multiple colors displayed simultaneously. Perfect for desk setups and ambient lighting.

  • RGBIC technology
  • 16.4ft length
  • Music sync mode
  • App control
Govee Glide Wall Light

Govee Glide Wall Light

6-piece modular light bar system for creative wall designs. Create stunning geometric patterns with seamless color flow.

  • 6 light bars
  • Modular design
  • RGBIC effects
  • Music reactive
Govee Lyra Floor Lamp

Govee Lyra Floor Lamp

Minimalist floor lamp with warm and cool white plus RGB options. Elegant design perfect for streaming setups.

  • Minimalist design
  • RGBWW LEDs
  • Reading mode
  • Adjustable arm
Govee Gaming Light Bar

Govee Gaming Light Bar

Dual smart light bars designed for gaming and streaming. Mount behind your monitor for immersive bias lighting.

  • Dual light bars
  • Monitor mount
  • Music sync
  • Scene modes

What FaustBot Can Do

Control your Govee lights directly from stream events. Set colors, brightness, scenes, and trigger effects without touching the app.

Actions

  • Set Color RGB or hex colors with smooth transitions
  • Set Brightness Adjust brightness from 0-100%
  • Set Scene Apply Govee scenes and lighting modes
  • Toggle Power Turn lights on or off

Triggers

Output only — controlled via actions

Examples

Alert Colors Change room lighting color on stream events like raids or subs
def Execute():
    event = CPH.GetArg("event_type")
    if event == "raid":
        CPH.GoveeSetColor("LED Strip", "#FF0000")
        CPH.GoveeSetBrightness("LED Strip", 100)
    elif event == "subscribe":
        CPH.GoveeSetColor("LED Strip", "#9146FF")
    return True

Ready to Connect Your Govee Lights?

FaustBot works with Govee's API for seamless reactive lighting during your streams.