Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.56 KB

README.md

File metadata and controls

41 lines (27 loc) · 2.56 KB

Ökofen Pellematic Integration for Home Assistant

hacs_badge commit_activity GitHub release (latest by date) dominik support

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.

grafik

grafik

Installation

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: Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

grafik

Enable JSON-Interface on your Ökofen Pellematic

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)

Password or url change

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