{ "info": { "author": "Takashi Ando", "author_email": "takashi7ando@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: Japanese", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: System :: Hardware", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "Status\n======\n\n|Build Status| |Coverage Status|\n\nTS-MPPT-60 driver module\n========================\n\nThis is python driver module to get the following status of TS-MPPT-60.\n\n- Amp Hours\n- Array Current\n- Array Voltage\n- Battery Temperature\n- Battery Voltage\n- Charge Current\n- Heat Sink Temperature\n- Kilowatt Hours\n- Output Power\n- Sweep Pmax\n- Sweep Vmp\n- Sweep Voc\n- Target Voltage\n\nRequirement\n===========\n\n- requests\n\nHow to install\n==============\n\n1. ./setup.py build\n2. ./setup.py install\n\nHow to use\n==========\n\nSystemStatus class object is iterator containing all live status data of\nTS-MPPT-60. Try the following line.\n\n.. code:: python\n\n print(SystemStatus(\"192.168.1.20\").get())\n\nThe result is like following.\n\n::\n\n {'Amp Hours': {'group': 'Counter', 'unit': 'Ah', 'value': 18097.9},\n 'Array Current': {'group': 'Array', 'unit': 'A', 'value': 1.4},\n 'Array Voltage': {'group': 'Array', 'unit': 'V', 'value': 53.41},\n 'Battery Voltage': {'group': 'Battery', 'unit': 'V', 'value': 23.93},\n 'Charge Current': {'group': 'Battery', 'unit': 'A', 'value': 3.2},\n 'Heat Sink Temperature': {'group': 'Temperature', 'unit': 'C', ...},\n 'Kilowatt Hours': {'group': 'Counter', 'unit': 'kWh', 'value': 237.0},\n 'Target Voltage': {'group': 'Battery', 'unit': 'V', 'value': 28.6}}\n\nThe above data is limited information. You can disable the limitter by\nsetting False to the second argument as SystemStatus() class.\n\n.. code:: python\n\n print(SystemStatus(\"192.168.1.20\").get(False))\n\nThe result is like following.\n\n::\n\n {'Amp Hours': {'group': 'Counter', 'unit': 'Ah', 'value': 18097.8},\n 'Array Current': {'group': 'Array', 'unit': 'A', 'value': 1.3},\n 'Array Voltage': {'group': 'Array', 'unit': 'V', 'value': 53.41},\n 'Battery Temperature': {'group': 'Temperature', 'unit': 'C', ...},\n 'Battery Voltage': {'group': 'Battery', 'unit': 'V', 'value': 24.01},\n 'Charge Current': {'group': 'Battery', 'unit': 'A', 'value': 3.2},\n 'Heat Sink Temperature': {'group': 'Temperature', 'unit': 'C', ...},\n 'Kilowatt Hours': {'group': 'Counter', 'unit': 'kWh', 'value': 237.0},\n 'Output Power': {'group': 'Battery', 'unit': 'W', 'value': 76.0},\n 'Sweep Pmax': {'group': 'Array', 'unit': 'W', 'value': 73.0},\n 'Sweep Vmp': {'group': 'Array', 'unit': 'V', 'value': 53.41},\n 'Sweep Voc': {'group': 'Array', 'unit': 'V', 'value': 60.05},\n 'Target Voltage': {'group': 'Battery', 'unit': 'V', 'value': 28.6}}\n\n.. |Build Status| image:: https://travis-ci.org/dodo5522/tsmppt60_driver.svg\n :target: https://travis-ci.org/dodo5522/tsmppt60_driver\n.. |Coverage Status| image:: https://coveralls.io/repos/dodo5522/tsmppt60_driver/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/dodo5522/tsmppt60_driver?branch=master", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dodo5522/tsmppt60_driver", "keywords": null, "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "tsmppt60-driver", "package_url": "https://pypi.org/project/tsmppt60-driver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tsmppt60-driver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dodo5522/tsmppt60_driver" }, "release_url": "https://pypi.org/project/tsmppt60-driver/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Python module to get status of your solar charge controller TS-MPPT-60.", "version": "0.1.3" }, "last_serial": 1944755, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "c8770b298804c66f58438da42f2d2cdb", "sha256": "37bdf25ea9ea2bbbad3e69fdd69cc47e3ccff37072270872ab17868508c6f6e4" }, "downloads": -1, "filename": "tsmppt60-driver-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c8770b298804c66f58438da42f2d2cdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7993, "upload_time": "2016-02-07T14:01:18", "url": "https://files.pythonhosted.org/packages/07/57/7466f42b80002c36fbb14a741f4fa7f78956056a91cb870acb0b1494050f/tsmppt60-driver-0.1.1.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ccb33fcf11b3283a45b97e7fd29293f7", "sha256": "49d908a7a65d11016d27ac952e5931b3abeef6a92700d2c53eb52c3bf170a98e" }, "downloads": -1, "filename": "tsmppt60-driver-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ccb33fcf11b3283a45b97e7fd29293f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8364, "upload_time": "2016-02-07T21:54:53", "url": "https://files.pythonhosted.org/packages/1b/b3/7b4b4c22b6649902ef69f3ea0aad2307b252fcccca48a808ac56fb9e384f/tsmppt60-driver-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccb33fcf11b3283a45b97e7fd29293f7", "sha256": "49d908a7a65d11016d27ac952e5931b3abeef6a92700d2c53eb52c3bf170a98e" }, "downloads": -1, "filename": "tsmppt60-driver-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ccb33fcf11b3283a45b97e7fd29293f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8364, "upload_time": "2016-02-07T21:54:53", "url": "https://files.pythonhosted.org/packages/1b/b3/7b4b4c22b6649902ef69f3ea0aad2307b252fcccca48a808ac56fb9e384f/tsmppt60-driver-0.1.3.tar.gz" } ] }