Honeywell TCC Total Connect Comfort Drivers

I'd have to conclude that Honeywell altered their API.

I think they reduced the number of Cookies they need by one.

I'm getting success by changing Line 792 (of the Parent code, 743 of the Single code) to be 8 instead of 9.

if (cookieCount < 8) {

1 Like