The usage of the numbered channels above is currently unknown. If you are able to directly match one of the values to any value reported by your heat pump, feel free to report back on the forum, so we are able to give the channel a proper name instead.
The following channels are also writable:
-| channel | type | advanced | description |
-|------------------------------------------|--------------------|----------|--------------------------------------|
-| temperatureHeatingParallelShift | Number:Temperature | | Heating temperature (parallel shift) |
-| temperatureHotWaterTarget | Number:Temperature | | Hot water target temperature |
-| heatingMode | Number | | Heating mode |
-| hotWaterMode | Number | | Hot water operating mode |
-| thermalDisinfectionMonday | Switch | x | Thermal disinfection (Monday) |
-| thermalDisinfectionTuesday | Switch | x | Thermal disinfection (Tuesday) |
-| thermalDisinfectionWednesday | Switch | x | Thermal disinfection (Wednesday) |
-| thermalDisinfectionThursday | Switch | x | Thermal disinfection (Thursday) |
-| thermalDisinfectionFriday | Switch | x | Thermal disinfection (Friday) |
-| thermalDisinfectionSaturday | Switch | x | Thermal disinfection (Saturday) |
-| thermalDisinfectionSunday | Switch | x | Thermal disinfection (Sunday) |
-| thermalDisinfectionPermanent | Switch | x | Thermal disinfection (Permanent) |
-| comfortCoolingMode | Number | | Comfort cooling mode |
-| temperatureComfortCoolingATRelease | Number:Temperature | | Comfort cooling AT release |
-| temperatureComfortCoolingATReleaseTarget | Number:Temperature | | Comfort cooling AT release target |
-| temperatureHeatingLimit | Number:Temperature | | Temperature Heating Limit |
-| comfortCoolingATExcess | Number:Time | | AT Excess |
-| comfortCoolingATUndercut | Number:Time | | AT undercut |
+| channel | type | advanced | description |
+|------------------------------------------|--------------------|----------|-------------------------------------------------------------------------------------|
+| temperatureHeatingParallelShift | Number:Temperature | | Heating temperature (parallel shift) |
+| temperatureHotWaterTarget | Number:Temperature | | Hot water target temperature |
+| temperatureHeatingFixedReturnTarget | Number:Temperature | | Fixed return target temperature if heat pump is operating in fixed temperature mode |
+| heatingMode | Number | | Heating mode |
+| hotWaterMode | Number | | Hot water operating mode |
+| thermalDisinfectionMonday | Switch | x | Thermal disinfection (Monday) |
+| thermalDisinfectionTuesday | Switch | x | Thermal disinfection (Tuesday) |
+| thermalDisinfectionWednesday | Switch | x | Thermal disinfection (Wednesday) |
+| thermalDisinfectionThursday | Switch | x | Thermal disinfection (Thursday) |
+| thermalDisinfectionFriday | Switch | x | Thermal disinfection (Friday) |
+| thermalDisinfectionSaturday | Switch | x | Thermal disinfection (Saturday) |
+| thermalDisinfectionSunday | Switch | x | Thermal disinfection (Sunday) |
+| thermalDisinfectionPermanent | Switch | x | Thermal disinfection (Permanent) |
+| comfortCoolingMode | Number | | Comfort cooling mode |
+| temperatureComfortCoolingATRelease | Number:Temperature | | Comfort cooling AT release |
+| temperatureComfortCoolingATReleaseTarget | Number:Temperature | | Comfort cooling AT release target |
+| temperatureHeatingLimit | Number:Temperature | | Temperature Heating Limit |
+| comfortCoolingATExcess | Number:Time | | AT Excess |
+| comfortCoolingATUndercut | Number:Time | | AT undercut |
## Example
Luxtronik control units have an internal webserver which serves a Java applet. This applet can be used to configure some parts of the heat pump. The applet itselves uses a socket connection to fetch and send data to the heatpump.
This socket is also used by this binding. To get some more information on how this socket works you can check out other Luxtronik tools like [Luxtronik2 for NodeJS](https://github.com/coolchip/luxtronik2).
-A detailed parameter descriptions for the Java Webinterface can be found in the [Loxwiki](https://loxwiki.atlassian.net/wiki/spaces/LOX/pages/1533935933/Java+Webinterface)
+A detailed parameter description for the Java Webinterface can be found in the [Loxwiki](https://loxwiki.atlassian.net/wiki/spaces/LOX/pages/1533935933/Java+Webinterface)
<channel id="temperatureOutsideMean" typeId="temperatureOutsideMean"/>
<channel id="temperatureHotWater" typeId="temperatureHotWater"/>
<channel id="temperatureHotWaterTarget" typeId="temperatureHotWaterTarget"/>
+ <channel id="temperatureHeatingFixedReturnTarget" typeId="temperatureHeatingFixedReturnTarget"/>
<channel id="temperatureHotWaterCoverage" typeId="temperatureHotWaterCoverage"/>
<channel id="temperatureHeatSourceInlet" typeId="temperatureHeatSourceInlet"/>
<channel id="temperatureHeatSourceOutlet" typeId="temperatureHeatSourceOutlet"/>
<channel id="comfortCoolingATUndercut" typeId="comfortCoolingATUndercut"/>
</channels>
+ <properties>
+ <property name="thingTypeVersion">1</property>
+ </properties>
+
<config-description>
<parameter name="ipAddress" type="text" required="true">
<context>network-address</context>