edilkamin.py

Unofficial Edilkamin library

MIT License

Downloads
605
Stars
4
Committers
2

Edilkamin.py

This is a library for the Reverse Engineered "The Mind" Edilkamin API. The Mind offers an app/API to remote control the Edilkamin pellet stoves.

Install

pip install edilkamin[ble]

Usage

import edilkamin
token = edilkamin.sign_in(username, password)
mac_address = edilkamin.discover_devices()[0]
edilkamin.device_info(token, mac_address)
edilkamin.set_power_off(token, mac_address)

For more advanced usage read the documentation.

Tests

make test

Motivations

  • providing an open source web alternative
    to the proprietary mobile app
  • improving the interoperability (Nest, HomeAssistant...)