Ecobee binding v2

Here’s the link to the other post.

I have reauthorized recently for this same error, but I don’t know if it was after December 1st or not. I didn’t know they made changes. I’ll check out the post and respond.

It isn’t giving me a pin as the documentation says it should be. It just keep throwing the 404 error and the account thing status shows: ‘Status: OFFLINE - CONFIGURATION_PENDING Checking authorization’.

I’m not sure why, but some people have needed to do this to resolve the issue.

1 Like

Well, it’s probably because the binding doesn’t know how to deal with a 404 response when requesting an access token, as that’s not an expected response when calling that API endpoint.

This fixed it. Thanks! Hopefully it won’t happen again anytime soon, that is twice in under 2 months or less (not sure exact amount of time)

@mhilbush just for your attention, Kai found some issues with the ecobee binding thread usage while we were going dumpster diving for a thread exhaustion problem. I opened a bug based on his notes. Just making sure you are aware of it.

@morph166955 I saw the issue. So it appears to me that the root cause of the problem is the Samsung binding, as it causes all other calls to thingDiscovered to block. If you remove that binding, I would expect your system to function correctly.

Agreed. The SamsungTV binding is the root cause here. I think Kai just noticed the issue on the ecobee binding as he was going through my thread dump from the failed state.

Yeah, I’m working on that now. :wink:

I updated to 2.5.11 about a week ago due to the ecobee auth changes and I just noticed that the settings fanMinOnTime channel is not working (at least for my setup). Looking at the things discovery in paper ui, the fanMinOnTime channel is missing (yet in ecobee developer api docs, it should still exist).

It appears it is not being enumerated for some reason with 2.5.11. Are others seeing this issue?

Thanks

I just updated to Openhab3 and I can’t get past the ‘Status: OFFLINE - CONFIGURATION_PENDING Checking authorization’. Deleting the StorageHandler.For.OAuthClientService.json in the Openhab folder didn’t make any difference. My openhab.log is full of this:

2020-12-24 19:13:32.586 [INFO ] [inding.ecobee.internal.api.EcobeeApi] - API: The Ecobee authorization process threw an exception
org.openhab.binding.ecobee.internal.api.EcobeeAuthException: invalid_grant: The authorization grant, token or credentials are invalid, expired, revoked, do not match the redirection URI used in the authorization request, or was issued to another client.
	at org.openhab.binding.ecobee.internal.api.EcobeeAuth.authorize(EcobeeAuth.java:137) ~[bundleFile:?]
	at org.openhab.binding.ecobee.internal.api.EcobeeAuth.doAuthorization(EcobeeAuth.java:100) ~[bundleFile:?]
	at org.openhab.binding.ecobee.internal.api.EcobeeApi.isAuthorized(EcobeeApi.java:168) [bundleFile:?]
	at org.openhab.binding.ecobee.internal.api.EcobeeApi.performThermostatSummaryQuery(EcobeeApi.java:199) [bundleFile:?]
	at org.openhab.binding.ecobee.internal.handler.EcobeeAccountBridgeHandler.refreshThermostats(EcobeeAccountBridgeHandler.java:233) [bundleFile:?]
	at org.openhab.binding.ecobee.internal.handler.EcobeeAccountBridgeHandler.refresh(EcobeeAccountBridgeHandler.java:225) [bundleFile:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
	at java.lang.Thread.run(Thread.java:834) [?:?]

@SRGDamiano I did a new install of OH3 yesterday and got this message in the log. If you are not seeing this, may be try delete and reinstall the binding? Once I authorize this on the Ecobee site, everything seems to be working fine.

2020-12-21 16:31:59.037 [INFO ] [nding.ecobee.internal.api.EcobeeAuth] - #################################################################
2020-12-21 16:31:59.037 [INFO ] [nding.ecobee.internal.api.EcobeeAuth] - # Ecobee: U S E R   I N T E R A C T I O N   R E Q U I R E D !!
2020-12-21 16:31:59.037 [INFO ] [nding.ecobee.internal.api.EcobeeAuth] - # Go to the Ecobee web portal, then:
2020-12-21 16:31:59.037 [INFO ] [nding.ecobee.internal.api.EcobeeAuth] - # Enter PIN 'XXXX-XXXX' in My Apps within 900 minutes.
2020-12-21 16:31:59.037 [INFO ] [nding.ecobee.internal.api.EcobeeAuth] - # NOTE: All API attempts will fail in the meantime.

I got it to work, and got the pin from the web ui like the documentation said. I just had to delete the ecobee account “thing” that had been imported from openHab2 and create a new one. I also uninstalled and reinstalled the binding and cleared the cache a few times, but I think it was just that I needed to create a new thing.

I was really trying to delete and re-create any “things” because I didn’t want to have to go through all of the adding items and channels again and all the other imported things came through ok. I shouldn’t have been afraid; because the account is just a bridge to the thermostat and the thermostat to the sensors, even though I deleted the account, I could re-link all those things to the new bridge and they came online right away. So I didn’t have to link any new channels after all. Whew. Thank you!

The fanMinOnTime channel is defined as advanced, so you need to click “Show More” in Paper UI to see it.

@morph166955 Are you running 3.0? If so, would you be interested in running a test version of the Ecobee binding with a reworked discovery process?

Yes sir I am! Fire away!

@morph166955 Here’s a version with the reworked discovery process. Note that this one is tagged 3.1 in case you have a 3.0 version in the addons directory.

https://github.com/mhilbush/openhab-binding-releases/blob/master/ecobee/org.openhab.binding.ecobee-3.1.0-SNAPSHOT.jar?raw=true

With discovery enabled in the account bridge thing, every discovery interval (5 minutes) you should now see debug logs that look similar to this.

2020-12-25 12:40:40.585 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering Ecobee devices
2020-12-25 12:40:40.586 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering thermostats
2020-12-25 12:40:40.586 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform query on thermostat: 'null'
2020-12-25 12:40:41.079 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Thermostat with id 'YYY' and name 'Upstairs' added with UID 'ecobee:thermostat:account:YYY'
2020-12-25 12:40:41.081 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Thermostat with id 'XXX' and name 'Main Floor' added with UID 'ecobee:thermostat:account:XXX'
2020-12-25 12:40:41.082 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors
2020-12-25 12:40:41.082 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors for thermostat 'YYY'
2020-12-25 12:40:41.083 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'YYY' with id 'rs:100' and name 'Office' added with UID 'ecobee:sensor:account:YYY:rs-100'
2020-12-25 12:40:41.085 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'YYY' with id 'rs:101' and name 'Master Bedroom' added with UID 'ecobee:sensor:account:YYY:rs-101'
2020-12-25 12:40:41.086 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'YYY' with id 'ei:0' and name 'Upstairs' added with UID 'ecobee:sensor:account:YYY:ei-0'
2020-12-25 12:40:41.086 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors for thermostat 'XXX'
2020-12-25 12:40:41.087 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'XXX' with id 'rs:100' and name 'Family Room' added with UID 'ecobee:sensor:account:XXX:rs-100'
2020-12-25 12:40:41.089 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'XXX' with id 'rs:101' and name 'Kitchen' added with UID 'ecobee:sensor:account:XXX:rs-101'
2020-12-25 12:40:41.089 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'XXX' with id 'ei:0' and name 'Main Floor' added with UID 'ecobee:sensor:account:XXX:ei-0'

Looks good to me:

2020-12-25 15:04:11.552 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering Ecobee devices
2020-12-25 15:04:11.554 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering thermostats
2020-12-25 15:04:11.554 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform query on thermostat: 'null'
2020-12-25 15:04:12.000 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Thermostat with id 'REMOVED02' and name 'Upstairs' added with UID 'ecobee:thermostat:account:REMOVED02'
2020-12-25 15:04:12.000 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Thermostat with id 'REMOVED01' and name 'Main Floor' added with UID 'ecobee:thermostat:account:REMOVED01'
2020-12-25 15:04:12.000 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors
2020-12-25 15:04:12.000 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors for thermostat 'REMOVED01'
2020-12-25 15:04:12.000 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:100' and name 'Master Bedroom' added with UID 'ecobee:sensor:account:REMOVED01:rs-100'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:101' and name 'Bed01' added with UID 'ecobee:sensor:account:REMOVED01:rs-101'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:102' and name 'Living Room' added with UID 'ecobee:sensor:account:REMOVED01:rs-102'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:103' and name 'Bed02' added with UID 'ecobee:sensor:account:REMOVED01:rs-103'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:104' and name 'Bed03' added with UID 'ecobee:sensor:account:REMOVED01:rs-104'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'ei:0' and name 'Main Floor' added with UID 'ecobee:sensor:account:REMOVED01:ei-0'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:105' and name 'Garage' added with UID 'ecobee:sensor:account:REMOVED01:rs-105'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:106' and name 'Master Bathroom' added with UID 'ecobee:sensor:account:REMOVED01:rs-106'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors for thermostat 'REMOVED02'
2020-12-25 15:04:12.001 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED02' with id 'rs:100' and name 'Closet' added with UID 'ecobee:sensor:account:REMOVED02:rs-100'
2020-12-25 15:04:12.002 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED02' with id 'ei:0' and name 'Upstairs' added with UID 'ecobee:sensor:account:REMOVED02:ei-0'
2020-12-25 15:04:36.583 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform thermostat summary query
2020-12-25 15:04:37.084 [DEBUG] [internal.dto.thermostat.summary.SummaryResponseDTO] - SummaryResponse: Revisions has changed
2020-12-25 15:04:37.086 [DEBUG] [internal.dto.thermostat.summary.SummaryResponseDTO] - SummaryResponse: Running Equipment has changed
2020-12-25 15:04:37.086 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform query on thermostat: '[REMOVED01, REMOVED02]'
2020-12-25 15:04:37.730 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Updating channels for thermostat id REMOVED01
2020-12-25 15:04:37.737 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Thermostat 'REMOVED01' has 8 remote sensors
2020-12-25 15:04:37.737 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:100(Master Bedroom)' of type 'ecobee3_remote_sensor'
2020-12-25 15:04:37.738 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:100(Master Bedroom)'
2020-12-25 15:04:37.738 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:101(Bed01)' of type 'ecobee3_remote_sensor'
2020-12-25 15:04:37.738 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:101(Bed01)'
2020-12-25 15:04:37.739 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:102(Living Room)' of type 'ecobee3_remote_sensor'
2020-12-25 15:04:37.739 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:102(Living Room)'
2020-12-25 15:04:37.740 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:103(Bed02)' of type 'ecobee3_remote_sensor'
2020-12-25 15:04:37.740 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:103(Bed02)'
2020-12-25 15:04:37.741 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:104(Bed03)' of type 'ecobee3_remote_sensor'
2020-12-25 15:04:37.741 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:104(Bed03)'
2020-12-25 15:04:37.742 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'ei:0(Main Floor)' of type 'thermostat'
2020-12-25 15:04:37.742 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'ei:0(Main Floor)'
2020-12-25 15:04:37.743 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:105(Garage)' of type 'ecobee3_remote_sensor'
2020-12-25 15:04:37.743 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:105(Garage)'
2020-12-25 15:04:37.744 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:106(Master Bathroom)' of type 'ecobee3_remote_sensor'
2020-12-25 15:04:37.744 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:106(Master Bathroom)'
2020-12-25 15:04:37.769 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Updating channels for thermostat id REMOVED02
2020-12-25 15:04:37.780 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Thermostat 'REMOVED02' has 2 remote sensors
2020-12-25 15:04:37.781 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:100(Closet)' of type 'ecobee3_remote_sensor'
2020-12-25 15:04:37.781 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:100(Closet)'
2020-12-25 15:04:37.781 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'ei:0(Upstairs)' of type 'thermostat'
2020-12-25 15:04:37.781 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'ei:0(Upstairs)'
2020-12-25 15:07:46.301 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform thermostat summary query
2020-12-25 15:07:46.860 [DEBUG] [internal.dto.thermostat.summary.SummaryResponseDTO] - SummaryResponse: Revisions has changed
2020-12-25 15:07:46.862 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform query on thermostat: '[REMOVED01, REMOVED02]'
2020-12-25 15:07:47.574 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Updating channels for thermostat id REMOVED01
2020-12-25 15:07:47.576 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Thermostat 'REMOVED01' has 8 remote sensors
2020-12-25 15:07:47.576 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:100(Master Bedroom)' of type 'ecobee3_remote_sensor'
2020-12-25 15:07:47.576 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:100(Master Bedroom)'
2020-12-25 15:07:47.580 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:101(Bed01)' of type 'ecobee3_remote_sensor'
2020-12-25 15:07:47.586 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:101(Bed01)'
2020-12-25 15:07:47.587 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:102(Living Room)' of type 'ecobee3_remote_sensor'
2020-12-25 15:07:47.588 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:102(Living Room)'
2020-12-25 15:07:47.588 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:103(Bed02)' of type 'ecobee3_remote_sensor'
2020-12-25 15:07:47.588 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:103(Bed02)'
2020-12-25 15:07:47.589 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:104(Bed03)' of type 'ecobee3_remote_sensor'
2020-12-25 15:07:47.589 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:104(Bed03)'
2020-12-25 15:07:47.589 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'ei:0(Main Floor)' of type 'thermostat'
2020-12-25 15:07:47.590 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'ei:0(Main Floor)'
2020-12-25 15:07:47.590 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:105(Garage)' of type 'ecobee3_remote_sensor'
2020-12-25 15:07:47.591 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:105(Garage)'
2020-12-25 15:07:47.591 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:106(Master Bathroom)' of type 'ecobee3_remote_sensor'
2020-12-25 15:07:47.591 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:106(Master Bathroom)'
2020-12-25 15:07:47.613 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Updating channels for thermostat id REMOVED02
2020-12-25 15:07:47.621 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Thermostat 'REMOVED02' has 2 remote sensors
2020-12-25 15:07:47.621 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:100(Closet)' of type 'ecobee3_remote_sensor'
2020-12-25 15:07:47.622 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:100(Closet)'
2020-12-25 15:07:47.623 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'ei:0(Upstairs)' of type 'thermostat'
2020-12-25 15:07:47.623 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'ei:0(Upstairs)'
2020-12-25 15:09:12.002 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering Ecobee devices
2020-12-25 15:09:12.006 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering thermostats
2020-12-25 15:09:12.006 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform query on thermostat: 'null'
2020-12-25 15:09:12.452 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Thermostat with id 'REMOVED02' and name 'Upstairs' added with UID 'ecobee:thermostat:account:REMOVED02'
2020-12-25 15:09:12.452 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Thermostat with id 'REMOVED01' and name 'Main Floor' added with UID 'ecobee:thermostat:account:REMOVED01'
2020-12-25 15:09:12.452 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors
2020-12-25 15:09:12.452 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors for thermostat 'REMOVED01'
2020-12-25 15:09:12.452 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:100' and name 'Master Bedroom' added with UID 'ecobee:sensor:account:REMOVED01:rs-100'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:101' and name 'Bed01' added with UID 'ecobee:sensor:account:REMOVED01:rs-101'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:102' and name 'Living Room' added with UID 'ecobee:sensor:account:REMOVED01:rs-102'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:103' and name 'Bed02' added with UID 'ecobee:sensor:account:REMOVED01:rs-103'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:104' and name 'Bed03' added with UID 'ecobee:sensor:account:REMOVED01:rs-104'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'ei:0' and name 'Main Floor' added with UID 'ecobee:sensor:account:REMOVED01:ei-0'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:105' and name 'Garage' added with UID 'ecobee:sensor:account:REMOVED01:rs-105'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED01' with id 'rs:106' and name 'Master Bathroom' added with UID 'ecobee:sensor:account:REMOVED01:rs-106'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Discovering sensors for thermostat 'REMOVED02'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED02' with id 'rs:100' and name 'Closet' added with UID 'ecobee:sensor:account:REMOVED02:rs-100'
2020-12-25 15:09:12.453 [DEBUG] [g.ecobee.internal.discovery.EcobeeDiscoveryService] - EcobeeDiscovery: Sensor for 'REMOVED02' with id 'ei:0' and name 'Upstairs' added with UID 'ecobee:sensor:account:REMOVED02:ei-0'
2020-12-25 15:10:57.278 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform thermostat summary query
2020-12-25 15:10:57.748 [DEBUG] [internal.dto.thermostat.summary.SummaryResponseDTO] - SummaryResponse: Revisions has changed
2020-12-25 15:10:57.749 [DEBUG] [internal.dto.thermostat.summary.SummaryResponseDTO] - SummaryResponse: Running Equipment has changed
2020-12-25 15:10:57.749 [DEBUG] [org.openhab.binding.ecobee.internal.api.EcobeeApi ] - API: Perform query on thermostat: '[REMOVED01, REMOVED02]'
2020-12-25 15:10:58.230 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Updating channels for thermostat id REMOVED01
2020-12-25 15:10:58.233 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Thermostat 'REMOVED01' has 8 remote sensors
2020-12-25 15:10:58.233 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:100(Master Bedroom)' of type 'ecobee3_remote_sensor'
2020-12-25 15:10:58.233 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:100(Master Bedroom)'
2020-12-25 15:10:58.233 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:101(Bed01)' of type 'ecobee3_remote_sensor'
2020-12-25 15:10:58.233 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:101(Bed01)'
2020-12-25 15:10:58.234 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:102(Living Room)' of type 'ecobee3_remote_sensor'
2020-12-25 15:10:58.234 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:102(Living Room)'
2020-12-25 15:10:58.234 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:103(Bed02)' of type 'ecobee3_remote_sensor'
2020-12-25 15:10:58.234 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:103(Bed02)'
2020-12-25 15:10:58.234 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:104(Bed03)' of type 'ecobee3_remote_sensor'
2020-12-25 15:10:58.234 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:104(Bed03)'
2020-12-25 15:10:58.234 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'ei:0(Main Floor)' of type 'thermostat'
2020-12-25 15:10:58.234 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'ei:0(Main Floor)'
2020-12-25 15:10:58.235 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:105(Garage)' of type 'ecobee3_remote_sensor'
2020-12-25 15:10:58.235 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:105(Garage)'
2020-12-25 15:10:58.235 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:106(Master Bathroom)' of type 'ecobee3_remote_sensor'
2020-12-25 15:10:58.235 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:106(Master Bathroom)'
2020-12-25 15:10:58.240 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Updating channels for thermostat id REMOVED02
2020-12-25 15:10:58.241 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Thermostat 'REMOVED02' has 2 remote sensors
2020-12-25 15:10:58.241 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'rs:100(Closet)' of type 'ecobee3_remote_sensor'
2020-12-25 15:10:58.241 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'rs:100(Closet)'
2020-12-25 15:10:58.242 [DEBUG] [bee.internal.handler.EcobeeThermostatBridgeHandler] - ThermostatBridge: Sending data to sensor handler 'ei:0(Upstairs)' of type 'thermostat'
2020-12-25 15:10:58.242 [DEBUG] [g.ecobee.internal.handler.EcobeeSensorThingHandler] - SensorThing: Updating channels for sensor 'ei:0(Upstairs)'
1 Like

Before I open a bug, has anyone else run into this? I’m on 3.1.0-S2109 right now.

    val ecobeeActions = getActions("ecobee","ecobee:thermostat:account:REDACTED")
    ecobeeActions.setHold(72|"°F",70|"°F",null,null,null,"nextTransition",null)

2021-01-01 12:50:25.342 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID 'monitor-8' failed: 'setHold' is not a member of 'org.openhab.core.thing.binding.ThingActions'; line 176, column 3, length 75 in monitor
javax.script.ScriptException: 'setHold' is not a member of 'org.openhab.core.thing.binding.ThingActions'; line 176, column 3, length 75 in monitor
        at org.openhab.core.model.script.runtime.internal.engine.DSLScriptEngine.eval(DSLScriptEngine.java:127) ~[?:?]
        at org.openhab.core.automation.module.script.internal.handler.ScriptActionHandler.lambda$0(ScriptActionHandler.java:62) [bundleFile:?]
        at java.util.Optional.ifPresent(Optional.java:183) [?:?]
        at org.openhab.core.automation.module.script.internal.handler.ScriptActionHandler.execute(ScriptActionHandler.java:59) [bundleFile:?]
        at org.openhab.core.automation.internal.RuleEngineImpl.executeActions(RuleEngineImpl.java:1179) [bundleFile:?]
        at org.openhab.core.automation.internal.RuleEngineImpl.runRule(RuleEngineImpl.java:987) [bundleFile:?]
        at org.openhab.core.automation.internal.TriggerHandlerCallbackImpl$TriggerData.run(TriggerHandlerCallbackImpl.java:89) [bundleFile:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
        at java.lang.Thread.run(Thread.java:834) [?:?]