Skip to content

jamos77/python-lakeside

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python control for Eufy LED bulbs

A simple Python API for controlling LED bulbs from Eufy.

Example use

This will connect to a bulb and turn it on at 50% brightness and the coldest colour temperature.

import lakeside

bulb = lakeside.bulb(ip_address, access_code, type)
bulb.connect()
bulb.set_state(power=True, brightness=50, temperature=100)

The ip, access code and type can be obtained by doing:

import lakeside

devices = lakeside.get_devices(username, password)

where username and password are the credentials used in the Eufy app.

This is not an officially supported Google project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%