Skip to content

pledi/EmberControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmberControl

Small python program to communicate with the Ember Mug.

Preview EmberControl

Features

  • Connect to the Ember Mug
  • Show current temperature
  • Show current battery
  • Set target temperature tea (59°C)
  • Set target temperature coffee (55°C)
  • Three Temperature Animations
  • Implement User Settings

Installation

Tested on Windows 10 with Python 3.7 Currently we are using the following dependencies:

qasync==0.13.0
bleak==0.10.0
PySide2==5.15.2

Install dependencies:

pip install -r requirements.txt

Run the UI with:

python main.py

Settings

Current Settings:

  • LED Color
  • Tea Temperature
  • Coffee Temperature
  • Custom Preset
  • Temperature Unit

Preview EmberControl

About

Python experiment to control the Ember Mug

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published