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.
- Install the adapter
- fill in your ip-address or hostname of the Alpha2 controller
- fill in the polling interval to get states
You can change the following objects in:
- For each HEATAREA (max 8 areas)
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 |
- For each PROGRAM with max. 4 shifts for each program.
- Steps of minutes are 15. Only allowed 00,15,30,45
- Hours in 24 style
Description | Object | Values |
---|---|---|
Start time | START | Time of program start [hh:mm] |
End time | END | Time of program end [hh:mm] |
- For Vacation
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 |
- All other objects are read-only
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.
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.
- no virtual rooms
. (bigluke26) Added PUMP status issue #26
. (Eisbaeeer) Fixed error messages in log
- (oHa510) Fixed an issue if you don't use all 4/8/12 heataras then heatareas could get assigned to wrong heatarea object in iobroker Expanded Heatareas and Heatctrl to the maxiumum of 12 Changed Heatarea and Heatctrl indexing to 1-12 (old 0-11 was very confusing) Added support for locking controllers (kids mode) Added support for locking set temperature (hotel mode) Added some new objects and infos like IODEVICEs etc.
- (Eisbaeeer) Fixed issues
- (Eisbaeeer) Fixed issue #6 (HEATAREA_NAME)
- (Eisbaeeer)
Added refresh of states after setting states
- (Eisbaeeer)
fixed issues #2
- (Eisbaeeer)
fixed issues #1
- (Eisbaeeer) inital version of Alpha2
The MIT License (MIT) Copyright (c) 2021 Eisbaeeer eisbaeeer@gmail.com