Warning
If the API changes, I can't guarantee that the integration will continue to work.
Name | Description |
---|---|
Check configuration |
Check if the pellet stove is available via api |
Tank |
Give the information if the pellet stove must be refill or not |
The climate entity is able to:
- select the target temperature
- switch the mode
- off
- heat
- select the preset
- auto
- manual p1
- manual p2
- manual p3
- manual p4
- manual p5
- control the main fan
The Integration creates the number of fans depending on the pellet stove
Name | Description |
---|---|
Fan ${index} |
Manage the fan |
Name | Description | Unit |
---|---|---|
Temperature |
The actual temperature | celsius |
Fan ${index} |
The fan speed | int |
Nb alarms |
The number of alarms | int |
Actual power |
The pover of the pellet stove | int |
Operational phase |
The phase of the pellet stove | Off, Ignition, On, Shutdown, Cooling, Alarm, Final cleaning, Unknown |
Autonomy |
Time remaining before the pellet stove turns off if no pellets are added | minute |
Power ons |
Number of times the pellet stove has been turn on | int |
Name | Description |
---|---|
Airekare |
Switch the airekare mode |
Chrono mode |
Switch the chrono mode |
Relax mode |
Switch the relax mode |
Stand by mode |
Switch the stand by mode. When the Stand-by function is active, in the automatic and crono modes, the product switches off once the temperature set-point is reached and turns on again when the room temperature drops below the chosen value |
Click on this button:
- Ensure HACS is installed.
- Add this repo (https://github.com/algra4/ha-edilkamin) has custom repo (HACS how-to)
- Search for and install the "Edilkamin" integration
- Restart Home Assistant
- In the home assistant configuration screen click on Integrations.
- Click on the + icon to add a new integration.
- Search for
Edilakmin
and select it. - Enter the mac address, username and password.
Manual Installation
- Download the latest release.
- Extract the files and move the
edilakmin
folder into the path to your custom_components. e.g. /config/custom_components. - Restart Home Assistant
- In the home assistant configuration screen click on Integrations.
- Click on the + icon to add a new integration.
- Search for
Edilakmin
and select it. - Enter the mac address of the pellet stove name and click Submit.
alias: Tank empty
triggers:
- type: problem
device_id: f892184070f74cfbf812bb4000cd1c58 # id of the Edilkamindevice
entity_id: be3da6cdd182ec44f8ac6ba68e28997e # id of the binary_sensor tank
domain: binary_sensor
trigger: device
actions:
- action: notify.notify
metadata: {}
data:
message: The pellet tank is almost empty, so it's time to feed it.
title: 🔥 Pellet stove 🔥
mode: single
alias: Tank full
triggers:
- type: no_problem
device_id: f892184070f74cfbf812bb4000cd1c58 # id of the Edilkamindevice
entity_id: be3da6cdd182ec44f8ac6ba68e28997e # id of the binary_sensor tank
domain: binary_sensor
trigger: device
actions:
- action: notify.notify
metadata: {}
data:
message: The pellet tank has been filled
title: 🔥 Pellet stove 🔥
mode: single
- Myrna
- motherboard :
1.58.201215a
-1.0.200824a
- wifi_ble_module :
1.0_20
-1.0.200824a
- motherboard :
- This project uses the edilkamin.py under MIT licence thanks to @AndreMiras
- thanks to @nghaye for some inspiration to improve integration