Hi:)
Just finished my fridge build with the help of a friend and I am currently running a test on a small bucket of water.
Just like other people here i’m not exactly sure how to tell if the controller is behaving appropriately for my setup.
If its not too much to ask I would just like some feedback on my system and if the activity looks normal. The beer temp seems be maintained quite nicely but I have noticed that the heating elemenet is switcing on and of repeatedly every 4 seconds is during heating. Is that normal behavior? Intuitively I would think that heating for a longer continuos period of time is better and more efficient.
Any feedback would be appreciated.
Thanks
Alvin
{
"kind": "Pid",
"name": "beer2fridge",
"enabled": true,
"setPoint": {
"kind": "SetPointSimple",
"name": "beer1set",
"value": 20
},
"inputSensor": {
"kind": "TempSensor",
"name": "beer1",
"sensor": {
"kind": "OneWireTempSensor",
"value": 15.6875,
"connected": true,
"address": "281DD6C00700008E",
"calibrationOffset": 0
}
},
"inputError": -4.3398,
"Kp": 2,
"Ti": 7200,
"Td": 1200,
"p": 8.6797,
"i": 0,
"d": 57.9219,
"actuatorIsNegative": false,
"outputActuator": {
"kind": "ActuatorSetPoint",
"targetSetPoint": {
"kind": "SetPointSimple",
"name": "fridgeset",
"value": 30
},
"targetSensor": {
"kind": "TempSensor",
"name": "fridge",
"sensor": {
"kind": "OneWireTempSensor",
"value": 21.5,
"connected": true,
"address": "281092C1070000BD",
"calibrationOffset": 0
}
},
"referenceSetPoint": {
"kind": "SetPointSimple",
"name": "beer1set",
"value": 20
},
"output": 10,
"achieved": 1.5,
"minimum": -10,
"maximum": 10
}
}
]
}