KM200: Binding works but values for heatpump remain the same

Hi all!

I’ve successfully setup the openHAB binding with KM200 on my heat-pump with solar collector system. Binding connects successfully, discovers all things but my issue is that not all items are being updated with values.

Eg values for my solar collector (temperature, pump modulation) or room temperature are nicely visible and updated. However the ones I’m most interested in aren’t; these are the ones related to the heatpump like modulation, fan speed, central heating pumpmodulation etc. Funny thing is that it does change the initial NULL value to the first value/date/description but than it isn’t updated anymore although heatpump running. Only the number of heatpump starts is being updated.

I don’t see issues in the logs and so far I’ve not been able to find any issues/solutions in the forum/google etc.

My system is a Buderus/Bosch/Nefit Enviline with the following info detected by the binding:

  • bus EMS2_0
  • instWriteAccess off
  • versionFirmware 04.07.07
  • instAccess off
  • systemType NSC_ICOM_GATEWAY
  • versionHardware iCom_Low_NSC_v1
  • brand Buderus

Any suggestions or tips to solve this? Help would be much appreciated!

Thanks and regards,

Daan

forgot to mention: I’ve tried this with OpenHAB 3.1.0 and 3.2.0M4 using Zulu JDK 11.52.13 (11.0.13) 64bit

Hi Daan,
welcome to the forum.

You should set the binding to DEBUG in the console and check the log for something uncommon related to the binding.
Besides that please post the services discovered (this should show up in the debug log after you started the bridge item) - is will help @Markinus to figure out what could possibly be wrong.

Regards,
Thomas

Hi Thomas,

Thanks! :slight_smile:

I’ve put the binding in debug mode and did a clean restart of openhab (and before that also restart my heatpump system). In the attached logging you can find the startup sequence and all the detected services. First I saw some $Protected$ stuff but for the modulation items the protected indicators aren’t there. They look very similar to the SC1 (solarcollector) pump which nicely works and indicates the modulation.

In the events snippet (separate post) you can find at 2021-11-11 17:04:46.916 that the heatpump is starting up; the number of starts is increased from 1133 to 1134. After that you see temperatures rising but unfortunately no indication the modulation from the compressor nor the pumps. Within the debug I do see some JSON parsing but I don’t see any indication there’s an issue in retrieving or formatting/translating information related to the modulation.

I would appreciate your help and the help of @Markinus. Currently I’ve spent several days on this but unable to figure it out.

Thanks and cheers!

Daan

P.s. I don’t seem to be able to upload the files so here are the snippets:

openhab.log (for clarity I’ll reply in a new post the event.log snippet)
2021-11-11 16:58:29.201 [DEBUG] [b.binding.km200.internal.KM200Device] - ##################################################################
2021-11-11 16:58:29.201 [DEBUG] [b.binding.km200.internal.KM200Device] - List of avalible services
2021-11-11 16:58:29.201 [DEBUG] [b.binding.km200.internal.KM200Device] - readable;writeable;recordable;virtual;type;service;value;allowed;min;max;unit
2021-11-11 16:58:29.201 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatingCircuits
2021-11-11 16:58:29.202 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatingCircuits;;
2021-11-11 16:58:29.202 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatingCircuits/hc1
2021-11-11 16:58:29.202 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatingCircuits/hc1;;
2021-11-11 16:58:29.202 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatingCircuits/hc1/roomInfluence
2021-11-11 16:58:29.203 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatingCircuits/hc1/roomInfluence;;
2021-11-11 16:58:29.203 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatingCircuits/hc1/suWiSwitchMode
2021-11-11 16:58:29.203 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/heatingCircuits/hc1/suWiSwitchMode;forced;off|automatic|forced;;;
2021-11-11 16:58:29.203 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatingCircuits/hc1/pumpModulation
2021-11-11 16:58:29.204 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatingCircuits/hc1/pumpModulation;0.0;;;;
2021-11-11 16:58:29.204 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatingCircuits/hc1/currentSuWiMode
2021-11-11 16:58:29.204 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/heatingCircuits/hc1/currentSuWiMode;forced;off|forced|cooling;;;
2021-11-11 16:58:29.204 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatingCircuits/hc1/roomtemperature
2021-11-11 16:58:29.204 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;1;0;floatValue;/heatingCircuits/hc1/roomtemperature;18.8;;;;
2021-11-11 16:58:29.204 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatingCircuits/hc1/holidayMode
2021-11-11 16:58:29.205 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatingCircuits/hc1/holidayMode;;
2021-11-11 16:58:29.205 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatingCircuits/hc1/holidayMode/activated
2021-11-11 16:58:29.205 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/heatingCircuits/hc1/holidayMode/activated;;|hm1|hm2|hm3|hm4|hm5;;;
2021-11-11 16:58:29.205 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatingCircuits/hc1/switchPrograms
2021-11-11 16:58:29.205 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatingCircuits/hc1/switchPrograms;;
2021-11-11 16:58:29.206 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/A
2021-11-11 16:58:29.206 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;switchProgram;/heatingCircuits/hc1/switchPrograms/A;;
2021-11-11 16:58:29.206 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/A/eco
2021-11-11 16:58:29.206 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/A/eco;;
2021-11-11 16:58:29.206 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/A/nbrCycles
2021-11-11 16:58:29.206 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/A/nbrCycles;;
2021-11-11 16:58:29.207 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/A/weekday
2021-11-11 16:58:29.207 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/A/weekday;;
2021-11-11 16:58:29.207 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/A/cycle
2021-11-11 16:58:29.207 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/A/cycle;;
2021-11-11 16:58:29.207 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/A/comfort2
2021-11-11 16:58:29.208 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/A/comfort2;;
2021-11-11 16:58:29.208 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/B
2021-11-11 16:58:29.208 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;switchProgram;/heatingCircuits/hc1/switchPrograms/B;;
2021-11-11 16:58:29.209 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/B/eco
2021-11-11 16:58:29.209 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/B/eco;;
2021-11-11 16:58:29.209 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/B/nbrCycles
2021-11-11 16:58:29.209 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/B/nbrCycles;;
2021-11-11 16:58:29.210 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/B/weekday
2021-11-11 16:58:29.210 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/B/weekday;;
2021-11-11 16:58:29.210 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/B/cycle
2021-11-11 16:58:29.210 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/B/cycle;;
2021-11-11 16:58:29.211 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: switchProgram service: /heatingCircuits/hc1/switchPrograms/B/comfort2
2021-11-11 16:58:29.211 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/B/comfort2;;
2021-11-11 16:58:29.211 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatingCircuits/hc1/supplyTemperatureSetpoint
2021-11-11 16:58:29.211 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatingCircuits/hc1/supplyTemperatureSetpoint;28.0;;;;
2021-11-11 16:58:29.211 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatingCircuits/hc1/roomTempOffset
2021-11-11 16:58:29.212 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatingCircuits/hc1/roomTempOffset;;
2021-11-11 16:58:29.212 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatingCircuits/hc1/actualSupplyTemperature
2021-11-11 16:58:29.212 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatingCircuits/hc1/actualSupplyTemperature;23.0;;;;
2021-11-11 16:58:29.212 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatingCircuits/hc1/activeSwitchProgram
2021-11-11 16:58:29.213 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/heatingCircuits/hc1/activeSwitchProgram;A;A|B;;;
2021-11-11 16:58:29.213 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatingCircuits/hc1/designTemp
2021-11-11 16:58:29.213 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatingCircuits/hc1/designTemp;;
2021-11-11 16:58:29.213 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatingCircuits/hc1/temperatureLevels
2021-11-11 16:58:29.213 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatingCircuits/hc1/temperatureLevels;;
2021-11-11 16:58:29.213 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatingCircuits/hc1/temperatureLevels/eco
2021-11-11 16:58:29.214 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/heatingCircuits/hc1/temperatureLevels/eco;17.5;;5.0;18.5;C
2021-11-11 16:58:29.214 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatingCircuits/hc1/temperatureLevels/comfort2
2021-11-11 16:58:29.214 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/heatingCircuits/hc1/temperatureLevels/comfort2;19.0;;18.0;30.0;C
2021-11-11 16:58:29.214 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatingCircuits/hc1/currentOpModeInfo
2021-11-11 16:58:29.214 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatingCircuits/hc1/currentOpModeInfo;;
2021-11-11 16:58:29.214 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatingCircuits/hc1/temporaryRoomSetpoint
2021-11-11 16:58:29.215 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/heatingCircuits/hc1/temporaryRoomSetpoint;19.0;;5.0;30.0;C
2021-11-11 16:58:29.215 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatingCircuits/hc1/operationMode
2021-11-11 16:58:29.215 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/heatingCircuits/hc1/operationMode;auto;auto|manual;;;
2021-11-11 16:58:29.215 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatingCircuits/hc1/controlType
2021-11-11 16:58:29.215 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatingCircuits/hc1/controlType;;
2021-11-11 16:58:29.215 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatingCircuits/hc1/cooling
2021-11-11 16:58:29.215 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatingCircuits/hc1/cooling;;
2021-11-11 16:58:29.216 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatingCircuits/hc1/currentRoomSetpoint
2021-11-11 16:58:29.216 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatingCircuits/hc1/currentRoomSetpoint;19.0;;;;
2021-11-11 16:58:29.216 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatingCircuits/hc1/heatCurveMax
2021-11-11 16:58:29.216 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatingCircuits/hc1/heatCurveMax;;
2021-11-11 16:58:29.216 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatingCircuits/hc1/solarInfluence
2021-11-11 16:58:29.216 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatingCircuits/hc1/solarInfluence;;
2021-11-11 16:58:29.217 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatingCircuits/hc1/setpointOptimization
2021-11-11 16:58:29.217 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatingCircuits/hc1/setpointOptimization;;
2021-11-11 16:58:29.217 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatingCircuits/hc1/status
2021-11-11 16:58:29.217 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/heatingCircuits/hc1/status;ACTIVE;INACTIVE|ACTIVE;;;
2021-11-11 16:58:29.217 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /solarCircuits
2021-11-11 16:58:29.217 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/solarCircuits;;
2021-11-11 16:58:29.218 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /solarCircuits/sc1
2021-11-11 16:58:29.218 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/solarCircuits/sc1;;
2021-11-11 16:58:29.218 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /solarCircuits/sc1/actuatorStatus
2021-11-11 16:58:29.218 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/solarCircuits/sc1/actuatorStatus;yes;no|yes;;;
2021-11-11 16:58:29.218 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /solarCircuits/sc1/pumpModulation
2021-11-11 16:58:29.219 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/solarCircuits/sc1/pumpModulation;0.0;;;;
2021-11-11 16:58:29.219 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /solarCircuits/sc1/collectorTemperature
2021-11-11 16:58:29.219 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;1;0;floatValue;/solarCircuits/sc1/collectorTemperature;13.1;;;;
2021-11-11 16:58:29.219 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /solarCircuits/sc1/solarYield
2021-11-11 16:58:29.219 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;1;0;floatValue;/solarCircuits/sc1/solarYield;0.0;;;;
2021-11-11 16:58:29.219 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /solarCircuits/sc1/dhwTankTemperature
2021-11-11 16:58:29.219 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/solarCircuits/sc1/dhwTankTemperature;23.3;;;;
2021-11-11 16:58:29.220 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /solarCircuits/sc1/status
2021-11-11 16:58:29.220 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/solarCircuits/sc1/status;ACTIVE;INACTIVE|ACTIVE;;;
2021-11-11 16:58:29.220 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system
2021-11-11 16:58:29.220 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system;;
2021-11-11 16:58:29.220 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/bus
2021-11-11 16:58:29.220 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/system/bus;EMS2_0;No_Bus|EMS1_0|EMS2_0|CAN;;;
2021-11-11 16:58:29.220 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/appliance
2021-11-11 16:58:29.221 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/appliance;;
2021-11-11 16:58:29.221 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/appliance/actualSupplyTemperature
2021-11-11 16:58:29.221 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/system/appliance/actualSupplyTemperature;22.9;;;;
2021-11-11 16:58:29.221 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/sensors
2021-11-11 16:58:29.221 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/sensors;;
2021-11-11 16:58:29.221 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/sensors/temperatures
2021-11-11 16:58:29.221 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/sensors/temperatures;;
2021-11-11 16:58:29.221 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/sensors/temperatures/outdoor_t1
2021-11-11 16:58:29.222 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;1;0;floatValue;/system/sensors/temperatures/outdoor_t1;11.9;;;;
2021-11-11 16:58:29.222 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/sensors/temperatures/supply_t1_setpoint
2021-11-11 16:58:29.222 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/system/sensors/temperatures/supply_t1_setpoint;28.0;;;;
2021-11-11 16:58:29.222 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/sensors/temperatures/supply_t1
2021-11-11 16:58:29.222 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/system/sensors/temperatures/supply_t1;22.9;;;;
2021-11-11 16:58:29.222 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/sensors/temperatures/switch
2021-11-11 16:58:29.222 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/system/sensors/temperatures/switch;22.9;;;;
2021-11-11 16:58:29.223 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/healthStatus
2021-11-11 16:58:29.223 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/system/healthStatus;ok;error|maintenance|ok;;;
2021-11-11 16:58:29.223 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/minOutdoorTemp
2021-11-11 16:58:29.223 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/system/minOutdoorTemp;-20.0;;-35.0;10.0;C
2021-11-11 16:58:29.223 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/holidayModes
2021-11-11 16:58:29.223 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/holidayModes;;
2021-11-11 16:58:29.223 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/holidayModes/hm5
2021-11-11 16:58:29.224 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/holidayModes/hm5;;
2021-11-11 16:58:29.224 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm5/startStop
2021-11-11 16:58:29.224 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm5/startStop;2017-01-01/2017-01-01;;;;
2021-11-11 16:58:29.224 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm5/hcMode
2021-11-11 16:58:29.224 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm5/hcMode;FIX_TEMP;FIX_TEMP|OFF;;;
2021-11-11 16:58:29.224 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/holidayModes/hm5/fixTemperature
2021-11-11 16:58:29.224 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/system/holidayModes/hm5/fixTemperature;17.0;;5.0;30.0;C
2021-11-11 16:58:29.225 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /system/holidayModes/hm5/delete
2021-11-11 16:58:29.225 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/system/holidayModes/hm5/delete;;
2021-11-11 16:58:29.225 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: arrayData service: /system/holidayModes/hm5/assignedTo
2021-11-11 16:58:29.225 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;arrayData;/system/holidayModes/hm5/assignedTo;;
2021-11-11 16:58:29.226 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm5/dhwMode
2021-11-11 16:58:29.226 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm5/dhwMode;OFF;OFF|TD_OFF;;;
2021-11-11 16:58:29.226 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/holidayModes/hm2
2021-11-11 16:58:29.226 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/holidayModes/hm2;;
2021-11-11 16:58:29.226 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm2/startStop
2021-11-11 16:58:29.227 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm2/startStop;2017-01-01/2017-01-01;;;;
2021-11-11 16:58:29.227 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm2/hcMode
2021-11-11 16:58:29.227 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm2/hcMode;FIX_TEMP;FIX_TEMP|OFF;;;
2021-11-11 16:58:29.227 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/holidayModes/hm2/fixTemperature
2021-11-11 16:58:29.227 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/system/holidayModes/hm2/fixTemperature;17.0;;5.0;30.0;C
2021-11-11 16:58:29.227 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /system/holidayModes/hm2/delete
2021-11-11 16:58:29.228 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/system/holidayModes/hm2/delete;;
2021-11-11 16:58:29.228 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: arrayData service: /system/holidayModes/hm2/assignedTo
2021-11-11 16:58:29.228 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;arrayData;/system/holidayModes/hm2/assignedTo;;
2021-11-11 16:58:29.228 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm2/dhwMode
2021-11-11 16:58:29.228 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm2/dhwMode;OFF;OFF|TD_OFF;;;
2021-11-11 16:58:29.229 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/holidayModes/hm1
2021-11-11 16:58:29.229 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/holidayModes/hm1;;
2021-11-11 16:58:29.229 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm1/startStop
2021-11-11 16:58:29.229 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm1/startStop;2017-01-01/2017-01-01;;;;
2021-11-11 16:58:29.229 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm1/hcMode
2021-11-11 16:58:29.229 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm1/hcMode;FIX_TEMP;FIX_TEMP|OFF;;;
2021-11-11 16:58:29.230 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/holidayModes/hm1/fixTemperature
2021-11-11 16:58:29.230 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/system/holidayModes/hm1/fixTemperature;17.0;;5.0;30.0;C
2021-11-11 16:58:29.230 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /system/holidayModes/hm1/delete
2021-11-11 16:58:29.230 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/system/holidayModes/hm1/delete;;
2021-11-11 16:58:29.230 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: arrayData service: /system/holidayModes/hm1/assignedTo
2021-11-11 16:58:29.230 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;arrayData;/system/holidayModes/hm1/assignedTo;;
2021-11-11 16:58:29.231 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm1/dhwMode
2021-11-11 16:58:29.231 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm1/dhwMode;OFF;OFF|TD_OFF;;;
2021-11-11 16:58:29.231 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/holidayModes/hm4
2021-11-11 16:58:29.231 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/holidayModes/hm4;;
2021-11-11 16:58:29.231 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm4/startStop
2021-11-11 16:58:29.231 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm4/startStop;2017-01-01/2017-01-01;;;;
2021-11-11 16:58:29.231 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm4/hcMode
2021-11-11 16:58:29.232 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm4/hcMode;FIX_TEMP;FIX_TEMP|OFF;;;
2021-11-11 16:58:29.232 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/holidayModes/hm4/fixTemperature
2021-11-11 16:58:29.232 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/system/holidayModes/hm4/fixTemperature;17.0;;5.0;30.0;C
2021-11-11 16:58:29.232 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /system/holidayModes/hm4/delete
2021-11-11 16:58:29.232 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/system/holidayModes/hm4/delete;;
2021-11-11 16:58:29.232 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: arrayData service: /system/holidayModes/hm4/assignedTo
2021-11-11 16:58:29.233 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;arrayData;/system/holidayModes/hm4/assignedTo;;
2021-11-11 16:58:29.233 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm4/dhwMode
2021-11-11 16:58:29.233 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm4/dhwMode;OFF;OFF|TD_OFF;;;
2021-11-11 16:58:29.233 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /system/holidayModes/hm3
2021-11-11 16:58:29.233 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/system/holidayModes/hm3;;
2021-11-11 16:58:29.234 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm3/startStop
2021-11-11 16:58:29.234 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm3/startStop;2017-01-01/2017-01-01;;;;
2021-11-11 16:58:29.234 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm3/hcMode
2021-11-11 16:58:29.235 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm3/hcMode;FIX_TEMP;FIX_TEMP|OFF;;;
2021-11-11 16:58:29.235 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /system/holidayModes/hm3/fixTemperature
2021-11-11 16:58:29.235 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/system/holidayModes/hm3/fixTemperature;17.0;;5.0;30.0;C
2021-11-11 16:58:29.235 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /system/holidayModes/hm3/delete
2021-11-11 16:58:29.235 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/system/holidayModes/hm3/delete;;
2021-11-11 16:58:29.235 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: arrayData service: /system/holidayModes/hm3/assignedTo
2021-11-11 16:58:29.236 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;arrayData;/system/holidayModes/hm3/assignedTo;;
2021-11-11 16:58:29.236 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/holidayModes/hm3/dhwMode
2021-11-11 16:58:29.236 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/system/holidayModes/hm3/dhwMode;OFF;OFF|TD_OFF;;;
2021-11-11 16:58:29.236 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/systemType
2021-11-11 16:58:29.236 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/system/systemType;NSC_ICOM_GATEWAY;NSC_ICOM_GATEWAY;;;
2021-11-11 16:58:29.236 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /system/brand
2021-11-11 16:58:29.237 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/system/brand;Buderus;unknown|Bosch|Junkers|Buderus|Nefit|Sieger|Tata|Dakon|Elm|Boulter|Vulcano|Worcester|British Gas|IVT|Geminox|Neckar|Zeus|Milton;;;
2021-11-11 16:58:29.237 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /system/busReq
2021-11-11 16:58:29.237 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/system/busReq;;
2021-11-11 16:58:29.237 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: systeminfo service: /system/info
2021-11-11 16:58:29.237 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;systeminfo;/system/info;;

Part 2:

2021-11-11 16:58:29.237 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources
2021-11-11 16:58:29.238 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources;;
2021-11-11 16:58:29.238 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/indoorType
2021-11-11 16:58:29.238 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/indoorType;;
2021-11-11 16:58:29.238 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/nominalCHPower
2021-11-11 16:58:29.238 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/nominalCHPower;24.0;;;;
2021-11-11 16:58:29.238 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/energyMonitoring
2021-11-11 16:58:29.239 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/energyMonitoring;;
2021-11-11 16:58:29.239 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/energyMonitoring/minTankLevel
2021-11-11 16:58:29.239 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/heatSources/energyMonitoring/minTankLevel;0.0;;0.0;135780000.0;kWh
2021-11-11 16:58:29.239 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatSources/energyMonitoring/startDateTime
2021-11-11 16:58:29.239 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/heatSources/energyMonitoring/startDateTime;2021-11-11T09:27:14;;;;
2021-11-11 16:58:29.240 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/energyMonitoring/maxTankLevel
2021-11-11 16:58:29.240 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/heatSources/energyMonitoring/maxTankLevel;0.0;;0.0;135780000.0;kWh
2021-11-11 16:58:29.240 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/energyMonitoring/consumption
2021-11-11 16:58:29.240 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/heatSources/energyMonitoring/consumption;0.0;;0.0;135780000.0;kWh
2021-11-11 16:58:29.240 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/energyMonitoring/correctionFactor
2021-11-11 16:58:29.240 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/heatSources/energyMonitoring/correctionFactor;0.8;;0.7;1.3;
2021-11-11 16:58:29.241 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/energyMonitoring/tankLevel
2021-11-11 16:58:29.241 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/heatSources/energyMonitoring/tankLevel;0.0;;0.0;135780000.0;kWh
2021-11-11 16:58:29.241 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/hs1
2021-11-11 16:58:29.241 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/hs1;;
2021-11-11 16:58:29.241 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatSources/hs1/flameStatus
2021-11-11 16:58:29.242 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/heatSources/hs1/flameStatus;off;off|on;;;
2021-11-11 16:58:29.242 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatSources/hs1/type
2021-11-11 16:58:29.242 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/heatSources/hs1/type;Heatpump;No_Appliance|OilBoiler|GasBoiler|Heatpump|unknownBoiler;;;
2021-11-11 16:58:29.242 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: systeminfo service: /heatSources/hs1/info
2021-11-11 16:58:29.242 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;systeminfo;/heatSources/hs1/info;;
2021-11-11 16:58:29.243 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/hs1/actualModulation
2021-11-11 16:58:29.243 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/hs1/actualModulation;0.0;;;;
2021-11-11 16:58:29.243 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/outdoorType
2021-11-11 16:58:29.243 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/outdoorType;;
2021-11-11 16:58:29.243 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/supplyTemperatureSetpoint
2021-11-11 16:58:29.243 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/supplyTemperatureSetpoint;28.0;;;;
2021-11-11 16:58:29.243 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/numberOfStarts
2021-11-11 16:58:29.243 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/numberOfStarts;1133;;;;
2021-11-11 16:58:29.244 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/elecSolarCollectorActive
2021-11-11 16:58:29.244 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/elecSolarCollectorActive;;
2021-11-11 16:58:29.244 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/Source
2021-11-11 16:58:29.244 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/Source;;
2021-11-11 16:58:29.244 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/Source/Compressor
2021-11-11 16:58:29.244 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/Source/Compressor;;
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/Source/Compressor/power
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/Source/Compressor/power;;
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/Source/Compressor/extBlocked
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/Source/Compressor/extBlocked;;
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/Source/eHeater
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/Source/eHeater;;
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/Source/eHeater/dhw
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/Source/eHeater/dhw;;
2021-11-11 16:58:29.245 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/Source/eHeater/extBlocked
2021-11-11 16:58:29.246 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/Source/eHeater/extBlocked;;
2021-11-11 16:58:29.246 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/Source/eHeater/status
2021-11-11 16:58:29.246 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/Source/eHeater/status;;
2021-11-11 16:58:29.246 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/powerSetpoint
2021-11-11 16:58:29.246 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/powerSetpoint;0.0;;;;
2021-11-11 16:58:29.246 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/burnerModulationSetpoint
2021-11-11 16:58:29.246 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/burnerModulationSetpoint;0.0;;;;
2021-11-11 16:58:29.247 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/electricGrid
2021-11-11 16:58:29.247 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/electricGrid;;
2021-11-11 16:58:29.247 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/total
2021-11-11 16:58:29.247 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/total;;
2021-11-11 16:58:29.248 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/total/energyMonitoring
2021-11-11 16:58:29.248 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/total/energyMonitoring;;
2021-11-11 16:58:29.248 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/total/energyMonitoring/outputProduced
2021-11-11 16:58:29.248 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/total/energyMonitoring/outputProduced;;
2021-11-11 16:58:29.248 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/total/energyMonitoring/eheater
2021-11-11 16:58:29.249 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/total/energyMonitoring/eheater;;
2021-11-11 16:58:29.249 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/total/energyMonitoring/workingTime
2021-11-11 16:58:29.249 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/total/energyMonitoring/workingTime;;
2021-11-11 16:58:29.249 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/total/energyMonitoring/consumedEnergy
2021-11-11 16:58:29.249 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/total/energyMonitoring/consumedEnergy;;
2021-11-11 16:58:29.249 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/total/energyMonitoring/numberOfStarts
2021-11-11 16:58:29.250 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/total/energyMonitoring/numberOfStarts;;
2021-11-11 16:58:29.250 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/total/energyMonitoring/compressor
2021-11-11 16:58:29.250 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/total/energyMonitoring/compressor;;
2021-11-11 16:58:29.250 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/smartGridMode
2021-11-11 16:58:29.250 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/smartGridMode;;
2021-11-11 16:58:29.250 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/heating
2021-11-11 16:58:29.251 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/heating;;
2021-11-11 16:58:29.251 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/heating/extBlocked
2021-11-11 16:58:29.251 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/heating/extBlocked;;
2021-11-11 16:58:29.251 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/evuActive
2021-11-11 16:58:29.251 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/evuActive;;
2021-11-11 16:58:29.252 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: systeminfo service: /heatSources/info
2021-11-11 16:58:29.252 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;systeminfo;/heatSources/info;;
2021-11-11 16:58:29.252 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/CHpumpModulation
2021-11-11 16:58:29.252 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/CHpumpModulation;0.0;;;;
2021-11-11 16:58:29.252 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/applianceSupplyTemperature
2021-11-11 16:58:29.253 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/applianceSupplyTemperature;28.8;;;;
2021-11-11 16:58:29.253 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/fuelCell
2021-11-11 16:58:29.253 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/fuelCell;;
2021-11-11 16:58:29.253 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/ch
2021-11-11 16:58:29.253 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/ch;;
2021-11-11 16:58:29.254 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/ch/energyMonitoring
2021-11-11 16:58:29.254 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/ch/energyMonitoring;;
2021-11-11 16:58:29.254 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/ch/energyMonitoring/outputProduced
2021-11-11 16:58:29.254 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/ch/energyMonitoring/outputProduced;;
2021-11-11 16:58:29.254 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/ch/energyMonitoring/eheater
2021-11-11 16:58:29.254 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/ch/energyMonitoring/eheater;;
2021-11-11 16:58:29.255 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/ch/energyMonitoring/workingTime
2021-11-11 16:58:29.255 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/ch/energyMonitoring/workingTime;;
2021-11-11 16:58:29.255 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/ch/energyMonitoring/numberOfStarts
2021-11-11 16:58:29.255 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/ch/energyMonitoring/numberOfStarts;;
2021-11-11 16:58:29.255 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/ch/energyMonitoring/compressor
2021-11-11 16:58:29.255 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/ch/energyMonitoring/compressor;;
2021-11-11 16:58:29.256 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/pool
2021-11-11 16:58:29.256 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/pool;;
2021-11-11 16:58:29.256 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/pool/energyMonitoring
2021-11-11 16:58:29.256 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/pool/energyMonitoring;;
2021-11-11 16:58:29.256 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/pool/energyMonitoring/outputProduced
2021-11-11 16:58:29.256 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/pool/energyMonitoring/outputProduced;;
2021-11-11 16:58:29.256 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/pool/energyMonitoring/eheater
2021-11-11 16:58:29.257 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/pool/energyMonitoring/eheater;;
2021-11-11 16:58:29.257 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/pool/energyMonitoring/workingTime
2021-11-11 16:58:29.257 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/pool/energyMonitoring/workingTime;;
2021-11-11 16:58:29.257 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/pool/energyMonitoring/numberOfStarts
2021-11-11 16:58:29.257 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/pool/energyMonitoring/numberOfStarts;;
2021-11-11 16:58:29.257 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/pool/energyMonitoring/compressor
2021-11-11 16:58:29.257 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/pool/energyMonitoring/compressor;;
2021-11-11 16:58:29.258 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/workingTime
2021-11-11 16:58:29.258 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/workingTime;;
2021-11-11 16:58:29.258 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/workingTime/secondBurner
2021-11-11 16:58:29.258 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/workingTime/secondBurner;0;;;;
2021-11-11 16:58:29.258 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/workingTime/centralHeating
2021-11-11 16:58:29.258 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/workingTime/centralHeating;0;;;;
2021-11-11 16:58:29.259 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/workingTime/totalSystem
2021-11-11 16:58:29.259 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/workingTime/totalSystem;8420420;;;;
2021-11-11 16:58:29.259 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/actualSupplyTemperature
2021-11-11 16:58:29.259 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/actualSupplyTemperature;22.9;;;;
2021-11-11 16:58:29.259 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/fanSpeed_setpoint
2021-11-11 16:58:29.259 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/fanSpeed_setpoint;0.0;;;;
2021-11-11 16:58:29.260 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/dhw
2021-11-11 16:58:29.260 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/dhw;;
2021-11-11 16:58:29.260 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/dhw/energyMonitoring
2021-11-11 16:58:29.260 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/dhw/energyMonitoring;;
2021-11-11 16:58:29.260 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/dhw/energyMonitoring/outputProduced
2021-11-11 16:58:29.260 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/dhw/energyMonitoring/outputProduced;;
2021-11-11 16:58:29.260 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/dhw/energyMonitoring/eheater
2021-11-11 16:58:29.260 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/dhw/energyMonitoring/eheater;;
2021-11-11 16:58:29.261 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/dhw/energyMonitoring/workingTime
2021-11-11 16:58:29.261 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/dhw/energyMonitoring/workingTime;;
2021-11-11 16:58:29.261 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/dhw/energyMonitoring/numberOfStarts
2021-11-11 16:58:29.261 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/dhw/energyMonitoring/numberOfStarts;;
2021-11-11 16:58:29.261 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/dhw/energyMonitoring/compressor
2021-11-11 16:58:29.261 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/dhw/energyMonitoring/compressor;;
2021-11-11 16:58:29.261 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/sensors
2021-11-11 16:58:29.261 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/sensors;;
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/sensors/evaporatorTemp
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/sensors/evaporatorTemp;;
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/sensors/compressorTemp
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/sensors/compressorTemp;;
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatSources/flameStatus
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/heatSources/flameStatus;off;off|on;;;
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /heatSources/ChimneySweeper
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/heatSources/ChimneySweeper;off;;;;
2021-11-11 16:58:29.262 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: arrayData service: /heatSources/delayTimer
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;arrayData;/heatSources/delayTimer;;
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/poolTemperature
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/poolTemperature;0.0;;;;
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/cooling
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/cooling;;
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /heatSources/cooling/energyMonitoring
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/heatSources/cooling/energyMonitoring;;
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/cooling/energyMonitoring/outputProduced
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/cooling/energyMonitoring/outputProduced;;
2021-11-11 16:58:29.263 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/cooling/energyMonitoring/workingTime
2021-11-11 16:58:29.264 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/cooling/energyMonitoring/workingTime;;
2021-11-11 16:58:29.264 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/cooling/energyMonitoring/consumedEnergy
2021-11-11 16:58:29.264 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/cooling/energyMonitoring/consumedEnergy;;
2021-11-11 16:58:29.264 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/cooling/energyMonitoring/numberOfStarts
2021-11-11 16:58:29.264 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/cooling/energyMonitoring/numberOfStarts;;
2021-11-11 16:58:29.265 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/cooling/energyMonitoring/compressor
2021-11-11 16:58:29.265 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/cooling/energyMonitoring/compressor;;
2021-11-11 16:58:29.265 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /heatSources/cooling/extBlocked
2021-11-11 16:58:29.265 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/heatSources/cooling/extBlocked;;
2021-11-11 16:58:29.265 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/actualModulation
2021-11-11 16:58:29.266 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/actualModulation;0.0;;;;
2021-11-11 16:58:29.266 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /heatSources/nominalDHWPower
2021-11-11 16:58:29.266 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/heatSources/nominalDHWPower;24.0;;;;
2021-11-11 16:58:29.266 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /dhwCircuits
2021-11-11 16:58:29.266 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/dhwCircuits;;
2021-11-11 16:58:29.266 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /dhwCircuits/dhw1
2021-11-11 16:58:29.266 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/dhwCircuits/dhw1;;
2021-11-11 16:58:29.267 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /dhwCircuits/dhw1/charge
2021-11-11 16:58:29.267 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/dhwCircuits/dhw1/charge;stop;stop|start;;;
2021-11-11 16:58:29.267 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /dhwCircuits/dhw1/holidayMode
2021-11-11 16:58:29.268 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/dhwCircuits/dhw1/holidayMode;;
2021-11-11 16:58:29.268 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /dhwCircuits/dhw1/holidayMode/activated
2021-11-11 16:58:29.268 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/dhwCircuits/dhw1/holidayMode/activated;;|hm1|hm2|hm3|hm4|hm5;;;
2021-11-11 16:58:29.268 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /dhwCircuits/dhw1/cpoperationMode
2021-11-11 16:58:29.269 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/dhwCircuits/dhw1/cpoperationMode;;
2021-11-11 16:58:29.269 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /dhwCircuits/dhw1/highStop
2021-11-11 16:58:29.269 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/dhwCircuits/dhw1/highStop;;
2021-11-11 16:58:29.269 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /dhwCircuits/dhw1/switchPrograms
2021-11-11 16:58:29.269 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/dhwCircuits/dhw1/switchPrograms;;
2021-11-11 16:58:29.269 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/actualTemp
2021-11-11 16:58:29.270 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/dhwCircuits/dhw1/actualTemp;33.6;;;;
2021-11-11 16:58:29.270 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/workingTime
2021-11-11 16:58:29.270 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/dhwCircuits/dhw1/workingTime;0;;;;
2021-11-11 16:58:29.270 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /dhwCircuits/dhw1/tdMode
2021-11-11 16:58:29.271 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/dhwCircuits/dhw1/tdMode;;
2021-11-11 16:58:29.271 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /dhwCircuits/dhw1/extBlocked
2021-11-11 16:58:29.271 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/dhwCircuits/dhw1/extBlocked;;
2021-11-11 16:58:29.271 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /dhwCircuits/dhw1/temperatureLevels
2021-11-11 16:58:29.271 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/dhwCircuits/dhw1/temperatureLevels;;
2021-11-11 16:58:29.271 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/temperatureLevels/eco
2021-11-11 16:58:29.271 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/dhwCircuits/dhw1/temperatureLevels/eco;30.0;;30.0;36.0;C
2021-11-11 16:58:29.272 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/temperatureLevels/high
2021-11-11 16:58:29.272 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/dhwCircuits/dhw1/temperatureLevels/high;48.0;;30.0;51.0;C
2021-11-11 16:58:29.278 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/temperatureLevels/low
2021-11-11 16:58:29.278 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/dhwCircuits/dhw1/temperatureLevels/low;42.0;;30.0;48.0;C
2021-11-11 16:58:29.278 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/temperatureLevels/off
2021-11-11 16:58:29.279 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/dhwCircuits/dhw1/temperatureLevels/off;0.0;;;;
2021-11-11 16:58:29.279 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/waterFlow
2021-11-11 16:58:29.279 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/dhwCircuits/dhw1/waterFlow;0.0;;;;
2021-11-11 16:58:29.279 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /dhwCircuits/dhw1/operationMode
2021-11-11 16:58:29.279 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/dhwCircuits/dhw1/operationMode;Off;Off|low|high|ownprogram|eco;;;
2021-11-11 16:58:29.279 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /dhwCircuits/dhw1/tdsetPoint
2021-11-11 16:58:29.279 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/dhwCircuits/dhw1/tdsetPoint;;
2021-11-11 16:58:29.280 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/singleChargeSetpoint
2021-11-11 16:58:29.280 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/dhwCircuits/dhw1/singleChargeSetpoint;50.0;;50.0;70.0;C
2021-11-11 16:58:29.280 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /dhwCircuits/dhw1/cpStartph
2021-11-11 16:58:29.280 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/dhwCircuits/dhw1/cpStartph;;
2021-11-11 16:58:29.280 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/currentSetpoint
2021-11-11 16:58:29.280 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;floatValue;/dhwCircuits/dhw1/currentSetpoint;0.0;;;;
2021-11-11 16:58:29.280 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: floatValue service: /dhwCircuits/dhw1/chargeDuration
2021-11-11 16:58:29.281 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;floatValue;/dhwCircuits/dhw1/chargeDuration;15.0;;15.0;2880.0;mins
2021-11-11 16:58:29.281 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /dhwCircuits/dhw1/status
2021-11-11 16:58:29.281 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/dhwCircuits/dhw1/status;ACTIVE;INACTIVE|ACTIVE;;;
2021-11-11 16:58:29.282 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /gateway
2021-11-11 16:58:29.282 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/gateway;;
2021-11-11 16:58:29.282 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /gateway/versionFirmware
2021-11-11 16:58:29.282 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/gateway/versionFirmware;04.07.07;;;;
2021-11-11 16:58:29.282 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/instPassword
2021-11-11 16:58:29.282 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/instPassword;;
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /gateway/instAccess
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/gateway/instAccess;off;off|on;;;
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/boschSHPassword
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/boschSHPassword;;
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /gateway/versionHardware
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/gateway/versionHardware;iCom_Low_NSC_v1;;;;
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /gateway/update
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/gateway/update;;
2021-11-11 16:58:29.283 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/update/request
2021-11-11 16:58:29.284 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/update/request;;
2021-11-11 16:58:29.284 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/update/strategy
2021-11-11 16:58:29.284 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/update/strategy;;
2021-11-11 16:58:29.284 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/update/version
2021-11-11 16:58:29.284 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/update/version;;
2021-11-11 16:58:29.284 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /gateway/update/status
2021-11-11 16:58:29.284 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/gateway/update/status;completed;inprogress|completed|interrupted;;;
2021-11-11 16:58:29.284 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/portalPassword
2021-11-11 16:58:29.285 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/portalPassword;;
2021-11-11 16:58:29.285 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /gateway/uuid
2021-11-11 16:58:29.285 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;stringValue;/gateway/uuid;073363774;073363774;;;
2021-11-11 16:58:29.285 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/knxPassword
2021-11-11 16:58:29.285 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/knxPassword;;
2021-11-11 16:58:29.285 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/version
2021-11-11 16:58:29.285 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/version;;
2021-11-11 16:58:29.285 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /gateway/DateTime
2021-11-11 16:58:29.286 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/gateway/DateTime;2021-11-11T16:52:47;;;;
2021-11-11 16:58:29.286 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/userpassword
2021-11-11 16:58:29.286 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/userpassword;;
2021-11-11 16:58:29.286 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /gateway/instWriteAccess
2021-11-11 16:58:29.286 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/gateway/instWriteAccess;off;off|on;;;
2021-11-11 16:58:29.286 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/haiPassword
2021-11-11 16:58:29.287 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/haiPassword;;
2021-11-11 16:58:29.287 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: refEnum service: /gateway/logging
2021-11-11 16:58:29.287 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/gateway/logging;;
2021-11-11 16:58:29.287 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/logging/reqBusVar
2021-11-11 16:58:29.289 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/logging/reqBusVar;;
2021-11-11 16:58:29.290 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: stringValue service: /gateway/logging/userAcceptance
2021-11-11 16:58:29.290 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;0;stringValue;/gateway/logging/userAcceptance;false;false|true;;;
2021-11-11 16:58:29.291 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: $$PROTECTED$$ service: /gateway/logging/switch
2021-11-11 16:58:29.291 [DEBUG] [b.binding.km200.internal.KM200Device] - 0;0;0;0;$$PROTECTED$$;/gateway/logging/switch;;
2021-11-11 16:58:29.291 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: errorList service: /notifications
2021-11-11 16:58:29.291 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;0;errorList;/notifications;;
2021-11-11 16:58:29.291 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: errorList service: /notifications/nbrErrors
2021-11-11 16:58:29.291 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;1;errorList;/notifications/nbrErrors;;
2021-11-11 16:58:29.293 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: errorList service: /notifications/errorString
2021-11-11 16:58:29.293 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;0;0;1;errorList;/notifications/errorString;;
2021-11-11 16:58:29.293 [DEBUG] [b.binding.km200.internal.KM200Device] - List type: errorList service: /notifications/error
2021-11-11 16:58:29.293 [DEBUG] [b.binding.km200.internal.KM200Device] - 1;1;0;1;errorList;/notifications/error;;
2021-11-11 16:58:29.293 [DEBUG] [b.binding.km200.internal.KM200Device] - ##################################################################

Part of the event.log where initial values are set and at visible that heatpump is starting up @ 2021-11-11 17:04:46.916:

2021-11-11 16:58:59.439 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Zonnecollector_actuatorStatus’ changed from NULL to yes
2021-11-11 16:58:59.915 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Zonnecollector_collectorTemperature’ changed from 13.4 °C to 13.1 °C
2021-11-11 16:59:00.623 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Zonnecollector_status’ changed from NULL to ACTIVE
2021-11-11 16:59:01.349 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_startDateTime’ changed from NULL to 2021-11-11T09:27:14
2021-11-11 16:59:02.586 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_Hs1_FlameStatus’ changed from NULL to off
2021-11-11 16:59:02.822 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_type’ changed from NULL to Heatpump
2021-11-11 16:59:04.714 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 28.9 to 28.8
2021-11-11 16:59:05.672 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 23.0 to 22.9
2021-11-11 16:59:06.163 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_FlameStatus’ changed from NULL to off
2021-11-11 16:59:06.403 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_ChimneySweeper’ changed from NULL to off
2021-11-11 16:59:07.393 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Warmteboiler_charge’ changed from NULL to stop
2021-11-11 16:59:07.864 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Warmteboiler_operationMode’ changed from NULL to Off
2021-11-11 16:59:08.592 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Warmteboiler_status’ changed from NULL to ACTIVE
2021-11-11 16:59:08.835 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_suWiSwitchMode’ changed from NULL to forced
2021-11-11 16:59:09.327 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_currentSuWiMode’ changed from NULL to forced
2021-11-11 16:59:09.823 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_activated’ changed from NULL to
2021-11-11 16:59:10.329 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 23.0 to 22.9
2021-11-11 16:59:10.576 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_activeSwitchProgram’ changed from NULL to A
2021-11-11 16:59:11.522 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_operationMode’ changed from NULL to auto
2021-11-11 16:59:12.033 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_status’ changed from NULL to ACTIVE
2021-11-11 16:59:47.606 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 28.8 to 28.7
2021-11-11 17:00:25.515 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Zonnecollector_collectorTemperature’ changed from 13.1 °C to 13 °C
2021-11-11 17:01:13.975 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 22.9 to 22.8
2021-11-11 17:01:18.627 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 22.9 to 22.8
2021-11-11 17:01:51.092 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Zonnecollector_collectorTemperature’ changed from 13 °C to 12.9 °C
2021-11-11 17:01:56.644 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 22.8 to 22.7
2021-11-11 17:02:01.232 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 22.8 to 22.7
2021-11-11 17:02:02.178 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_temporaryRoomSetpoint’ changed from 19.0 to 19.5
2021-11-11 17:02:02.669 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_currentRoomSetpoint’ changed from 19.0 to 19.5
2021-11-11 17:02:44.014 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_supplyTemperatureSetpoint’ changed from 28.0 to 33.0
2021-11-11 17:03:20.698 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_supplyTemperatureSetpoint’ changed from 28.0 to 33.0
2021-11-11 17:03:21.930 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 28.7 to 25.2
2021-11-11 17:03:22.936 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 22.7 to 22.8
2021-11-11 17:04:00.215 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Zonnecollector_collectorTemperature’ changed from 12.9 °C to 12.8 °C
2021-11-11 17:04:05.029 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 25.2 to 23.2
2021-11-11 17:04:06.005 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 22.8 to 22.6
2021-11-11 17:04:10.715 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 22.7 to 22.6
2021-11-11 17:04:46.916 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_numberOfStarts’ changed from 1133.0 to 1134.0
2021-11-11 17:04:47.886 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 23.2 to 26.3
2021-11-11 17:04:48.591 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_totalSystem’ changed from 8420420.0 to 8420460.0
2021-11-11 17:04:48.825 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 22.6 to 22.7
2021-11-11 17:04:53.385 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 22.6 to 22.7
2021-11-11 17:05:30.645 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 26.3 to 28.0
2021-11-11 17:05:31.368 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_totalSystem’ changed from 8420460.0 to 8420520.0
2021-11-11 17:05:31.612 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 22.7 to 22.9
2021-11-11 17:05:36.325 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 22.7 to 23.0
2021-11-11 17:06:13.401 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 28.0 to 28.6
2021-11-11 17:06:14.204 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_totalSystem’ changed from 8420520.0 to 8420580.0
2021-11-11 17:06:14.444 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 22.9 to 23.1
2021-11-11 17:06:23.222 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_roomtemperature’ changed from 18.8 to 18.7
2021-11-11 17:06:23.694 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_supplyTemperatureSetpoint’ changed from 33.0 to 35.0
2021-11-11 17:06:23.935 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 23.0 to 23.2
2021-11-11 17:06:56.386 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Zonnecollector_collectorTemperature’ changed from 12.8 °C to 12.7 °C
2021-11-11 17:06:59.746 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_supplyTemperatureSetpoint’ changed from 33.0 to 35.0
2021-11-11 17:07:00.938 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 28.6 to 29.3
2021-11-11 17:07:01.904 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 23.1 to 23.5
2021-11-11 17:07:06.518 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 23.2 to 23.6
2021-11-11 17:07:43.521 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 29.3 to 29.9
2021-11-11 17:07:44.250 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_totalSystem’ changed from 8420580.0 to 8420640.0
2021-11-11 17:07:44.504 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 23.5 to 23.9
2021-11-11 17:07:49.021 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 23.6 to 24.0
2021-11-11 17:08:25.954 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 29.9 to 31.3
2021-11-11 17:08:26.924 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_totalSystem’ changed from 8420640.0 to 8420700.0
2021-11-11 17:08:27.204 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 23.9 to 24.4
2021-11-11 17:08:31.874 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 24.0 to 24.4
2021-11-11 17:09:04.278 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Zonnecollector_collectorTemperature’ changed from 12.7 °C to 12.6 °C
2021-11-11 17:09:08.935 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 31.3 to 31.8
2021-11-11 17:09:09.661 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_totalSystem’ changed from 8420700.0 to 8420760.0
2021-11-11 17:09:09.905 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 24.4 to 24.8
2021-11-11 17:09:11.812 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Warmteboiler_actualTemp’ changed from 33.6 °C to 33.5 °C
2021-11-11 17:09:14.493 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 24.4 to 24.8
2021-11-11 17:09:51.660 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 31.8 to 32.3
2021-11-11 17:09:52.618 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 24.8 to 25.2
2021-11-11 17:09:57.263 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 24.8 to 25.3
2021-11-11 17:10:34.256 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 32.3 to 33.2
2021-11-11 17:10:34.984 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_totalSystem’ changed from 8420760.0 to 8420820.0
2021-11-11 17:10:35.232 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 25.2 to 25.6
2021-11-11 17:10:39.855 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 25.3 to 25.7
2021-11-11 17:11:17.014 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 33.2 to 33.9
2021-11-11 17:11:17.743 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_totalSystem’ changed from 8420820.0 to 8420880.0
2021-11-11 17:11:18.055 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 25.6 to 26.2
2021-11-11 17:11:22.733 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘hc1_actualSupplyTemperature’ changed from 25.7 to 26.2
2021-11-11 17:11:59.707 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_applianceSupplyTemperature’ changed from 33.9 to 34.4
2021-11-11 17:12:00.637 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘heatSources_actualSupplyTemperature’ changed from 26.2 to 26.6

Hello Daan,

just went through the log ( you should use code fences when posting logs) I saw nothing special.
My impression is, that e.g. “fanSpeed” is not yet supported by the binding. As heatings do differ so much they provide different topics in the interface. And @Markinus obviously can not install all of them at home, so chances are that this might be the case here. I own a Junkers Hybrid model with gas heater and heat pump and the interface provides no information on the heat pump part at all - no way to add them,
Same was true for e.g. holiday modes, those have been added on request. Maybe he can enhance the binding a bit to support the values you are missing. Or you add the required changes in the git and provide him a pull-request.
Sorry I’m of no help here - this just seems to be implementation related.

Hi Thomas.

Thanks again for your response and efforts done. (I’ve updated the earlier post with the appropriate code fences :wink: ).

What I could find is that the binding should be able to give modulation info from a split unit but not for the monoblock. It would nice if this could be added so I can optimize the heating curve for better and efficient performance. I’ll into the option you gave and hopefully @Markinus is able to add them. I like this openhab binding as it doesn’t require additional hardware (like an EMS interface board) to be connected on the heating device.