sramij
sramij

Reputation: 4925

API to control a NEST camera?

I am lost among the Google/NESt thing. looks like NEST-API has been discontinued, is there an alternative already? Is there an API available as of now to control a NEST camera? for iOS maybe? Python?

Upvotes: 1

Views: 513

Answers (2)

gbrennon
gbrennon

Reputation: 989

I've found this python package to control nest cameras called Python-Nest and it seems to be quite updated. Not as much as I like when Im' searching for a package to use, but I think this would be a good choice. It also supports asyncio.

Upvotes: 0

Alaric James Hartsock
Alaric James Hartsock

Reputation: 375

https://github.com/gboudreau/nest-api

I was able to find an unofficial nest api that uses PHP.

https://github.com/yakushevichsv/NestCameras

Here's an example of somebody using the deprecated API. I'm not sure if this would still work, but it's worth a shot.

https://github.com/floydpink/daily-timelapse

Same deal here, maybe you could see if this still works.

Upvotes: 1

Related Questions