BUG: Change SetPoint in Auto Mode

ukie
Posts: 69
Joined: Fri Oct 15, 2010 4:27 pm

BUG: Change SetPoint in Auto Mode

Post by ukie »

When my smart thermostat is operating in AUTO mode and I adjust the cool temp down, I get the following in the event log:

Code: Select all

Ecobee 2                        Ecobee Upstairs: set cool to: 77.0 and leave heat at: 67.0
Ecobee 2                       Ecobee Upstairs: set heat to: 66.0 and leave cool at: 78.0
Where the initial temp was set to 78 and 67.
So it ends up changing only the heat set point and the cool point remains as is.
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

Can you do that again with debug logging on?

I assume if you're in Cool or Heat mode and you adjust the setpoint it does it correctly?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ukie
Posts: 69
Joined: Fri Oct 15, 2010 4:27 pm

Re: BUG: Change SetPoint in Auto Mode

Post by ukie »

Code: Select all

Ecobee 2                        Ecobee Upstairs: set cool to: 77.0 and leave heat at: 68.0
   Ecobee 2 Debug                  API 'set hold temp' request completed, result = <Response [200]>
   Ecobee 2 Debug                  Ecobee Upstairs: action.thermostatAction: DecreaseHeatSetpoint
   Ecobee 2                        Ecobee Upstairs: set heat to: 67.0 and leave cool at: 78.0
   Ecobee 2 Debug                  API 'set hold temp' request completed, result = <Response [200]>
This is happening only through the Indigo App HVAC interface. Adjusting it directly from the Indigo Mac Client works properly since it has two arrows for both cool setpoint and heat setpoint.
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

ukie wrote: This is happening only through the Indigo App HVAC interface. Adjusting it directly from the Indigo Mac Client works properly since it has two arrows for both cool setpoint and heat setpoint.

I'm sorry, I don't know what you mean. You mean the Indigo Touch iOS app? I've never tried using that for this plugin.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ukie
Posts: 69
Joined: Fri Oct 15, 2010 4:27 pm

Re: BUG: Change SetPoint in Auto Mode

Post by ukie »

Yes, the Indigo iOS app has an HVAC interface.
https://photos.app.goo.gl/nsqqjDpeYr5Pt2yv9
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

Ok, I'm going to test with that. I wonder if it's actually a bug in that HVAC UI?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

OK, so what's the expected behavior with that single set of buttons in the touch UI? Change both setpoints each press?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
jay (support)
Site Admin
Posts: 19232
Joined: Wed Mar 19, 2008 11:52 am
Location: Austin, Texas
Contact:

Re: BUG: Change SetPoint in Auto Mode

Post by jay (support) »

Yes - the server issues separate setpoint change messages.
Jay (Indigo Support)
Twitter | Facebook | LinkedIn
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

For now, ignore the log messages and let me know if the actual UI (Mac client, touch client, and Ecobee app) are showing the correct values after a change from the touch UI.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ukie
Posts: 69
Joined: Fri Oct 15, 2010 4:27 pm

Re: BUG: Change SetPoint in Auto Mode

Post by ukie »

Ecobee app indeed reflects the Indigo log behavior, only the heat set point changes.
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

Ok, I'm getting the same thing. The Indigo touch UI shows both changes, but Ecobee is showing only one change, the last one sent by the server.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

My initial analysis is that there seems to be a race condition between the plugin and the Indigo server, such that the device snapshot (which includes the current setpoints) sent with the commands does not include the change made from the first change command. Looking into a fix now.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: BUG: Change SetPoint in Auto Mode

Post by FlyingDiver »

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ukie
Posts: 69
Joined: Fri Oct 15, 2010 4:27 pm

Re: BUG: Change SetPoint in Auto Mode

Post by ukie »

This fixed it. Thank you!
Post Reply

Return to “Ecobee”