-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Howdy! 1st Thank You for creating this project! The tempSensors.json file is missing from the git repo but I was able to figure it out and figured I'd post it here. For my POC of this, I only have 2 temp sensors so I copied the 1st sensor for the 3rd which works just fine. I have one more issue I've found which I'll create a separate one for but I'm very excited to continue building this out including the dampers <3
cat > /home/thermopi/OpenHVACControl/src/main/resources/tempSensors.json
[
{
"name": "zone1Primary",
"alias": "Main Floor",
"address": "28-3ce1d443a62e",
"sensorOffset": 0,
"lastTempRead": 0
},
{
"name": "zone2Primary",
"alias": "Main Floor",
"address": "28-3ce1d443e976",
"sensorOffset": 0,
"lastTempRead": 0
},
{
"name": "zone3Primary",
"alias": "Main Floor",
"address": "28-3ce1d443a62e",
"sensorOffset": 0,
"lastTempRead": 0
}
]