//ComfoAir Group ComfoAir "ComfoAir" // Control Switch comfoairControl "Activate" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:bindingControl#activate"} Number comfoairFanLevel "Ventilation level" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanLevel"} Number comfoairFanOut0 "Fan Out Level 0 [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanOut0"} Number comfoairFanOut1 "Fan Out Level 1 [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanOut1"} Number comfoairFanOut2 "Fan Out Level 2 [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanOut2"} //Number comfoairFanOut3 "Fan Out Level 3 [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanOut3"} Number comfoairFanIn0 "Fan In Level 0 [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanIn0"} Number comfoairFanIn1 "Fan In Level 1 [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanIn1"} Number comfoairFanIn2 "Fan In Level 2 [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanIn2"} //Number comfoairFanIn3 "Fan In Level 3 [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanIn3"} Number comfoairIncomingFan "Supply capacity [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanInPercent"} Number comfoairOutgoingFan "Exhaust capacity [%d %%]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanOutPercent"} Number comfoairFanInRPM "Supply capacity [%d rpm]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanInRPM"} Number comfoairFanOutRPM "Supply capacity [%d rpm]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:ventilation#fanOutRPM"} // Temperature Values Number:Temperature comfoairTargetTemperature "Comfort temperature [%.1f °C]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:temperatures#targetTemperature"} Number:Temperature comfoairOutdoorIncomingTemperature "Inlet air temperature [%.1f °C]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:temperatures#outdoorTemperatureIn"} Number:Temperature comfoairIndoorIncomingTemperature "Supply air temperature [%.1f °C]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:temperatures#indoorTemperatureIn"} Number:Temperature comfoairIndoorOutgoingTemperature "Return air temperature [%.1f °C]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:temperatures#indoorTemperatureOut"} Number:Temperature comfoairOutdoorOutgoingTemperature "Exhaust air temperature [%.1f °C]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:temperatures#outdoorTemperatureOut"} //UpTimes Number:Time comfoairLevel0Time "Level 0 duration [%.0f h]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:times#level0Time"} Number:Time comfoairLevel1Time "Level 1 duration [%.0f h]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:times#level1Time"} Number:Time comfoairLevel2Time "Level 2 duration [%.0f h]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:times#level2Time"} //Number:Time comfoairLevel3Time "Level 3 duration [%.0f h]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:times#level3Time"} Number:Time comfoairFreezeTime "Antifrost duration [%.0f h]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:times#freezeTime"} Number:Time comfoairBypassTime "Bypass duration [%.0f h]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:times#bypassTime"} Number:Time comfoairFilterHours "Filter duration [%.0f h]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:times#filterHours"} // Settings Number comfoairFilterWeeks "Filters Weeks [%.0f W]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:menuP2#filterWeeks"} // State menu P9 does not exist! //Switch comfoairBypassState "Bypass State" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:menuP9#bypassState"} //Switch comfoairFrostState "Frost State" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:menuP9#frostState"} //Number comfoairBypassFactor "Bypass Factor" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:bypass#bypassFactor"} // Error States Switch comfoairFilterError "Error: [%s]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:errors#filterError"} //Bypass Switch comfoairBypassSummer "Frost State" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:bypass#bypassSummer"} //Onderstaande items werken niet??? nog uit te zoeken Number comfoairFilterReset "Filter Reset" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:resets#filterReset"} Number comfoairErrorReset "Error Reset" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:resets#errorReset"} //String comfoairCurrentError "Error: [%s]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:errors#errorsCurrent"}