Home Assistant integration oekofen-pellematic-compact
is designed for Ökofen Pellematic Heaters with enabled TCP/JSON-Interface.
It communicates locally with the heater. This is not an official integration by Ökofen.
Copy the content of the 'custom_components' folder to your home-assistant folder 'config/custom_components' or install through HACS. After reboot of Home-Assistant, this integration can be configured through the integration setup UI
Click here to install over HACS:
Go to your Ökofen Pellematic -> Touchscreen -> Open General Settings -> Network Settings -> Scroll down -> Activate JSON Interface
IMPORTANT: Do not activate the compatibility mode. This mode is not supported/recommended.
Use the provided URL as HOST in Component-Configuration (http://[ip]:[port]/[password]/all)
If you upgrade your Ökofen Pellematic firmawre or change your password, you can simply change it in the homessistant configuration by :
- connecting via ssh to your homeassistant :
ssh root@homeassistant
- edit your configuration via :
vi /root/config/.storage/core.config_entries
- search for pellematic configuration and change the url in the "host" key of pellematic configuration
- restart your homeassistant core