[SOLVED] Nest Binding Error - 2.3.1271 - Unsupported channel Id 'time_to_target_mins'

Since release 1271
I have this error in logs every few minutes:

2018-05-05 18:27:59.289 [ERROR] [g.nest.handler.NestThermostatHandler] - Unsupported channelId 'time_to_target_mins'

I have filed an issue in ESH Github
Anyone else has this problem?

Github issue #3545

Issue still there after update to build #1272

This error was due to the following, the channel Id was changed from time_to_target_mins to time_to_target because is is now a number with a time dimension
This what is needed to be done to get rid on the error:

  1. Delete the thermostat thing
  2. Add the thermostat thing back on
  3. Restart OH

That’s a crummy workaround. :frowning:

It’s not a work around it’s a fix. The binding dev is not responsible for Nest making change to the API.

Deleting and adding the Things to update their channels is actually a workaround for this issue:

Whoopsy…

Had same problem with “time_to_target_mins” and after deleting things: thermostat and structure and re-add them now i have

2018-07-29 23:52:35.984 [hingStatusInfoChangedEvent] - 'nest:account:XXXXXX' changed from ONLINE: Streaming data connection established to OFFLINE (COMMUNICATION_ERROR): Failed to send data

2018-07-29 23:52:36.000 [hingStatusInfoChangedEvent] - 'nest:account:XXXXXXX' changed from OFFLINE (COMMUNICATION_ERROR): Failed to send data to ONLINE: Receiving streaming data

and later

2018-07-29 23:53:05.433 [DEBUG] [nternal.rest.NestStreamingRestClient] - Received 'keep-alive' event, data: null

2018-07-29 23:53:05.434 [DEBUG] [nternal.rest.NestStreamingRestClient] - Received message to keep connection alive
2018-07-29 23:53:12.802 [DEBUG] [nternal.rest.NestStreamingRestClient] - Check: Disconnected from streaming events, millisSinceLastEvent=1532901192802

2018-07-29 23:53:12.804 [DEBUG] [nternal.rest.NestStreamingRestClient] - Reopening EventSource

2018-07-29 23:53:12.806 [DEBUG] [nternal.rest.NestStreamingRestClient] - Existing EventSource is already closed

2018-07-29 23:53:12.809 [DEBUG] [nternal.rest.NestStreamingRestClient] - Opening new EventSource
2018-07-29 23:53:13.710 [DEBUG] [nest.handler.NestRedirectUrlSupplier] - Redirect URL: https://firebase-apiserver31-tah01-iad01.dapi.production.nest.com:9553
2018-07-29 23:53:44.802 [DEBUG] [nternal.rest.NestStreamingRestClient] - Check: Disconnected from streaming events, millisSinceLastEvent=1532901224802

2018-07-29 23:53:44.804 [DEBUG] [nternal.rest.NestStreamingRestClient] - Reopening EventSource

2018-07-29 23:53:44.805 [DEBUG] [nternal.rest.NestStreamingRestClient] - Existing EventSource is already closed

2018-07-29 23:53:44.807 [DEBUG] [nternal.rest.NestStreamingRestClient] - Opening new EventSource

2018-07-29 23:53:45.712 [DEBUG] [nest.handler.NestRedirectUrlSupplier] - Redirect URL: https://firebase-apiserver31-tah01-iad01.dapi.production.nest.com:9553

Anyone has an idea what is going on ? My structure and thermostat is offline and cant get online. Nest account (thing) is online after some time.

Tried to check authorisations and they look ok, even changed PIN code, but still same error.