Skip to main content

Python Library for Ember Mugs.

Project description

Python Ember Mug

pypi python Build Status codecov Project Maintenance

Python Library for interacting with Ember Mugs over Bluetooth

Summary

This is an unofficial library to attempt to interact with Ember Mugs via Bluetooth. This was created for use with my Home Assistant integration, but could be useful separately and has a simple CLI interface too.

Note: Should work with the standard Ember Mugs (1 and 2), but the thermoses have not been tested.

Features

  • Finding mugs
  • Connecting to Mugs
  • Reading Information (Colour, temp, liquid level, etc.)
  • Writing (Desired temp, colour, temperature unit)*
  • Polling for changes

*** Writing only works if the mug has been set up in the app previously

Usage

Python

from ember_mug.scanner import find_mug, discover_mugs
from ember_mug.mug import EmberMug

# if first time with mug in pairing
mugs = await discover_mugs()
device = mugs[0]
# after paired you can simply use
device = await find_mug()
mug = EmberMug(device)
async with mug.connection() as con:
    print('Connected.\nFetching Info')
    await con.update_all()
    print(mug.formatted_data)

CLI

It can also be run via command line either directly with ember-mug --help or as a module with python -m ember_mug --help There are four options with different subsections. You can see them by specifying them before help. eg ember-mug poll --help

ember-mug discover  # Finds the mug in pairing mode for the first time
ember-mug poll  # fetches info and keeps listening for notifications
ember-mug get name target-temp  # Prints name and target temp of mug
ember-mug set --name "My mug" --target-temp 56.8  # Sets the name and target temp to specified values

Basic options:

Command Use
discover Find/List all detected unpaired mugs in pairing mode
find Find one already paired mugs
info Connect to one mug and print its current state
poll Connect to one mug and print its current state and keep watching for changes
get Get the value(s) of one or more attribute(s) by name
set Set one or more values on the mug

CLI Example

Caveats

  • Since this api is not public, a lot of guesswork and reverse engineering is involved, so it's not perfect.
  • If the mug has not been set up in the app since it was reset, writing is not allowed. I don't know what they set in the app, but it changes something, and it doesn't work without it.
  • Once that mug has been set up in the app, you should ideally forget the device or at least turn off bluetooth whilst using it here, or you will probably get disconnected often
  • I haven't figured out some attributes like udsk, dsk, location and timezone.

Troubleshooting

'Operation failed with ATT error: 0x0e' or another connection error

This seems to be caused by the bluetooth adaptor being in some sort of passive mode. I have not yet figured out how to wake it programmatically so sadly, you need to manually open bluetoothctl to do so. Please ensure the mug is in pairing mode (ie the light is flashing blue) and run the bluetoothctl command. You don,t need to type anything. run it and wait until the mug connects.

Todo

  • Test with other devices. Please let me know if you have tried it with others.

Credits

This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.

Notice of Non-Affiliation and Disclaimer

This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Ember.

The name Ember as well as related names, marks, emblems and images are registered trademarks of their respective owners.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_ember_mug-0.6.0b4.tar.gz (26.5 kB view details)

Uploaded Source

Built Distribution

python_ember_mug-0.6.0b4-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file python_ember_mug-0.6.0b4.tar.gz.

File metadata

  • Download URL: python_ember_mug-0.6.0b4.tar.gz
  • Upload date:
  • Size: 26.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for python_ember_mug-0.6.0b4.tar.gz
Algorithm Hash digest
SHA256 32d430f8210a5d295de7a0688e269be7aa281f397d9e0c2ad63dbb7fd969b138
MD5 03d631fe34a59e7907e5507c036a1ed6
BLAKE2b-256 39dd5ae7d27a5bec776e5c5c84fa820bbf924b4763099e43517d8af7c4a9d705

See more details on using hashes here.

File details

Details for the file python_ember_mug-0.6.0b4-py3-none-any.whl.

File metadata

File hashes

Hashes for python_ember_mug-0.6.0b4-py3-none-any.whl
Algorithm Hash digest
SHA256 3be316521080f7f2b33a39fa4e817486b6353b6c4509817f841b944164dd99d3
MD5 63a289122e009a23e1e1996d31ab7e56
BLAKE2b-256 1c5851eb08e0f310c982fb104a82131c8d2d04731ae7dd60dc2fa6d44dc403aa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page