Skip to content

deaddropsec/HA_goveeglide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Govee Glide for Home Assistant

(a hacky single IP custom component to integrate Govee lights into HA via local API)

Motivation / Scope

Look, I'm not a brilliant HA-modding wizard - I bought a Govee Glide (https://eu.govee.com/products/govee-glide-wall-light) because it's rad but couldn't find any integrations to make it work.
So, a weekend later I achieved my MVP: app make light go bling (in technical terms)

My main ressources were the HA API docs https://developers.home-assistant.io/docs/core/entity/light/ and the Govee Local API doc https://app-h5.govee.com/user-manual/wlan-guide

If you want to fix/ improve something - I'd be more than happy to accept pull requests. <3

Functionality

  • Adding a single Govee Light to Home Assistant as a light entity via static IP
  • Controls: On/ Off, Color, Brightness

Todos

  • implement local discovery of devices and support for multiple devices via UDP multicast

Usage

  1. Enable the local API for your light in the Govee App (see Step 1 @ https://app-h5.govee.com/user-manual/wlan-guide)
  2. Lookup your devices static IP in your router.
  3. Copy content of folder "govee_glide" into your config/custom_components folder
  4. Add new entity to configuration.yaml:
light:
  - platform: govee_glide
    ip_address: 'YOUR DEVICES IP ADDRESS'`
  1. Restart Home Assistant and try it.

About

Quick and dirty implementation of Govee's new LAN API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages