cklosowski / EmberControl

Python experiment to control the Ember Mug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:QML 63.0%Language:Python 37.0%