PurdueGuy Posted March 6, 2017 Posted March 6, 2017 Hi io_guy.... I'm running NodeLink v0.6.9 with an Ecobee3. Everything is good, except I noticed when I put the Ecobee in sleep, the Schedule Type will update to "N/A" - I know when it's in "Home" it displays that correctly. I have the Ecobee date from NodeLink. Here is the "events" portion. I have the rest, but given what it contains, I'd rather not post it. I wanted to ask here first before I PMed it to you. "events": [ { "type": "hold", "name": "auto", "running": true, "startDate": "2017-03-05", "startTime": "22:31:30", "endDate": "2035-01-01", "endTime": "00:00:00", "isOccupied": true, "isCoolOff": false, "isHeatOff": false, "coolHoldTemp": 780, "heatHoldTemp": 680, "fan": "auto", "vent": "off", "ventilatorMinOnTime": 5, "isOptional": true, "isTemperatureRelative": false, "coolRelativeTemp": 0, "heatRelativeTemp": 0, "isTemperatureAbsolute": true, "dutyCyclePercentage": 255, "fanMinOnTime": 0, "occupiedSensorActive": false, "unoccupiedSensorActive": false, "drRampUpTemp": 0, "drRampUpTime": 3600, "linkRef": "", "holdClimateRef": "sleep" }, { "type": "template", "name": "_Default_", "running": false, "startDate": "2035-01-01", "startTime": "00:00:00", "endDate": "2035-01-01", "endTime": "23:59:59", "isOccupied": false, "isCoolOff": true, "isHeatOff": false, "coolHoldTemp": 890, "heatHoldTemp": 560, "fan": "auto", "vent": "off", "ventilatorMinOnTime": 5, "isOptional": true, "isTemperatureRelative": false, "coolRelativeTemp": 40, "heatRelativeTemp": 40, "isTemperatureAbsolute": false, "dutyCyclePercentage": 255, "fanMinOnTime": 15, "occupiedSensorActive": false, "unoccupiedSensorActive": false, "drRampUpTemp": 0, "drRampUpTime": 3600, "linkRef": "", "holdClimateRef": "" } ]
io_guy Posted March 9, 2017 Posted March 9, 2017 Schedule type is taken from the schedule table (not shown in your posted data), not events. Your "sleep" above appears to be a permanent hold, not an actual program.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.