Hi Jeroen
answer is simple your missing php-curl, php5-curl or php7-curl, depending of your php version
sudo apt install ....
succes,Roland
Moderator: leecollings
Hi Jeroen
Thanks!rolandbreedveld wrote: ↑Saturday 08 February 2020 21:58Hi Jeroen
answer is simple your missing php-curl, php5-curl or php7-curl, depending of your php version
sudo apt install ....
succes,Roland
Also @jeroenklmark.sellwood wrote: ↑Sunday 09 February 2020 11:16 Hi, Sorry to hijack this, but its related.
Does this script do anything with Nest Hello Doorbells?
Code: Select all
20-02-12 15:40:39.234 (Nest) Processing 'onHeartbeatCallback' message
2020-02-12 15:40:39.234 (Nest) Calling message handler 'onHeartbeat'.
2020-02-12 15:40:39.234 (Nest) onHeartbeat called
2020-02-12 15:40:39.234 (Nest) onHeartbeat called, run again in 4 heartbeats.
2020-02-12 15:40:39.234 (Nest) Number of NEST devices: 0
2020-02-12 15:40:49.225 (Nest) Pushing 'onHeartbeatCallback' on to queue
2020-02-12 15:40:49.250 (Nest) Processing 'onHeartbeatCallback' message
2020-02-12 15:40:49.250 (Nest) Calling message handler 'onHeartbeat'.
2020-02-12 15:40:49.250 (Nest) onHeartbeat called
2020-02-12 15:40:49.251 (Nest) onHeartbeat called, run again in 3 heartbeats.
2020-02-12 15:40:59.226 (Nest) Pushing 'onHeartbeatCallback' on to queue
2020-02-12 15:40:59.267 (Nest) Processing 'onHeartbeatCallback' message
2020-02-12 15:40:59.269 (Nest) Calling message handler 'onHeartbeat'.
2020-02-12 15:40:59.269 (Nest) onHeartbeat called
2020-02-12 15:40:59.269 (Nest) onHeartbeat called, run again in 2 heartbeats.
2020-02-12 15:41:09.230 (Nest) Pushing 'onHeartbeatCallback' on to queue
2020-02-12 15:41:09.236 (Nest) Processing 'onHeartbeatCallback' message
2020-02-12 15:41:09.236 (Nest) Calling message handler 'onHeartbeat'.
2020-02-12 15:41:09.236 (Nest) onHeartbeat called
2020-02-12 15:41:09.236 (Nest) onHeartbeat called, run again in 1 heartbeats.
2020-02-12 15:41:19.232 (Nest) Pushing 'onHeartbeatCallback' on to queue
2020-02-12 15:41:19.252 (Nest) Processing 'onHeartbeatCallback' message
2020-02-12 15:41:19.252 (Nest) Calling message handler 'onHeartbeat'.
2020-02-12 15:41:19.252 (Nest) onHeartbeat called
2020-02-12 15:41:19.253 (Nest) Start thread
2020-02-12 15:41:19.253 (Nest) Thread: GetNestCredentials done
2020-02-12 15:41:19.816 (Nest) Thread: GetDevicesAndStatus done
2020-02-12 15:41:19.816 (Nest) End threa
Hi MarcelloMarcello1970 wrote: ↑Thursday 20 February 2020 18:23 Is it possible to chance the location of the temporary files. I use a RAM drive on my Raspberry, so I prefer that the files be stored there. It would be nice its a option in the nest_devices.cfg file.
An other issue is that I have manually chance the rights of the both temporary files to make the scripts work. After an update I have to do it again.
Would you know what that could be?
what if you update it manually, here for the temperature? : (replace IDX and VALUE)dens1975 wrote: ↑Friday 21 February 2020 16:22 Hi,
First of all thanks for this api/script. It looks like it almost works for me. I can switch the switches and set the temperature. Only thing is that my temperature and humidity isn't updated in my Domoticz devices. I'm on a Synology NAS.
when I excecute get_nest.sh I get the output:
Update TEMP to 20.2
Update HUMIDITY to 45.0
Update SETPOINT to 19.5
What I'm I missing?
I started it on 16-jan and never had to change the cookie, perhaps if the system is not running for a while, the cookie and or token will become invalid.
if you follow the readme step by step you'll find out.Ptje wrote: ↑Monday 24 February 2020 14:21 Hello,
I'm jealous at everybody who has it work. I tried for a long time, but I can't get it done. In the past I used my Nest for heatpump, airco and normal heating. Now it is useless for me and I consider to buy another thermostaat.
There is no example or something what in detail is the cookie and token ?
Greetings,
Peter
you need the complete data from the cookie field, it's a long string starts with XXXX= (OCAK in your case), don't forget to terminate it with ';
Users browsing this forum: No registered users and 1 guest