{ "info": { "author": "Angelo Santagata", "author_email": "angelosantagata@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Drayton Wiser Hub API v 1.0.0\n\nThis repository contains a simple API which queries the Drayton Wiser Heating sysystem used in the UK.\n\nThe API functionality provides the following functionality\n- Ability to query all rooms\n- Ability to query all thermostats and room stats\n- Ability to set temperature of room and TRV thermostats\n- Ability to query various data about the system (like heating status)\n\n## Installation\n\n\n\n## 1. Find your HeatHub Secret key\nReference https://it.knightnet.org.uk/kb/nr-qa/drayton-wiser-heating-control/#controlling-the-system\n1. Press the setup button on your HeatHub, the light will start flashing\nLook for the Wi-Fi network (SSID) called **\u2018WiserHeatXXX\u2019** where XXX is random\n2. Connect to the network from a Windows/Linux/Mac machine\n3. Execute the secret url :-)\n * For Windows use `Invoke-RestMethod -Method Get -UseBasicParsing -Uri http://192.168.8.1/secret/` \n * For Linux (or Windows WSL) use `curl http://192.168.8.1/secret`\n\n This will return a string which is your system secret, store this somewhere. If you are running the test script simply put this value , with the ip address of the hub, in your wiserkeys.params\n\n4. Press the setup button on the HeatHub again and it will go back to normal operations\n5. Copy the secret and save it somewhere.\n## 3. Find Your HEATHUB IP\n\nUsing your router, or something else, identify the IP address of your HeatHub, it usually identifies itself as the same ID as the ``WiserHeatXXXXXX`` \n\n## 4. Add values in you wiserkeys.params\nCreate a file called wiserkeys.params and place two lines, one with the wiser IP and the other with the key it self. \ne.g.\n```\nwiserkey=ABCDCDCDCCCDCDC\nwiserip=192.168.0.22\n```\n\n## 5. Run the sample\nTo help understand the api simply look at the sample code ```wiserapitest.py```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/asantaga/wiserheatingapi", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "wiser-heating-api", "package_url": "https://pypi.org/project/wiser-heating-api/", "platform": "", "project_url": "https://pypi.org/project/wiser-heating-api/", "project_urls": { "Homepage": "https://github.com/asantaga/wiserheatingapi" }, "release_url": "https://pypi.org/project/wiser-heating-api/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple API for accessing data on the Drayton Wiser Heating system", "version": "1.0.1" }, "last_serial": 5525529, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3f31138d68c929c0196f65a06cfae99a", "sha256": "74ef18b2d900961f10ab05d225b271815c52842b846168cc3d0785cfb3bb8a19" }, "downloads": -1, "filename": "wiser_heating_api-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3f31138d68c929c0196f65a06cfae99a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5774, "upload_time": "2019-04-29T22:41:10", "url": "https://files.pythonhosted.org/packages/7e/c1/409e0dc9e02d3502b94a64300dd9e0c2332f8534bdffd69e3d71e3062118/wiser_heating_api-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6047de2f11dd9df8a3e21fbc0cb552de", "sha256": "d39fccd6e7ee1460a1d51975143cc2d2392e8864fa34dc001a6c05e6cc44eb19" }, "downloads": -1, "filename": "wiser-heating-api-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6047de2f11dd9df8a3e21fbc0cb552de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4467, "upload_time": "2019-04-29T22:41:33", "url": "https://files.pythonhosted.org/packages/85/cb/7c03a8d0a75456d429692510297450381fbcea67d49f261bad08f7744604/wiser-heating-api-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "65a8977418f12b11e6bb31b8f4e2c65c", "sha256": "c65cd4ad81cb0f367a468dee43c6db8cdfed1a05a668ff471149155669c01304" }, "downloads": -1, "filename": "wiser-heating-api-1.0.1.tar.gz", "has_sig": false, "md5_digest": "65a8977418f12b11e6bb31b8f4e2c65c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4430, "upload_time": "2019-07-12T23:57:37", "url": "https://files.pythonhosted.org/packages/9c/05/6bfc0efd1596b07e7bfa7da71dbadb608b7c06fc3b35d8936059afe871df/wiser-heating-api-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "65a8977418f12b11e6bb31b8f4e2c65c", "sha256": "c65cd4ad81cb0f367a468dee43c6db8cdfed1a05a668ff471149155669c01304" }, "downloads": -1, "filename": "wiser-heating-api-1.0.1.tar.gz", "has_sig": false, "md5_digest": "65a8977418f12b11e6bb31b8f4e2c65c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4430, "upload_time": "2019-07-12T23:57:37", "url": "https://files.pythonhosted.org/packages/9c/05/6bfc0efd1596b07e7bfa7da71dbadb608b7c06fc3b35d8936059afe871df/wiser-heating-api-1.0.1.tar.gz" } ] }