Skip to main content

Python library and local API server for monitoring and controlling IoT coffee machines.

Project description

Cremalink Logo cremalink

A high-performance Python library and local API server for monitoring and controlling IoT coffee machines.

PyPI version Python Version License Downloads Source Code


✨ Overview

Cremalink provides a unified interface to interact with smart coffee machines via Local LAN control or Cloud API. It allows for real-time state monitoring and precise command execution.

[!TIP] For detailed guides, advanced configuration, and developer deep-dives, please visit our Project Wiki.

[!NOTE] This project was developed with a result-oriented approach, primarily optimized for the De'Longhi PrimaDonna Soul. While the architecture is designed to be extensible, some logic may currently be tightly coupled to this specific model and might not work seamlessly with others yet. The goal is to make the library fully generic. If you notice parts that are too specific to the PrimaDonna Soul or encounter issues with other machines, we highly encourage contributions! Refactoring and generalizations are very welcome to improve support for a wider range of devices.


🚀 Installation

Install the package via pip (Cremalink requires Python 3.13+):

pip install cremalink

Optional Dependencies

To include tools for development or testing:

pip install "cremalink[dev]"   # For notebooks and kernel support
pip install "cremalink[test]"  # For running pytest suites

🛠 Usage

Integrated API Server

Cremalink includes a FastAPI-based server for headless environments:

# Start the server
cremalink-server --ip 0.0.0.0 --port 10280 --settings_path "conf.json"

More information: Local Server Setup

Python API (Local Control)

Connect to your machine directly via your local network for the lowest latency.

More information: Local Device Usage


🛠 Development

Testing

Run the comprehensive test suite using pytest:

pytest tests/

Contributing

Contributions are welcome! If you have a machine profile not yet supported, please check the Wiki: 5. Adding Custom Devices on how to add new .json device definitions.

Currently supported devices:

  • De'Longhi PrimaDonna Soul (ECAM612)
  • De'Longhi Eletta Explore (ECAM452) (not tested yet)

☕ Credits

This project stands on the shoulders of giants. The reverse engineering and implementation is a community effort. A special thanks to the following projects and individuals for their pioneering work and documentation:

Technical Foundations, Protocol Research & Inspiration

Is a project missing or do you have suggestions for improvement? Feel free to open a PR or an issue!


💫 Star History

Star History Chart

📄 License

Distributed under the AGPL-3.0-or-later License. See LICENSE for more information.


Developed by Midian Tekle Elfu. Supported by the community.

Project details


Download files

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

Source Distribution

cremalink-0.1.0b21.tar.gz (500.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cremalink-0.1.0b21-py3-none-any.whl (70.8 kB view details)

Uploaded Python 3

Supported by

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