Hello everyone,
I’ve just ended my setup and I tried to set the fridge in constant mode and it seems that it’s not triggered by the script.
Devices configuration was done smoothly.
While in hardware test mode, fridge can be triggered but stops after a minute. Heating is working fine.
Both are connected to 10A SSR.
Here is the log. If anyone can help me pointing out the issue. It should certainly be obvious but not to my beginner’s eyes
Many thanks
“kind”: “Pid”,
“name”: “beer2fridgepid”,
“enabled”: false,
“input”: {
“kind”: “SensorSetPointPair”,
“sensor”: {
“kind”: “TempSensorDelegate”,
“name”: “beer1”,
“delegate”: {
“kind”: “OneWireTempSensor”,
“value”: 21.875,
“connected”: true,
“address”: “28FF19578516036A”,
“calibrationOffset”: 0
}
},
“setPoint”: {
“kind”: “SetPointSimple”,
“name”: “beer1set”,
“value”: null
}
},
“output”: {
“kind”: “ActuatorOffset”,
“target”: {
“kind”: “SensorSetPointPair”,
“sensor”: {
“kind”: “TempSensorFallback”,
“onBackupSensor”: false,
“sensor”: {
“kind”: “TempSensorDelegate”,
“name”: “fridge”,
“delegate”: {
“kind”: “OneWireTempSensor”,
“value”: 20.3125,
“connected”: true,
“address”: “28FF205B8516030F”,
“calibrationOffset”: 0
}
}
},
“setPoint”: {
“kind”: “SetPointSimple”,
“name”: “fridgeset”,
“value”: 6
}
},
“reference”: {
“kind”: “SensorSetPointPair”,
“sensor”: {
“kind”: “TempSensorDelegate”,
“name”: “beer1”,
“delegate”: {
“kind”: “OneWireTempSensor”,
“value”: 21.875,
“connected”: true,
“address”: “28FF19578516036A”,
“calibrationOffset”: 0
}
},
“setPoint”: {
“kind”: “SetPointSimple”,
“name”: “beer1set”,
“value”: null
}
},
“useReferenceValue”: false,
“setting”: 2.8125,
“achieved”: null,
“minimum”: -10,
“maximum”: 10
},
“inputError”: null,
“Kp”: 2,
“Ti”: 7200,
“Td”: 1200,
“p”: 0,
“i”: 0,
“d”: 0,
“actuatorIsNegative”: false
EDIT : 09:51 PM: I restarted Pi and controller and now fridge is running. What could this be due to?