{ "info": { "author": "Filippo Valsorda", "author_email": "hi@filippo.io", "bugtrack_url": null, "classifiers": [], "description": "#nest_thermostat\n\n**a Python interface for the Nest Thermostat**\n \n*fork of pynest by Scott M Baker, smbaker@gmail.com, http://www.smbaker.com/*\n\n##Installation\n`[sudo] pip install nest-thermostat`\n\n##Usage\n\n### Module\n\nYou can import the module as `nest_thermostat`. Use the source, luke!\n\nTips: you need to manually call `.login()` first, and `.get_status()` before `.show_*()`\n\n### Command line\n```\nsyntax: nest.py [options] command [command_args]\noptions:\n --user ... username on nest.com\n --password ... password on nest.com\n --celsius ... use celsius (the default is farenheit)\n --serial ... optional, specify serial number of nest to use\n --index ... optional, 0-based index of nest\n (use --serial or --index, but not both)\n\ncommands:\n temp ... set target temperature\n fan [auto|on] ... set fan state\n mode [cool|heat|range|off] ... set fan state\n away ... toggle away\n show ... show everything\n curtemp ... print current temperature\n curhumid ... print current humidity\n curmode ... print current mode\n\nexamples:\n nest.py --user joe@user.com --password swordfish temp 73\n nest.py --user joe@user.com --password swordfish fan auto\n```\n\n\n---\n\n*Chris Burris's Siri Nest Proxy was very helpful to learn the Nest's authentication and some bits of the protocol.*\n", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/FiloSottile/nest_thermostat/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nest-thermostat", "package_url": "https://pypi.org/project/nest-thermostat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nest-thermostat/", "project_urls": { "Homepage": "https://github.com/FiloSottile/nest_thermostat/" }, "release_url": "https://pypi.org/project/nest-thermostat/1.2/", "requires_dist": null, "requires_python": null, "summary": "Python API and command line tool for talking to the Nest\u2122 Thermostat", "version": "1.2" }, "last_serial": 1148657, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "cf4dfb5724cd369aeeecffc057d2328e", "sha256": "a149a34aad4c3938692b1d14ee35b3aa6203ead049768a4cc3444dbb8dd74836" }, "downloads": -1, "filename": "nest-thermostat-1.2.tar.gz", "has_sig": false, "md5_digest": "cf4dfb5724cd369aeeecffc057d2328e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4026, "upload_time": "2014-07-06T15:12:06", "url": "https://files.pythonhosted.org/packages/a5/26/cb878bc10b77546e18bfbbbdb0528919a848d8906410d50ae06a388ac83f/nest-thermostat-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf4dfb5724cd369aeeecffc057d2328e", "sha256": "a149a34aad4c3938692b1d14ee35b3aa6203ead049768a4cc3444dbb8dd74836" }, "downloads": -1, "filename": "nest-thermostat-1.2.tar.gz", "has_sig": false, "md5_digest": "cf4dfb5724cd369aeeecffc057d2328e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4026, "upload_time": "2014-07-06T15:12:06", "url": "https://files.pythonhosted.org/packages/a5/26/cb878bc10b77546e18bfbbbdb0528919a848d8906410d50ae06a388ac83f/nest-thermostat-1.2.tar.gz" } ] }