From 27d09d06e11d25f91871ea61bf2337b88b177db3 Mon Sep 17 00:00:00 2001 From: Ben Seven Date: Sat, 13 May 2017 22:15:09 +0100 Subject: [PATCH] Update the Honeywell API endpoint --- smartapps/evohome-connect/evohome-connect.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartapps/evohome-connect/evohome-connect.groovy b/smartapps/evohome-connect/evohome-connect.groovy index 0852be4..3eb90f1 100644 --- a/smartapps/evohome-connect/evohome-connect.groovy +++ b/smartapps/evohome-connect/evohome-connect.groovy @@ -122,7 +122,7 @@ void updated() { atomicState.debug = settings.prefDebugMode // Evohome: - atomicState.evohomeEndpoint = 'https://tccna.honeywell.com' + atomicState.evohomeEndpoint = 'https://mytotalconnectcomfort.com/WebApi' atomicState.evohomeAuth = [tokenLifetimePercentThreshold : 50] // Auth Token will be refreshed when down to 50% of its lifetime. atomicState.evohomeStatusPollInterval = settings.prefEvohomeStatusPollInterval // Poll interval for status updates (minutes). atomicState.evohomeSchedulePollInterval = 60 // Hardcoded to 1hr (minutes).