{ "info": { "author": "IndyKoning", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Growatt Server\nPackage to retrieve PV information form the growatt server.\n\n## Usage\n```\nimport growattServer\n\napi = growattServer.GrowattApi()\nlogin_response = api.login(, )\n#Get a list of growatt plants.\nprint(api.plant_list(login_response['userId']))\n```\n## Methods and Variables\n### Methods\nAny methods that may be useful.\n\n`api.login(username, password)` Log into the growatt api. This must be done before making any request. after this you will be logged in. you will want to capture the response to get the `userId` variable.\n\n`api.plant_list(user_id)` Get a list of plants registered to your account.\n\n`api.plant_info(plant_id)` Get info for specified plant.\n\n`api.plant_detail(plant_id, timespan<1=day, 2=month>, date)` Get details of a specific plant.\n\n`api.inverter_list(plant_id)` Get a list of inverters in specified plant.\n\n`api.inverter_data(inverter_id, date)` Get some basic data of a specific date for the inverter.\n\n`api.inverter_detail(inverter_id)` Get detailed data on inverter.\n### Variables\nSome variables you may want to set.\n\n`api.server_url` The growatt server url, default: 'http://server.growatt.com/'\n## Note\nThis is based on the endpoints used on the mobile app and could be changed without notice.\n\n\n", "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/indykoning/PyPi_GrowattServer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "growattServer", "package_url": "https://pypi.org/project/growattServer/", "platform": "", "project_url": "https://pypi.org/project/growattServer/", "project_urls": { "Homepage": "https://github.com/indykoning/PyPi_GrowattServer" }, "release_url": "https://pypi.org/project/growattServer/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A package to talk to growatt server", "version": "0.0.1" }, "last_serial": 5608967, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b71910cf687e05b4cb7050ef456219e8", "sha256": "bf5922b2a3e8754aab6b696cc140905868e84a1b6d19d5adb1474ec1ff2ed06c" }, "downloads": -1, "filename": "growattServer-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b71910cf687e05b4cb7050ef456219e8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3674, "upload_time": "2019-07-30T17:34:17", "url": "https://files.pythonhosted.org/packages/a9/b8/fb220774a6de161a33d87520465702d07336162634bcbeb5dbfb9f341c2b/growattServer-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a3715d4ef66cf703518d1bc13fa717f", "sha256": "8e54a15324b2405d85d1fe4649cd85b45488b97907ef24b6f2722c74059fb2a8" }, "downloads": -1, "filename": "growattServer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4a3715d4ef66cf703518d1bc13fa717f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2471, "upload_time": "2019-07-30T17:34:20", "url": "https://files.pythonhosted.org/packages/63/cf/592807ccf10cd2a2707ed7e96f817f04a656cb385c35e292154b05aa8865/growattServer-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b71910cf687e05b4cb7050ef456219e8", "sha256": "bf5922b2a3e8754aab6b696cc140905868e84a1b6d19d5adb1474ec1ff2ed06c" }, "downloads": -1, "filename": "growattServer-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b71910cf687e05b4cb7050ef456219e8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3674, "upload_time": "2019-07-30T17:34:17", "url": "https://files.pythonhosted.org/packages/a9/b8/fb220774a6de161a33d87520465702d07336162634bcbeb5dbfb9f341c2b/growattServer-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a3715d4ef66cf703518d1bc13fa717f", "sha256": "8e54a15324b2405d85d1fe4649cd85b45488b97907ef24b6f2722c74059fb2a8" }, "downloads": -1, "filename": "growattServer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4a3715d4ef66cf703518d1bc13fa717f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2471, "upload_time": "2019-07-30T17:34:20", "url": "https://files.pythonhosted.org/packages/63/cf/592807ccf10cd2a2707ed7e96f817f04a656cb385c35e292154b05aa8865/growattServer-0.0.1.tar.gz" } ] }