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.
pip install edilkamin[ble]
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.
make test
- providing an open source web alternative to the proprietary mobile app
- improving the interoperability (Nest, HomeAssistant...)