Eisbaeeer / ioBroker.alpha2

iobroker Moehlenhoff Alpha2 Adapter
Other
3 stars 10 forks source link
alpha2 heatcontrol iobroker mohlenhoff

Logo

ioBroker.alpha2

Number of Installations Number of Installations NPM version Downloads Travis-CI
NPM

This adapter allows you to get and set values of the Moehlenhoff Alpha2 heating controller. The adapter uses the XML-API of the Alpha2. If you are using more then one Alpha2 controller, you have to install a second instance of adapter.

Installation

Usage

You can change the following objects in:

Description Object Values
Target Temperature T_TARGET Temp. in degrees Celsius
Target Temp. day T_HEAT_DAY Temp. in degrees Celsius
Target Temp. night T_HEAT_NIGHT Temp. in degrees Celsius
Mode of HeatArea HEATAREA_MODE 0=Auto, 1=Day, 2=Night
Program Weekdays PROGRAM_WEEK Program Nr. 0-3
Program Weekend PROGRAM_WEEKEND Program Nr. 0-3
Description Object Values
Start time START Time of program start [hh:mm]
End time END Time of program end [hh:mm]
Description Object Values
Begin of vacation VACATION.START_DATE [YYYY-MM-DD]
End of vacation VACATION.END_DATE [YYYY-MM-DD]
Temp. during vacation T_HEAT_VACATION Temp. in degrees Celsius

Examples

Set the temperature of Room1

To set target temperature (only valid to next program start or end), set the object T_TARGET in the corrosponding Heatarea. The adapter will use the XML-API to set the value in the heatarea.

Set vacation

To set vacation, take care you defined the vacation target temp with the object T_HEAT_VACATION. You will find that object in DEVICE. After that, set the both objects VACATION.START_DATE and VACATION.END_DATE. If you will deactivate the vacation settings, set both objects with dates before today. You can check the object VACATION.STATE to check the status. If the status showing true, vacation is active.

Known limitations

Changelog

1.0.4

. (bigluke26) Added PUMP status issue #26

1.0.3

. (Eisbaeeer) Fixed error messages in log

1.0.2

1.0.1

1.0.0

0.0.4

0.0.3

0.0.2

0.0.1

License

The MIT License (MIT) Copyright (c) 2021 Eisbaeeer eisbaeeer@gmail.com