solaredgeha


Namesolaredgeha JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryA python API wrapper for Solaredge Home Automation service
upload_time2024-09-08 01:09:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseThe MIT License (MIT) Copyright (c) 2020 Aaron McCarthy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords home automation solaredge
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SolarEdge Home Automation
API wrapper for SolarEdge Home Automation service.

This is an undocumented api.

## Create a new connection by supplying your Solaredge HA token
```
service = solaredgeha.SolarEdgeHa(username, password)
```

## API Requests
2 API requests are supported. The methods return the parsed JSON response as a dict.

```
def login(self):

def get_sites(self):

def get_devices(self):

def activate_device(self, reporterId, level, duration=None):

```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "solaredgeha",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "home automation, solaredge",
    "author": null,
    "author_email": "Aaron McCarthy <mccarthy.aaron@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/14/aa/5db6a4741af679cc67de74c4558a6d311f4bb57319e205eecc41a0619c2d/solaredgeha-0.3.1.tar.gz",
    "platform": null,
    "description": "# SolarEdge Home Automation\nAPI wrapper for SolarEdge Home Automation service.\n\nThis is an undocumented api.\n\n## Create a new connection by supplying your Solaredge HA token\n```\nservice = solaredgeha.SolarEdgeHa(username, password)\n```\n\n## API Requests\n2 API requests are supported. The methods return the parsed JSON response as a dict.\n\n```\ndef login(self):\n\ndef get_sites(self):\n\ndef get_devices(self):\n\ndef activate_device(self, reporterId, level, duration=None):\n\n```\n\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2020 Aaron McCarthy  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A python API wrapper for Solaredge Home Automation service",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/amccarthy/solaredge-ha",
        "Issues": "https://github.com/amccarthy/solaredge-ha/issues"
    },
    "split_keywords": [
        "home automation",
        " solaredge"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00edae3301275531740c62719434924426a83124044a6d15340cf2bafb142365",
                "md5": "9572a0dbbaf43817bb7b846c477cc08a",
                "sha256": "030242efc2301ac8044c5bf98968491914145459139882d39280b884cd915df5"
            },
            "downloads": -1,
            "filename": "solaredgeha-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9572a0dbbaf43817bb7b846c477cc08a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 4312,
            "upload_time": "2024-09-08T01:09:49",
            "upload_time_iso_8601": "2024-09-08T01:09:49.177697Z",
            "url": "https://files.pythonhosted.org/packages/00/ed/ae3301275531740c62719434924426a83124044a6d15340cf2bafb142365/solaredgeha-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14aa5db6a4741af679cc67de74c4558a6d311f4bb57319e205eecc41a0619c2d",
                "md5": "b7a7d1a837b32f00deddc1228ec10ee7",
                "sha256": "b668866bffa8b6b170349dbef37875b9c9607ac4d1f1de1f44f1a4b7ca42e0a1"
            },
            "downloads": -1,
            "filename": "solaredgeha-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b7a7d1a837b32f00deddc1228ec10ee7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 3158,
            "upload_time": "2024-09-08T01:09:50",
            "upload_time_iso_8601": "2024-09-08T01:09:50.834973Z",
            "url": "https://files.pythonhosted.org/packages/14/aa/5db6a4741af679cc67de74c4558a6d311f4bb57319e205eecc41a0619c2d/solaredgeha-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-08 01:09:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "amccarthy",
    "github_project": "solaredge-ha",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "solaredgeha"
}
        
Elapsed time: 3.40970s