Skip to content

tempSensors.json missing from build #10

@WAFLogic

Description

@WAFLogic

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
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions