1.0.0 • Published 5 years ago

iobroker.alpha2 v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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

  • Install the adapter
  • fill in your ip-address or hostname of the Alpha2 controller
  • fill in the polling interval to get states

Usage

You can change the following objects in:

  • For each HEATAREA (max 8 areas)
DescriptionObjectValues
Target TemperatureT_TARGETTemp. in degrees Celsius
Target Temp. dayT_HEAT_DAYTemp. in degrees Celsius
Target Temp. nightT_HEAT_NIGHTTemp. in degrees Celsius
Mode of HeatAreaHEATAREA_MODE0=Auto, 1=Day, 2=Night
Program WeekdaysPROGRAM_WEEKProgram Nr. 0-3
Program WeekendPROGRAM_WEEKENDProgram 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
DescriptionObjectValues
Start timeSTARTTime of program start hh:mm
End timeENDTime of program end hh:mm
  • For Vacation
DescriptionObjectValues
Begin of vacationVACATION.START_DATEYYYY-MM-DD
End of vacationVACATION.END_DATEYYYY-MM-DD
Temp. during vacationT_HEAT_VACATIONTemp. in degrees Celsius
  • All other objects are read-only

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

  • no virtual rooms
  • max 8 heatareas (there are Alpha2 base stations with 12 heatareas)
  • no lock of room controllers (kids mode)

Changelog

1.0.0

  • (Eisbaeeer) Fixed issue #6 (HEATAREA_NAME)

0.0.4

  • (Eisbaeeer)
    Added refresh of states after setting states

0.0.3

  • (Eisbaeeer)
    fixed issues #2

0.0.2

  • (Eisbaeeer)
    fixed issues #1

0.0.1

  • (Eisbaeeer) inital version of Alpha2

License

The MIT License (MIT)