This object is in archive! 
NEST with Zipato?
Under Consideration
Look here:
No connection
Real-time notifications may not work
Look here:
NEST in Europe??? Waiting for it for so long.....but Netatmo will release their own thermostat soon! (working in EU)
NEST in Europe??? Waiting for it for so long.....but Netatmo will release their own thermostat soon! (working in EU)
Yes Nest is coming to the EU. https://nest.com/blog/2014/09/06/nest-is-coming-to-the-EU/
Yes Nest is coming to the EU. https://nest.com/blog/2014/09/06/nest-is-coming-to-the-EU/
I have already the Nest Protect smoke and carbon monoxide alarm and working great
I have already the Nest Protect smoke and carbon monoxide alarm and working great
Nest is available in Europe https://store.nest.com/nl/choose-your-country/
Nest is available in Europe https://store.nest.com/nl/choose-your-country/
My NEST is coming this week :)
Can someone please make a script because Zipato is not going to support this devices very soon.
Would be nice to send a http request to google script and then use the API to change things on the NEST.
For the otherway around i can use IFTTT and google drive (http request to meter).
My NEST is coming this week :)
Can someone please make a script because Zipato is not going to support this devices very soon.
Would be nice to send a http request to google script and then use the API to change things on the NEST.
For the otherway around i can use IFTTT and google drive (http request to meter).
A script could be nice, but i hope Zipato add support for these devices. So we can add them directly to the zipabox.
I would be great to use de motion detectors of the Nest smoke detector or thermostat directly in rules and see them in the dashboard under devices, sensors and meters.
A script could be nice, but i hope Zipato add support for these devices. So we can add them directly to the zipabox.
I would be great to use de motion detectors of the Nest smoke detector or thermostat directly in rules and see them in the dashboard under devices, sensors and meters.
I totally agree with you. These kind of devices should be prio voor Zipato. HC2, Zibass, Vera and Smartthings support NEST.
But i don't think Zipato is going to support NEST but if they come with some sort of IP support then other users can create something.
I totally agree with you. These kind of devices should be prio voor Zipato. HC2, Zibass, Vera and Smartthings support NEST.
But i don't think Zipato is going to support NEST but if they come with some sort of IP support then other users can create something.
Hey HeroS
I just installed my Nest... any news about a script or workaround?
Hey HeroS
I just installed my Nest... any news about a script or workaround?
Hi Thomas,
Not working on a script...i'm not that smart ;)
But i got somethings running in IFTTT.
Temp Nest >> IFTTT >> Google Drive >> Zipato virtual meter
And working with Tasker to change the temp when i'm away. But this is not working yet with more then 2 people.
These are just dirty workarounds. Zipato just needs to support this devices or make a good connection to IFTTT.
Hi Thomas,
Not working on a script...i'm not that smart ;)
But i got somethings running in IFTTT.
Temp Nest >> IFTTT >> Google Drive >> Zipato virtual meter
And working with Tasker to change the temp when i'm away. But this is not working yet with more then 2 people.
These are just dirty workarounds. Zipato just needs to support this devices or make a good connection to IFTTT.
Check this:
https://github.com/gboudreau/nest-api
It is working, you simply need to host the files and create one php per command.
Check this:
https://github.com/gboudreau/nest-api
It is working, you simply need to host the files and create one php per command.
I don't see how to get the data (send a http request) to the zipabox.
Do you have a working code?
I don't see how to get the data (send a http request) to the zipabox.
Do you have a working code?
You can set away or home mode and set temperature
example to set temp to 19 : (you need to have nest.class.php in the same folder as the php file used to launch the command)
<?php
require_once('nest.class.php');
// Your Nest username and password.
define('USERNAME', 'xxxx@xxxx.com');
define('PASSWORD', 'xxxxxxxxxxxxxx');
$nest = new Nest();
// temp 19
$nest->setTargetTemperature(19.0);
You can set away or home mode and set temperature
example to set temp to 19 : (you need to have nest.class.php in the same folder as the php file used to launch the command)
<?php
require_once('nest.class.php');
// Your Nest username and password.
define('USERNAME', 'xxxx@xxxx.com');
define('PASSWORD', 'xxxxxxxxxxxxxx');
$nest = new Nest();
// temp 19
$nest->setTargetTemperature(19.0);
I see...give it a try.
Thanks!
I see...give it a try.
Thanks!
Great! got it working on a virtual thermostat.
Just need to make it safe with a password on it.
Great! got it working on a virtual thermostat.
Just need to make it safe with a password on it.
;)
create .htaccess in the same folder with this inside:
Order Deny,Allow
Deny from all
Allow from 192.168.0.X/255.255.255.255
where X is the ip of your zipabox
;)
create .htaccess in the same folder with this inside:
Order Deny,Allow
Deny from all
Allow from 192.168.0.X/255.255.255.255
where X is the ip of your zipabox
Good idea!
Thanks!
Good idea!
Thanks!
How did you configure the virtual thermostat?
edit: I may create a virtual swith for home/away and heat on/off and the use it inside a thermostat
How did you configure the virtual thermostat?
edit: I may create a virtual swith for home/away and heat on/off and the use it inside a thermostat
Hello Zipato developers,
I think that you need to speed up this development because now the eedomus box support the nest products ....
http://blog.domadoo.fr/2014/11/13/eedomus-support-produits-nest-nodon/
kr,
Hello Zipato developers,
I think that you need to speed up this development because now the eedomus box support the nest products ....
http://blog.domadoo.fr/2014/11/13/eedomus-support-produits-nest-nodon/
kr,
+1
Best regards
+1
Best regards
+1
I wait
+1
I wait
+1
I want
+1
I want
Yep - bring it on ;)
Yep - bring it on ;)
+ 1
Yes please
+ 1
Yes please
+1 please
+1 please
Yes Please
Yes Please
Add my name to that list too.
Add my name to that list too.
me too!!
me too!!
I'm interested too in this matter... Please, embrace integration with Nest!
I'm interested too in this matter... Please, embrace integration with Nest!
I was under the impression that any z-wave device is supported right out of the box? Isn't that the point of having the same protocol etc....... It is a bit annoying that whenever something gets released, it isn't supported unless Zipato decides to support it?
I was under the impression that any z-wave device is supported right out of the box? Isn't that the point of having the same protocol etc....... It is a bit annoying that whenever something gets released, it isn't supported unless Zipato decides to support it?
This morning I was playing somewhat in the control panel and saw that you can buy NEST integration as an additional service.
This morning I was playing somewhat in the control panel and saw that you can buy NEST integration as an additional service.
Replies have been locked on this page!