diff --git a/luxtronik/definitions/calculations.py b/luxtronik/definitions/calculations.py new file mode 100644 index 00000000..c89203e3 --- /dev/null +++ b/luxtronik/definitions/calculations.py @@ -0,0 +1,2737 @@ +""" +Constant list containing all 'calculation' definitions +used by the config interface (CFI) of the Luxtronik controller. + +The calculations holds values based on the currently measured values, +are read-only and are used for control and display purposes. +""" +from typing import Final + +from luxtronik.datatypes import ( + BivalenceLevel, + Bool, + Celsius, + Character, + Count, + Energy, + Errorcode, + Flow, + Frequency, + HeatpumpCode, + Icon, + IPv4Address, + Kelvin, + Level, + MainMenuStatusLine1, + MainMenuStatusLine2, + MainMenuStatusLine3, + OperationMode, + Percent2, + Power, + Pressure, + Seconds, + SecOperationMode, + Speed, + SwitchoffFile, + Timestamp, + Unknown, + MajorMinorVersion, + Voltage, +) + +# Offset which must be added to the calculation indices +# to obtain the correct address of the data fields +CALCULATIONS_OFFSET: Final = 0 + +CALCULATIONS_DEFINITIONS_LIST: Final = [ + { + "index": 0, + "count": 1, + "names": ['Unknown_Calculation_0'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1, + "count": 1, + "names": ['Unknown_Calculation_1'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 2, + "count": 1, + "names": ['Unknown_Calculation_2'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 3, + "count": 1, + "names": ['Unknown_Calculation_3'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 4, + "count": 1, + "names": ['Unknown_Calculation_4'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 5, + "count": 1, + "names": ['Unknown_Calculation_5'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 6, + "count": 1, + "names": ['Unknown_Calculation_6'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 7, + "count": 1, + "names": ['Unknown_Calculation_7'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 8, + "count": 1, + "names": ['Unknown_Calculation_8'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 9, + "count": 1, + "names": ['Unknown_Calculation_9'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 10, + "count": 1, + "names": ['ID_WEB_Temperatur_TVL', 'Unknown_Calculation_10'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 11, + "count": 1, + "names": ['ID_WEB_Temperatur_TRL', 'Unknown_Calculation_11'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 12, + "count": 1, + "names": ['ID_WEB_Sollwert_TRL_HZ', 'Unknown_Calculation_12'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 13, + "count": 1, + "names": ['ID_WEB_Temperatur_TRL_ext', 'Unknown_Calculation_13'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 14, + "count": 1, + "names": ['ID_WEB_Temperatur_THG', 'Unknown_Calculation_14'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 15, + "count": 1, + "names": ['ID_WEB_Temperatur_TA', 'Unknown_Calculation_15'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 16, + "count": 1, + "names": ['ID_WEB_Mitteltemperatur', 'Unknown_Calculation_16'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 17, + "count": 1, + "names": ['ID_WEB_Temperatur_TBW', 'Unknown_Calculation_17'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 18, + "count": 1, + "names": ['ID_WEB_Einst_BWS_akt', 'Unknown_Calculation_18'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 19, + "count": 1, + "names": ['ID_WEB_Temperatur_TWE', 'Unknown_Calculation_19'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 20, + "count": 1, + "names": ['ID_WEB_Temperatur_TWA', 'Unknown_Calculation_20'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 21, + "count": 1, + "names": ['ID_WEB_Temperatur_TFB1', 'Unknown_Calculation_21'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 22, + "count": 1, + "names": ['ID_WEB_Sollwert_TVL_MK1', 'Unknown_Calculation_22'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 23, + "count": 1, + "names": ['ID_WEB_Temperatur_RFV', 'Unknown_Calculation_23'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 24, + "count": 1, + "names": ['ID_WEB_Temperatur_TFB2', 'Unknown_Calculation_24'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 25, + "count": 1, + "names": ['ID_WEB_Sollwert_TVL_MK2', 'Unknown_Calculation_25'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 26, + "count": 1, + "names": ['ID_WEB_Temperatur_TSK', 'Unknown_Calculation_26'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 27, + "count": 1, + "names": ['ID_WEB_Temperatur_TSS', 'Unknown_Calculation_27'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 28, + "count": 1, + "names": ['ID_WEB_Temperatur_TEE', 'Unknown_Calculation_28'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 29, + "count": 1, + "names": ['ID_WEB_ASDin', 'Unknown_Calculation_29'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 30, + "count": 1, + "names": ['ID_WEB_BWTin', 'Unknown_Calculation_30'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 31, + "count": 1, + "names": ['ID_WEB_EVUin', 'Unknown_Calculation_31'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 32, + "count": 1, + "names": ['ID_WEB_HDin', 'Unknown_Calculation_32'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 33, + "count": 1, + "names": ['ID_WEB_MOTin', 'Unknown_Calculation_33'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 34, + "count": 1, + "names": ['ID_WEB_NDin', 'Unknown_Calculation_34'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 35, + "count": 1, + "names": ['ID_WEB_PEXin', 'Unknown_Calculation_35'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 36, + "count": 1, + "names": ['ID_WEB_SWTin', 'Unknown_Calculation_36'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 37, + "count": 1, + "names": ['ID_WEB_AVout', 'Unknown_Calculation_37'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 38, + "count": 1, + "names": ['ID_WEB_BUPout', 'Unknown_Calculation_38'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 39, + "count": 1, + "names": ['ID_WEB_HUPout', 'Unknown_Calculation_39'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 40, + "count": 1, + "names": ['ID_WEB_MA1out', 'Unknown_Calculation_40'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 41, + "count": 1, + "names": ['ID_WEB_MZ1out', 'Unknown_Calculation_41'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 42, + "count": 1, + "names": ['ID_WEB_VENout', 'Unknown_Calculation_42'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 43, + "count": 1, + "names": ['ID_WEB_VBOout', 'Unknown_Calculation_43'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 44, + "count": 1, + "names": ['ID_WEB_VD1out', 'Unknown_Calculation_44'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 45, + "count": 1, + "names": ['ID_WEB_VD2out', 'Unknown_Calculation_45'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 46, + "count": 1, + "names": ['ID_WEB_ZIPout', 'Unknown_Calculation_46'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 47, + "count": 1, + "names": ['ID_WEB_ZUPout', 'Unknown_Calculation_47'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 48, + "count": 1, + "names": ['ID_WEB_ZW1out', 'Unknown_Calculation_48'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 49, + "count": 1, + "names": ['ID_WEB_ZW2SSTout', 'Unknown_Calculation_49'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 50, + "count": 1, + "names": ['ID_WEB_ZW3SSTout', 'Unknown_Calculation_50'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 51, + "count": 1, + "names": ['ID_WEB_FP2out', 'Unknown_Calculation_51'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 52, + "count": 1, + "names": ['ID_WEB_SLPout', 'Unknown_Calculation_52'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 53, + "count": 1, + "names": ['ID_WEB_SUPout', 'Unknown_Calculation_53'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 54, + "count": 1, + "names": ['ID_WEB_MZ2out', 'Unknown_Calculation_54'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 55, + "count": 1, + "names": ['ID_WEB_MA2out', 'Unknown_Calculation_55'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 56, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitVD1', 'Unknown_Calculation_56'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 57, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitImpVD1', 'Unknown_Calculation_57'], + "type": Count, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 58, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitVD2', 'Unknown_Calculation_58'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 59, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitImpVD2', 'Unknown_Calculation_59'], + "type": Count, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 60, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitZWE1', 'Unknown_Calculation_60'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 61, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitZWE2', 'Unknown_Calculation_61'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 62, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitZWE3', 'Unknown_Calculation_62'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 63, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitWP', 'Unknown_Calculation_63'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 64, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitHz', 'Unknown_Calculation_64'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 65, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitBW', 'Unknown_Calculation_65'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 66, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitKue', 'Unknown_Calculation_66'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 67, + "count": 1, + "names": ['ID_WEB_Time_WPein_akt', 'Unknown_Calculation_67'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 68, + "count": 1, + "names": ['ID_WEB_Time_ZWE1_akt', 'Unknown_Calculation_68'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 69, + "count": 1, + "names": ['ID_WEB_Time_ZWE2_akt', 'Unknown_Calculation_69'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 70, + "count": 1, + "names": ['ID_WEB_Timer_EinschVerz', 'Unknown_Calculation_70'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 71, + "count": 1, + "names": ['ID_WEB_Time_SSPAUS_akt', 'Unknown_Calculation_71'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 72, + "count": 1, + "names": ['ID_WEB_Time_SSPEIN_akt', 'Unknown_Calculation_72'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 73, + "count": 1, + "names": ['ID_WEB_Time_VDStd_akt', 'Unknown_Calculation_73'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 74, + "count": 1, + "names": ['ID_WEB_Time_HRM_akt', 'Unknown_Calculation_74'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 75, + "count": 1, + "names": ['ID_WEB_Time_HRW_akt', 'Unknown_Calculation_75'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 76, + "count": 1, + "names": ['ID_WEB_Time_LGS_akt', 'Unknown_Calculation_76'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 77, + "count": 1, + "names": ['ID_WEB_Time_SBW_akt', 'Unknown_Calculation_77'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 78, + "count": 1, + "names": ['ID_WEB_Code_WP_akt', 'Unknown_Calculation_78'], + "type": HeatpumpCode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 79, + "count": 1, + "names": ['ID_WEB_BIV_Stufe_akt', 'Unknown_Calculation_79'], + "type": BivalenceLevel, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 80, + "count": 1, + "names": ['ID_WEB_WP_BZ_akt', 'Unknown_Calculation_80'], + "type": OperationMode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 81, + "count": 1, + "names": ['ID_WEB_SoftStand_0', 'Unknown_Calculation_81'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 82, + "count": 1, + "names": ['ID_WEB_SoftStand_1', 'Unknown_Calculation_82'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 83, + "count": 1, + "names": ['ID_WEB_SoftStand_2', 'Unknown_Calculation_83'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 84, + "count": 1, + "names": ['ID_WEB_SoftStand_3', 'Unknown_Calculation_84'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 85, + "count": 1, + "names": ['ID_WEB_SoftStand_4', 'Unknown_Calculation_85'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 86, + "count": 1, + "names": ['ID_WEB_SoftStand_5', 'Unknown_Calculation_86'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 87, + "count": 1, + "names": ['ID_WEB_SoftStand_6', 'Unknown_Calculation_87'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 88, + "count": 1, + "names": ['ID_WEB_SoftStand_7', 'Unknown_Calculation_88'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 89, + "count": 1, + "names": ['ID_WEB_SoftStand_8', 'Unknown_Calculation_89'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 90, + "count": 1, + "names": ['ID_WEB_SoftStand_9', 'Unknown_Calculation_90'], + "type": Character, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 91, + "count": 1, + "names": ['ID_WEB_AdresseIP_akt', 'Unknown_Calculation_91'], + "type": IPv4Address, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 92, + "count": 1, + "names": ['ID_WEB_SubNetMask_akt', 'Unknown_Calculation_92'], + "type": IPv4Address, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 93, + "count": 1, + "names": ['ID_WEB_Add_Broadcast', 'Unknown_Calculation_93'], + "type": IPv4Address, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 94, + "count": 1, + "names": ['ID_WEB_Add_StdGateway', 'Unknown_Calculation_94'], + "type": IPv4Address, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 95, + "count": 1, + "names": ['ID_WEB_ERROR_Time0', 'Unknown_Calculation_95'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 96, + "count": 1, + "names": ['ID_WEB_ERROR_Time1', 'Unknown_Calculation_96'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 97, + "count": 1, + "names": ['ID_WEB_ERROR_Time2', 'Unknown_Calculation_97'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 98, + "count": 1, + "names": ['ID_WEB_ERROR_Time3', 'Unknown_Calculation_98'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 99, + "count": 1, + "names": ['ID_WEB_ERROR_Time4', 'Unknown_Calculation_99'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 100, + "count": 1, + "names": ['ID_WEB_ERROR_Nr0', 'Unknown_Calculation_100'], + "type": Errorcode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 101, + "count": 1, + "names": ['ID_WEB_ERROR_Nr1', 'Unknown_Calculation_101'], + "type": Errorcode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 102, + "count": 1, + "names": ['ID_WEB_ERROR_Nr2', 'Unknown_Calculation_102'], + "type": Errorcode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 103, + "count": 1, + "names": ['ID_WEB_ERROR_Nr3', 'Unknown_Calculation_103'], + "type": Errorcode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 104, + "count": 1, + "names": ['ID_WEB_ERROR_Nr4', 'Unknown_Calculation_104'], + "type": Errorcode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 105, + "count": 1, + "names": ['ID_WEB_AnzahlFehlerInSpeicher', 'Unknown_Calculation_105'], + "type": Count, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 106, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Nr0', 'Unknown_Calculation_106'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 107, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Nr1', 'Unknown_Calculation_107'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 108, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Nr2', 'Unknown_Calculation_108'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 109, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Nr3', 'Unknown_Calculation_109'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 110, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Nr4', 'Unknown_Calculation_110'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 111, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Time0', 'Unknown_Calculation_111'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 112, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Time1', 'Unknown_Calculation_112'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 113, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Time2', 'Unknown_Calculation_113'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 114, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Time3', 'Unknown_Calculation_114'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 115, + "count": 1, + "names": ['ID_WEB_Switchoff_file_Time4', 'Unknown_Calculation_115'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 116, + "count": 1, + "names": ['ID_WEB_Comfort_exists', 'Unknown_Calculation_116'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 117, + "count": 1, + "names": ['ID_WEB_HauptMenuStatus_Zeile1', 'Unknown_Calculation_117'], + "type": MainMenuStatusLine1, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 118, + "count": 1, + "names": ['ID_WEB_HauptMenuStatus_Zeile2', 'Unknown_Calculation_118'], + "type": MainMenuStatusLine2, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 119, + "count": 1, + "names": ['ID_WEB_HauptMenuStatus_Zeile3', 'Unknown_Calculation_119'], + "type": MainMenuStatusLine3, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 120, + "count": 1, + "names": ['ID_WEB_HauptMenuStatus_Zeit', 'Unknown_Calculation_120'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 121, + "count": 1, + "names": ['ID_WEB_HauptMenuAHP_Stufe', 'Unknown_Calculation_121'], + "type": Level, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 122, + "count": 1, + "names": ['ID_WEB_HauptMenuAHP_Temp', 'Unknown_Calculation_122'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 123, + "count": 1, + "names": ['ID_WEB_HauptMenuAHP_Zeit', 'Unknown_Calculation_123'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 124, + "count": 1, + "names": ['ID_WEB_SH_BWW', 'Unknown_Calculation_124'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 125, + "count": 1, + "names": ['ID_WEB_SH_HZ', 'Unknown_Calculation_125'], + "type": Icon, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 126, + "count": 1, + "names": ['ID_WEB_SH_MK1', 'Unknown_Calculation_126'], + "type": Icon, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 127, + "count": 1, + "names": ['ID_WEB_SH_MK2', 'Unknown_Calculation_127'], + "type": Icon, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 128, + "count": 1, + "names": ['ID_WEB_Einst_Kurzrpgramm', 'Unknown_Calculation_128'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 129, + "count": 1, + "names": ['ID_WEB_StatusSlave_1', 'Unknown_Calculation_129'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 130, + "count": 1, + "names": ['ID_WEB_StatusSlave_2', 'Unknown_Calculation_130'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 131, + "count": 1, + "names": ['ID_WEB_StatusSlave_3', 'Unknown_Calculation_131'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 132, + "count": 1, + "names": ['ID_WEB_StatusSlave_4', 'Unknown_Calculation_132'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 133, + "count": 1, + "names": ['ID_WEB_StatusSlave_5', 'Unknown_Calculation_133'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 134, + "count": 1, + "names": ['ID_WEB_AktuelleTimeStamp', 'Unknown_Calculation_134'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 135, + "count": 1, + "names": ['ID_WEB_SH_MK3', 'Unknown_Calculation_135'], + "type": Icon, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 136, + "count": 1, + "names": ['ID_WEB_Sollwert_TVL_MK3', 'Unknown_Calculation_136'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 137, + "count": 1, + "names": ['ID_WEB_Temperatur_TFB3', 'Unknown_Calculation_137'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 138, + "count": 1, + "names": ['ID_WEB_MZ3out', 'Unknown_Calculation_138'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 139, + "count": 1, + "names": ['ID_WEB_MA3out', 'Unknown_Calculation_139'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 140, + "count": 1, + "names": ['ID_WEB_FP3out', 'Unknown_Calculation_140'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 141, + "count": 1, + "names": ['ID_WEB_Time_AbtIn', 'Unknown_Calculation_141'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 142, + "count": 1, + "names": ['ID_WEB_Temperatur_RFV2', 'Unknown_Calculation_142'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 143, + "count": 1, + "names": ['ID_WEB_Temperatur_RFV3', 'Unknown_Calculation_143'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 144, + "count": 1, + "names": ['ID_WEB_SH_SW', 'Unknown_Calculation_144'], + "type": Icon, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 145, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitSW', 'Unknown_Calculation_145'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 146, + "count": 1, + "names": ['ID_WEB_FreigabKuehl', 'Unknown_Calculation_146'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 147, + "count": 1, + "names": ['ID_WEB_AnalogIn', 'Unknown_Calculation_147'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 148, + "count": 1, + "names": ['ID_WEB_SonderZeichen', 'Unknown_Calculation_148'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 149, + "count": 1, + "names": ['ID_WEB_SH_ZIP', 'Unknown_Calculation_149'], + "type": Icon, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 150, + "count": 1, + "names": ['ID_WEB_WebsrvProgrammWerteBeobarten', 'Unknown_Calculation_150'], + "type": Icon, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 151, + "count": 1, + "names": ['ID_WEB_WMZ_Heizung', 'Unknown_Calculation_151'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 152, + "count": 1, + "names": ['ID_WEB_WMZ_Brauchwasser', 'Unknown_Calculation_152'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 153, + "count": 1, + "names": ['ID_WEB_WMZ_Schwimmbad', 'Unknown_Calculation_153'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 154, + "count": 1, + "names": ['ID_WEB_WMZ_Seit', 'Unknown_Calculation_154'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 155, + "count": 1, + "names": ['ID_WEB_WMZ_Durchfluss', 'Unknown_Calculation_155'], + "type": Flow, + "writeable": False, + "datatype": 'UINT32', + "unit": 'l/h', + "description": '', + }, + { + "index": 156, + "count": 1, + "names": ['ID_WEB_AnalogOut1', 'Unknown_Calculation_156'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 157, + "count": 1, + "names": ['ID_WEB_AnalogOut2', 'Unknown_Calculation_157'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 158, + "count": 1, + "names": ['ID_WEB_Time_Heissgas', 'Unknown_Calculation_158'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 159, + "count": 1, + "names": ['ID_WEB_Temp_Lueftung_Zuluft', 'Unknown_Calculation_159'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 160, + "count": 1, + "names": ['ID_WEB_Temp_Lueftung_Abluft', 'Unknown_Calculation_160'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 161, + "count": 1, + "names": ['ID_WEB_Zaehler_BetrZeitSolar', 'Unknown_Calculation_161'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 162, + "count": 1, + "names": ['ID_WEB_AnalogOut3', 'Unknown_Calculation_162'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 163, + "count": 1, + "names": ['ID_WEB_AnalogOut4', 'Unknown_Calculation_163'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 164, + "count": 1, + "names": ['ID_WEB_Out_VZU', 'Unknown_Calculation_164'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 165, + "count": 1, + "names": ['ID_WEB_Out_VAB', 'Unknown_Calculation_165'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 166, + "count": 1, + "names": ['ID_WEB_Out_VSK', 'Unknown_Calculation_166'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 167, + "count": 1, + "names": ['ID_WEB_Out_FRH', 'Unknown_Calculation_167'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 168, + "count": 1, + "names": ['ID_WEB_AnalogIn2', 'Unknown_Calculation_168'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 169, + "count": 1, + "names": ['ID_WEB_AnalogIn3', 'Unknown_Calculation_169'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 170, + "count": 1, + "names": ['ID_WEB_SAXin', 'Unknown_Calculation_170'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 171, + "count": 1, + "names": ['ID_WEB_SPLin', 'Unknown_Calculation_171'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 172, + "count": 1, + "names": ['ID_WEB_Compact_exists', 'Unknown_Calculation_172'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 173, + "count": 1, + "names": ['ID_WEB_Durchfluss_WQ', 'Unknown_Calculation_173'], + "type": Flow, + "writeable": False, + "datatype": 'UINT32', + "unit": 'l/h', + "description": '', + }, + { + "index": 174, + "count": 1, + "names": ['ID_WEB_LIN_exists', 'Unknown_Calculation_174'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 175, + "count": 1, + "names": ['ID_WEB_LIN_ANSAUG_VERDAMPFER', 'Unknown_Calculation_175'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 176, + "count": 1, + "names": ['ID_WEB_LIN_ANSAUG_VERDICHTER', 'Unknown_Calculation_176'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 177, + "count": 1, + "names": ['ID_WEB_LIN_VDH', 'Unknown_Calculation_177'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 178, + "count": 1, + "names": ['ID_WEB_LIN_UH', 'Unknown_Calculation_178'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 179, + "count": 1, + "names": ['ID_WEB_LIN_UH_Soll', 'Unknown_Calculation_179'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 180, + "count": 1, + "names": ['ID_WEB_LIN_HD', 'Unknown_Calculation_180'], + "type": Pressure, + "writeable": False, + "datatype": 'INT32', + "unit": 'bar/100', + "description": '', + }, + { + "index": 181, + "count": 1, + "names": ['ID_WEB_LIN_ND', 'Unknown_Calculation_181'], + "type": Pressure, + "writeable": False, + "datatype": 'INT32', + "unit": 'bar/100', + "description": '', + }, + { + "index": 182, + "count": 1, + "names": ['ID_WEB_LIN_VDH_out', 'Unknown_Calculation_182'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 183, + "count": 1, + "names": ['ID_WEB_HZIO_PWM', 'Unknown_Calculation_183'], + "type": Percent2, + "writeable": False, + "datatype": 'UINT32', + "unit": '%', + "description": '', + }, + { + "index": 184, + "count": 1, + "names": ['ID_WEB_HZIO_VEN', 'Unknown_Calculation_184'], + "type": Speed, + "writeable": False, + "datatype": 'UINT32', + "unit": 'rpm', + "description": '', + }, + { + "index": 185, + "count": 1, + "names": ['ID_WEB_HZIO_EVU2', 'Unknown_Calculation_185'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 186, + "count": 1, + "names": ['ID_WEB_HZIO_STB', 'Unknown_Calculation_186'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 187, + "count": 1, + "names": ['ID_WEB_SEC_Qh_Soll', 'Unknown_Calculation_187'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 188, + "count": 1, + "names": ['ID_WEB_SEC_Qh_Ist', 'Unknown_Calculation_188'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 189, + "count": 1, + "names": ['ID_WEB_SEC_TVL_Soll', 'Unknown_Calculation_189'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 190, + "count": 1, + "names": ['ID_WEB_SEC_Software', 'Unknown_Calculation_190'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 191, + "count": 1, + "names": ['ID_WEB_SEC_BZ', 'Unknown_Calculation_191'], + "type": SecOperationMode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 192, + "count": 1, + "names": ['ID_WEB_SEC_VWV', 'Unknown_Calculation_192'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 193, + "count": 1, + "names": ['ID_WEB_SEC_VD', 'Unknown_Calculation_193'], + "type": Speed, + "writeable": False, + "datatype": 'UINT32', + "unit": 'rpm', + "description": '', + }, + { + "index": 194, + "count": 1, + "names": ['ID_WEB_SEC_VerdEVI', 'Unknown_Calculation_194'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 195, + "count": 1, + "names": ['ID_WEB_SEC_AnsEVI', 'Unknown_Calculation_195'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 196, + "count": 1, + "names": ['ID_WEB_SEC_UEH_EVI', 'Unknown_Calculation_196'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 197, + "count": 1, + "names": ['ID_WEB_SEC_UEH_EVI_S', 'Unknown_Calculation_197'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 198, + "count": 1, + "names": ['ID_WEB_SEC_KondTemp', 'Unknown_Calculation_198'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 199, + "count": 1, + "names": ['ID_WEB_SEC_FlussigEx', 'Unknown_Calculation_199'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 200, + "count": 1, + "names": ['ID_WEB_SEC_UK_EEV', 'Unknown_Calculation_200'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 201, + "count": 1, + "names": ['ID_WEB_SEC_EVI_Druck', 'Unknown_Calculation_201'], + "type": Pressure, + "writeable": False, + "datatype": 'INT32', + "unit": 'bar/100', + "description": '', + }, + { + "index": 202, + "count": 1, + "names": ['ID_WEB_SEC_U_Inv', 'Unknown_Calculation_202'], + "type": Voltage, + "writeable": False, + "datatype": 'INT32', + "unit": 'V/10', + "description": '', + }, + { + "index": 203, + "count": 1, + "names": ['ID_WEB_Temperatur_THG_2', 'Unknown_Calculation_203'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 204, + "count": 1, + "names": ['ID_WEB_Temperatur_TWE_2', 'Unknown_Calculation_204'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 205, + "count": 1, + "names": ['ID_WEB_LIN_ANSAUG_VERDAMPFER_2', 'Unknown_Calculation_205'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 206, + "count": 1, + "names": ['ID_WEB_LIN_ANSAUG_VERDICHTER_2', 'Unknown_Calculation_206'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 207, + "count": 1, + "names": ['ID_WEB_LIN_VDH_2', 'Unknown_Calculation_207'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 208, + "count": 1, + "names": ['ID_WEB_LIN_UH_2', 'Unknown_Calculation_208'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 209, + "count": 1, + "names": ['ID_WEB_LIN_UH_Soll_2', 'Unknown_Calculation_209'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 210, + "count": 1, + "names": ['ID_WEB_LIN_HD_2', 'Unknown_Calculation_210'], + "type": Pressure, + "writeable": False, + "datatype": 'INT32', + "unit": 'bar/100', + "description": '', + }, + { + "index": 211, + "count": 1, + "names": ['ID_WEB_LIN_ND_2', 'Unknown_Calculation_211'], + "type": Pressure, + "writeable": False, + "datatype": 'INT32', + "unit": 'bar/100', + "description": '', + }, + { + "index": 212, + "count": 1, + "names": ['ID_WEB_HDin_2', 'Unknown_Calculation_212'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 213, + "count": 1, + "names": ['ID_WEB_AVout_2', 'Unknown_Calculation_213'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 214, + "count": 1, + "names": ['ID_WEB_VBOout_2', 'Unknown_Calculation_214'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 215, + "count": 1, + "names": ['ID_WEB_VD1out_2', 'Unknown_Calculation_215'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 216, + "count": 1, + "names": ['ID_WEB_LIN_VDH_out_2', 'Unknown_Calculation_216'], + "type": Bool, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 217, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Nr0', 'Unknown_Calculation_217'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 218, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Nr1', 'Unknown_Calculation_218'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 219, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Nr2', 'Unknown_Calculation_219'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 220, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Nr3', 'Unknown_Calculation_220'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 221, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Nr4', 'Unknown_Calculation_221'], + "type": SwitchoffFile, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 222, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Time0', 'Unknown_Calculation_222'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 223, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Time1', 'Unknown_Calculation_223'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 224, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Time2', 'Unknown_Calculation_224'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 225, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Time3', 'Unknown_Calculation_225'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 226, + "count": 1, + "names": ['ID_WEB_Switchoff2_file_Time4', 'Unknown_Calculation_226'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 227, + "count": 1, + "names": ['ID_WEB_RBE_RT_Ist', 'Unknown_Calculation_227'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 228, + "count": 1, + "names": ['ID_WEB_RBE_RT_Soll', 'Unknown_Calculation_228'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 229, + "count": 1, + "names": ['ID_WEB_Temperatur_BW_oben', 'Unknown_Calculation_229'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 230, + "count": 1, + "names": ['ID_WEB_Code_WP_akt_2', 'Unknown_Calculation_230'], + "type": HeatpumpCode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 231, + "count": 1, + "names": ['ID_WEB_Freq_VD', 'Unknown_Calculation_231'], + "type": Frequency, + "writeable": False, + "datatype": 'UINT32', + "unit": 'Hz', + "description": '', + }, + { + "index": 232, + "count": 1, + "names": ['Vapourisation_Temperature', 'Unknown_Calculation_232'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 233, + "count": 1, + "names": ['Liquefaction_Temperature', 'Unknown_Calculation_233'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 234, + "count": 1, + "names": ['Unknown_Calculation_234'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 235, + "count": 1, + "names": ['Unknown_Calculation_235'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 236, + "count": 1, + "names": ['ID_WEB_Freq_VD_Soll', 'Unknown_Calculation_236'], + "type": Frequency, + "writeable": False, + "datatype": 'UINT32', + "unit": 'Hz', + "description": '', + }, + { + "index": 237, + "count": 1, + "names": ['ID_WEB_Freq_VD_Min', 'Unknown_Calculation_237'], + "type": Frequency, + "writeable": False, + "datatype": 'UINT32', + "unit": 'Hz', + "description": '', + }, + { + "index": 238, + "count": 1, + "names": ['ID_WEB_Freq_VD_Max', 'Unknown_Calculation_238'], + "type": Frequency, + "writeable": False, + "datatype": 'UINT32', + "unit": 'Hz', + "description": '', + }, + { + "index": 239, + "count": 1, + "names": ['VBO_Temp_Spread_Soll', 'Unknown_Calculation_239'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 240, + "count": 1, + "names": ['VBO_Temp_Spread_Ist', 'Unknown_Calculation_240'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 241, + "count": 1, + "names": ['HUP_PWM', 'Circulation_Pump', 'Unknown_Calculation_241'], + "type": Percent2, + "writeable": False, + "datatype": 'UINT32', + "unit": '%', + "description": '', + }, + { + "index": 242, + "count": 1, + "names": ['HUP_Temp_Spread_Soll', 'Unknown_Calculation_242'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 243, + "count": 1, + "names": ['HUP_Temp_Spread_Ist', 'Unknown_Calculation_243'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 244, + "count": 1, + "names": ['Unknown_Calculation_244'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 245, + "count": 1, + "names": ['Unknown_Calculation_245'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 246, + "count": 1, + "names": ['Unknown_Calculation_246'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 247, + "count": 1, + "names": ['Unknown_Calculation_247'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 248, + "count": 1, + "names": ['Unknown_Calculation_248'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 249, + "count": 1, + "names": ['Unknown_Calculation_249'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 250, + "count": 1, + "names": ['Unknown_Calculation_250'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 251, + "count": 1, + "names": ['Unknown_Calculation_251'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 252, + "count": 1, + "names": ['Unknown_Calculation_252'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 253, + "count": 1, + "names": ['Unknown_Calculation_253'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 254, + "count": 1, + "names": ['Flow_Rate_254', 'Unknown_Calculation_254'], + "type": Flow, + "writeable": False, + "datatype": 'UINT32', + "unit": 'l/h', + "description": '', + }, + { + "index": 255, + "count": 1, + "names": ['Unknown_Calculation_255'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 256, + "count": 1, + "names": ['Unknown_Calculation_256'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 257, + "count": 1, + "names": ['Heat_Output', 'Unknown_Calculation_257'], + "type": Power, + "writeable": False, + "datatype": 'UINT32', + "unit": 'W', + "description": '', + }, + { + "index": 258, + "count": 1, + "names": ['RBE_Version', 'Unknown_Calculation_258'], + "type": MajorMinorVersion, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 259, + "count": 1, + "names": ['Unknown_Calculation_259'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 260, + "count": 1, + "names": ['Unknown_Calculation_260'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 261, + "count": 1, + "names": ['Unknown_Calculation_261'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 262, + "count": 1, + "names": ['Unknown_Calculation_262'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 263, + "count": 1, + "names": ['Unknown_Calculation_263'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 264, + "count": 1, + "names": ['Unknown_Calculation_264'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 265, + "count": 1, + "names": ['Unknown_Calculation_265'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 266, + "count": 1, + "names": ['Unknown_Calculation_266'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 267, + "count": 1, + "names": ['Desired_Room_Temperature', 'Unknown_Calculation_267'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 268, + "count": 1, + "names": ['AC_Power_Input', 'Unknown_Calculation_268'], + "type": Power, + "writeable": False, + "datatype": 'UINT32', + "unit": 'W', + "description": '', + }, +] diff --git a/luxtronik/definitions/parameters.py b/luxtronik/definitions/parameters.py new file mode 100644 index 00000000..5ea847d7 --- /dev/null +++ b/luxtronik/definitions/parameters.py @@ -0,0 +1,11641 @@ +""" +Constant list containing all 'parameter' definitions +used by the config interface (CFI) of the Luxtronik controller. + +The parameters represents the heat pump settings, +are stored permanently and are readable and writable. +""" +from typing import Final + +from luxtronik.datatypes import ( + AccessLevel, + Bool, + Count, + Energy, + Kelvin, + Celsius, + CoolingMode, + HeatingMode, + HotWaterMode, + Hours, + Hours2, + Minutes, + MixedCircuitMode, + OnOffMode, + PoolMode, + Seconds, + SolarMode, + Timestamp, + Unknown, + VentilationMode, + TimerProgram, + TimeOfDay, + TimeOfDay2, +) + +# Offset which must be added to the parameter indices +# to obtain the correct address of the data fields +PARAMETERS_OFFSET: Final = 0 + +PARAMETERS_DEFINITIONS_LIST: Final = [ + { + "index": 0, + "count": 1, + "names": ['ID_Transfert_LuxNet', 'Unknown_Parameter_0'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1, + "count": 1, + "names": ['ID_Einst_WK_akt', 'Unknown_Parameter_1'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 2, + "count": 1, + "names": ['ID_Einst_BWS_akt', 'Unknown_Parameter_2'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 3, + "count": 1, + "names": ['ID_Ba_Hz_akt', 'Unknown_Parameter_3'], + "type": HeatingMode, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 4, + "count": 1, + "names": ['ID_Ba_Bw_akt', 'Unknown_Parameter_4'], + "type": HotWaterMode, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 5, + "count": 1, + "names": ['ID_Ba_Al_akt', 'Unknown_Parameter_5'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 6, + "count": 1, + "names": ['ID_SU_FrkdHz', 'Unknown_Parameter_6'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 7, + "count": 1, + "names": ['ID_SU_FrkdBw', 'Unknown_Parameter_7'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 8, + "count": 1, + "names": ['ID_SU_FrkdAl', 'Unknown_Parameter_8'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 9, + "count": 1, + "names": ['ID_Einst_HReg_akt', 'Unknown_Parameter_9'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 10, + "count": 1, + "names": ['ID_Einst_HzHwMAt_akt', 'Unknown_Parameter_10'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 11, + "count": 1, + "names": ['ID_Einst_HzHwHKE_akt', 'Unknown_Parameter_11'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 12, + "count": 1, + "names": ['ID_Einst_HzHKRANH_akt', 'Unknown_Parameter_12'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 13, + "count": 1, + "names": ['ID_Einst_HzHKRABS_akt', 'Unknown_Parameter_13'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 14, + "count": 1, + "names": ['ID_Einst_HzMK1E_akt', 'Unknown_Parameter_14'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 15, + "count": 1, + "names": ['ID_Einst_HzMK1ANH_akt', 'Unknown_Parameter_15'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 16, + "count": 1, + "names": ['ID_Einst_HzMK1ABS_akt', 'Unknown_Parameter_16'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 17, + "count": 1, + "names": ['ID_Einst_HzFtRl_akt', 'Unknown_Parameter_17'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 18, + "count": 1, + "names": ['ID_Einst_HzFtMK1Vl_akt', 'Unknown_Parameter_18'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 19, + "count": 1, + "names": ['ID_Einst_SUBW_akt', 'Unknown_Parameter_19'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 20, + "count": 1, + "names": ['ID_Einst_BwTDI_akt_MO', 'Unknown_Parameter_20'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 21, + "count": 1, + "names": ['ID_Einst_BwTDI_akt_DI', 'Unknown_Parameter_21'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 22, + "count": 1, + "names": ['ID_Einst_BwTDI_akt_MI', 'Unknown_Parameter_22'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 23, + "count": 1, + "names": ['ID_Einst_BwTDI_akt_DO', 'Unknown_Parameter_23'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 24, + "count": 1, + "names": ['ID_Einst_BwTDI_akt_FR', 'Unknown_Parameter_24'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 25, + "count": 1, + "names": ['ID_Einst_BwTDI_akt_SA', 'Unknown_Parameter_25'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 26, + "count": 1, + "names": ['ID_Einst_BwTDI_akt_SO', 'Unknown_Parameter_26'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 27, + "count": 1, + "names": ['ID_Einst_BwTDI_akt_AL', 'Unknown_Parameter_27'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 28, + "count": 1, + "names": ['ID_Einst_AnlKonf_akt', 'Unknown_Parameter_28'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 29, + "count": 1, + "names": ['ID_Einst_Sprache_akt', 'Unknown_Parameter_29'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 30, + "count": 1, + "names": ['ID_Switchoff_Zahler', 'Unknown_Parameter_30'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 31, + "count": 1, + "names": ['ID_Switchoff_index', 'Unknown_Parameter_31'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 32, + "count": 1, + "names": ['ID_Einst_EvuTyp_akt', 'Unknown_Parameter_32'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 33, + "count": 1, + "names": ['ID_Einst_RFVEinb_akt', 'Unknown_Parameter_33'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 34, + "count": 1, + "names": ['ID_Einst_AbtZykMax_akt', 'Unknown_Parameter_34'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 35, + "count": 1, + "names": ['ID_Einst_HREinb_akt', 'Unknown_Parameter_35'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 36, + "count": 1, + "names": ['ID_Einst_ZWE1Art_akt', 'Unknown_Parameter_36'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 37, + "count": 1, + "names": ['ID_Einst_ZWE1Fkt_akt', 'Unknown_Parameter_37'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 38, + "count": 1, + "names": ['ID_Einst_ZWE2Art_akt', 'Unknown_Parameter_38'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 39, + "count": 1, + "names": ['ID_Einst_ZWE2Fkt_akt', 'Unknown_Parameter_39'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 40, + "count": 1, + "names": ['ID_Einst_BWBer_akt', 'Unknown_Parameter_40'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 41, + "count": 1, + "names": ['ID_Einst_En_Inst', 'Unknown_Parameter_41'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 42, + "count": 1, + "names": ['ID_Einst_MK1Typ_akt', 'Unknown_Parameter_42'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 43, + "count": 1, + "names": ['ID_Einst_ABTLuft_akt', 'Unknown_Parameter_43'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 44, + "count": 1, + "names": ['ID_Einst_TLAbt_akt', 'Unknown_Parameter_44'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 45, + "count": 1, + "names": ['ID_Einst_LAbtTime_akt', 'Unknown_Parameter_45'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 46, + "count": 1, + "names": ['ID_Einst_ASDTyp_akt', 'Unknown_Parameter_46'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 47, + "count": 1, + "names": ['ID_Einst_LGST_akt', 'Unknown_Parameter_47'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 48, + "count": 1, + "names": ['ID_Einst_BwWpTime_akt', 'Unknown_Parameter_48'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 49, + "count": 1, + "names": ['ID_Einst_Popt_akt', 'Unknown_Parameter_49'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 50, + "count": 1, + "names": ['ID_Einst_Kurzprog_akt', 'Unknown_Parameter_50'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 51, + "count": 1, + "names": ['ID_Timer_Kurzprog_akt', 'Unknown_Parameter_51'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 52, + "count": 1, + "names": ['ID_Einst_ManAbt_akt', 'Unknown_Parameter_52'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 53, + "count": 1, + "names": ['ID_Einst_Ahz_akt', 'Unknown_Parameter_53'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 54, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_1', 'Unknown_Parameter_54'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 55, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_2', 'Unknown_Parameter_55'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 56, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_3', 'Unknown_Parameter_56'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 57, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_4', 'Unknown_Parameter_57'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 58, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_5', 'Unknown_Parameter_58'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 59, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_6', 'Unknown_Parameter_59'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 60, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_7', 'Unknown_Parameter_60'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 61, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_8', 'Unknown_Parameter_61'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 62, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_9', 'Unknown_Parameter_62'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 63, + "count": 1, + "names": ['ID_Einst_TVL_Ahz_10', 'Unknown_Parameter_63'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 64, + "count": 1, + "names": ['ID_Einst_TVL_Std_1', 'Unknown_Parameter_64'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 65, + "count": 1, + "names": ['ID_Einst_TVL_Std_2', 'Unknown_Parameter_65'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 66, + "count": 1, + "names": ['ID_Einst_TVL_Std_3', 'Unknown_Parameter_66'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 67, + "count": 1, + "names": ['ID_Einst_TVL_Std_4', 'Unknown_Parameter_67'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 68, + "count": 1, + "names": ['ID_Einst_TVL_Std_5', 'Unknown_Parameter_68'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 69, + "count": 1, + "names": ['ID_Einst_TVL_Std_6', 'Unknown_Parameter_69'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 70, + "count": 1, + "names": ['ID_Einst_TVL_Std_7', 'Unknown_Parameter_70'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 71, + "count": 1, + "names": ['ID_Einst_TVL_Std_8', 'Unknown_Parameter_71'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 72, + "count": 1, + "names": ['ID_Einst_TVL_Std_9', 'Unknown_Parameter_72'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 73, + "count": 1, + "names": ['ID_Einst_TVL_Std_10', 'Unknown_Parameter_73'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 74, + "count": 1, + "names": ['ID_Einst_BWS_Hyst_akt', 'Unknown_Parameter_74'], + "type": Kelvin, + "writeable": True, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 75, + "count": 1, + "names": ['ID_Temp_TBW_BwHD_saved', 'Unknown_Parameter_75'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 76, + "count": 1, + "names": ['ID_Einst_ABT1_akt', 'Unknown_Parameter_76'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 77, + "count": 1, + "names": ['ID_Einst_LABTpaus_akt', 'Unknown_Parameter_77'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 78, + "count": 1, + "names": ['ID_AHZ_state_akt', 'Unknown_Parameter_78'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 79, + "count": 1, + "names": ['ID_Sollwert_TRL_HZ_AHZ', 'Unknown_Parameter_79'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 80, + "count": 1, + "names": ['ID_AHP_valid_records', 'Unknown_Parameter_80'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 81, + "count": 1, + "names": ['ID_Timer_AHZ_akt', 'Unknown_Parameter_81'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 82, + "count": 1, + "names": ['ID_Einst_BWTINP_akt', 'Unknown_Parameter_82'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 83, + "count": 1, + "names": ['ID_Einst_ZUPTYP_akt', 'Unknown_Parameter_83'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 84, + "count": 1, + "names": ['ID_Sollwert_TLG_max', 'Unknown_Parameter_84'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 85, + "count": 1, + "names": ['ID_Einst_BWZIP_akt', 'Unknown_Parameter_85'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 86, + "count": 1, + "names": ['ID_Einst_ERRmZWE_akt', 'Unknown_Parameter_86'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 87, + "count": 1, + "names": ['ID_Einst_TRBegr_akt', 'Unknown_Parameter_87'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 88, + "count": 1, + "names": ['ID_Einst_HRHyst_akt', 'Unknown_Parameter_88'], + "type": Kelvin, + "writeable": True, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 89, + "count": 1, + "names": ['ID_Einst_TRErhmax_akt', 'Unknown_Parameter_89'], + "type": Kelvin, + "writeable": True, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 90, + "count": 1, + "names": ['ID_Einst_ZWEFreig_akt', 'Unknown_Parameter_90'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 91, + "count": 1, + "names": ['ID_Einst_TAmax_akt', 'Unknown_Parameter_91'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 92, + "count": 1, + "names": ['ID_Einst_TAmin_akt', 'Unknown_Parameter_92'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 93, + "count": 1, + "names": ['ID_Einst_TWQmin_akt', 'Unknown_Parameter_93'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 94, + "count": 1, + "names": ['ID_Einst_THGmax_akt', 'Unknown_Parameter_94'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 95, + "count": 1, + "names": ['ID_Einst_FRGT2VD_akt', 'Unknown_Parameter_95'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 96, + "count": 1, + "names": ['ID_Einst_TV2VDBW_akt', 'Unknown_Parameter_96'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 97, + "count": 1, + "names": ['ID_Einst_SuAll_akt', 'Unknown_Parameter_97'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 98, + "count": 1, + "names": ['ID_Einst_TAbtEnd_akt', 'Unknown_Parameter_98'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 99, + "count": 1, + "names": ['ID_Einst_NrKlingel_akt', 'Unknown_Parameter_99'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 100, + "count": 1, + "names": ['ID_Einst_BWStyp_akt', 'Unknown_Parameter_100'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 101, + "count": 1, + "names": ['ID_Einst_ABT2_akt', 'Unknown_Parameter_101'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 102, + "count": 1, + "names": ['ID_Einst_UeVd_akt', 'Unknown_Parameter_102'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 103, + "count": 1, + "names": ['ID_Einst_RTyp_akt', 'Unknown_Parameter_103'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 104, + "count": 1, + "names": ['ID_Einst_AhpM_akt', 'Unknown_Parameter_104'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 105, + "count": 1, + "names": ['ID_Soll_BWS_akt', 'Unknown_Parameter_105'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 106, + "count": 1, + "names": ['ID_Timer_Password', 'Unknown_Parameter_106'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 107, + "count": 1, + "names": ['ID_Einst_Zugangscode', 'Unknown_Parameter_107'], + "type": AccessLevel, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 108, + "count": 1, + "names": ['ID_Einst_BA_Kuehl_akt', 'Unknown_Parameter_108'], + "type": CoolingMode, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 109, + "count": 1, + "names": ['ID_Sollwert_Kuehl1_akt', 'Unknown_Parameter_109'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 110, + "count": 1, + "names": ['ID_Einst_KuehlFreig_akt', 'Unknown_Parameter_110'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 111, + "count": 1, + "names": ['ID_Einst_TAbsMin_akt', 'Unknown_Parameter_111'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 112, + "count": 1, + "names": ['ID_TWQmin_saved', 'Unknown_Parameter_112'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 113, + "count": 1, + "names": ['ID_CWP_saved', 'Unknown_Parameter_113'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 114, + "count": 1, + "names": ['ID_Einst_Anode_akt', 'Unknown_Parameter_114'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 115, + "count": 1, + "names": ['ID_Timer_pexoff_akt', 'Unknown_Parameter_115'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 116, + "count": 1, + "names": ['ID_Einst_AnlPrio_Hzakt', 'Unknown_Parameter_116'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 117, + "count": 1, + "names": ['ID_Einst_AnlPrio_Bwakt', 'Unknown_Parameter_117'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 118, + "count": 1, + "names": ['ID_Einst_AnlPrio_Swakt', 'Unknown_Parameter_118'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 119, + "count": 1, + "names": ['ID_Ba_Sw_akt', 'Unknown_Parameter_119'], + "type": PoolMode, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 120, + "count": 1, + "names": ['ID_Einst_RTypMK1_akt', 'Unknown_Parameter_120'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 121, + "count": 1, + "names": ['ID_Einst_RTypMK2_akt', 'Unknown_Parameter_121'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 122, + "count": 1, + "names": ['ID_Einst_TDC_Ein_akt', 'Unknown_Parameter_122'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 123, + "count": 1, + "names": ['ID_Einst_TDC_Aus_akt', 'Unknown_Parameter_123'], + "type": Kelvin, + "writeable": False, + "datatype": 'INT32', + "unit": 'K/10', + "description": '', + }, + { + "index": 124, + "count": 1, + "names": ['ID_Einst_TDC_Max_akt', 'Unknown_Parameter_124'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 125, + "count": 1, + "names": ['ID_Einst_HysHzExEn_akt', 'Unknown_Parameter_125'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 126, + "count": 1, + "names": ['ID_Einst_HysBwExEn_akt', 'Unknown_Parameter_126'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 127, + "count": 1, + "names": ['ID_Einst_ZWE3Art_akt', 'Unknown_Parameter_127'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 128, + "count": 1, + "names": ['ID_Einst_ZWE3Fkt_akt', 'Unknown_Parameter_128'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 129, + "count": 1, + "names": ['ID_Einst_HzSup_akt', 'Unknown_Parameter_129'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 130, + "count": 1, + "names": ['ID_Einst_MK2Typ_akt', 'Unknown_Parameter_130'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 131, + "count": 1, + "names": ['ID_Einst_KuTyp_akt', 'Unknown_Parameter_131'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 132, + "count": 1, + "names": ['ID_Sollwert_KuCft1_akt', 'Unknown_Parameter_132'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 133, + "count": 1, + "names": ['ID_Sollwert_KuCft2_akt', 'Unknown_Parameter_133'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 134, + "count": 1, + "names": ['ID_Sollwert_AtDif1_akt', 'Unknown_Parameter_134'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 135, + "count": 1, + "names": ['ID_Sollwert_AtDif2_akt', 'Unknown_Parameter_135'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 136, + "count": 1, + "names": ['ID_SU_FrkdSwb', 'Unknown_Parameter_136'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 137, + "count": 1, + "names": ['ID_Einst_SwbBer_akt', 'Unknown_Parameter_137'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 138, + "count": 1, + "names": ['ID_Einst_TV2VDSWB_akt', 'Unknown_Parameter_138'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 139, + "count": 1, + "names": ['ID_Einst_MinSwan_Time_akt', 'Unknown_Parameter_139'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 140, + "count": 1, + "names": ['ID_Einst_SuMk2_akt', 'Unknown_Parameter_140'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 141, + "count": 1, + "names": ['ID_Einst_HzMK2E_akt', 'Unknown_Parameter_141'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 142, + "count": 1, + "names": ['ID_Einst_HzMK2ANH_akt', 'Unknown_Parameter_142'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 143, + "count": 1, + "names": ['ID_Einst_HzMK2ABS_akt', 'Unknown_Parameter_143'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 144, + "count": 1, + "names": ['ID_Einst_HzMK2Hgr_akt', 'Unknown_Parameter_144'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 145, + "count": 1, + "names": ['ID_Einst_HzFtMK2Vl_akt', 'Unknown_Parameter_145'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 146, + "count": 1, + "names": ['ID_Temp_THG_BwHD_saved', 'Unknown_Parameter_146'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 147, + "count": 1, + "names": ['ID_Temp_TA_BwHD_saved', 'Unknown_Parameter_147'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 148, + "count": 1, + "names": ['ID_Einst_BwHup_akt', 'Unknown_Parameter_148'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 149, + "count": 1, + "names": ['ID_Einst_TVLmax_akt', 'Unknown_Parameter_149'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 150, + "count": 1, + "names": ['ID_Einst_MK1LzFaktor_akt', 'Unknown_Parameter_150'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 151, + "count": 1, + "names": ['ID_Einst_MK2LzFaktor_akt', 'Unknown_Parameter_151'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 152, + "count": 1, + "names": ['ID_Einst_MK1PerFaktor_akt', 'Unknown_Parameter_152'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 153, + "count": 1, + "names": ['ID_Einst_MK2PerFaktor_akt', 'Unknown_Parameter_153'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 154, + "count": 1, + "names": ['ID_Entl_Zyklus_akt', 'Unknown_Parameter_154'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 155, + "count": 1, + "names": ['ID_Einst_Entl_time_akt', 'Unknown_Parameter_155'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 156, + "count": 1, + "names": ['ID_Entl_Pause', 'Unknown_Parameter_156'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 157, + "count": 1, + "names": ['ID_Entl_timer', 'Unknown_Parameter_157'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 158, + "count": 1, + "names": ['ID_Einst_Entl_akt', 'Unknown_Parameter_158'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 159, + "count": 1, + "names": ['ID_Ahz_HLeist_confirmed', 'Unknown_Parameter_159'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 160, + "count": 1, + "names": ['ID_FirstInit_akt', 'Unknown_Parameter_160'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 161, + "count": 1, + "names": ['ID_Einst_SuAll_akt2', 'Unknown_Parameter_161'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 162, + "count": 1, + "names": ['ID_Einst_SuAllWo_zeit_0_0', 'Unknown_Parameter_162'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 163, + "count": 1, + "names": ['ID_Einst_SuAllWo_zeit_0_1', 'Unknown_Parameter_163'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 164, + "count": 1, + "names": ['ID_Einst_SuAllWo_zeit_1_0', 'Unknown_Parameter_164'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 165, + "count": 1, + "names": ['ID_Einst_SuAllWo_zeit_1_1', 'Unknown_Parameter_165'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 166, + "count": 1, + "names": ['ID_Einst_SuAllWo_zeit_2_0', 'Unknown_Parameter_166'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 167, + "count": 1, + "names": ['ID_Einst_SuAllWo_zeit_2_1', 'Unknown_Parameter_167'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 168, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_0_0', 'Unknown_Parameter_168'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 169, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_0_1', 'Unknown_Parameter_169'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 170, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_1_0', 'Unknown_Parameter_170'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 171, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_1_1', 'Unknown_Parameter_171'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 172, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_2_0', 'Unknown_Parameter_172'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 173, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_2_1', 'Unknown_Parameter_173'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 174, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_0_2', 'Unknown_Parameter_174'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 175, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_0_3', 'Unknown_Parameter_175'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 176, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_1_2', 'Unknown_Parameter_176'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 177, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_1_3', 'Unknown_Parameter_177'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 178, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_2_2', 'Unknown_Parameter_178'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 179, + "count": 1, + "names": ['ID_Einst_SuAll25_zeit_2_3', 'Unknown_Parameter_179'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 180, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_0', 'Unknown_Parameter_180'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 181, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_1', 'Unknown_Parameter_181'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 182, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_0', 'Unknown_Parameter_182'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 183, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_1', 'Unknown_Parameter_183'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 184, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_0', 'Unknown_Parameter_184'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 185, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_1', 'Unknown_Parameter_185'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 186, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_2', 'Unknown_Parameter_186'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 187, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_3', 'Unknown_Parameter_187'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 188, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_2', 'Unknown_Parameter_188'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 189, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_3', 'Unknown_Parameter_189'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 190, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_2', 'Unknown_Parameter_190'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 191, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_3', 'Unknown_Parameter_191'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 192, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_4', 'Unknown_Parameter_192'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 193, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_5', 'Unknown_Parameter_193'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 194, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_4', 'Unknown_Parameter_194'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 195, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_5', 'Unknown_Parameter_195'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 196, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_4', 'Unknown_Parameter_196'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 197, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_5', 'Unknown_Parameter_197'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 198, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_6', 'Unknown_Parameter_198'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 199, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_7', 'Unknown_Parameter_199'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 200, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_6', 'Unknown_Parameter_200'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 201, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_7', 'Unknown_Parameter_201'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 202, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_6', 'Unknown_Parameter_202'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 203, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_7', 'Unknown_Parameter_203'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 204, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_8', 'Unknown_Parameter_204'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 205, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_9', 'Unknown_Parameter_205'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 206, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_8', 'Unknown_Parameter_206'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 207, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_9', 'Unknown_Parameter_207'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 208, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_8', 'Unknown_Parameter_208'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 209, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_9', 'Unknown_Parameter_209'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 210, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_10', 'Unknown_Parameter_210'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 211, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_11', 'Unknown_Parameter_211'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 212, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_10', 'Unknown_Parameter_212'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 213, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_11', 'Unknown_Parameter_213'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 214, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_10', 'Unknown_Parameter_214'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 215, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_11', 'Unknown_Parameter_215'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 216, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_12', 'Unknown_Parameter_216'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 217, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_0_13', 'Unknown_Parameter_217'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 218, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_12', 'Unknown_Parameter_218'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 219, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_1_13', 'Unknown_Parameter_219'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 220, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_12', 'Unknown_Parameter_220'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 221, + "count": 1, + "names": ['ID_Einst_SuAllTg_zeit_2_13', 'Unknown_Parameter_221'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 222, + "count": 1, + "names": ['ID_Einst_SuHkr_akt', 'Unknown_Parameter_222'], + "type": TimerProgram, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 223, + "count": 1, + "names": ['ID_Einst_SuHkrW0_zeit_0_0', 'Unknown_Parameter_223'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 224, + "count": 1, + "names": ['ID_Einst_SuHkrW0_zeit_0_1', 'Unknown_Parameter_224'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 225, + "count": 1, + "names": ['ID_Einst_SuHkrW0_zeit_1_0', 'Unknown_Parameter_225'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 226, + "count": 1, + "names": ['ID_Einst_SuHkrW0_zeit_1_1', 'Unknown_Parameter_226'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 227, + "count": 1, + "names": ['ID_Einst_SuHkrW0_zeit_2_0', 'Unknown_Parameter_227'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 228, + "count": 1, + "names": ['ID_Einst_SuHkrW0_zeit_2_1', 'Unknown_Parameter_228'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 229, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_0_0', 'Unknown_Parameter_229'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 230, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_0_1', 'Unknown_Parameter_230'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 231, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_1_0', 'Unknown_Parameter_231'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 232, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_1_1', 'Unknown_Parameter_232'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 233, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_2_0', 'Unknown_Parameter_233'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 234, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_2_1', 'Unknown_Parameter_234'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 235, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_0_2', 'Unknown_Parameter_235'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 236, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_0_3', 'Unknown_Parameter_236'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 237, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_1_2', 'Unknown_Parameter_237'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 238, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_1_3', 'Unknown_Parameter_238'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 239, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_2_2', 'Unknown_Parameter_239'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 240, + "count": 1, + "names": ['ID_Einst_SuHkr25_zeit_2_3', 'Unknown_Parameter_240'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 241, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_0', 'Unknown_Parameter_241'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 242, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_1', 'Unknown_Parameter_242'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 243, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_0', 'Unknown_Parameter_243'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 244, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_1', 'Unknown_Parameter_244'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 245, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_0', 'Unknown_Parameter_245'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 246, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_1', 'Unknown_Parameter_246'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 247, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_2', 'Unknown_Parameter_247'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 248, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_3', 'Unknown_Parameter_248'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 249, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_2', 'Unknown_Parameter_249'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 250, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_3', 'Unknown_Parameter_250'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 251, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_2', 'Unknown_Parameter_251'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 252, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_3', 'Unknown_Parameter_252'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 253, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_4', 'Unknown_Parameter_253'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 254, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_5', 'Unknown_Parameter_254'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 255, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_4', 'Unknown_Parameter_255'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 256, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_5', 'Unknown_Parameter_256'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 257, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_4', 'Unknown_Parameter_257'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 258, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_5', 'Unknown_Parameter_258'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 259, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_6', 'Unknown_Parameter_259'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 260, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_7', 'Unknown_Parameter_260'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 261, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_6', 'Unknown_Parameter_261'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 262, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_7', 'Unknown_Parameter_262'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 263, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_6', 'Unknown_Parameter_263'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 264, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_7', 'Unknown_Parameter_264'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 265, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_8', 'Unknown_Parameter_265'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 266, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_9', 'Unknown_Parameter_266'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 267, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_8', 'Unknown_Parameter_267'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 268, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_9', 'Unknown_Parameter_268'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 269, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_8', 'Unknown_Parameter_269'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 270, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_9', 'Unknown_Parameter_270'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 271, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_10', 'Unknown_Parameter_271'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 272, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_11', 'Unknown_Parameter_272'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 273, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_10', 'Unknown_Parameter_273'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 274, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_11', 'Unknown_Parameter_274'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 275, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_10', 'Unknown_Parameter_275'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 276, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_11', 'Unknown_Parameter_276'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 277, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_12', 'Unknown_Parameter_277'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 278, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_0_13', 'Unknown_Parameter_278'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 279, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_12', 'Unknown_Parameter_279'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 280, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_1_13', 'Unknown_Parameter_280'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 281, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_12', 'Unknown_Parameter_281'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 282, + "count": 1, + "names": ['ID_Einst_SuHkrTG_zeit_2_13', 'Unknown_Parameter_282'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 283, + "count": 1, + "names": ['ID_Einst_SuMk1_akt', 'Unknown_Parameter_283'], + "type": TimerProgram, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 284, + "count": 1, + "names": ['ID_Einst_SuMk1W0_zeit_0_0', 'Unknown_Parameter_284'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 285, + "count": 1, + "names": ['ID_Einst_SuMk1W0_zeit_0_1', 'Unknown_Parameter_285'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 286, + "count": 1, + "names": ['ID_Einst_SuMk1W0_zeit_1_0', 'Unknown_Parameter_286'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 287, + "count": 1, + "names": ['ID_Einst_SuMk1W0_zeit_1_1', 'Unknown_Parameter_287'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 288, + "count": 1, + "names": ['ID_Einst_SuMk1W0_zeit_2_0', 'Unknown_Parameter_288'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 289, + "count": 1, + "names": ['ID_Einst_SuMk1W0_zeit_2_1', 'Unknown_Parameter_289'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 290, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_0_0', 'Unknown_Parameter_290'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 291, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_0_1', 'Unknown_Parameter_291'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 292, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_1_0', 'Unknown_Parameter_292'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 293, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_1_1', 'Unknown_Parameter_293'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 294, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_2_0', 'Unknown_Parameter_294'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 295, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_2_1', 'Unknown_Parameter_295'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 296, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_0_2', 'Unknown_Parameter_296'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 297, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_0_3', 'Unknown_Parameter_297'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 298, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_1_2', 'Unknown_Parameter_298'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 299, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_1_3', 'Unknown_Parameter_299'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 300, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_2_2', 'Unknown_Parameter_300'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 301, + "count": 1, + "names": ['ID_Einst_SuMk125_zeit_2_3', 'Unknown_Parameter_301'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 302, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_0', 'Unknown_Parameter_302'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 303, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_1', 'Unknown_Parameter_303'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 304, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_0', 'Unknown_Parameter_304'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 305, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_1', 'Unknown_Parameter_305'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 306, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_0', 'Unknown_Parameter_306'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 307, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_1', 'Unknown_Parameter_307'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 308, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_2', 'Unknown_Parameter_308'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 309, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_3', 'Unknown_Parameter_309'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 310, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_2', 'Unknown_Parameter_310'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 311, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_3', 'Unknown_Parameter_311'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 312, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_2', 'Unknown_Parameter_312'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 313, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_3', 'Unknown_Parameter_313'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 314, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_4', 'Unknown_Parameter_314'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 315, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_5', 'Unknown_Parameter_315'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 316, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_4', 'Unknown_Parameter_316'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 317, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_5', 'Unknown_Parameter_317'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 318, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_4', 'Unknown_Parameter_318'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 319, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_5', 'Unknown_Parameter_319'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 320, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_6', 'Unknown_Parameter_320'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 321, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_7', 'Unknown_Parameter_321'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 322, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_6', 'Unknown_Parameter_322'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 323, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_7', 'Unknown_Parameter_323'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 324, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_6', 'Unknown_Parameter_324'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 325, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_7', 'Unknown_Parameter_325'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 326, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_8', 'Unknown_Parameter_326'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 327, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_9', 'Unknown_Parameter_327'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 328, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_8', 'Unknown_Parameter_328'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 329, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_9', 'Unknown_Parameter_329'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 330, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_8', 'Unknown_Parameter_330'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 331, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_9', 'Unknown_Parameter_331'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 332, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_10', 'Unknown_Parameter_332'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 333, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_11', 'Unknown_Parameter_333'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 334, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_10', 'Unknown_Parameter_334'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 335, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_11', 'Unknown_Parameter_335'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 336, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_10', 'Unknown_Parameter_336'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 337, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_11', 'Unknown_Parameter_337'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 338, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_12', 'Unknown_Parameter_338'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 339, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_0_13', 'Unknown_Parameter_339'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 340, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_12', 'Unknown_Parameter_340'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 341, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_1_13', 'Unknown_Parameter_341'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 342, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_12', 'Unknown_Parameter_342'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 343, + "count": 1, + "names": ['ID_Einst_SuMk1TG_zeit_2_13', 'Unknown_Parameter_343'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 344, + "count": 1, + "names": ['ID_Einst_SuMk2_akt2', 'Unknown_Parameter_344'], + "type": TimerProgram, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 345, + "count": 1, + "names": ['ID_Einst_SuMk2Wo_zeit_0_0', 'Unknown_Parameter_345'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 346, + "count": 1, + "names": ['ID_Einst_SuMk2Wo_zeit_0_1', 'Unknown_Parameter_346'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 347, + "count": 1, + "names": ['ID_Einst_SuMk2Wo_zeit_1_0', 'Unknown_Parameter_347'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 348, + "count": 1, + "names": ['ID_Einst_SuMk2Wo_zeit_1_1', 'Unknown_Parameter_348'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 349, + "count": 1, + "names": ['ID_Einst_SuMk2Wo_zeit_2_0', 'Unknown_Parameter_349'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 350, + "count": 1, + "names": ['ID_Einst_SuMk2Wo_zeit_2_1', 'Unknown_Parameter_350'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 351, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_0_0', 'Unknown_Parameter_351'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 352, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_0_1', 'Unknown_Parameter_352'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 353, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_1_0', 'Unknown_Parameter_353'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 354, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_1_1', 'Unknown_Parameter_354'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 355, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_2_0', 'Unknown_Parameter_355'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 356, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_2_1', 'Unknown_Parameter_356'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 357, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_0_2', 'Unknown_Parameter_357'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 358, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_0_3', 'Unknown_Parameter_358'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 359, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_1_2', 'Unknown_Parameter_359'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 360, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_1_3', 'Unknown_Parameter_360'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 361, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_2_2', 'Unknown_Parameter_361'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 362, + "count": 1, + "names": ['ID_Einst_SuMk225_zeit_2_3', 'Unknown_Parameter_362'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 363, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_0', 'Unknown_Parameter_363'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 364, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_1', 'Unknown_Parameter_364'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 365, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_0', 'Unknown_Parameter_365'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 366, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_1', 'Unknown_Parameter_366'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 367, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_0', 'Unknown_Parameter_367'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 368, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_1', 'Unknown_Parameter_368'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 369, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_2', 'Unknown_Parameter_369'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 370, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_3', 'Unknown_Parameter_370'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 371, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_2', 'Unknown_Parameter_371'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 372, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_3', 'Unknown_Parameter_372'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 373, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_2', 'Unknown_Parameter_373'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 374, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_3', 'Unknown_Parameter_374'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 375, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_4', 'Unknown_Parameter_375'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 376, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_5', 'Unknown_Parameter_376'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 377, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_4', 'Unknown_Parameter_377'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 378, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_5', 'Unknown_Parameter_378'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 379, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_4', 'Unknown_Parameter_379'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 380, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_5', 'Unknown_Parameter_380'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 381, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_6', 'Unknown_Parameter_381'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 382, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_7', 'Unknown_Parameter_382'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 383, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_6', 'Unknown_Parameter_383'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 384, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_7', 'Unknown_Parameter_384'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 385, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_6', 'Unknown_Parameter_385'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 386, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_7', 'Unknown_Parameter_386'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 387, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_8', 'Unknown_Parameter_387'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 388, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_9', 'Unknown_Parameter_388'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 389, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_8', 'Unknown_Parameter_389'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 390, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_9', 'Unknown_Parameter_390'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 391, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_8', 'Unknown_Parameter_391'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 392, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_9', 'Unknown_Parameter_392'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 393, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_10', 'Unknown_Parameter_393'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 394, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_11', 'Unknown_Parameter_394'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 395, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_10', 'Unknown_Parameter_395'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 396, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_11', 'Unknown_Parameter_396'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 397, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_10', 'Unknown_Parameter_397'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 398, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_11', 'Unknown_Parameter_398'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 399, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_12', 'Unknown_Parameter_399'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 400, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_0_13', 'Unknown_Parameter_400'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 401, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_12', 'Unknown_Parameter_401'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 402, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_1_13', 'Unknown_Parameter_402'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 403, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_12', 'Unknown_Parameter_403'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 404, + "count": 1, + "names": ['ID_Einst_SuMk2Tg_zeit_2_13', 'Unknown_Parameter_404'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 405, + "count": 1, + "names": ['ID_Einst_SUBW_akt2', 'Unknown_Parameter_405'], + "type": TimerProgram, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 406, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_0_0', 'Unknown_Parameter_406'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 407, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_0_1', 'Unknown_Parameter_407'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 408, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_1_0', 'Unknown_Parameter_408'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 409, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_1_1', 'Unknown_Parameter_409'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 410, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_2_0', 'Unknown_Parameter_410'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 411, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_2_1', 'Unknown_Parameter_411'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 412, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_3_0', 'Unknown_Parameter_412'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 413, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_3_1', 'Unknown_Parameter_413'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 414, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_4_0', 'Unknown_Parameter_414'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 415, + "count": 1, + "names": ['ID_Einst_SuBwWO_zeit_4_1', 'Unknown_Parameter_415'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 416, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_0_0', 'Unknown_Parameter_416'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 417, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_0_1', 'Unknown_Parameter_417'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 418, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_1_0', 'Unknown_Parameter_418'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 419, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_1_1', 'Unknown_Parameter_419'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 420, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_2_0', 'Unknown_Parameter_420'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 421, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_2_1', 'Unknown_Parameter_421'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 422, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_3_0', 'Unknown_Parameter_422'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 423, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_3_1', 'Unknown_Parameter_423'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 424, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_4_0', 'Unknown_Parameter_424'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 425, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_4_1', 'Unknown_Parameter_425'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 426, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_0_2', 'Unknown_Parameter_426'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 427, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_0_3', 'Unknown_Parameter_427'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 428, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_1_2', 'Unknown_Parameter_428'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 429, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_1_3', 'Unknown_Parameter_429'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 430, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_2_2', 'Unknown_Parameter_430'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 431, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_2_3', 'Unknown_Parameter_431'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 432, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_3_2', 'Unknown_Parameter_432'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 433, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_3_3', 'Unknown_Parameter_433'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 434, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_4_2', 'Unknown_Parameter_434'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 435, + "count": 1, + "names": ['ID_Einst_SuBw25_zeit_4_3', 'Unknown_Parameter_435'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 436, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_0', 'Unknown_Parameter_436'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 437, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_1', 'Unknown_Parameter_437'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 438, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_0', 'Unknown_Parameter_438'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 439, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_1', 'Unknown_Parameter_439'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 440, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_0', 'Unknown_Parameter_440'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 441, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_1', 'Unknown_Parameter_441'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 442, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_0', 'Unknown_Parameter_442'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 443, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_1', 'Unknown_Parameter_443'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 444, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_0', 'Unknown_Parameter_444'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 445, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_1', 'Unknown_Parameter_445'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 446, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_2', 'Unknown_Parameter_446'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 447, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_3', 'Unknown_Parameter_447'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 448, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_2', 'Unknown_Parameter_448'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 449, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_3', 'Unknown_Parameter_449'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 450, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_2', 'Unknown_Parameter_450'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 451, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_3', 'Unknown_Parameter_451'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 452, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_2', 'Unknown_Parameter_452'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 453, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_3', 'Unknown_Parameter_453'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 454, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_2', 'Unknown_Parameter_454'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 455, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_3', 'Unknown_Parameter_455'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 456, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_4', 'Unknown_Parameter_456'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 457, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_5', 'Unknown_Parameter_457'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 458, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_4', 'Unknown_Parameter_458'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 459, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_5', 'Unknown_Parameter_459'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 460, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_4', 'Unknown_Parameter_460'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 461, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_5', 'Unknown_Parameter_461'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 462, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_4', 'Unknown_Parameter_462'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 463, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_5', 'Unknown_Parameter_463'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 464, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_4', 'Unknown_Parameter_464'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 465, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_5', 'Unknown_Parameter_465'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 466, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_6', 'Unknown_Parameter_466'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 467, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_7', 'Unknown_Parameter_467'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 468, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_6', 'Unknown_Parameter_468'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 469, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_7', 'Unknown_Parameter_469'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 470, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_6', 'Unknown_Parameter_470'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 471, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_7', 'Unknown_Parameter_471'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 472, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_6', 'Unknown_Parameter_472'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 473, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_7', 'Unknown_Parameter_473'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 474, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_6', 'Unknown_Parameter_474'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 475, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_7', 'Unknown_Parameter_475'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 476, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_8', 'Unknown_Parameter_476'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 477, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_9', 'Unknown_Parameter_477'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 478, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_8', 'Unknown_Parameter_478'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 479, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_9', 'Unknown_Parameter_479'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 480, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_8', 'Unknown_Parameter_480'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 481, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_9', 'Unknown_Parameter_481'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 482, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_8', 'Unknown_Parameter_482'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 483, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_9', 'Unknown_Parameter_483'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 484, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_8', 'Unknown_Parameter_484'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 485, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_9', 'Unknown_Parameter_485'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 486, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_10', 'Unknown_Parameter_486'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 487, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_11', 'Unknown_Parameter_487'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 488, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_10', 'Unknown_Parameter_488'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 489, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_11', 'Unknown_Parameter_489'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 490, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_10', 'Unknown_Parameter_490'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 491, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_11', 'Unknown_Parameter_491'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 492, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_10', 'Unknown_Parameter_492'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 493, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_11', 'Unknown_Parameter_493'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 494, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_10', 'Unknown_Parameter_494'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 495, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_11', 'Unknown_Parameter_495'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 496, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_12', 'Unknown_Parameter_496'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 497, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_0_13', 'Unknown_Parameter_497'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 498, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_12', 'Unknown_Parameter_498'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 499, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_1_13', 'Unknown_Parameter_499'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 500, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_12', 'Unknown_Parameter_500'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 501, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_2_13', 'Unknown_Parameter_501'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 502, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_12', 'Unknown_Parameter_502'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 503, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_3_13', 'Unknown_Parameter_503'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 504, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_12', 'Unknown_Parameter_504'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 505, + "count": 1, + "names": ['ID_Einst_SuBwTG_zeit_4_13', 'Unknown_Parameter_505'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 506, + "count": 1, + "names": ['ID_Einst_SuZIP_akt', 'Unknown_Parameter_506'], + "type": TimerProgram, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 507, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_0_0', 'Unknown_Parameter_507'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 508, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_0_1', 'Unknown_Parameter_508'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 509, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_1_0', 'Unknown_Parameter_509'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 510, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_1_1', 'Unknown_Parameter_510'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 511, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_2_0', 'Unknown_Parameter_511'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 512, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_2_1', 'Unknown_Parameter_512'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 513, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_3_0', 'Unknown_Parameter_513'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 514, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_3_1', 'Unknown_Parameter_514'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 515, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_4_0', 'Unknown_Parameter_515'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 516, + "count": 1, + "names": ['ID_Einst_SuZIPWo_zeit_4_1', 'Unknown_Parameter_516'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 517, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_0_0', 'Unknown_Parameter_517'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 518, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_0_1', 'Unknown_Parameter_518'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 519, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_1_0', 'Unknown_Parameter_519'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 520, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_1_1', 'Unknown_Parameter_520'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 521, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_2_0', 'Unknown_Parameter_521'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 522, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_2_1', 'Unknown_Parameter_522'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 523, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_3_0', 'Unknown_Parameter_523'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 524, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_3_1', 'Unknown_Parameter_524'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 525, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_4_0', 'Unknown_Parameter_525'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 526, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_4_1', 'Unknown_Parameter_526'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 527, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_0_2', 'Unknown_Parameter_527'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 528, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_0_3', 'Unknown_Parameter_528'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 529, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_1_2', 'Unknown_Parameter_529'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 530, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_1_3', 'Unknown_Parameter_530'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 531, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_2_2', 'Unknown_Parameter_531'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 532, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_2_3', 'Unknown_Parameter_532'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 533, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_3_2', 'Unknown_Parameter_533'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 534, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_3_3', 'Unknown_Parameter_534'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 535, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_4_2', 'Unknown_Parameter_535'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 536, + "count": 1, + "names": ['ID_Einst_SuZIP25_zeit_4_3', 'Unknown_Parameter_536'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 537, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_0', 'Unknown_Parameter_537'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 538, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_1', 'Unknown_Parameter_538'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 539, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_0', 'Unknown_Parameter_539'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 540, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_1', 'Unknown_Parameter_540'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 541, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_0', 'Unknown_Parameter_541'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 542, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_1', 'Unknown_Parameter_542'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 543, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_0', 'Unknown_Parameter_543'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 544, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_1', 'Unknown_Parameter_544'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 545, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_0', 'Unknown_Parameter_545'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 546, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_1', 'Unknown_Parameter_546'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 547, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_2', 'Unknown_Parameter_547'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 548, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_3', 'Unknown_Parameter_548'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 549, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_2', 'Unknown_Parameter_549'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 550, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_3', 'Unknown_Parameter_550'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 551, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_2', 'Unknown_Parameter_551'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 552, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_3', 'Unknown_Parameter_552'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 553, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_2', 'Unknown_Parameter_553'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 554, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_3', 'Unknown_Parameter_554'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 555, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_2', 'Unknown_Parameter_555'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 556, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_3', 'Unknown_Parameter_556'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 557, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_4', 'Unknown_Parameter_557'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 558, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_5', 'Unknown_Parameter_558'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 559, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_4', 'Unknown_Parameter_559'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 560, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_5', 'Unknown_Parameter_560'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 561, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_4', 'Unknown_Parameter_561'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 562, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_5', 'Unknown_Parameter_562'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 563, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_4', 'Unknown_Parameter_563'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 564, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_5', 'Unknown_Parameter_564'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 565, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_4', 'Unknown_Parameter_565'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 566, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_5', 'Unknown_Parameter_566'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 567, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_6', 'Unknown_Parameter_567'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 568, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_7', 'Unknown_Parameter_568'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 569, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_6', 'Unknown_Parameter_569'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 570, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_7', 'Unknown_Parameter_570'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 571, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_6', 'Unknown_Parameter_571'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 572, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_7', 'Unknown_Parameter_572'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 573, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_6', 'Unknown_Parameter_573'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 574, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_7', 'Unknown_Parameter_574'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 575, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_6', 'Unknown_Parameter_575'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 576, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_7', 'Unknown_Parameter_576'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 577, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_8', 'Unknown_Parameter_577'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 578, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_9', 'Unknown_Parameter_578'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 579, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_8', 'Unknown_Parameter_579'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 580, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_9', 'Unknown_Parameter_580'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 581, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_8', 'Unknown_Parameter_581'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 582, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_9', 'Unknown_Parameter_582'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 583, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_8', 'Unknown_Parameter_583'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 584, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_9', 'Unknown_Parameter_584'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 585, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_8', 'Unknown_Parameter_585'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 586, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_9', 'Unknown_Parameter_586'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 587, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_10', 'Unknown_Parameter_587'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 588, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_11', 'Unknown_Parameter_588'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 589, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_10', 'Unknown_Parameter_589'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 590, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_11', 'Unknown_Parameter_590'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 591, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_10', 'Unknown_Parameter_591'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 592, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_11', 'Unknown_Parameter_592'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 593, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_10', 'Unknown_Parameter_593'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 594, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_11', 'Unknown_Parameter_594'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 595, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_10', 'Unknown_Parameter_595'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 596, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_11', 'Unknown_Parameter_596'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 597, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_12', 'Unknown_Parameter_597'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 598, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_0_13', 'Unknown_Parameter_598'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 599, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_12', 'Unknown_Parameter_599'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 600, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_1_13', 'Unknown_Parameter_600'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 601, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_12', 'Unknown_Parameter_601'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 602, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_2_13', 'Unknown_Parameter_602'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 603, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_12', 'Unknown_Parameter_603'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 604, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_3_13', 'Unknown_Parameter_604'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 605, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_12', 'Unknown_Parameter_605'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 606, + "count": 1, + "names": ['ID_Einst_SuZIPTg_zeit_4_13', 'Unknown_Parameter_606'], + "type": TimeOfDay, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 607, + "count": 1, + "names": ['ID_Einst_SuSwb_akt', 'Unknown_Parameter_607'], + "type": TimerProgram, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 608, + "count": 1, + "names": ['ID_Einst_SuSwbWo_zeit_0_0', 'Unknown_Parameter_608'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 609, + "count": 1, + "names": ['ID_Einst_SuSwbWo_zeit_0_1', 'Unknown_Parameter_609'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 610, + "count": 1, + "names": ['ID_Einst_SuSwbWo_zeit_1_0', 'Unknown_Parameter_610'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 611, + "count": 1, + "names": ['ID_Einst_SuSwbWo_zeit_1_1', 'Unknown_Parameter_611'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 612, + "count": 1, + "names": ['ID_Einst_SuSwbWo_zeit_2_0', 'Unknown_Parameter_612'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 613, + "count": 1, + "names": ['ID_Einst_SuSwbWo_zeit_2_1', 'Unknown_Parameter_613'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 614, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_0_0', 'Unknown_Parameter_614'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 615, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_0_1', 'Unknown_Parameter_615'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 616, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_1_0', 'Unknown_Parameter_616'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 617, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_1_1', 'Unknown_Parameter_617'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 618, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_2_0', 'Unknown_Parameter_618'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 619, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_2_1', 'Unknown_Parameter_619'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 620, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_0_2', 'Unknown_Parameter_620'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 621, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_0_3', 'Unknown_Parameter_621'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 622, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_1_2', 'Unknown_Parameter_622'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 623, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_1_3', 'Unknown_Parameter_623'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 624, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_2_2', 'Unknown_Parameter_624'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 625, + "count": 1, + "names": ['ID_Einst_SuSwb25_zeit_2_3', 'Unknown_Parameter_625'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 626, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_0', 'Unknown_Parameter_626'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 627, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_1', 'Unknown_Parameter_627'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 628, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_0', 'Unknown_Parameter_628'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 629, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_1', 'Unknown_Parameter_629'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 630, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_0', 'Unknown_Parameter_630'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 631, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_1', 'Unknown_Parameter_631'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 632, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_2', 'Unknown_Parameter_632'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 633, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_3', 'Unknown_Parameter_633'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 634, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_2', 'Unknown_Parameter_634'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 635, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_3', 'Unknown_Parameter_635'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 636, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_2', 'Unknown_Parameter_636'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 637, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_3', 'Unknown_Parameter_637'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 638, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_4', 'Unknown_Parameter_638'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 639, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_5', 'Unknown_Parameter_639'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 640, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_4', 'Unknown_Parameter_640'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 641, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_5', 'Unknown_Parameter_641'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 642, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_4', 'Unknown_Parameter_642'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 643, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_5', 'Unknown_Parameter_643'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 644, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_6', 'Unknown_Parameter_644'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 645, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_7', 'Unknown_Parameter_645'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 646, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_6', 'Unknown_Parameter_646'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 647, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_7', 'Unknown_Parameter_647'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 648, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_6', 'Unknown_Parameter_648'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 649, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_7', 'Unknown_Parameter_649'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 650, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_8', 'Unknown_Parameter_650'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 651, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_9', 'Unknown_Parameter_651'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 652, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_8', 'Unknown_Parameter_652'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 653, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_9', 'Unknown_Parameter_653'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 654, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_8', 'Unknown_Parameter_654'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 655, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_9', 'Unknown_Parameter_655'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 656, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_10', 'Unknown_Parameter_656'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 657, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_11', 'Unknown_Parameter_657'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 658, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_10', 'Unknown_Parameter_658'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 659, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_11', 'Unknown_Parameter_659'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 660, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_10', 'Unknown_Parameter_660'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 661, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_11', 'Unknown_Parameter_661'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 662, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_12', 'Unknown_Parameter_662'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 663, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_0_13', 'Unknown_Parameter_663'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 664, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_12', 'Unknown_Parameter_664'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 665, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_1_13', 'Unknown_Parameter_665'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 666, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_12', 'Unknown_Parameter_666'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 667, + "count": 1, + "names": ['ID_Einst_SuSwbTg_zeit_2_13', 'Unknown_Parameter_667'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 668, + "count": 1, + "names": ['ID_Zaehler_BetrZeitWP', 'Unknown_Parameter_668'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 669, + "count": 1, + "names": ['ID_Zaehler_BetrZeitVD1', 'Unknown_Parameter_669'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 670, + "count": 1, + "names": ['ID_Zaehler_BetrZeitVD2', 'Unknown_Parameter_670'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 671, + "count": 1, + "names": ['ID_Zaehler_BetrZeitZWE1', 'Unknown_Parameter_671'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 672, + "count": 1, + "names": ['ID_Zaehler_BetrZeitZWE2', 'Unknown_Parameter_672'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 673, + "count": 1, + "names": ['ID_Zaehler_BetrZeitZWE3', 'Unknown_Parameter_673'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 674, + "count": 1, + "names": ['ID_Zaehler_BetrZeitImpVD1', 'Unknown_Parameter_674'], + "type": Count, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 675, + "count": 1, + "names": ['ID_Zaehler_BetrZeitImpVD2', 'Unknown_Parameter_675'], + "type": Count, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 676, + "count": 1, + "names": ['ID_Zaehler_BetrZeitEZMVD1', 'Unknown_Parameter_676'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 677, + "count": 1, + "names": ['ID_Zaehler_BetrZeitEZMVD2', 'Unknown_Parameter_677'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 678, + "count": 1, + "names": ['ID_Einst_Entl_Typ_0', 'Unknown_Parameter_678'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 679, + "count": 1, + "names": ['ID_Einst_Entl_Typ_1', 'Unknown_Parameter_679'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 680, + "count": 1, + "names": ['ID_Einst_Entl_Typ_2', 'Unknown_Parameter_680'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 681, + "count": 1, + "names": ['ID_Einst_Entl_Typ_3', 'Unknown_Parameter_681'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 682, + "count": 1, + "names": ['ID_Einst_Entl_Typ_4', 'Unknown_Parameter_682'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 683, + "count": 1, + "names": ['ID_Einst_Entl_Typ_5', 'Unknown_Parameter_683'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 684, + "count": 1, + "names": ['ID_Einst_Entl_Typ_6', 'Unknown_Parameter_684'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 685, + "count": 1, + "names": ['ID_Einst_Entl_Typ_7', 'Unknown_Parameter_685'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 686, + "count": 1, + "names": ['ID_Einst_Entl_Typ_8', 'Unknown_Parameter_686'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 687, + "count": 1, + "names": ['ID_Einst_Entl_Typ_9', 'Unknown_Parameter_687'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 688, + "count": 1, + "names": ['ID_Einst_Entl_Typ_10', 'Unknown_Parameter_688'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 689, + "count": 1, + "names": ['ID_Einst_Entl_Typ_11', 'Unknown_Parameter_689'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 690, + "count": 1, + "names": ['ID_Einst_Entl_Typ_12', 'Unknown_Parameter_690'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 691, + "count": 1, + "names": ['ID_Einst_Vorl_max_MK1', 'Unknown_Parameter_691'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 692, + "count": 1, + "names": ['ID_Einst_Vorl_max_MK2', 'Unknown_Parameter_692'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 693, + "count": 1, + "names": ['ID_SU_FrkdMK1', 'Unknown_Parameter_693'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 694, + "count": 1, + "names": ['ID_SU_FrkdMK2', 'Unknown_Parameter_694'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 695, + "count": 1, + "names": ['ID_Ba_Hz_MK1_akt', 'Unknown_Parameter_695'], + "type": MixedCircuitMode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 696, + "count": 1, + "names": ['ID_Ba_Hz_MK2_akt', 'Unknown_Parameter_696'], + "type": MixedCircuitMode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 697, + "count": 1, + "names": ['ID_Einst_Zirk_Ein_akt', 'Unknown_Parameter_697'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 698, + "count": 1, + "names": ['ID_Einst_Zirk_Aus_akt', 'Unknown_Parameter_698'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 699, + "count": 1, + "names": ['ID_Einst_Heizgrenze', 'Unknown_Parameter_699'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 700, + "count": 1, + "names": ['ID_Einst_Heizgrenze_Temp', 'Unknown_Parameter_700'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 701, + "count": 1, + "names": ['ID_VariablenIBNgespeichert', 'Unknown_Parameter_701'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 702, + "count": 1, + "names": ['ID_SchonIBNAssistant', 'Unknown_Parameter_702'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 703, + "count": 1, + "names": ['ID_Heizgrenze_0', 'Unknown_Parameter_703'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 704, + "count": 1, + "names": ['ID_Heizgrenze_1', 'Unknown_Parameter_704'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 705, + "count": 1, + "names": ['ID_Heizgrenze_2', 'Unknown_Parameter_705'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 706, + "count": 1, + "names": ['ID_Heizgrenze_3', 'Unknown_Parameter_706'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 707, + "count": 1, + "names": ['ID_Heizgrenze_4', 'Unknown_Parameter_707'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 708, + "count": 1, + "names": ['ID_Heizgrenze_5', 'Unknown_Parameter_708'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 709, + "count": 1, + "names": ['ID_Heizgrenze_6', 'Unknown_Parameter_709'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 710, + "count": 1, + "names": ['ID_Heizgrenze_7', 'Unknown_Parameter_710'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 711, + "count": 1, + "names": ['ID_Heizgrenze_8', 'Unknown_Parameter_711'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 712, + "count": 1, + "names": ['ID_Heizgrenze_9', 'Unknown_Parameter_712'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 713, + "count": 1, + "names": ['ID_Heizgrenze_10', 'Unknown_Parameter_713'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 714, + "count": 1, + "names": ['ID_Heizgrenze_11', 'Unknown_Parameter_714'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 715, + "count": 1, + "names": ['ID_SchemenIBNgewahlt', 'Unknown_Parameter_715'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 716, + "count": 1, + "names": ['ID_Switchoff_file_0_0', 'Unknown_Parameter_716'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 717, + "count": 1, + "names": ['ID_Switchoff_file_1_0', 'Unknown_Parameter_717'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 718, + "count": 1, + "names": ['ID_Switchoff_file_2_0', 'Unknown_Parameter_718'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 719, + "count": 1, + "names": ['ID_Switchoff_file_3_0', 'Unknown_Parameter_719'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 720, + "count": 1, + "names": ['ID_Switchoff_file_4_0', 'Unknown_Parameter_720'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 721, + "count": 1, + "names": ['ID_Switchoff_file_0_1', 'Unknown_Parameter_721'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 722, + "count": 1, + "names": ['ID_Switchoff_file_1_1', 'Unknown_Parameter_722'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 723, + "count": 1, + "names": ['ID_Switchoff_file_2_1', 'Unknown_Parameter_723'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 724, + "count": 1, + "names": ['ID_Switchoff_file_3_1', 'Unknown_Parameter_724'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 725, + "count": 1, + "names": ['ID_Switchoff_file_4_1', 'Unknown_Parameter_725'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 726, + "count": 1, + "names": ['ID_DauerDatenLoggerAktiv', 'Unknown_Parameter_726'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 727, + "count": 1, + "names": ['ID_Laufvar_Heizgrenze', 'Unknown_Parameter_727'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 728, + "count": 1, + "names": ['ID_Zaehler_BetrZeitHz', 'Unknown_Parameter_728'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 729, + "count": 1, + "names": ['ID_Zaehler_BetrZeitBW', 'Unknown_Parameter_729'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 730, + "count": 1, + "names": ['ID_Zaehler_BetrZeitKue', 'Unknown_Parameter_730'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 731, + "count": 1, + "names": ['ID_SU_FstdHz', 'Unknown_Parameter_731'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 732, + "count": 1, + "names": ['ID_SU_FstdBw', 'Unknown_Parameter_732'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 733, + "count": 1, + "names": ['ID_SU_FstdSwb', 'Unknown_Parameter_733'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 734, + "count": 1, + "names": ['ID_SU_FstdMK1', 'Unknown_Parameter_734'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 735, + "count": 1, + "names": ['ID_SU_FstdMK2', 'Unknown_Parameter_735'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 736, + "count": 1, + "names": ['ID_FerienAbsenkungHz', 'Unknown_Parameter_736'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 737, + "count": 1, + "names": ['ID_FerienAbsenkungMK1', 'Unknown_Parameter_737'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 738, + "count": 1, + "names": ['ID_FerienAbsenkungMK2', 'Unknown_Parameter_738'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 739, + "count": 1, + "names": ['ID_FerienModusAktivHz', 'Unknown_Parameter_739'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 740, + "count": 1, + "names": ['ID_FerienModusAktivBw', 'Unknown_Parameter_740'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 741, + "count": 1, + "names": ['ID_FerienModusAktivSwb', 'Unknown_Parameter_741'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 742, + "count": 1, + "names": ['ID_FerienModusAktivMk1', 'Unknown_Parameter_742'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 743, + "count": 1, + "names": ['ID_FerienModusAktivMk2', 'Unknown_Parameter_743'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 744, + "count": 1, + "names": ['ID_DisplayContrast_akt', 'Unknown_Parameter_744'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 745, + "count": 1, + "names": ['ID_Ba_Hz_saved', 'Unknown_Parameter_745'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 746, + "count": 1, + "names": ['ID_Ba_Bw_saved', 'Unknown_Parameter_746'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 747, + "count": 1, + "names": ['ID_Ba_Sw_saved', 'Unknown_Parameter_747'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 748, + "count": 1, + "names": ['ID_Ba_Hz_MK1_saved', 'Unknown_Parameter_748'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 749, + "count": 1, + "names": ['ID_Ba_Hz_MK2_saved', 'Unknown_Parameter_749'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 750, + "count": 1, + "names": ['ID_AdresseIP_akt', 'Unknown_Parameter_750'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 751, + "count": 1, + "names": ['ID_SubNetMask_akt', 'Unknown_Parameter_751'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 752, + "count": 1, + "names": ['ID_Add_Broadcast_akt', 'Unknown_Parameter_752'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 753, + "count": 1, + "names": ['ID_Add_StdGateway_akt', 'Unknown_Parameter_753'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 754, + "count": 1, + "names": ['ID_DHCPServerAktiv_akt', 'Unknown_Parameter_754'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 755, + "count": 1, + "names": ['ID_WebserverPasswort_1_akt', 'Unknown_Parameter_755'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 756, + "count": 1, + "names": ['ID_WebserverPasswort_2_akt', 'Unknown_Parameter_756'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 757, + "count": 1, + "names": ['ID_WebserverPasswort_3_akt', 'Unknown_Parameter_757'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 758, + "count": 1, + "names": ['ID_WebserverPasswort_4_akt', 'Unknown_Parameter_758'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 759, + "count": 1, + "names": ['ID_WebserverPasswort_5_akt', 'Unknown_Parameter_759'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 760, + "count": 1, + "names": ['ID_WebserverPasswort_6_akt', 'Unknown_Parameter_760'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 761, + "count": 1, + "names": ['ID_WebServerWerteBekommen', 'Unknown_Parameter_761'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 762, + "count": 1, + "names": ['ID_Einst_ParBetr_akt', 'Unknown_Parameter_762'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 763, + "count": 1, + "names": ['ID_Einst_WpAnz_akt', 'Unknown_Parameter_763'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 764, + "count": 1, + "names": ['ID_Einst_PhrTime_akt', 'Unknown_Parameter_764'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 765, + "count": 1, + "names": ['ID_Einst_HysPar_akt', 'Unknown_Parameter_765'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 766, + "count": 1, + "names": ['ID_IP_PB_Slave_0', 'Unknown_Parameter_766'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 767, + "count": 1, + "names": ['ID_IP_PB_Slave_1', 'Unknown_Parameter_767'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 768, + "count": 1, + "names": ['ID_IP_PB_Slave_2', 'Unknown_Parameter_768'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 769, + "count": 1, + "names": ['ID_IP_PB_Slave_3', 'Unknown_Parameter_769'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 770, + "count": 1, + "names": ['ID_IP_PB_Slave_4', 'Unknown_Parameter_770'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 771, + "count": 1, + "names": ['ID_IP_PB_Slave_5', 'Unknown_Parameter_771'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 772, + "count": 1, + "names": ['ID_Einst_BwHup_akt_backup', 'Unknown_Parameter_772'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 773, + "count": 1, + "names": ['ID_Einst_SuMk3_akt', 'Unknown_Parameter_773'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 774, + "count": 1, + "names": ['ID_Einst_HzMK3E_akt', 'Unknown_Parameter_774'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 775, + "count": 1, + "names": ['ID_Einst_HzMK3ANH_akt', 'Unknown_Parameter_775'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 776, + "count": 1, + "names": ['ID_Einst_HzMK3ABS_akt', 'Unknown_Parameter_776'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 777, + "count": 1, + "names": ['ID_Einst_HzMK3Hgr_akt', 'Unknown_Parameter_777'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 778, + "count": 1, + "names": ['ID_Einst_HzFtMK3Vl_akt', 'Unknown_Parameter_778'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 779, + "count": 1, + "names": ['ID_Ba_Hz_MK3_akt', 'Unknown_Parameter_779'], + "type": MixedCircuitMode, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 780, + "count": 1, + "names": ['ID_Einst_MK3Typ_akt', 'Unknown_Parameter_780'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 781, + "count": 1, + "names": ['ID_Einst_RTypMK3_akt', 'Unknown_Parameter_781'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 782, + "count": 1, + "names": ['ID_Einst_MK3LzFaktor_akt', 'Unknown_Parameter_782'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 783, + "count": 1, + "names": ['ID_Einst_MK3PerFaktor_akt', 'Unknown_Parameter_783'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 784, + "count": 1, + "names": ['ID_FerienModusAktivMk3', 'Unknown_Parameter_784'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 785, + "count": 1, + "names": ['ID_SU_FrkdMK3', 'Unknown_Parameter_785'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 786, + "count": 1, + "names": ['ID_FerienAbsenkungMK3', 'Unknown_Parameter_786'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 787, + "count": 1, + "names": ['ID_SU_FstdMK3', 'Unknown_Parameter_787'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 788, + "count": 1, + "names": ['ID_Einst_SuMk3_akt2', 'Unknown_Parameter_788'], + "type": TimerProgram, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 789, + "count": 1, + "names": ['ID_Einst_SuMk3Wo_zeit_0_0', 'Unknown_Parameter_789'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 790, + "count": 1, + "names": ['ID_Einst_SuMk3Wo_zeit_0_1', 'Unknown_Parameter_790'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 791, + "count": 1, + "names": ['ID_Einst_SuMk3Wo_zeit_1_0', 'Unknown_Parameter_791'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 792, + "count": 1, + "names": ['ID_Einst_SuMk3Wo_zeit_1_1', 'Unknown_Parameter_792'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 793, + "count": 1, + "names": ['ID_Einst_SuMk3Wo_zeit_2_0', 'Unknown_Parameter_793'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 794, + "count": 1, + "names": ['ID_Einst_SuMk3Wo_zeit_2_1', 'Unknown_Parameter_794'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 795, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_0_0', 'Unknown_Parameter_795'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 796, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_0_1', 'Unknown_Parameter_796'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 797, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_1_0', 'Unknown_Parameter_797'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 798, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_1_1', 'Unknown_Parameter_798'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 799, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_2_0', 'Unknown_Parameter_799'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 800, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_2_1', 'Unknown_Parameter_800'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 801, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_0_2', 'Unknown_Parameter_801'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 802, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_0_3', 'Unknown_Parameter_802'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 803, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_1_2', 'Unknown_Parameter_803'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 804, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_1_3', 'Unknown_Parameter_804'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 805, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_2_2', 'Unknown_Parameter_805'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 806, + "count": 1, + "names": ['ID_Einst_SuMk325_zeit_2_3', 'Unknown_Parameter_806'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 807, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_0', 'Unknown_Parameter_807'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 808, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_1', 'Unknown_Parameter_808'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 809, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_0', 'Unknown_Parameter_809'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 810, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_1', 'Unknown_Parameter_810'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 811, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_0', 'Unknown_Parameter_811'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 812, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_1', 'Unknown_Parameter_812'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 813, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_2', 'Unknown_Parameter_813'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 814, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_3', 'Unknown_Parameter_814'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 815, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_2', 'Unknown_Parameter_815'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 816, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_3', 'Unknown_Parameter_816'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 817, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_2', 'Unknown_Parameter_817'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 818, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_3', 'Unknown_Parameter_818'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 819, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_4', 'Unknown_Parameter_819'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 820, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_5', 'Unknown_Parameter_820'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 821, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_4', 'Unknown_Parameter_821'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 822, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_5', 'Unknown_Parameter_822'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 823, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_4', 'Unknown_Parameter_823'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 824, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_5', 'Unknown_Parameter_824'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 825, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_6', 'Unknown_Parameter_825'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 826, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_7', 'Unknown_Parameter_826'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 827, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_6', 'Unknown_Parameter_827'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 828, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_7', 'Unknown_Parameter_828'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 829, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_6', 'Unknown_Parameter_829'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 830, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_7', 'Unknown_Parameter_830'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 831, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_8', 'Unknown_Parameter_831'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 832, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_9', 'Unknown_Parameter_832'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 833, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_8', 'Unknown_Parameter_833'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 834, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_9', 'Unknown_Parameter_834'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 835, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_8', 'Unknown_Parameter_835'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 836, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_9', 'Unknown_Parameter_836'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 837, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_10', 'Unknown_Parameter_837'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 838, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_11', 'Unknown_Parameter_838'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 839, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_10', 'Unknown_Parameter_839'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 840, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_11', 'Unknown_Parameter_840'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 841, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_10', 'Unknown_Parameter_841'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 842, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_11', 'Unknown_Parameter_842'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 843, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_12', 'Unknown_Parameter_843'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 844, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_0_13', 'Unknown_Parameter_844'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 845, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_12', 'Unknown_Parameter_845'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 846, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_1_13', 'Unknown_Parameter_846'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 847, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_12', 'Unknown_Parameter_847'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 848, + "count": 1, + "names": ['ID_Einst_SuMk3Tg_zeit_2_13', 'Unknown_Parameter_848'], + "type": TimeOfDay, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 849, + "count": 1, + "names": ['ID_Ba_Hz_MK3_saved', 'Unknown_Parameter_849'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 850, + "count": 1, + "names": ['ID_Einst_Kuhl_Zeit_Ein_akt', 'Unknown_Parameter_850'], + "type": Hours, + "writeable": True, + "datatype": 'UINT32', + "unit": 'h/10', + "description": '', + }, + { + "index": 851, + "count": 1, + "names": ['ID_Einst_Kuhl_Zeit_Aus_akt', 'Unknown_Parameter_851'], + "type": Hours, + "writeable": True, + "datatype": 'UINT32', + "unit": 'h/10', + "description": '', + }, + { + "index": 852, + "count": 1, + "names": ['ID_Waermemenge_Seit', 'Unknown_Parameter_852'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 853, + "count": 1, + "names": ['ID_Waermemenge_WQ', 'Unknown_Parameter_853'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 854, + "count": 1, + "names": ['ID_Waermemenge_Hz', 'Unknown_Parameter_854'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 855, + "count": 1, + "names": ['ID_Waermemenge_WQ_ges', 'Unknown_Parameter_855'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 856, + "count": 1, + "names": ['ID_Einst_Entl_Typ_13', 'Unknown_Parameter_856'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 857, + "count": 1, + "names": ['ID_Einst_Entl_Typ_14', 'Unknown_Parameter_857'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 858, + "count": 1, + "names": ['ID_Einst_Entl_Typ_15', 'Unknown_Parameter_858'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 859, + "count": 1, + "names": ['ID_Zaehler_BetrZeitSW', 'Unknown_Parameter_859'], + "type": Seconds, + "writeable": False, + "datatype": 'UINT32', + "unit": 's', + "description": '', + }, + { + "index": 860, + "count": 1, + "names": ['ID_Einst_Fernwartung_akt', 'Unknown_Parameter_860'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 861, + "count": 1, + "names": ['ID_AdresseIPServ_akt', 'Unknown_Parameter_861'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 862, + "count": 1, + "names": ['ID_Einst_TA_EG_akt', 'Unknown_Parameter_862'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 863, + "count": 1, + "names": ['ID_Einst_TVLmax_EG_akt', 'Unknown_Parameter_863'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 864, + "count": 1, + "names": ['ID_Einst_Popt_Nachlauf_akt', 'Unknown_Parameter_864'], + "type": Minutes, + "writeable": True, + "datatype": 'UINT32', + "unit": 'min', + "description": '', + }, + { + "index": 865, + "count": 1, + "names": ['ID_FernwartungVertrag_akt', 'Unknown_Parameter_865'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 866, + "count": 1, + "names": ['ID_FernwartungAktuZeit', 'Unknown_Parameter_866'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 867, + "count": 1, + "names": ['ID_Einst_Effizienzpumpe_Nominal_akt', 'Unknown_Parameter_867'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 868, + "count": 1, + "names": ['ID_Einst_Effizienzpumpe_Minimal_akt', 'Unknown_Parameter_868'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 869, + "count": 1, + "names": ['ID_Einst_Effizienzpumpe_akt', 'Unknown_Parameter_869'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 870, + "count": 1, + "names": ['ID_Einst_Waermemenge_akt', 'Unknown_Parameter_870'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 871, + "count": 1, + "names": ['ID_Einst_Wm_Versorgung_Korrektur_akt', 'Unknown_Parameter_871'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 872, + "count": 1, + "names": ['ID_Einst_Wm_Auswertung_Korrektur_akt', 'Unknown_Parameter_872'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 873, + "count": 1, + "names": ['ID_SoftwareUpdateJetztGemacht_akt', 'Unknown_Parameter_873'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 874, + "count": 1, + "names": ['ID_WP_SerienNummer_DATUM', 'Unknown_Parameter_874'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 875, + "count": 1, + "names": ['ID_WP_SerienNummer_HEX', 'Unknown_Parameter_875'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 876, + "count": 1, + "names": ['ID_WP_SerienNummer_INDEX', 'Unknown_Parameter_876'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 877, + "count": 1, + "names": ['ID_ProgWerteWebSrvBeobarten', 'Unknown_Parameter_877'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 878, + "count": 1, + "names": ['ID_Waermemenge_BW', 'Unknown_Parameter_878'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 879, + "count": 1, + "names": ['ID_Waermemenge_SW', 'Unknown_Parameter_879'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 880, + "count": 1, + "names": ['ID_Waermemenge_Datum', 'Unknown_Parameter_880'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 881, + "count": 1, + "names": ['ID_Einst_Solar_akt', 'Unknown_Parameter_881'], + "type": SolarMode, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 882, + "count": 1, + "names": ['ID_BSTD_Solar', 'Unknown_Parameter_882'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 883, + "count": 1, + "names": ['ID_Einst_TDC_Koll_Max_akt', 'Unknown_Parameter_883'], + "type": Celsius, + "writeable": False, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 884, + "count": 1, + "names": ['ID_Einst_Akt_Kuehlung_akt', 'Unknown_Parameter_884'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 885, + "count": 1, + "names": ['ID_Einst_Vorlauf_VBO_akt', 'Unknown_Parameter_885'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 886, + "count": 1, + "names": ['ID_Einst_KRHyst_akt', 'Unknown_Parameter_886'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 887, + "count": 1, + "names": ['ID_Einst_Akt_Kuehl_Speicher_min_akt', 'Unknown_Parameter_887'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 888, + "count": 1, + "names": ['ID_Einst_Akt_Kuehl_Freig_WQE_akt', 'Unknown_Parameter_888'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 889, + "count": 1, + "names": ['ID_NDAB_WW_Anzahl', 'Unknown_Parameter_889'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 890, + "count": 1, + "names": ['ID_NDS_WW_KD_Quitt', 'Unknown_Parameter_890'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 891, + "count": 1, + "names": ['ID_Einst_AbtZykMin_akt', 'Unknown_Parameter_891'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 892, + "count": 1, + "names": ['ID_Einst_VD2_Zeit_Min_akt', 'Unknown_Parameter_892'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 893, + "count": 1, + "names": ['ID_Einst_Hysterese_HR_verkuerzt_akt', 'Unknown_Parameter_893'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 894, + "count": 1, + "names": ['ID_Einst_BA_Lueftung_akt', 'Unknown_Parameter_894'], + "type": VentilationMode, + "writeable": True, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 895, + "count": 1, + "names": ['ID_Einst_SuLuf_akt', 'Unknown_Parameter_895'], + "type": TimerProgram, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 896, + "count": 1, + "names": ['ID_Einst_SuLufWo_zeit_0_0_0', 'Unknown_Parameter_896'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 897, + "count": 1, + "names": ['ID_Einst_SuLufWo_zeit_0_1_0', 'Unknown_Parameter_897'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 898, + "count": 1, + "names": ['ID_Einst_SuLufWo_zeit_0_2_0', 'Unknown_Parameter_898'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 899, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_0_0_0', 'Unknown_Parameter_899'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 900, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_0_1_0', 'Unknown_Parameter_900'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 901, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_0_2_0', 'Unknown_Parameter_901'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 902, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_0_0_2', 'Unknown_Parameter_902'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 903, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_0_1_2', 'Unknown_Parameter_903'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 904, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_0_2_2', 'Unknown_Parameter_904'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 905, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_0_0', 'Unknown_Parameter_905'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 906, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_1_0', 'Unknown_Parameter_906'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 907, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_2_0', 'Unknown_Parameter_907'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 908, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_0_2', 'Unknown_Parameter_908'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 909, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_1_2', 'Unknown_Parameter_909'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 910, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_2_2', 'Unknown_Parameter_910'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 911, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_0_4', 'Unknown_Parameter_911'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 912, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_1_4', 'Unknown_Parameter_912'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 913, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_2_4', 'Unknown_Parameter_913'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 914, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_0_6', 'Unknown_Parameter_914'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 915, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_1_6', 'Unknown_Parameter_915'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 916, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_2_6', 'Unknown_Parameter_916'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 917, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_0_8', 'Unknown_Parameter_917'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 918, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_1_8', 'Unknown_Parameter_918'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 919, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_2_8', 'Unknown_Parameter_919'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 920, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_0_10', 'Unknown_Parameter_920'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 921, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_1_10', 'Unknown_Parameter_921'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 922, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_2_10', 'Unknown_Parameter_922'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 923, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_0_12', 'Unknown_Parameter_923'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 924, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_1_12', 'Unknown_Parameter_924'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 925, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_0_2_12', 'Unknown_Parameter_925'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 926, + "count": 1, + "names": ['ID_Einst_SuLufWo_zeit_1_0_0', 'Unknown_Parameter_926'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 927, + "count": 1, + "names": ['ID_Einst_SuLufWo_zeit_1_1_0', 'Unknown_Parameter_927'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 928, + "count": 1, + "names": ['ID_Einst_SuLufWo_zeit_1_2_0', 'Unknown_Parameter_928'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 929, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_1_0_0', 'Unknown_Parameter_929'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 930, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_1_1_0', 'Unknown_Parameter_930'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 931, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_1_2_0', 'Unknown_Parameter_931'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 932, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_1_0_2', 'Unknown_Parameter_932'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 933, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_1_1_2', 'Unknown_Parameter_933'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 934, + "count": 1, + "names": ['ID_Einst_SuLuf25_zeit_1_2_2', 'Unknown_Parameter_934'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 935, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_0_0', 'Unknown_Parameter_935'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 936, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_1_0', 'Unknown_Parameter_936'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 937, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_2_0', 'Unknown_Parameter_937'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 938, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_0_2', 'Unknown_Parameter_938'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 939, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_1_2', 'Unknown_Parameter_939'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 940, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_2_2', 'Unknown_Parameter_940'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 941, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_0_4', 'Unknown_Parameter_941'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 942, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_1_4', 'Unknown_Parameter_942'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 943, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_2_4', 'Unknown_Parameter_943'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 944, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_0_6', 'Unknown_Parameter_944'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 945, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_1_6', 'Unknown_Parameter_945'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 946, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_2_6', 'Unknown_Parameter_946'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 947, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_0_8', 'Unknown_Parameter_947'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 948, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_1_8', 'Unknown_Parameter_948'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 949, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_2_8', 'Unknown_Parameter_949'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 950, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_0_10', 'Unknown_Parameter_950'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 951, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_1_10', 'Unknown_Parameter_951'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 952, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_2_10', 'Unknown_Parameter_952'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 953, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_0_12', 'Unknown_Parameter_953'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 954, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_1_12', 'Unknown_Parameter_954'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 955, + "count": 1, + "names": ['ID_Einst_SuLufTg_zeit_1_2_12', 'Unknown_Parameter_955'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 956, + "count": 1, + "names": ['ID_FerienModusAktivLueftung', 'Unknown_Parameter_956'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 957, + "count": 1, + "names": ['ID_Einst_BA_Lueftung_saved', 'Unknown_Parameter_957'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 958, + "count": 1, + "names": ['ID_SU_FrkdLueftung', 'Unknown_Parameter_958'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 959, + "count": 1, + "names": ['ID_SU_FstdLueftung', 'Unknown_Parameter_959'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 960, + "count": 1, + "names": ['ID_Einst_Luf_Feuchteschutz_akt', 'Unknown_Parameter_960'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 961, + "count": 1, + "names": ['ID_Einst_Luf_Reduziert_akt', 'Unknown_Parameter_961'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 962, + "count": 1, + "names": ['ID_Einst_Luf_Nennlueftung_akt', 'Unknown_Parameter_962'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 963, + "count": 1, + "names": ['ID_Einst_Luf_Intensivlueftung_akt', 'Unknown_Parameter_963'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 964, + "count": 1, + "names": ['ID_Timer_Fil_4Makt', 'Unknown_Parameter_964'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 965, + "count": 1, + "names": ['ID_Timer_Fil_WoAkt', 'Unknown_Parameter_965'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 966, + "count": 1, + "names": ['ID_Sollwert_KuCft3_akt', 'Unknown_Parameter_966'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 967, + "count": 1, + "names": ['ID_Sollwert_AtDif3_akt', 'Unknown_Parameter_967'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 968, + "count": 1, + "names": ['ID_Bitmaske_0', 'Unknown_Parameter_968'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 969, + "count": 1, + "names": ['ID_Einst_Lueftungsstufen', 'Unknown_Parameter_969'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 970, + "count": 1, + "names": ['ID_SysEin_Meldung_TDI', 'Unknown_Parameter_970'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 971, + "count": 1, + "names": ['ID_SysEin_Typ_WZW', 'Unknown_Parameter_971'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 972, + "count": 1, + "names": ['ID_Einst_GLT_aktiviert', 'Unknown_Parameter_972'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 973, + "count": 1, + "names": ['ID_Einst_BW_max', 'Unknown_Parameter_973'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 974, + "count": 1, + "names": ['ID_Einst_Sollwert_TRL_Kuehlen', 'Unknown_Parameter_974'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 975, + "count": 1, + "names": ['ID_Einst_Medium_Waermequelle', 'Unknown_Parameter_975'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 976, + "count": 1, + "names": ['ID_Einst_Photovoltaik_akt', 'Unknown_Parameter_976'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 977, + "count": 1, + "names": ['ID_Einst_Multispeicher_akt', 'Unknown_Parameter_977'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 978, + "count": 1, + "names": ['ID_Einst_PKuehlTime_akt', 'Unknown_Parameter_978'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 979, + "count": 1, + "names": ['ID_Einst_Minimale_Ruecklaufsolltemperatur', 'Unknown_Parameter_979'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 980, + "count": 1, + "names": ['ID_RBE_Einflussfaktor_RT_akt', 'Unknown_Parameter_980'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 981, + "count": 1, + "names": ['ID_RBE_Freigabe_Kuehlung_akt', 'Unknown_Parameter_981'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 982, + "count": 1, + "names": ['ID_RBE_Waermeverteilsystem_akt', 'Unknown_Parameter_982'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 983, + "count": 1, + "names": ['ID_RBE_Zeit_Heizstab_aktiv', 'Unknown_Parameter_983'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 984, + "count": 1, + "names": ['ID_SEC_ND_Alarmgrenze', 'Unknown_Parameter_984'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 985, + "count": 1, + "names": ['ID_SEC_HD_Alarmgrenze', 'Unknown_Parameter_985'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 986, + "count": 1, + "names": ['ID_SEC_Abtauendtemperatur', 'Unknown_Parameter_986'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 987, + "count": 1, + "names": ['ID_Einst_Min_RPM_BW', 'Unknown_Parameter_987'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 988, + "count": 1, + "names": ['ID_Einst_Luf_Feuchteschutz_Faktor_akt', 'Unknown_Parameter_988'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 989, + "count": 1, + "names": ['ID_Einst_Luf_Reduziert_Faktor_akt', 'Unknown_Parameter_989'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 990, + "count": 1, + "names": ['ID_Einst_Luf_Nennlueftung_Faktor_akt', 'Unknown_Parameter_990'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 991, + "count": 1, + "names": ['ID_Einst_Luf_Intensivlueftung_Faktor_akt', 'Unknown_Parameter_991'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 992, + "count": 1, + "names": ['ID_Einst_Freigabe_Zeit_ZWE', 'Unknown_Parameter_992'], + "type": Minutes, + "writeable": True, + "datatype": 'UINT32', + "unit": 'min', + "description": '', + }, + { + "index": 993, + "count": 1, + "names": ['ID_Einst_min_VL_Kuehl', 'Unknown_Parameter_993'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 994, + "count": 1, + "names": ['ID_Einst_Warmwasser_Nachheizung', 'Unknown_Parameter_994'], + "type": Bool, + "writeable": True, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 995, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_0_0', 'Unknown_Parameter_995'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 996, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_1_0', 'Unknown_Parameter_996'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 997, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_2_0', 'Unknown_Parameter_997'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 998, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_3_0', 'Unknown_Parameter_998'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 999, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_4_0', 'Unknown_Parameter_999'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1000, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_0_1', 'Unknown_Parameter_1000'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1001, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_1_1', 'Unknown_Parameter_1001'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1002, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_2_1', 'Unknown_Parameter_1002'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1003, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_3_1', 'Unknown_Parameter_1003'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1004, + "count": 1, + "names": ['ID_Switchoff_file_LWD2_4_1', 'Unknown_Parameter_1004'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1005, + "count": 1, + "names": ['ID_Switchoff_index_LWD2', 'Unknown_Parameter_1005'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1006, + "count": 1, + "names": ['ID_Einst_Effizienzpumpe_Nominal_2', 'Unknown_Parameter_1006'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1007, + "count": 1, + "names": ['ID_Einst_Effizienzpumpe_Minimal_2', 'Unknown_Parameter_1007'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1008, + "count": 1, + "names": ['ID_Einst_Wm_Versorgung_Korrektur_2', 'Unknown_Parameter_1008'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1009, + "count": 1, + "names": ['ID_Einst_Wm_Auswertung_Korrektur_2', 'Unknown_Parameter_1009'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1010, + "count": 1, + "names": ['ID_Einst_isTwin', 'Unknown_Parameter_1010'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1011, + "count": 1, + "names": ['ID_Einst_TAmin_2', 'Unknown_Parameter_1011'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1012, + "count": 1, + "names": ['ID_Einst_TVLmax_2', 'Unknown_Parameter_1012'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1013, + "count": 1, + "names": ['ID_Einst_TA_EG_2', 'Unknown_Parameter_1013'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1014, + "count": 1, + "names": ['ID_Einst_TVLmax_EG_2', 'Unknown_Parameter_1014'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1015, + "count": 1, + "names": ['ID_Waermemenge_Hz_2', 'Unknown_Parameter_1015'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1016, + "count": 1, + "names": ['ID_Waermemenge_BW_2', 'Unknown_Parameter_1016'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1017, + "count": 1, + "names": ['ID_Waermemenge_SW_2', 'Unknown_Parameter_1017'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1018, + "count": 1, + "names": ['ID_Waermemenge_Seit_2', 'Unknown_Parameter_1018'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1019, + "count": 1, + "names": ['ID_Einst_Entl_Typ_15_2', 'Unknown_Parameter_1019'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1020, + "count": 1, + "names": ['ID_Einst_WW_Nachheizung_max', 'Unknown_Parameter_1020'], + "type": Hours2, + "writeable": True, + "datatype": 'UINT32', + "unit": 'h', + "description": '', + }, + { + "index": 1021, + "count": 1, + "names": ['ID_Einst_Kuhl_Zeit_Ein_RT', 'Unknown_Parameter_1021'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1022, + "count": 1, + "names": ['ID_Einst_ZWE1_Pos', 'Unknown_Parameter_1022'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1023, + "count": 1, + "names": ['ID_Einst_ZWE2_Pos', 'Unknown_Parameter_1023'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1024, + "count": 1, + "names": ['ID_Einst_ZWE3_Pos', 'Unknown_Parameter_1024'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1025, + "count": 1, + "names": ['ID_Einst_Leistung_ZWE', 'Unknown_Parameter_1025'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1026, + "count": 1, + "names": ['ID_WP_SN2_DATUM', 'Unknown_Parameter_1026'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1027, + "count": 1, + "names": ['ID_WP_SN2_HEX', 'Unknown_Parameter_1027'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1028, + "count": 1, + "names": ['ID_WP_SN2_INDEX', 'Unknown_Parameter_1028'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1029, + "count": 1, + "names": ['ID_CWP_saved2', 'Unknown_Parameter_1029'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1030, + "count": 1, + "names": ['ID_Einst_SmartGrid', 'Unknown_Parameter_1030'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1031, + "count": 1, + "names": ['ID_Einst_P155_HDS', 'Unknown_Parameter_1031'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1032, + "count": 1, + "names": ['ID_Einst_P155_PumpHeat_Max', 'Unknown_Parameter_1032'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1033, + "count": 1, + "names": ['ID_Einst_P155_PumpHeatCtrl', 'Unknown_Parameter_1033'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1034, + "count": 1, + "names": ['ID_Einst_P155_PumpDHWCtrl', 'Unknown_Parameter_1034'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1035, + "count": 1, + "names": ['ID_Einst_P155_PumpDHW_RPM', 'Unknown_Parameter_1035'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1036, + "count": 1, + "names": ['ID_Einst_P155_PumpPoolCtrl', 'Unknown_Parameter_1036'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1037, + "count": 1, + "names": ['ID_Einst_P155_PumpPool_RPM', 'Unknown_Parameter_1037'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1038, + "count": 1, + "names": ['ID_Einst_P155_PumpCool_RPM', 'Unknown_Parameter_1038'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1039, + "count": 1, + "names": ['ID_Einst_P155_PumpVBOCtrl', 'Unknown_Parameter_1039'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1040, + "count": 1, + "names": ['ID_Einst_P155_PumpVBO_RPM_C', 'Unknown_Parameter_1040'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1041, + "count": 1, + "names": ['ID_Einst_P155_PumpDHW_Max', 'Unknown_Parameter_1041'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1042, + "count": 1, + "names": ['ID_Einst_P155_PumpPool_Max', 'Unknown_Parameter_1042'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1043, + "count": 1, + "names": ['ID_Einst_P155_Sperrband_1', 'Unknown_Parameter_1043'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1044, + "count": 1, + "names": ['ID_Einst_P155_Leistungsfreigabe', 'Unknown_Parameter_1044'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1045, + "count": 1, + "names": ['ID_Einst_P155_DHW_Freq', 'Unknown_Parameter_1045'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1046, + "count": 1, + "names": ['ID_Einst_SWHUP', 'Unknown_Parameter_1046'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1047, + "count": 1, + "names": ['ID_Einst_P155_SWB_Freq', 'Unknown_Parameter_1047'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1048, + "count": 1, + "names": ['ID_Einst_MK1_Regelung', 'Unknown_Parameter_1048'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1049, + "count": 1, + "names": ['ID_Einst_MK2_Regelung', 'Unknown_Parameter_1049'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1050, + "count": 1, + "names": ['ID_Einst_MK3_Regelung', 'Unknown_Parameter_1050'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1051, + "count": 1, + "names": ['ID_Einst_PV_WW_Sperrzeit', 'Unknown_Parameter_1051'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1052, + "count": 1, + "names": ['ID_Einst_Warmwasser_extra', 'Unknown_Parameter_1052'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1053, + "count": 1, + "names": ['ID_Einst_Vorl_akt_Kuehl', 'Unknown_Parameter_1053'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1054, + "count": 1, + "names": ['ID_WP_SN3_DATUM', 'Unknown_Parameter_1054'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1055, + "count": 1, + "names": ['ID_WP_SN3_HEX', 'Unknown_Parameter_1055'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1056, + "count": 1, + "names": ['ID_WP_SN3_INDEX', 'Unknown_Parameter_1056'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1057, + "count": 1, + "names": ['ID_Einst_Vorlauf_ZUP', 'Unknown_Parameter_1057'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1058, + "count": 1, + "names": ['ID_Einst_Abtauen_im_Warmwasser', 'Unknown_Parameter_1058'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1059, + "count": 1, + "names": ['ID_Waermemenge_ZWE', 'Unknown_Parameter_1059'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 1060, + "count": 1, + "names": ['ID_Waermemenge_Reset', 'Unknown_Parameter_1060'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 1061, + "count": 1, + "names": ['ID_Waermemenge_Reset_2', 'Unknown_Parameter_1061'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1062, + "count": 1, + "names": ['ID_Einst_Brunnenpumpe_min', 'Unknown_Parameter_1062'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1063, + "count": 1, + "names": ['ID_Einst_Brunnenpumpe_max', 'Unknown_Parameter_1063'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1064, + "count": 1, + "names": ['ID_Einst_SmartHomeID', 'Unknown_Parameter_1064'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1065, + "count": 1, + "names": ['ID_Einst_SmartHK', 'Unknown_Parameter_1065'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1066, + "count": 1, + "names": ['ID_Einst_SmartMK1', 'Unknown_Parameter_1066'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1067, + "count": 1, + "names": ['ID_Einst_SmartMK2', 'Unknown_Parameter_1067'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1068, + "count": 1, + "names": ['ID_Einst_SmartMK3', 'Unknown_Parameter_1068'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1069, + "count": 1, + "names": ['ID_Einst_SmartWW', 'Unknown_Parameter_1069'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1070, + "count": 1, + "names": ['ID_Einst_SmartDefrost', 'Unknown_Parameter_1070'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1071, + "count": 1, + "names": ['ID_Einst_Empty1071', 'Unknown_Parameter_1071'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1072, + "count": 1, + "names": ['ID_Einst_MinVLMK1', 'Unknown_Parameter_1072'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1073, + "count": 1, + "names": ['ID_Einst_MinVLMK2', 'Unknown_Parameter_1073'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1074, + "count": 1, + "names": ['ID_Einst_MinVLMK3', 'Unknown_Parameter_1074'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1075, + "count": 1, + "names": ['ID_Einst_MaxVLMK1', 'Unknown_Parameter_1075'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1076, + "count": 1, + "names": ['ID_Einst_MaxVLMK2', 'Unknown_Parameter_1076'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1077, + "count": 1, + "names": ['ID_Einst_MaxVLMK3', 'Unknown_Parameter_1077'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1078, + "count": 1, + "names": ['ID_Einst_SmartPlusHz', 'Unknown_Parameter_1078'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1079, + "count": 1, + "names": ['ID_Einst_SmartMinusHz', 'Unknown_Parameter_1079'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1080, + "count": 1, + "names": ['ID_Einst_SmartPlusMK1', 'Unknown_Parameter_1080'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1081, + "count": 1, + "names": ['ID_Einst_SmartMinusMK1', 'Unknown_Parameter_1081'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1082, + "count": 1, + "names": ['ID_Einst_SmartPlusMK2', 'Unknown_Parameter_1082'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1083, + "count": 1, + "names": ['ID_Einst_SmartMinusMK2', 'Unknown_Parameter_1083'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1084, + "count": 1, + "names": ['ID_Einst_SmartPlusMK3', 'Unknown_Parameter_1084'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1085, + "count": 1, + "names": ['ID_Einst_SmartMinusMK3', 'Unknown_Parameter_1085'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1086, + "count": 1, + "names": ['Unknown_Parameter_1086'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1087, + "count": 1, + "names": ['SILENT_MODE', 'Unknown_Parameter_1087'], + "type": OnOffMode, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 1088, + "count": 1, + "names": ['Unknown_Parameter_1088'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1089, + "count": 1, + "names": ['Unknown_Parameter_1089'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1090, + "count": 1, + "names": ['Unknown_Parameter_1090'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1091, + "count": 1, + "names": ['Unknown_Parameter_1091'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1092, + "count": 1, + "names": ['ID_Einst_SuSilence', 'Unknown_Parameter_1092'], + "type": TimerProgram, + "writeable": False, + "datatype": 'UINT32', + "unit": 'enum', + "description": '', + }, + { + "index": 1093, + "count": 1, + "names": ['ID_Einst_SilenceTimer_0', 'Unknown_Parameter_1093'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1094, + "count": 1, + "names": ['ID_Einst_SilenceTimer_1', 'Unknown_Parameter_1094'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1095, + "count": 1, + "names": ['ID_Einst_SilenceTimer_2', 'Unknown_Parameter_1095'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1096, + "count": 1, + "names": ['ID_Einst_SilenceTimer_3', 'Unknown_Parameter_1096'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1097, + "count": 1, + "names": ['ID_Einst_SilenceTimer_4', 'Unknown_Parameter_1097'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1098, + "count": 1, + "names": ['ID_Einst_SilenceTimer_5', 'Unknown_Parameter_1098'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1099, + "count": 1, + "names": ['ID_Einst_SilenceTimer_6', 'Unknown_Parameter_1099'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1100, + "count": 1, + "names": ['ID_Einst_SilenceTimer_7', 'Unknown_Parameter_1100'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1101, + "count": 1, + "names": ['ID_Einst_SilenceTimer_8', 'Unknown_Parameter_1101'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1102, + "count": 1, + "names": ['ID_Einst_SilenceTimer_9', 'Unknown_Parameter_1102'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1103, + "count": 1, + "names": ['ID_Einst_SilenceTimer_10', 'Unknown_Parameter_1103'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1104, + "count": 1, + "names": ['ID_Einst_SilenceTimer_11', 'Unknown_Parameter_1104'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1105, + "count": 1, + "names": ['ID_Einst_SilenceTimer_12', 'Unknown_Parameter_1105'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1106, + "count": 1, + "names": ['ID_Einst_SilenceTimer_13', 'Unknown_Parameter_1106'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1107, + "count": 1, + "names": ['ID_Einst_SilenceTimer_14', 'Unknown_Parameter_1107'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1108, + "count": 1, + "names": ['ID_Einst_SilenceTimer_15', 'Unknown_Parameter_1108'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1109, + "count": 1, + "names": ['ID_Einst_SilenceTimer_16', 'Unknown_Parameter_1109'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1110, + "count": 1, + "names": ['ID_Einst_SilenceTimer_17', 'Unknown_Parameter_1110'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1111, + "count": 1, + "names": ['ID_Einst_SilenceTimer_18', 'Unknown_Parameter_1111'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1112, + "count": 1, + "names": ['ID_Einst_SilenceTimer_19', 'Unknown_Parameter_1112'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1113, + "count": 1, + "names": ['ID_Einst_SilenceTimer_20', 'Unknown_Parameter_1113'], + "type": TimeOfDay2, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1114, + "count": 1, + "names": ['Unknown_Parameter_1114'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1115, + "count": 1, + "names": ['Unknown_Parameter_1115'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1116, + "count": 1, + "names": ['Unknown_Parameter_1116'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1117, + "count": 1, + "names": ['Unknown_Parameter_1117'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1118, + "count": 1, + "names": ['Unknown_Parameter_1118'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1119, + "count": 1, + "names": ['LAST_DEFROST_TIMESTAMP', 'Unknown_Parameter_1119'], + "type": Timestamp, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1120, + "count": 1, + "names": ['Unknown_Parameter_1120'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1121, + "count": 1, + "names": ['Unknown_Parameter_1121'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1122, + "count": 1, + "names": ['Unknown_Parameter_1122'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1123, + "count": 1, + "names": ['Unknown_Parameter_1123'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1124, + "count": 1, + "names": ['Unknown_Parameter_1124'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1125, + "count": 1, + "names": ['Unknown_Parameter_1125'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1126, + "count": 1, + "names": ['Unknown_Parameter_1126'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1127, + "count": 1, + "names": ['Unknown_Parameter_1127'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1128, + "count": 1, + "names": ['Unknown_Parameter_1128'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1129, + "count": 1, + "names": ['Unknown_Parameter_1129'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1130, + "count": 1, + "names": ['Unknown_Parameter_1130'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1131, + "count": 1, + "names": ['Unknown_Parameter_1131'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1132, + "count": 1, + "names": ['Unknown_Parameter_1132'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1133, + "count": 1, + "names": ['Unknown_Parameter_1133'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1134, + "count": 1, + "names": ['Unknown_Parameter_1134'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1135, + "count": 1, + "names": ['Unknown_Parameter_1135'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1136, + "count": 1, + "names": ['HEAT_ENERGY_INPUT', 'Unknown_Parameter_1136'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 1137, + "count": 1, + "names": ['DHW_ENERGY_INPUT', 'Unknown_Parameter_1137'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 1138, + "count": 1, + "names": ['Unknown_Parameter_1138'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1139, + "count": 1, + "names": ['COOLING_ENERGY_INPUT', 'Unknown_Parameter_1139'], + "type": Energy, + "writeable": False, + "datatype": 'UINT32', + "unit": 'kWh/10', + "description": '', + }, + { + "index": 1140, + "count": 1, + "names": ['SECOND_HEAT_GENERATOR_AMOUNT_COUNTER', 'Unknown_Parameter_1140'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1141, + "count": 1, + "names": ['Unknown_Parameter_1141'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1142, + "count": 1, + "names": ['Unknown_Parameter_1142'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1143, + "count": 1, + "names": ['Unknown_Parameter_1143'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1144, + "count": 1, + "names": ['Unknown_Parameter_1144'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1145, + "count": 1, + "names": ['Unknown_Parameter_1145'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1146, + "count": 1, + "names": ['Unknown_Parameter_1146'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1147, + "count": 1, + "names": ['Unknown_Parameter_1147'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1148, + "count": 1, + "names": ['HEATING_TARGET_TEMP_ROOM_THERMOSTAT', 'Unknown_Parameter_1148'], + "type": Celsius, + "writeable": True, + "datatype": 'INT32', + "unit": '°C/10', + "description": '', + }, + { + "index": 1149, + "count": 1, + "names": ['Unknown_Parameter_1149'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1150, + "count": 1, + "names": ['Unknown_Parameter_1150'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1151, + "count": 1, + "names": ['Unknown_Parameter_1151'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1152, + "count": 1, + "names": ['Unknown_Parameter_1152'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1153, + "count": 1, + "names": ['Unknown_Parameter_1153'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1154, + "count": 1, + "names": ['Unknown_Parameter_1154'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1155, + "count": 1, + "names": ['Unknown_Parameter_1155'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1156, + "count": 1, + "names": ['Unknown_Parameter_1156'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1157, + "count": 1, + "names": ['Unknown_Parameter_1157'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1158, + "count": 1, + "names": ['POWER_LIMIT_SWITCH', 'Unknown_Parameter_1158'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1159, + "count": 1, + "names": ['POWER_LIMIT_VALUE', 'Unknown_Parameter_1159'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, +] diff --git a/luxtronik/definitions/visibilities.py b/luxtronik/definitions/visibilities.py new file mode 100644 index 00000000..beb3959b --- /dev/null +++ b/luxtronik/definitions/visibilities.py @@ -0,0 +1,3818 @@ +""" +Constant list containing all 'visibility' definitions +used by the config interface (CFI) of the Luxtronik controller. + +The visibilities holds values for display purposes and are read-only. +""" +from typing import Final + +from luxtronik.datatypes import ( + Unknown, +) + +# Offset which must be added to the visibility indices +# to obtain the correct address of the data fields +VISIBILITIES_OFFSET: Final = 0 + +VISIBILITIES_DEFINITIONS_LIST: Final = [ + { + "index": 0, + "count": 1, + "names": ['ID_Visi_NieAnzeigen', 'Unknown_Visibility_0'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 1, + "count": 1, + "names": ['ID_Visi_ImmerAnzeigen', 'Unknown_Visibility_1'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 2, + "count": 1, + "names": ['ID_Visi_Heizung', 'Unknown_Visibility_2'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 3, + "count": 1, + "names": ['ID_Visi_Brauwasser', 'Unknown_Visibility_3'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 4, + "count": 1, + "names": ['ID_Visi_Schwimmbad', 'Unknown_Visibility_4'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 5, + "count": 1, + "names": ['ID_Visi_Kuhlung', 'Unknown_Visibility_5'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 6, + "count": 1, + "names": ['ID_Visi_Lueftung', 'Unknown_Visibility_6'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 7, + "count": 1, + "names": ['ID_Visi_MK1', 'Unknown_Visibility_7'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 8, + "count": 1, + "names": ['ID_Visi_MK2', 'Unknown_Visibility_8'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 9, + "count": 1, + "names": ['ID_Visi_ThermDesinfekt', 'Unknown_Visibility_9'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 10, + "count": 1, + "names": ['ID_Visi_Zirkulation', 'Unknown_Visibility_10'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 11, + "count": 1, + "names": ['ID_Visi_KuhlTemp_SolltempMK1', 'Unknown_Visibility_11'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 12, + "count": 1, + "names": ['ID_Visi_KuhlTemp_SolltempMK2', 'Unknown_Visibility_12'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 13, + "count": 1, + "names": ['ID_Visi_KuhlTemp_ATDiffMK1', 'Unknown_Visibility_13'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 14, + "count": 1, + "names": ['ID_Visi_KuhlTemp_ATDiffMK2', 'Unknown_Visibility_14'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 15, + "count": 1, + "names": ['ID_Visi_Service_Information', 'Unknown_Visibility_15'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 16, + "count": 1, + "names": ['ID_Visi_Service_Einstellung', 'Unknown_Visibility_16'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 17, + "count": 1, + "names": ['ID_Visi_Service_Sprache', 'Unknown_Visibility_17'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 18, + "count": 1, + "names": ['ID_Visi_Service_DatumUhrzeit', 'Unknown_Visibility_18'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 19, + "count": 1, + "names": ['ID_Visi_Service_Ausheiz', 'Unknown_Visibility_19'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 20, + "count": 1, + "names": ['ID_Visi_Service_Anlagenkonfiguration', 'Unknown_Visibility_20'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 21, + "count": 1, + "names": ['ID_Visi_Service_IBNAssistant', 'Unknown_Visibility_21'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 22, + "count": 1, + "names": ['ID_Visi_Service_ParameterIBNZuruck', 'Unknown_Visibility_22'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 23, + "count": 1, + "names": ['ID_Visi_Temp_Vorlauf', 'Unknown_Visibility_23'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 24, + "count": 1, + "names": ['ID_Visi_Temp_Rucklauf', 'Unknown_Visibility_24'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 25, + "count": 1, + "names": ['ID_Visi_Temp_RL_Soll', 'Unknown_Visibility_25'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 26, + "count": 1, + "names": ['ID_Visi_Temp_Ruecklext', 'Unknown_Visibility_26'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 27, + "count": 1, + "names": ['ID_Visi_Temp_Heissgas', 'Unknown_Visibility_27'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 28, + "count": 1, + "names": ['ID_Visi_Temp_Aussent', 'Unknown_Visibility_28'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 29, + "count": 1, + "names": ['ID_Visi_Temp_BW_Ist', 'Unknown_Visibility_29'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 30, + "count": 1, + "names": ['ID_Visi_Temp_BW_Soll', 'Unknown_Visibility_30'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 31, + "count": 1, + "names": ['ID_Visi_Temp_WQ_Ein', 'Unknown_Visibility_31'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 32, + "count": 1, + "names": ['ID_Visi_Temp_Kaltekreis', 'Unknown_Visibility_32'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 33, + "count": 1, + "names": ['ID_Visi_Temp_MK1_Vorlauf', 'Unknown_Visibility_33'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 34, + "count": 1, + "names": ['ID_Visi_Temp_MK1VL_Soll', 'Unknown_Visibility_34'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 35, + "count": 1, + "names": ['ID_Visi_Temp_Raumstation', 'Unknown_Visibility_35'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 36, + "count": 1, + "names": ['ID_Visi_Temp_MK2_Vorlauf', 'Unknown_Visibility_36'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 37, + "count": 1, + "names": ['ID_Visi_Temp_MK2VL_Soll', 'Unknown_Visibility_37'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 38, + "count": 1, + "names": ['ID_Visi_Temp_Solarkoll', 'Unknown_Visibility_38'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 39, + "count": 1, + "names": ['ID_Visi_Temp_Solarsp', 'Unknown_Visibility_39'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 40, + "count": 1, + "names": ['ID_Visi_Temp_Ext_Energ', 'Unknown_Visibility_40'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 41, + "count": 1, + "names": ['ID_Visi_IN_ASD', 'Unknown_Visibility_41'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 42, + "count": 1, + "names": ['ID_Visi_IN_BWT', 'Unknown_Visibility_42'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 43, + "count": 1, + "names": ['ID_Visi_IN_EVU', 'Unknown_Visibility_43'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 44, + "count": 1, + "names": ['ID_Visi_IN_HD', 'Unknown_Visibility_44'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 45, + "count": 1, + "names": ['ID_Visi_IN_MOT', 'Unknown_Visibility_45'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 46, + "count": 1, + "names": ['ID_Visi_IN_ND', 'Unknown_Visibility_46'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 47, + "count": 1, + "names": ['ID_Visi_IN_PEX', 'Unknown_Visibility_47'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 48, + "count": 1, + "names": ['ID_Visi_IN_SWT', 'Unknown_Visibility_48'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 49, + "count": 1, + "names": ['ID_Visi_OUT_Abtauventil', 'Unknown_Visibility_49'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 50, + "count": 1, + "names": ['ID_Visi_OUT_BUP', 'Unknown_Visibility_50'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 51, + "count": 1, + "names": ['ID_Visi_OUT_FUP1', 'Unknown_Visibility_51'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 52, + "count": 1, + "names": ['ID_Visi_OUT_HUP', 'Unknown_Visibility_52'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 53, + "count": 1, + "names": ['ID_Visi_OUT_Mischer1Auf', 'Unknown_Visibility_53'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 54, + "count": 1, + "names": ['ID_Visi_OUT_Mischer1Zu', 'Unknown_Visibility_54'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 55, + "count": 1, + "names": ['ID_Visi_OUT_Ventilation', 'Unknown_Visibility_55'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 56, + "count": 1, + "names": ['ID_Visi_OUT_Ventil_BOSUP', 'Unknown_Visibility_56'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 57, + "count": 1, + "names": ['ID_Visi_OUT_Verdichter1', 'Unknown_Visibility_57'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 58, + "count": 1, + "names": ['ID_Visi_OUT_Verdichter2', 'Unknown_Visibility_58'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 59, + "count": 1, + "names": ['ID_Visi_OUT_ZIP', 'Unknown_Visibility_59'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 60, + "count": 1, + "names": ['ID_Visi_OUT_ZUP', 'Unknown_Visibility_60'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 61, + "count": 1, + "names": ['ID_Visi_OUT_ZWE1', 'Unknown_Visibility_61'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 62, + "count": 1, + "names": ['ID_Visi_OUT_ZWE2_SST', 'Unknown_Visibility_62'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 63, + "count": 1, + "names": ['ID_Visi_OUT_ZWE3', 'Unknown_Visibility_63'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 64, + "count": 1, + "names": ['ID_Visi_OUT_FUP2', 'Unknown_Visibility_64'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 65, + "count": 1, + "names": ['ID_Visi_OUT_SLP', 'Unknown_Visibility_65'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 66, + "count": 1, + "names": ['ID_Visi_OUT_SUP', 'Unknown_Visibility_66'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 67, + "count": 1, + "names": ['ID_Visi_OUT_Mischer2Auf', 'Unknown_Visibility_67'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 68, + "count": 1, + "names": ['ID_Visi_OUT_Mischer2Zu', 'Unknown_Visibility_68'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 69, + "count": 1, + "names": ['ID_Visi_AblaufZ_WP_Seit', 'Unknown_Visibility_69'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 70, + "count": 1, + "names": ['ID_Visi_AblaufZ_ZWE1_seit', 'Unknown_Visibility_70'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 71, + "count": 1, + "names": ['ID_Visi_AblaufZ_ZWE2_seit', 'Unknown_Visibility_71'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 72, + "count": 1, + "names": ['ID_Visi_AblaufZ_ZWE3_seit', 'Unknown_Visibility_72'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 73, + "count": 1, + "names": ['ID_Visi_AblaufZ_Netzeinv', 'Unknown_Visibility_73'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 74, + "count": 1, + "names": ['ID_Visi_AblaufZ_SSP_Zeit1', 'Unknown_Visibility_74'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 75, + "count": 1, + "names": ['ID_Visi_AblaufZ_VD_Stand', 'Unknown_Visibility_75'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 76, + "count": 1, + "names": ['ID_Visi_AblaufZ_HRM_Zeit', 'Unknown_Visibility_76'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 77, + "count": 1, + "names": ['ID_Visi_AblaufZ_HRW_Zeit', 'Unknown_Visibility_77'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 78, + "count": 1, + "names": ['ID_Visi_AblaufZ_TDI_seit', 'Unknown_Visibility_78'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 79, + "count": 1, + "names": ['ID_Visi_AblaufZ_Sperre_BW', 'Unknown_Visibility_79'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 80, + "count": 1, + "names": ['ID_Visi_Bst_BStdVD1', 'Unknown_Visibility_80'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 81, + "count": 1, + "names": ['ID_Visi_Bst_ImpVD1', 'Unknown_Visibility_81'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 82, + "count": 1, + "names": ['ID_Visi_Bst_dEZVD1', 'Unknown_Visibility_82'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 83, + "count": 1, + "names": ['ID_Visi_Bst_BStdVD2', 'Unknown_Visibility_83'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 84, + "count": 1, + "names": ['ID_Visi_Bst_ImpVD2', 'Unknown_Visibility_84'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 85, + "count": 1, + "names": ['ID_Visi_Bst_dEZVD2', 'Unknown_Visibility_85'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 86, + "count": 1, + "names": ['ID_Visi_Bst_BStdZWE1', 'Unknown_Visibility_86'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 87, + "count": 1, + "names": ['ID_Visi_Bst_BStdZWE2', 'Unknown_Visibility_87'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 88, + "count": 1, + "names": ['ID_Visi_Bst_BStdZWE3', 'Unknown_Visibility_88'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 89, + "count": 1, + "names": ['ID_Visi_Bst_BStdWP', 'Unknown_Visibility_89'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 90, + "count": 1, + "names": ['ID_Visi_Text_Kurzprogramme', 'Unknown_Visibility_90'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 91, + "count": 1, + "names": ['ID_Visi_Text_Zwangsheizung', 'Unknown_Visibility_91'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 92, + "count": 1, + "names": ['ID_Visi_Text_Zwangsbrauchwasser', 'Unknown_Visibility_92'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 93, + "count": 1, + "names": ['ID_Visi_Text_Abtauen', 'Unknown_Visibility_93'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 94, + "count": 1, + "names": ['ID_Visi_EinstTemp_RucklBegr', 'Unknown_Visibility_94'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 95, + "count": 1, + "names": ['ID_Visi_EinstTemp_HystereseHR', 'Unknown_Visibility_95'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 96, + "count": 1, + "names": ['ID_Visi_EinstTemp_TRErhmax', 'Unknown_Visibility_96'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 97, + "count": 1, + "names": ['ID_Visi_EinstTemp_Freig2VD', 'Unknown_Visibility_97'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 98, + "count": 1, + "names": ['ID_Visi_EinstTemp_FreigZWE', 'Unknown_Visibility_98'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 99, + "count": 1, + "names": ['ID_Visi_EinstTemp_Tluftabt', 'Unknown_Visibility_99'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 100, + "count": 1, + "names": ['ID_Visi_EinstTemp_TDISolltemp', 'Unknown_Visibility_100'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 101, + "count": 1, + "names": ['ID_Visi_EinstTemp_HystereseBW', 'Unknown_Visibility_101'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 102, + "count": 1, + "names": ['ID_Visi_EinstTemp_Vorl2VDBW', 'Unknown_Visibility_102'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 103, + "count": 1, + "names": ['ID_Visi_EinstTemp_TAussenmax', 'Unknown_Visibility_103'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 104, + "count": 1, + "names": ['ID_Visi_EinstTemp_TAussenmin', 'Unknown_Visibility_104'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 105, + "count": 1, + "names": ['ID_Visi_EinstTemp_TWQmin', 'Unknown_Visibility_105'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 106, + "count": 1, + "names": ['ID_Visi_EinstTemp_THGmax', 'Unknown_Visibility_106'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 107, + "count": 1, + "names": ['ID_Visi_EinstTemp_TLABTEnde', 'Unknown_Visibility_107'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 108, + "count": 1, + "names": ['ID_Visi_EinstTemp_Absenkbis', 'Unknown_Visibility_108'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 109, + "count": 1, + "names": ['ID_Visi_EinstTemp_Vorlaufmax', 'Unknown_Visibility_109'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 110, + "count": 1, + "names": ['ID_Visi_EinstTemp_TDiffEin', 'Unknown_Visibility_110'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 111, + "count": 1, + "names": ['ID_Visi_EinstTemp_TDiffAus', 'Unknown_Visibility_111'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 112, + "count": 1, + "names": ['ID_Visi_EinstTemp_TDiffmax', 'Unknown_Visibility_112'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 113, + "count": 1, + "names": ['ID_Visi_EinstTemp_TEEHeizung', 'Unknown_Visibility_113'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 114, + "count": 1, + "names": ['ID_Visi_EinstTemp_TEEBrauchw', 'Unknown_Visibility_114'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 115, + "count": 1, + "names": ['ID_Visi_EinstTemp_Vorl2VDSW', 'Unknown_Visibility_115'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 116, + "count": 1, + "names": ['ID_Visi_EinstTemp_VLMaxMk1', 'Unknown_Visibility_116'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 117, + "count": 1, + "names": ['ID_Visi_EinstTemp_VLMaxMk2', 'Unknown_Visibility_117'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 118, + "count": 1, + "names": ['ID_Visi_Priori_Brauchwasser', 'Unknown_Visibility_118'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 119, + "count": 1, + "names": ['ID_Visi_Priori_Heizung', 'Unknown_Visibility_119'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 120, + "count": 1, + "names": ['ID_Visi_Priori_Schwimmbad', 'Unknown_Visibility_120'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 121, + "count": 1, + "names": ['ID_Visi_SysEin_EVUSperre', 'Unknown_Visibility_121'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 122, + "count": 1, + "names": ['ID_Visi_SysEin_Raumstation', 'Unknown_Visibility_122'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 123, + "count": 1, + "names": ['ID_Visi_SysEin_Einbindung', 'Unknown_Visibility_123'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 124, + "count": 1, + "names": ['ID_Visi_SysEin_Mischkreis1', 'Unknown_Visibility_124'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 125, + "count": 1, + "names": ['ID_Visi_SysEin_Mischkreis2', 'Unknown_Visibility_125'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 126, + "count": 1, + "names": ['ID_Visi_SysEin_ZWE1Art', 'Unknown_Visibility_126'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 127, + "count": 1, + "names": ['ID_Visi_SysEin_ZWE1Fkt', 'Unknown_Visibility_127'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 128, + "count": 1, + "names": ['ID_Visi_SysEin_ZWE2Art', 'Unknown_Visibility_128'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 129, + "count": 1, + "names": ['ID_Visi_SysEin_ZWE2Fkt', 'Unknown_Visibility_129'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 130, + "count": 1, + "names": ['ID_Visi_SysEin_ZWE3Art', 'Unknown_Visibility_130'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 131, + "count": 1, + "names": ['ID_Visi_SysEin_ZWE3Fkt', 'Unknown_Visibility_131'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 132, + "count": 1, + "names": ['ID_Visi_SysEin_Stoerung', 'Unknown_Visibility_132'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 133, + "count": 1, + "names": ['ID_Visi_SysEin_Brauchwasser1', 'Unknown_Visibility_133'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 134, + "count": 1, + "names": ['ID_Visi_SysEin_Brauchwasser2', 'Unknown_Visibility_134'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 135, + "count": 1, + "names": ['ID_Visi_SysEin_Brauchwasser3', 'Unknown_Visibility_135'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 136, + "count": 1, + "names": ['ID_Visi_SysEin_Brauchwasser4', 'Unknown_Visibility_136'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 137, + "count": 1, + "names": ['ID_Visi_SysEin_Brauchwasser5', 'Unknown_Visibility_137'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 138, + "count": 1, + "names": ['ID_Visi_SysEin_BWWPmax', 'Unknown_Visibility_138'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 139, + "count": 1, + "names": ['ID_Visi_SysEin_Abtzykmax', 'Unknown_Visibility_139'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 140, + "count": 1, + "names": ['ID_Visi_SysEin_Luftabt', 'Unknown_Visibility_140'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 141, + "count": 1, + "names": ['ID_Visi_SysEin_LuftAbtmax', 'Unknown_Visibility_141'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 142, + "count": 1, + "names": ['ID_Visi_SysEin_Abtauen1', 'Unknown_Visibility_142'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 143, + "count": 1, + "names": ['ID_Visi_SysEin_Abtauen2', 'Unknown_Visibility_143'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 144, + "count": 1, + "names": ['ID_Visi_SysEin_Pumpenoptim', 'Unknown_Visibility_144'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 145, + "count": 1, + "names": ['ID_Visi_SysEin_Zusatzpumpe', 'Unknown_Visibility_145'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 146, + "count": 1, + "names": ['ID_Visi_SysEin_Zugang', 'Unknown_Visibility_146'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 147, + "count": 1, + "names": ['ID_Visi_SysEin_SoledrDurchf', 'Unknown_Visibility_147'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 148, + "count": 1, + "names": ['ID_Visi_SysEin_UberwachungVD', 'Unknown_Visibility_148'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 149, + "count": 1, + "names": ['ID_Visi_SysEin_RegelungHK', 'Unknown_Visibility_149'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 150, + "count": 1, + "names": ['ID_Visi_SysEin_RegelungMK1', 'Unknown_Visibility_150'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 151, + "count": 1, + "names": ['ID_Visi_SysEin_RegelungMK2', 'Unknown_Visibility_151'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 152, + "count": 1, + "names": ['ID_Visi_SysEin_Kuhlung', 'Unknown_Visibility_152'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 153, + "count": 1, + "names": ['ID_Visi_SysEin_Ausheizen', 'Unknown_Visibility_153'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 154, + "count": 1, + "names": ['ID_Visi_SysEin_ElektrAnode', 'Unknown_Visibility_154'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 155, + "count": 1, + "names": ['ID_Visi_SysEin_SWBBer', 'Unknown_Visibility_155'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 156, + "count": 1, + "names": ['ID_Visi_SysEin_SWBMin', 'Unknown_Visibility_156'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 157, + "count": 1, + "names": ['ID_Visi_SysEin_Heizung', 'Unknown_Visibility_157'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 158, + "count": 1, + "names": ['ID_Visi_SysEin_PeriodeMk1', 'Unknown_Visibility_158'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 159, + "count": 1, + "names": ['ID_Visi_SysEin_LaufzeitMk1', 'Unknown_Visibility_159'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 160, + "count": 1, + "names": ['ID_Visi_SysEin_PeriodeMk2', 'Unknown_Visibility_160'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 161, + "count": 1, + "names": ['ID_Visi_SysEin_LaufzeitMk2', 'Unknown_Visibility_161'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 162, + "count": 1, + "names": ['ID_Visi_SysEin_Heizgrenze', 'Unknown_Visibility_162'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 163, + "count": 1, + "names": ['ID_Visi_Enlt_HUP', 'Unknown_Visibility_163'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 164, + "count": 1, + "names": ['ID_Visi_Enlt_ZUP', 'Unknown_Visibility_164'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 165, + "count": 1, + "names": ['ID_Visi_Enlt_BUP', 'Unknown_Visibility_165'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 166, + "count": 1, + "names": ['ID_Visi_Enlt_Ventilator_BOSUP', 'Unknown_Visibility_166'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 167, + "count": 1, + "names": ['ID_Visi_Enlt_MA1', 'Unknown_Visibility_167'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 168, + "count": 1, + "names": ['ID_Visi_Enlt_MZ1', 'Unknown_Visibility_168'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 169, + "count": 1, + "names": ['ID_Visi_Enlt_ZIP', 'Unknown_Visibility_169'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 170, + "count": 1, + "names": ['ID_Visi_Enlt_MA2', 'Unknown_Visibility_170'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 171, + "count": 1, + "names": ['ID_Visi_Enlt_MZ2', 'Unknown_Visibility_171'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 172, + "count": 1, + "names": ['ID_Visi_Enlt_SUP', 'Unknown_Visibility_172'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 173, + "count": 1, + "names": ['ID_Visi_Enlt_SLP', 'Unknown_Visibility_173'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 174, + "count": 1, + "names": ['ID_Visi_Enlt_FP2', 'Unknown_Visibility_174'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 175, + "count": 1, + "names": ['ID_Visi_Enlt_Laufzeit', 'Unknown_Visibility_175'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 176, + "count": 1, + "names": ['ID_Visi_Anlgkonf_Heizung', 'Unknown_Visibility_176'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 177, + "count": 1, + "names": ['ID_Visi_Anlgkonf_Brauchwarmwasser', 'Unknown_Visibility_177'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 178, + "count": 1, + "names": ['ID_Visi_Anlgkonf_Schwimmbad', 'Unknown_Visibility_178'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 179, + "count": 1, + "names": ['ID_Visi_Heizung_Betriebsart', 'Unknown_Visibility_179'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 180, + "count": 1, + "names": ['ID_Visi_Heizung_TemperaturPlusMinus', 'Unknown_Visibility_180'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 181, + "count": 1, + "names": ['ID_Visi_Heizung_Heizkurven', 'Unknown_Visibility_181'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 182, + "count": 1, + "names": ['ID_Visi_Heizung_Zeitschaltprogramm', 'ID_Visi_Heizung_Zeitschlaltprogramm', 'Unknown_Visibility_182'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 183, + "count": 1, + "names": ['ID_Visi_Heizung_Heizgrenze', 'Unknown_Visibility_183'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 184, + "count": 1, + "names": ['ID_Visi_Mitteltemperatur', 'Unknown_Visibility_184'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 185, + "count": 1, + "names": ['ID_Visi_Dataenlogger', 'Unknown_Visibility_185'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 186, + "count": 1, + "names": ['ID_Visi_Sprachen_DEUTSCH', 'Unknown_Visibility_186'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 187, + "count": 1, + "names": ['ID_Visi_Sprachen_ENGLISH', 'Unknown_Visibility_187'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 188, + "count": 1, + "names": ['ID_Visi_Sprachen_FRANCAIS', 'Unknown_Visibility_188'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 189, + "count": 1, + "names": ['ID_Visi_Sprachen_NORWAY', 'Unknown_Visibility_189'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 190, + "count": 1, + "names": ['ID_Visi_Sprachen_TCHECH', 'Unknown_Visibility_190'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 191, + "count": 1, + "names": ['ID_Visi_Sprachen_ITALIANO', 'Unknown_Visibility_191'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 192, + "count": 1, + "names": ['ID_Visi_Sprachen_NEDERLANDS', 'Unknown_Visibility_192'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 193, + "count": 1, + "names": ['ID_Visi_Sprachen_SVENSKA', 'Unknown_Visibility_193'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 194, + "count": 1, + "names": ['ID_Visi_Sprachen_POLSKI', 'Unknown_Visibility_194'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 195, + "count": 1, + "names": ['ID_Visi_Sprachen_MAGYARUL', 'Unknown_Visibility_195'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 196, + "count": 1, + "names": ['ID_Visi_ErrorUSBspeichern', 'Unknown_Visibility_196'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 197, + "count": 1, + "names": ['ID_Visi_Bst_BStdHz', 'Unknown_Visibility_197'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 198, + "count": 1, + "names": ['ID_Visi_Bst_BStdBW', 'Unknown_Visibility_198'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 199, + "count": 1, + "names": ['ID_Visi_Bst_BStdKue', 'Unknown_Visibility_199'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 200, + "count": 1, + "names": ['ID_Visi_Service_Systemsteuerung', 'Unknown_Visibility_200'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 201, + "count": 1, + "names": ['ID_Visi_Service_Systemsteuerung_Contrast', 'Unknown_Visibility_201'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 202, + "count": 1, + "names": ['ID_Visi_Service_Systemsteuerung_Webserver', 'Unknown_Visibility_202'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 203, + "count": 1, + "names": ['ID_Visi_Service_Systemsteuerung_IPAdresse', 'Unknown_Visibility_203'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 204, + "count": 1, + "names": ['ID_Visi_Service_Systemsteuerung_Fernwartung', 'Unknown_Visibility_204'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 205, + "count": 1, + "names": ['ID_Visi_Paralleleschaltung', 'Unknown_Visibility_205'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 206, + "count": 1, + "names": ['ID_Visi_SysEin_Paralleleschaltung', 'Unknown_Visibility_206'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 207, + "count": 1, + "names": ['ID_Visi_Sprachen_DANSK', 'Unknown_Visibility_207'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 208, + "count": 1, + "names": ['ID_Visi_Sprachen_PORTUGES', 'Unknown_Visibility_208'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 209, + "count": 1, + "names": ['ID_Visi_Heizkurve_Heizung', 'Unknown_Visibility_209'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 210, + "count": 1, + "names": ['ID_Visi_SysEin_Mischkreis3', 'Unknown_Visibility_210'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 211, + "count": 1, + "names": ['ID_Visi_MK3', 'Unknown_Visibility_211'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 212, + "count": 1, + "names": ['ID_Visi_Temp_MK3_Vorlauf', 'Unknown_Visibility_212'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 213, + "count": 1, + "names": ['ID_Visi_Temp_MK3VL_Soll', 'Unknown_Visibility_213'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 214, + "count": 1, + "names": ['ID_Visi_OUT_Mischer3Auf', 'Unknown_Visibility_214'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 215, + "count": 1, + "names": ['ID_Visi_OUT_Mischer3Zu', 'Unknown_Visibility_215'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 216, + "count": 1, + "names": ['ID_Visi_SysEin_RegelungMK3', 'Unknown_Visibility_216'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 217, + "count": 1, + "names": ['ID_Visi_SysEin_PeriodeMk3', 'Unknown_Visibility_217'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 218, + "count": 1, + "names": ['ID_Visi_SysEin_LaufzeitMk3', 'Unknown_Visibility_218'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 219, + "count": 1, + "names": ['ID_Visi_SysEin_Kuhl_Zeit_Ein', 'Unknown_Visibility_219'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 220, + "count": 1, + "names": ['ID_Visi_SysEin_Kuhl_Zeit_Aus', 'Unknown_Visibility_220'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 221, + "count": 1, + "names": ['ID_Visi_AblaufZ_AbtauIn', 'Unknown_Visibility_221'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 222, + "count": 1, + "names": ['ID_Visi_Waermemenge_WS', 'Unknown_Visibility_222'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 223, + "count": 1, + "names": ['ID_Visi_Waermemenge_WQ', 'Unknown_Visibility_223'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 224, + "count": 1, + "names": ['ID_Visi_Enlt_MA3', 'Unknown_Visibility_224'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 225, + "count": 1, + "names": ['ID_Visi_Enlt_MZ3', 'Unknown_Visibility_225'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 226, + "count": 1, + "names": ['ID_Visi_Enlt_FP3', 'Unknown_Visibility_226'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 227, + "count": 1, + "names": ['ID_Visi_OUT_FUP3', 'Unknown_Visibility_227'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 228, + "count": 1, + "names": ['ID_Visi_Temp_Raumstation2', 'Unknown_Visibility_228'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 229, + "count": 1, + "names": ['ID_Visi_Temp_Raumstation3', 'Unknown_Visibility_229'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 230, + "count": 1, + "names": ['ID_Visi_Bst_BStdSW', 'Unknown_Visibility_230'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 231, + "count": 1, + "names": ['ID_Visi_Sprachen_LITAUISCH', 'Unknown_Visibility_231'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 232, + "count": 1, + "names": ['ID_Visi_Sprachen_ESTNICH', 'Unknown_Visibility_232'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 233, + "count": 1, + "names": ['ID_Visi_SysEin_Fernwartung', 'Unknown_Visibility_233'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 234, + "count": 1, + "names": ['ID_Visi_Sprachen_SLOVENISCH', 'Unknown_Visibility_234'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 235, + "count": 1, + "names": ['ID_Visi_EinstTemp_TA_EG', 'Unknown_Visibility_235'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 236, + "count": 1, + "names": ['ID_Visi_Einst_TVLmax_EG', 'Unknown_Visibility_236'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 237, + "count": 1, + "names": ['ID_Visi_SysEin_PoptNachlauf', 'Unknown_Visibility_237'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 238, + "count": 1, + "names": ['ID_Visi_RFV_K_Kuehlin', 'Unknown_Visibility_238'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 239, + "count": 1, + "names": ['ID_Visi_SysEin_EffizienzpumpeNom', 'Unknown_Visibility_239'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 240, + "count": 1, + "names": ['ID_Visi_SysEin_EffizienzpumpeMin', 'Unknown_Visibility_240'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 241, + "count": 1, + "names": ['ID_Visi_SysEin_Effizienzpumpe', 'Unknown_Visibility_241'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 242, + "count": 1, + "names": ['ID_Visi_SysEin_Waermemenge', 'Unknown_Visibility_242'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 243, + "count": 1, + "names": ['ID_Visi_Service_WMZ_Effizienz', 'Unknown_Visibility_243'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 244, + "count": 1, + "names": ['ID_Visi_SysEin_Wm_Versorgung_Korrektur', 'Unknown_Visibility_244'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 245, + "count": 1, + "names": ['ID_Visi_SysEin_Wm_Auswertung_Korrektur', 'Unknown_Visibility_245'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 246, + "count": 1, + "names": ['ID_Visi_IN_AnalogIn', 'Unknown_Visibility_246'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 247, + "count": 1, + "names": ['ID_Visi_Eins_SN_Eingabe', 'Unknown_Visibility_247'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 248, + "count": 1, + "names": ['ID_Visi_OUT_Analog_1', 'Unknown_Visibility_248'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 249, + "count": 1, + "names": ['ID_Visi_OUT_Analog_2', 'Unknown_Visibility_249'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 250, + "count": 1, + "names": ['ID_Visi_Solar', 'Unknown_Visibility_250'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 251, + "count": 1, + "names": ['ID_Visi_SysEin_Solar', 'Unknown_Visibility_251'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 252, + "count": 1, + "names": ['ID_Visi_EinstTemp_TDiffKollmax', 'Unknown_Visibility_252'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 253, + "count": 1, + "names": ['ID_Visi_AblaufZ_HG_Sperre', 'Unknown_Visibility_253'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 254, + "count": 1, + "names": ['ID_Visi_SysEin_Akt_Kuehlung', 'Unknown_Visibility_254'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 255, + "count": 1, + "names": ['ID_Visi_SysEin_Vorlauf_VBO', 'Unknown_Visibility_255'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 256, + "count": 1, + "names": ['ID_Visi_Einst_KRHyst', 'Unknown_Visibility_256'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 257, + "count": 1, + "names": ['ID_Visi_Einst_Akt_Kuehl_Speicher_min', 'Unknown_Visibility_257'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 258, + "count": 1, + "names": ['ID_Visi_Einst_Akt_Kuehl_Freig_WQE', 'Unknown_Visibility_258'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 259, + "count": 1, + "names": ['ID_Visi_SysEin_AbtZykMin', 'Unknown_Visibility_259'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 260, + "count": 1, + "names": ['ID_Visi_SysEin_VD2_Zeit_Min', 'Unknown_Visibility_260'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 261, + "count": 1, + "names": ['ID_Visi_EinstTemp_Hysterese_HR_verkuerzt', 'Unknown_Visibility_261'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 262, + "count": 1, + "names": ['ID_Visi_Einst_Luf_Feuchteschutz_akt', 'Unknown_Visibility_262'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 263, + "count": 1, + "names": ['ID_Visi_Einst_Luf_Reduziert_akt', 'Unknown_Visibility_263'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 264, + "count": 1, + "names": ['ID_Visi_Einst_Luf_Nennlueftung_akt', 'Unknown_Visibility_264'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 265, + "count": 1, + "names": ['ID_Visi_Einst_Luf_Intensivlueftung_akt', 'Unknown_Visibility_265'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 266, + "count": 1, + "names": ['ID_Visi_Temperatur_Lueftung_Zuluft', 'Unknown_Visibility_266'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 267, + "count": 1, + "names": ['ID_Visi_Temperatur_Lueftung_Abluft', 'Unknown_Visibility_267'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 268, + "count": 1, + "names": ['ID_Visi_OUT_Analog_3', 'Unknown_Visibility_268'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 269, + "count": 1, + "names": ['ID_Visi_OUT_Analog_4', 'Unknown_Visibility_269'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 270, + "count": 1, + "names": ['ID_Visi_IN_Analog_2', 'Unknown_Visibility_270'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 271, + "count": 1, + "names": ['ID_Visi_IN_Analog_3', 'Unknown_Visibility_271'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 272, + "count": 1, + "names": ['ID_Visi_IN_SAX', 'Unknown_Visibility_272'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 273, + "count": 1, + "names": ['ID_Visi_OUT_VZU', 'Unknown_Visibility_273'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 274, + "count": 1, + "names": ['ID_Visi_OUT_VAB', 'Unknown_Visibility_274'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 275, + "count": 1, + "names": ['ID_Visi_OUT_VSK', 'Unknown_Visibility_275'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 276, + "count": 1, + "names": ['ID_Visi_OUT_FRH', 'Unknown_Visibility_276'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 277, + "count": 1, + "names": ['ID_Visi_KuhlTemp_SolltempMK3', 'Unknown_Visibility_277'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 278, + "count": 1, + "names": ['ID_Visi_KuhlTemp_ATDiffMK3', 'Unknown_Visibility_278'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 279, + "count": 1, + "names": ['ID_Visi_IN_SPL', 'Unknown_Visibility_279'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 280, + "count": 1, + "names": ['ID_Visi_SysEin_Lueftungsstufen', 'Unknown_Visibility_280'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 281, + "count": 1, + "names": ['ID_Visi_SysEin_Meldung_TDI', 'Unknown_Visibility_281'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 282, + "count": 1, + "names": ['ID_Visi_SysEin_Typ_WZW', 'Unknown_Visibility_282'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 283, + "count": 1, + "names": ['ID_Visi_BACnet', 'Unknown_Visibility_283'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 284, + "count": 1, + "names": ['ID_Visi_Sprachen_SLOWAKISCH', 'Unknown_Visibility_284'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 285, + "count": 1, + "names": ['ID_Visi_Sprachen_LETTISCH', 'Unknown_Visibility_285'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 286, + "count": 1, + "names": ['ID_Visi_Sprachen_FINNISCH', 'Unknown_Visibility_286'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 287, + "count": 1, + "names": ['ID_Visi_Kalibrierung_LWD', 'Unknown_Visibility_287'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 288, + "count": 1, + "names": ['ID_Visi_IN_Durchfluss', 'Unknown_Visibility_288'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 289, + "count": 1, + "names": ['ID_Visi_LIN_ANSAUG_VERDICHTER', 'Unknown_Visibility_289'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 290, + "count": 1, + "names": ['ID_Visi_LIN_VDH', 'Unknown_Visibility_290'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 291, + "count": 1, + "names": ['ID_Visi_LIN_UH', 'Unknown_Visibility_291'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 292, + "count": 1, + "names": ['ID_Visi_LIN_Druck', 'Unknown_Visibility_292'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 293, + "count": 1, + "names": ['ID_Visi_Einst_Sollwert_TRL_Kuehlen', 'Unknown_Visibility_293'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 294, + "count": 1, + "names": ['ID_Visi_Entl_ExVentil', 'Unknown_Visibility_294'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 295, + "count": 1, + "names": ['ID_Visi_Einst_Medium_Waermequelle', 'Unknown_Visibility_295'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 296, + "count": 1, + "names": ['ID_Visi_Einst_Multispeicher', 'Unknown_Visibility_296'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 297, + "count": 1, + "names": ['ID_Visi_Einst_Minimale_Ruecklaufsolltemperatur', 'Unknown_Visibility_297'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 298, + "count": 1, + "names": ['ID_Visi_Einst_PKuehlTime', 'Unknown_Visibility_298'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 299, + "count": 1, + "names": ['ID_Visi_Sprachen_TUERKISCH', 'Unknown_Visibility_299'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 300, + "count": 1, + "names": ['ID_Visi_RBE', 'Unknown_Visibility_300'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 301, + "count": 1, + "names": ['ID_Visi_Einst_Luf_Stufen_Faktor', 'Unknown_Visibility_301'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 302, + "count": 1, + "names": ['ID_Visi_Freigabe_Zeit_ZWE', 'Unknown_Visibility_302'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 303, + "count": 1, + "names": ['ID_Visi_Einst_min_VL_Kuehl', 'Unknown_Visibility_303'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 304, + "count": 1, + "names": ['ID_Visi_ZWE1', 'Unknown_Visibility_304'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 305, + "count": 1, + "names": ['ID_Visi_ZWE2', 'Unknown_Visibility_305'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 306, + "count": 1, + "names": ['ID_Visi_ZWE3', 'Unknown_Visibility_306'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 307, + "count": 1, + "names": ['ID_Visi_SEC', 'Unknown_Visibility_307'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 308, + "count": 1, + "names": ['ID_Visi_HZIO', 'Unknown_Visibility_308'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 309, + "count": 1, + "names": ['ID_Visi_WPIO', 'Unknown_Visibility_309'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 310, + "count": 1, + "names": ['ID_Visi_LIN_ANSAUG_VERDAMPFER', 'Unknown_Visibility_310'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 311, + "count": 1, + "names": ['ID_Visi_LIN_MULTI1', 'Unknown_Visibility_311'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 312, + "count": 1, + "names": ['ID_Visi_LIN_MULTI2', 'Unknown_Visibility_312'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 313, + "count": 1, + "names": ['ID_Visi_Einst_Leistung_ZWE', 'Unknown_Visibility_313'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 314, + "count": 1, + "names": ['ID_Visi_Sprachen_ESPANOL', 'Unknown_Visibility_314'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 315, + "count": 1, + "names": ['ID_Visi_Temp_BW_oben', 'Unknown_Visibility_315'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 316, + "count": 1, + "names": ['ID_Visi_MAXIO', 'Unknown_Visibility_316'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 317, + "count": 1, + "names": ['ID_Visi_OUT_Abtauwunsch', 'Unknown_Visibility_317'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 318, + "count": 1, + "names": ['ID_Visi_SmartGrid', 'Unknown_Visibility_318'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 319, + "count": 1, + "names": ['ID_Visi_Drehzahlgeregelt', 'Unknown_Visibility_319'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 320, + "count": 1, + "names": ['ID_Visi_P155_Inverter', 'Unknown_Visibility_320'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 321, + "count": 1, + "names": ['ID_Visi_Leistungsfreigabe', 'Unknown_Visibility_321'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 322, + "count": 1, + "names": ['ID_Visi_Einst_Vorl_akt_Kuehl', 'Unknown_Visibility_322'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 323, + "count": 1, + "names": ['ID_Visi_Einst_Abtauen_im_Warmwasser', 'Unknown_Visibility_323'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 324, + "count": 1, + "names": ['ID_Visi_Waermemenge_ZWE', 'Unknown_Visibility_324'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 325, + "count": 1, + "names": ['Unknown_Visibility_325'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 326, + "count": 1, + "names": ['Unknown_Visibility_326'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 327, + "count": 1, + "names": ['Unknown_Visibility_327'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 328, + "count": 1, + "names": ['Unknown_Visibility_328'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 329, + "count": 1, + "names": ['Unknown_Visibility_329'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 330, + "count": 1, + "names": ['Unknown_Visibility_330'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 331, + "count": 1, + "names": ['Unknown_Visibility_331'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 332, + "count": 1, + "names": ['Unknown_Visibility_332'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 333, + "count": 1, + "names": ['Unknown_Visibility_333'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 334, + "count": 1, + "names": ['Unknown_Visibility_334'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 335, + "count": 1, + "names": ['Unknown_Visibility_335'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 336, + "count": 1, + "names": ['Unknown_Visibility_336'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 337, + "count": 1, + "names": ['Unknown_Visibility_337'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 338, + "count": 1, + "names": ['Unknown_Visibility_338'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 339, + "count": 1, + "names": ['Unknown_Visibility_339'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 340, + "count": 1, + "names": ['Unknown_Visibility_340'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 341, + "count": 1, + "names": ['Unknown_Visibility_341'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 342, + "count": 1, + "names": ['Unknown_Visibility_342'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 343, + "count": 1, + "names": ['Unknown_Visibility_343'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 344, + "count": 1, + "names": ['Unknown_Visibility_344'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 345, + "count": 1, + "names": ['Unknown_Visibility_345'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 346, + "count": 1, + "names": ['Unknown_Visibility_346'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 347, + "count": 1, + "names": ['Unknown_Visibility_347'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 348, + "count": 1, + "names": ['Unknown_Visibility_348'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 349, + "count": 1, + "names": ['Unknown_Visibility_349'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 350, + "count": 1, + "names": ['Unknown_Visibility_350'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 351, + "count": 1, + "names": ['Unknown_Visibility_351'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 352, + "count": 1, + "names": ['Unknown_Visibility_352'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 353, + "count": 1, + "names": ['Unknown_Visibility_353'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 354, + "count": 1, + "names": ['Unknown_Visibility_354'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 355, + "count": 1, + "names": ['Unknown_Visibility_355', 'Unknown_Parameter_355'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 356, + "count": 1, + "names": ['Unknown_Visibility_356', 'Unknown_Parameter_356'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 357, + "count": 1, + "names": ['ELECTRICAL_POWER_LIMITATION_SWITCH', 'Unknown_Visibility_357', 'Unknown_Parameter_357'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 358, + "count": 1, + "names": ['Unknown_Visibility_358', 'Unknown_Parameter_358'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 359, + "count": 1, + "names": ['Unknown_Visibility_359', 'Unknown_Parameter_359'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 360, + "count": 1, + "names": ['Unknown_Visibility_360', 'Unknown_Parameter_360'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 361, + "count": 1, + "names": ['Unknown_Visibility_361', 'Unknown_Parameter_361'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 362, + "count": 1, + "names": ['Unknown_Visibility_362', 'Unknown_Parameter_362'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 363, + "count": 1, + "names": ['Unknown_Visibility_363', 'Unknown_Parameter_363'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 364, + "count": 1, + "names": ['Unknown_Visibility_364', 'Unknown_Parameter_364'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 365, + "count": 1, + "names": ['Unknown_Visibility_365', 'Unknown_Parameter_365'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 366, + "count": 1, + "names": ['Unknown_Visibility_366', 'Unknown_Parameter_366'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 367, + "count": 1, + "names": ['Unknown_Visibility_367', 'Unknown_Parameter_367'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 368, + "count": 1, + "names": ['Unknown_Visibility_368', 'Unknown_Parameter_368'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 369, + "count": 1, + "names": ['Unknown_Visibility_369', 'Unknown_Parameter_369'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 370, + "count": 1, + "names": ['Unknown_Visibility_370', 'Unknown_Parameter_370'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 371, + "count": 1, + "names": ['Unknown_Visibility_371', 'Unknown_Parameter_371'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 372, + "count": 1, + "names": ['Unknown_Visibility_372', 'Unknown_Parameter_372'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 373, + "count": 1, + "names": ['Unknown_Visibility_373', 'Unknown_Parameter_373'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 374, + "count": 1, + "names": ['Unknown_Visibility_374', 'Unknown_Parameter_374'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 375, + "count": 1, + "names": ['Unknown_Visibility_375', 'Unknown_Parameter_375'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 376, + "count": 1, + "names": ['Unknown_Visibility_376', 'Unknown_Parameter_376'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 377, + "count": 1, + "names": ['Unknown_Visibility_377', 'Unknown_Parameter_377'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 378, + "count": 1, + "names": ['Unknown_Visibility_378', 'Unknown_Parameter_378'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, + { + "index": 379, + "count": 1, + "names": ['Unknown_Visibility_379', 'Unknown_Parameter_379'], + "type": Unknown, + "writeable": False, + "datatype": 'UINT32', + "unit": '', + "description": '', + }, +] diff --git a/tests/shi/test_definition_list.py b/tests/shi/test_definition_list.py index 874ca29c..29686dd7 100644 --- a/tests/shi/test_definition_list.py +++ b/tests/shi/test_definition_list.py @@ -1,8 +1,12 @@ import re from luxtronik.datatypes import Base +from luxtronik.definitions.calculations import CALCULATIONS_DEFINITIONS_LIST from luxtronik.definitions.holdings import HOLDINGS_DEFINITIONS_LIST from luxtronik.definitions.inputs import INPUTS_DEFINITIONS_LIST +from luxtronik.definitions.parameters import PARAMETERS_DEFINITIONS_LIST +from luxtronik.definitions.visibilities import VISIBILITIES_DEFINITIONS_LIST + from luxtronik.shi.common import parse_version KEY_IDX = "index" @@ -10,16 +14,27 @@ KEY_NAMES = "names" KEY_TYPE = "type" KEY_WRT = "writeable" +KEY_DATATYPE = "datatype" +KEY_UNIT = "unit" +KEY_DEFAULT = "default" +KEY_RANGE = "range" +KEY_MIN = "min" +KEY_MAX = "max" KEY_SINCE = "since" KEY_UNTIL = "until" KEY_DESC = "description" +VALID_DATA_TYPES = ("", "UINT16", "UINT32", "INT16", "INT32") + class RunTestDefinitionList: # override this definitions = None + # use True for SHI and false for CFI + do_lower_case_test = True + def get_names(self, definition): names = definition.get(KEY_NAMES, []) if isinstance(names, str): @@ -60,6 +75,36 @@ def test_structure(self): assert isinstance(definition[KEY_WRT], bool), \ f"{KEY_WRT} must be of type 'bool': {definition}" + # data type + if KEY_DATATYPE in definition: + assert isinstance(definition[KEY_DATATYPE], str), \ + f"{KEY_DATATYPE} must be of type 'str': {definition}" + + # unit + if KEY_UNIT in definition: + assert isinstance(definition[KEY_UNIT], str), \ + f"{KEY_UNIT} must be of type 'str': {definition}" + + # default (raw value) + if KEY_DEFAULT in definition: + assert isinstance(definition[KEY_DEFAULT], int), \ + f"{KEY_DEFAULT} must be of type 'int': {definition}" + + # range (raw value) + if KEY_RANGE in definition: + assert isinstance(definition[KEY_RANGE], dict), \ + f"{KEY_RANGE} must be of type 'dict': {definition}" + + # range - min (raw value) + if KEY_RANGE in definition and KEY_MIN in definition[KEY_RANGE]: + assert isinstance(definition[KEY_RANGE][KEY_MIN], int), \ + f"{KEY_MIN} must be of type 'int': {definition}" + + # range - max (raw value) + if KEY_RANGE in definition and KEY_MAX in definition[KEY_RANGE]: + assert isinstance(definition[KEY_RANGE][KEY_MAX], int), \ + f"{KEY_MAX} must be of type 'int': {definition}" + # since if KEY_SINCE in definition: assert isinstance(definition[KEY_SINCE], str), \ @@ -105,7 +150,7 @@ def test_name_valid(self): names = self.get_names(definition) for name in names: sanitized = re.sub(r"[^a-z0-9_]", "", name) - assert sanitized == name, \ + assert not self.do_lower_case_test or sanitized == name, \ f"The name may only contain a-z0-9_ {definition}" assert sanitized != "", \ f"Name must not be empty. {definition}" @@ -133,15 +178,21 @@ def test_name_unique(self): def test_data_type(self): for definition in self.definitions: - if KEY_TYPE in definition: - data_type = definition.get(KEY_TYPE, Base) - assert data_type is not None, \ - f"Type must be set: {definition}" + data_type = definition.get(KEY_TYPE, None) + assert issubclass(data_type, Base), \ + f"Type must be set: {definition}" + + def test_data_types(self): + for definition in self.definitions: + if KEY_DATATYPE in definition: + data_type = definition[KEY_DATATYPE] + assert data_type in VALID_DATA_TYPES, \ + f"Datatype must be set correctly: {definition}" def test_since(self): for definition in self.definitions: if KEY_SINCE in definition: - since = definition.get(KEY_SINCE, "") + since = definition[KEY_SINCE] parsed = parse_version(since) assert parsed is not None, \ f"Since must be a valid version instead of {since}: {definition}" @@ -149,7 +200,7 @@ def test_since(self): def test_until(self): for definition in self.definitions: if KEY_UNTIL in definition: - until = definition.get(KEY_UNTIL, "") + until = definition[KEY_UNTIL] parsed = parse_version(until) assert parsed is not None, \ f"Until must be a valid version instead of {until}: {definition}" @@ -158,11 +209,31 @@ def test_until(self): # Tests ############################################################################### +class TestCalculationsDefinitionList(RunTestDefinitionList): + + definitions = CALCULATIONS_DEFINITIONS_LIST + do_lower_case_test = False + + class TestHoldingsDefinitionList(RunTestDefinitionList): definitions = HOLDINGS_DEFINITIONS_LIST + do_lower_case_test = True class TestInputsDefinitionList(RunTestDefinitionList): - definitions = INPUTS_DEFINITIONS_LIST \ No newline at end of file + definitions = INPUTS_DEFINITIONS_LIST + do_lower_case_test = True + + +class TestParametersDefinitionList(RunTestDefinitionList): + + definitions = PARAMETERS_DEFINITIONS_LIST + do_lower_case_test = False + + +class TestVisibilitiesDefinitionList(RunTestDefinitionList): + + definitions = VISIBILITIES_DEFINITIONS_LIST + do_lower_case_test = False \ No newline at end of file