pblxptr / ecoNET-300-Home-Assistant-Integration

ecoNET300 Home Assistant is a custom integration for ecoNET300 devices.
16 stars 6 forks source link

Boiler Settings keys #6

Closed jontofront closed 10 months ago

jontofront commented 1 year ago

In my case

Alarm level

112 - BOILER_HEATING_CURVE Allows for increasing or decreasing temperature in heating circuit when the heating curve does not exactly match the characteristics of the building. /rmNewParam?uid=[ YOURUID ]&newParamIndex=112&newParamValue=0.5&=1672762895788

{
type: "0",
paramName: "112",
paramValue: 0.5
}

46 - PRESENT_BOILER_TEMP /rmNewParam?uid=[ YOURUID ]NewParamIndex=46&newParamValue=37&=1672763384148

{
type: "0",
paramName: "46",
paramValue: 37
}

111 - WEATHER_CONTROL_BOILER 0 - OFF 1- ON /rmNewParam?uid=[ YOURUID ]&newParamIndex=111&newParamValue=0&=1672763384251

{
type: "0",
paramName: "111",
paramValue: 0
}

139 - FUEL_ALARM_LEVEL It is a time of continous operation of burner, after which the burner will be automatically burned off, cleaned, and fired up again. /rmNewParam?uid=[ YOURUID ]&newParamIndex=139&newParamValue=10&=1672763384444

{
"type": "0",
"paramName": "139", 
"paramValue": 10
}

Mixer 1 settings 63 - MIXER1_PRESENT_TEMP For me it's disable because weather control on. Present temperature reduction in the heating circuit of the mixer when the contacts of the room therm. are open (present room temp. is reached).

79 - MIXER1_WEATHER_CONTROL When the weather control is on, present temperature is calculated based on the heating curve and weather sensor readings. 0 - OFF 1 - ON /rmNewParam?uid=[ YOURUID ]&newParamIndex=79&newParamValue=1&=1672763384565

{
type: "0",
paramName: "79",
paramValue: 1
}

83 - MIXER1_HEATING_CURVE Heating curve reflects the thermal characteristics of the building. Recommended settings for mixer circuit: 0,2 - 0,6 /rmNewParam?uid=[ YOURUID ]&newParamIndex=83&newParamValue=0.6&=1672765688949 { type: "0", paramName: "83", paramValue: 0.6 }

Infromation mixer 1 1031 - Temp. mixer 1 celsius 1287 - Preset temp. mixer 1 celsius 118 - Room thermostat mixer 1 ON/OF 1544 - Pump mixer 1 ОN/OF 139 - Valve mixer 1 %