*** No longer supported *** [RELEASE] My Next Manager for your Nest® products: migrated to custom capabilities (home/away, motion, presence, and more)!

How to I set the thermostat mode to ECO from a routine or virtual switch though? I do I use the “Eco” Command in this case?

Hi,

As indicated in my previous post:

P.S. I don’t use webCore, so in order to create your virtual switch and call the right command in webcore, please consult the forum

EDIT: There is a complimentary smartapp that you can use to follow the ST location mode and then switch to eco, refer to NestChangeMode at my github.

1 Like

Hello,
Not sure where to begin. I am really new to Smartthings. I have V3 hub, the classic app, have created webcore account and github. Wanted to integrate my nest thermostat, but lost my mind over trying to create a developer account, gave up on that. Saw your thread here, and downloaded the Nest package without airhandler. Reading the instructions, I get up to the point of the smarthings IDE page, create a new device handler, and copy from code, then I’m confused. I got the folder from paypal, and I assume the folder for MynextTstat is the code? Do I copy that entire text file start to finish and copy it to the IDE code page? If so is that the same entire test I use for the next step, Mysmartapp? Thank you for your time and assistance.

Well, I managed to figure out that I copied the text for both my front door camera, and the thermostat device handlers, and then copied text for smart app and loaded all those. Thermostat is showing fine but door camera says camera currently unavailable and when I back out of the front door camera is says unexpected error.

1 Like

Hi,

Please carefully read the prerequisites at the readme (as indicated in the installation pdf file) before starting the installation, especially the item e) regarding the Nest Cam. You need to share it in the public domain (no password protected solution as Nest hasn’t had a solution yet)…

P. S. Also, as indicated in the installation pdf file in the zip, there is also a troubleshooting section at the ST community wiki:

https://thingsthataresmart.wiki/index.php?title=MyNextCam#Troubleshooting

Regards

I guess I missed that part for sharing it. It shows me a picture but that explains why live feed is not working. I think I’m fine without it then, I don’t want that publicly shared. Thank you.

When I go into the Manager for the Tstat I am unable to toggle the fan to Auto. It toggles between On or Off only. Likewise, when I go into ActionTiles and click on the settings I do see Auto / Circulate / On, but can not select Auto. I thought I would try this smartapp because of some issues I was having with the other popular smartapp. The other one supports the Auto toggle for the fan. As a matter of fact, when looking at the other smartapp tile it is showing the correct status of Auto like it should where as this smartapp is showing Off.

Hi Jeff, the Nest thermostat doesn’t support the fanAuto() mode according to the ST standard capabilities. The fanAuto() mode means that the fan can be set to be actually triggered automatically only when the HVAC system is either cooling or heating

The Nest thermostat can only support the fanOn() & fanOff() commands per the Nest APIs. Actually, the fanOn() command is similar to the fanCirculate() command as it’s dependent on a fan_timer_duration attribute in the Nest APIs (which is set to 15 minutes by default).

For more details, please refer to the fan_timer_active and fan_timer_duration attributes in the Nest APIs. You’ll see that the 2 attributes are the only way to control the fan in the Nest APIs (contrary to other thermostats like ecobee which fully supports the fanAuto command as prescribed by the ST standard capabilities).

https://developers.nest.com/reference/api-thermostat

P.S. I strictly follow the ST standard capabilities.

Thank you for the explanation as well as the link to the api-thermostat reference page. Your explanation makes sense. Other than my original setting up of the schedules and eco-mode thresholds, I haven’t spent much time in the actual Nest application. After digging into the Nest app I see that your smartapp follows what the Nest app provides. My confusion was a result of a different hardware thermostat that I had which was much more complex/confusing. That is one of the reasons I dumped it in favor of the Nest. Now that I understand more about the Nest capabilities, things are much clearer now.

I’m very happy to say that using WebCore connected to your smartapp in addition to a virtual switch has been working GREAT for my control of the Nest Home/Away modes. I know you have a complimentary NestChangeMode smartapp that can automate what I’m doing manually with the virtual switch and I look forward to playing with that in the near future.

For all ST users who would like more resilient Nest devices under ST, there is no issues (apart from the occasionnal API blocked error due to the Nest rate limiting if you have a more agressive polling than the default and have a high number of Nest devices under your ST account; this is not related to my code per se) with My Next Manager and My Next devices (Cams, Protects, Tstats).

The code has been designed to be more resilient by avoiding the usage of state & atomicState variables and making the child devices as independent as possible from the Service Manager.

If there are any ST or Nest outages, the last commands can be replayed several times in the next hour window after the outage is over to ensure that commands are executed properly.

MyTstat Family Room (D288) (Device) Events —

Date Source Type Name Value User Displayed Text
[2019-03-29 11:55:21.626 AM EDT
34 minutes ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0ecb3fa0-523b-11e9-8ca7-12b2bdc260e4?all=&source=&max=25) DEVICE weatherPressure 1016.93 MyTstat Family Room (D288) weather pressure is 1016.93
[2019-03-29 11:55:21.612 AM EDT
34 minutes ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0ec91cc0-523b-11e9-8ca7-12b2bdc260e4?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 07:55 MyTstat Family Room (D288) weather date time is 2019-03-29 07:55
[2019-03-29 11:55:21.570 AM EDT
34 minutes ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0ec2b420-523b-11e9-8ca7-12b2bdc260e4?all=&source=&max=25) DEVICE weatherRelativeHumidity 73 MyTstat Family Room (D288) weather relative humidity is 73%
[2019-03-29 11:55:21.538 AM EDT
34 minutes ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0ebdd220-523b-11e9-8ca7-12b2bdc260e4?all=&source=&max=25) DEVICE weatherTemperature 7.0 MyTstat Family Room (D288) weather temperature is 7.0°C
[2019-03-29 11:55:20.835 AM EDT
34 minutes ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0e528d30-523b-11e9-8ca7-12b2bdc260e4?all=&source=&max=25) DEVICE last_api_check 2019-03-29 11:55 MyTstat Family Room (D288) lastapicheck is 2019-03-29 11:55
[2019-03-29 11:55:20.151 AM EDT
34 minutes ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0dea2e70-523b-11e9-8ca7-12b2bdc260e4?all=&source=&max=25) DEVICE verboseTrace pollAsyncResponse>Nest respon… MyTstat Family Room (D288) verbose trace is pollAsyncResponse>Nest response error: null, Failed to complete. Message was: Hand…
[2019-03-29 10:54:59.660 AM EDT
2 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/9fef3fd0-5232-11e9-804f-0a8d51dfe102?all=&source=&max=25) DEVICE verboseTrace pollAsyncResponse>Nest respon… MyTstat Family Room (D288) verbose trace is pollAsyncResponse>Nest response error: null, Failed to complete. Message was: Read…
[2019-03-29 10:54:42.770 AM EDT
2 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/95de0a30-5232-11e9-8ca7-12b2bdc260e4?all=&source=&max=25) DEVICE verboseTrace pollAsyncResponse>Nest respon… MyTstat Family Room (D288) verbose trace is pollAsyncResponse>Nest response error: null, Failed to complete. Message was: Hand…
[2019-03-29 9:54:28.106 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/2b5beea0-522a-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 05:49 MyTstat Family Room (D288) weather date time is 2019-03-29 05:49
[2019-03-29 9:54:28.069 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/2b564950-522a-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE weatherCondition M Cloudy MyTstat Family Room (D288) weather condition is M Cloudy
[2019-03-29 9:54:28.056 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/2b544d80-522a-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE weatherRelativeHumidity 87 MyTstat Family Room (D288) weather relative humidity is 87%
[2019-03-29 9:54:28.025 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/2b4f9290-522a-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE weatherTemperature 5.0 MyTstat Family Room (D288) weather temperature is 5.0°C
[2019-03-29 9:54:27.677 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/2b1a78d0-522a-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE last_api_check 2019-03-29 09:54 MyTstat Family Room (D288) lastapicheck is 2019-03-29 09:54
[2019-03-29 9:35:41.733 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/8bfd0d50-5227-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 05:35 MyTstat Family Room (D288) weather date time is 2019-03-29 05:35
[2019-03-29 9:35:41.695 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/8bf740f0-5227-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherCondition Cloudy MyTstat Family Room (D288) weather condition is Cloudy
[2019-03-29 9:35:41.313 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/8bbcf710-5227-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE last_api_check 2019-03-29 09:35 MyTstat Family Room (D288) lastapicheck is 2019-03-29 09:35
[2019-03-29 9:28:15.183 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/81d2edf0-5226-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 05:24 MyTstat Family Room (D288) weather date time is 2019-03-29 05:24
[2019-03-29 9:28:15.161 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/81cf9290-5226-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherWindSpeed 17.7 MyTstat Family Room (D288) weather wind speed is 17.7 kmh
[2019-03-29 9:28:15.137 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/81cbe910-5226-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherRelativeHumidity 89 MyTstat Family Room (D288) weather relative humidity is 89%
[2019-03-29 9:28:14.776 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/8194d380-5226-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE last_api_check 2019-03-29 09:28 MyTstat Family Room (D288) lastapicheck is 2019-03-29 09:28
[2019-03-29 9:11:33.278 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/2ca45be0-5224-11e9-bf23-0a6fecec8484?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 05:04 MyTstat Family Room (D288) weather date time is 2019-03-29 05:04
[2019-03-29 9:11:33.254 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/2ca0b260-5224-11e9-bf23-0a6fecec8484?all=&source=&max=25) DEVICE weatherWindSpeed 16.1 MyTstat Family Room (D288) weather wind speed is 16.1 kmh
[2019-03-29 9:11:32.870 AM EDT
3 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/2c664170-5224-11e9-bf23-0a6fecec8484?all=&source=&max=25) DEVICE last_api_check 2019-03-29 09:11 MyTstat Family Room (D288) lastapicheck is 2019-03-29 09:11
[2019-03-29 8:48:19.248 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/edbc6a10-5220-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE weatherPressure 1016.59 MyTstat Family Room (D288) weather pressure is 1016.59
[2019-03-29 8:48:19.234 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/edba4730-5220-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 04:43 MyTstat Family Room (D288) weather date time is 2019-03-29 04:43
[2019-03-29 8:48:19.183 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/edb27f00-5220-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE weatherRelativeHumidity 90 MyTstat Family Room (D288) weather relative humidity is 90%
[2019-03-29 8:48:18.847 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/ed7f12f0-5220-11e9-b31a-1231739840bc?all=&source=&max=25) DEVICE last_api_check 2019-03-29 08:48 MyTstat Family Room (D288) lastapicheck is 2019-03-29 08:48
[2019-03-29 8:42:03.691 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0de2cfb0-5220-11e9-8ef0-0641a8017e82?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 04:33 MyTstat Family Room (D288) weather date time is 2019-03-29 04:33
[2019-03-29 8:42:03.664 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0dded810-5220-11e9-8ef0-0641a8017e82?all=&source=&max=25) DEVICE weatherCondition M Cloudy MyTstat Family Room (D288) weather condition is M Cloudy
[2019-03-29 8:42:03.293 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0da63be0-5220-11e9-8ef0-0641a8017e82?all=&source=&max=25) DEVICE last_api_check 2019-03-29 08:42 MyTstat Family Room (D288) lastapicheck is 2019-03-29 08:42
[2019-03-29 8:22:45.238 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/5b64e960-521d-11e9-bf23-0a6fecec8484?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 04:22 MyTstat Family Room (D288) weather date time is 2019-03-29 04:22
[2019-03-29 8:22:45.190 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/5b5dbd70-521d-11e9-bf23-0a6fecec8484?all=&source=&max=25) DEVICE weatherRelativeHumidity 91 MyTstat Family Room (D288) weather relative humidity is 91%
[2019-03-29 8:22:44.591 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/5b022ff0-521d-11e9-bf23-0a6fecec8484?all=&source=&max=25) DEVICE last_api_check 2019-03-29 08:22 MyTstat Family Room (D288) lastapicheck is 2019-03-29 08:22
[2019-03-29 8:14:53.280 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/4215d600-521c-11e9-8f38-06b5b7adc53a?all=&source=&max=25) DEVICE weatherPop 5.08 MyTstat Family Room (D288) weather pop is 5.08
[2019-03-29 8:14:53.263 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/42133df0-521c-11e9-8f38-06b5b7adc53a?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 04:12 MyTstat Family Room (D288) weather date time is 2019-03-29 04:12
[2019-03-29 8:14:53.245 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/42107ed0-521c-11e9-8f38-06b5b7adc53a?all=&source=&max=25) DEVICE weatherWindSpeed 12.9 MyTstat Family Room (D288) weather wind speed is 12.9 kmh
[2019-03-29 8:14:53.231 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/420e5bf0-521c-11e9-8f38-06b5b7adc53a?all=&source=&max=25) DEVICE weatherCondition Cloudy MyTstat Family Room (D288) weather condition is Cloudy
[2019-03-29 8:14:53.219 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/420cae40-521c-11e9-8f38-06b5b7adc53a?all=&source=&max=25) DEVICE weatherRelativeHumidity 90 MyTstat Family Room (D288) weather relative humidity is 90%
[2019-03-29 8:14:52.933 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/41e0e350-521c-11e9-8f38-06b5b7adc53a?all=&source=&max=25) DEVICE last_api_check 2019-03-29 08:14 MyTstat Family Room (D288) lastapicheck is 2019-03-29 08:14
[2019-03-29 7:59:35.710 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/1f2bc3e1-521a-11e9-8151-127cf0097c66?all=&source=&max=25) DEVICE weatherPop 4.83 MyTstat Family Room (D288) weather pop is 4.83
[2019-03-29 7:59:35.684 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/1f27f350-521a-11e9-8151-127cf0097c66?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 03:58 MyTstat Family Room (D288) weather date time is 2019-03-29 03:58
[2019-03-29 7:59:35.651 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/1f22c330-521a-11e9-8151-127cf0097c66?all=&source=&max=25) DEVICE weatherCondition Rain Shower MyTstat Family Room (D288) weather condition is Rain Shower
[2019-03-29 7:59:35.636 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/1f20a050-521a-11e9-8151-127cf0097c66?all=&source=&max=25) DEVICE weatherRelativeHumidity 92 MyTstat Family Room (D288) weather relative humidity is 92%
[2019-03-29 7:59:35.113 AM EDT
4 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/1ed0ab91-521a-11e9-8151-127cf0097c66?all=&source=&max=25) DEVICE last_api_check 2019-03-29 07:59 MyTstat Family Room (D288) lastapicheck is 2019-03-29 07:59
[2019-03-29 7:34:39.122 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/a3228f20-5216-11e9-8ca7-12b2bdc260e4?all=&source=&max=25) DEVICE last_api_check 2019-03-29 07:34 MyTstat Family Room (D288) lastapicheck is 2019-03-29 07:34
[2019-03-29 7:27:21.668 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/9e646040-5215-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherPop 4.32 MyTstat Family Room (D288) weather pop is 4.32
[2019-03-29 7:27:21.654 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/9e623d60-5215-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherPressure 1016.26 MyTstat Family Room (D288) weather pressure is 1016.26
[2019-03-29 7:27:21.641 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/9e604190-5215-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 03:27 MyTstat Family Room (D288) weather date time is 2019-03-29 03:27
[2019-03-29 7:27:21.007 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/9dff83f0-5215-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE last_api_check 2019-03-29 07:27 MyTstat Family Room (D288) lastapicheck is 2019-03-29 07:27
[2019-03-29 7:08:44.099 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/0444e130-5213-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherPop 4.06 MyTstat Family Room (D288) weather pop is 4.06
[2019-03-29 7:08:44.074 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/044110a0-5213-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 03:07 MyTstat Family Room (D288) weather date time is 2019-03-29 03:07
[2019-03-29 7:08:44.025 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/04399690-5213-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE weatherRelativeHumidity 93 MyTstat Family Room (D288) weather relative humidity is 93%
[2019-03-29 7:08:43.605 AM EDT
5 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/03f98050-5213-11e9-a0e0-0a1f0bb542fe?all=&source=&max=25) DEVICE last_api_check 2019-03-29 07:08 MyTstat Family Room (D288) lastapicheck is 2019-03-29 07:08
[2019-03-29 6:55:56.704 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3addb200-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherPop 3.81 MyTstat Family Room (D288) weather pop is 3.81
[2019-03-29 6:55:56.680 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3ada0880-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 02:55 MyTstat Family Room (D288) weather date time is 2019-03-29 02:55
[2019-03-29 6:55:56.637 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3ad378d0-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherRelativeHumidity 94 MyTstat Family Room (D288) weather relative humidity is 94%
[2019-03-29 6:55:56.621 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3ad107d0-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherPop 3.56 MyTstat Family Room (D288) weather pop is 3.56
[2019-03-29 6:55:56.607 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3acf0c00-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherPressure 1015.92 MyTstat Family Room (D288) weather pressure is 1015.92
[2019-03-29 6:55:56.593 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3accc210-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherDateTime 2019-03-29 02:45 MyTstat Family Room (D288) weather date time is 2019-03-29 02:45
[2019-03-29 6:55:56.578 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3aca9f30-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherWindDirection WSW MyTstat Family Room (D288) weather wind direction is WSW
[2019-03-29 6:55:56.565 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3ac87c50-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherWindSpeed 16.1 MyTstat Family Room (D288) weather wind speed is 16.1 kmh
[2019-03-29 6:55:56.549 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3ac60b50-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherCondition Rain MyTstat Family Room (D288) weather condition is Rain
[2019-03-29 6:55:56.534 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3ac3e870-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE weatherRelativeHumidity 93 MyTstat Family Room (D288) weather relative humidity is 93%
[2019-03-29 6:55:56.197 AM EDT
6 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/3a905550-5211-11e9-9dc3-0adef886cc0e?all=&source=&max=25) DEVICE last_api_check 2019-03-29 06:55 MyTstat Family Room (D288) lastapicheck is 2019-03-29 06:55
[2019-03-29 5:55:43.177 AM EDT
7 hours ago ](https://graph.api.smartthings.com/device/de4af747-9c3e-4f82-ab3e-2d2dd5064af7/event/d10962a0-5208-11e9-8ef0-0641a8017e82?all=&source=&max=25) DEVICE verboseTrace pollAsyncResponse>N

Regards.

No sure if its ok to ask this here. I bought this app a few months ago a its being working great so far but I recently migrated to a different Hub and was wondering if there are any existing ports or plans to port to other hub as hubitat?

Hi, I don’t have any other Hub than SmartThings for the moment…

Also, porting code is quite a challenge, if you’re willing to pay for the porting, then contact me at services@maisonsecomatiq.com.

Regards

Sadly, the Nest API is going away (announced by Google today). I will be waiting to see what you can do with whatever Google offers as APIs afterward and will purchase if you have a good offering. My main usage is the camera’s and smoke detectors.

Sadly, it seems that it’s out of the question for the moment.

The new Google platform doesn’t provide open APIs for controlling the Nest devices.

P.S. You may want to switch to ecobee as soon as their camera and smoke alarm ( it is also in the works apparently) are released. There is no privacy BS with ecobee.

Sadly, it is a matter of cost, reliability, and functionality. The Nest is so much easier to use for the others in my house and the investment and usability of the Nest equipment in my house is sweet. The cameras and doorbell work so well. I won’t be changing them especially since my experience with ecobee is less than stellar (I installed 11 of them in our church and they just now got the service working decently.

Also, the Nest features with the camera recordings is spectacular. It was just a convenience to tie the Nest in with my SmartThings which, likely, will happen in the future.

Well, this is hugely disappointing. I have invested quite a bit of money and time into the NEST line, and come September my smart building is going to get dumber.

Definitely a significant flaw in investing in any kind of cloud-based system. At any time BIG BRAND X can decide they don’t want to support functions that they created anymore. Certainly gives one pause.

Cannot find the device type for the mynext Tstat, only the app code (https://github.com/yracine/device-type-myNext/tree/master/smartapps). What am i doing wrong?

Hi,

Please read the 1st post of this thread. You need to financially contribute at my store to get the code.

www.ecomatiqhomes.com/store

Regards.

… also note that per Google’s announcement this week, it is expected that MyNext will cease to function in August. You may wish to consider that before making any purchases.

It looks like Google is backing off somewhat. See this post here: https://blog.google/products/google-nest/updates-works-with-nest/