Integration for Adax heaters
{% if version_installed.replace(".","") | int <= 22 %}
Option to implement using integrations page has been introduced. {% endif %}
{%- if selected_tag == "master" %}
This is only intended for test by developers! {% endif %}
{%- if prerelease %}
Please be careful and do NOT install this on production systems. Also make sure to take a backup/snapshot before installing. {% endif %}
- Support for all Adax wifi heaters
- See temperature and set temperature
- Change set temperature and turn on/off
You have two alternatives. In either case, you'll need the Account ID (which can be found in the Adax Wifi app, pressing 'Account'). You will also need a credential, which you can create in the 'Account' pane, selecting 'Remote user client API'. A new pane will open and you need to press 'Add credential', after which you should copy the password.
Alternative 1: Go to integration page in HA, press + and search for Adax Enter your account id as Account ID Enter your credential password
Alternative 2: In configuration.yaml:
climate:
- platform: adax
account_id: "112395" # replace with your account ID
password: "6imtpX63D5WoRyKh" # replace with your credential password