yvesracine
(Yves Racine)
September 2, 2015, 3:40am
21
@Jim_Salyer , after some testing, I realized that I needed to revert to the previous version (V2.0.1)
as the change described below is not working for the ecobee integration:
As we prepare for increased SmartThings adoption across different geographies, we’re upgrading our infrastructure significantly. These changes will enable us to scale horizontally as new hubs and devices come online. We’ll have infrastructure located close (geographically) to new customers to reduce latency as much as possible.
One result of this is that SmartApps or Device Types which provide the URL http://graph.api.smartthings.com to external services will need to be updated (this is most typical in Service Manager SmartApps that connect with a third party service). Instead of hard-coding the URL for the graph server, developers should utilize the getApiServerUrl() or apiServerUrl() methods (discussed below). This will ensure that the URL returned is the correct, region-specific, URL.
…
It should work now. Please update your code with my github.
Regards.