PyInteno


NamePyInteno JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryClient for Inteno SolarAPI JSON interface
upload_time2025-08-02 17:50:04
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8.0
licenseMIT
keywords inteno home automation websocket internet router
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyInteno - a very basic Inteno python bridge
[![Build and Test](https://github.com/nielstron/pyinteno/actions/workflows/build.yml/badge.svg)](https://github.com/nielstron/pyinteno/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/nielstron/pyinteno/badge.svg?branch=main)](https://coveralls.io/github/nielstron/pyinteno?branch=master)
 [![PyPI version](https://badge.fury.io/py/PyInteno.svg)](https://pypi.org/project/pyinteno/)
 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyInteno.svg)
 [![PyPI - Status](https://img.shields.io/pypi/status/PyInteno.svg)](https://pypi.org/project/pyinteno/)

A package that connects to a Inteno device in the local network and provides data
It uses the Inteno Websocket API to fetch data from the device.

## Features 

The package supports the following data provided by Inteno devices:

- Device list: A list of devices connected to the Inteno device
- Hardware Information: Information about the hardware of the Inteno device

That's it for now. I only use it for a home automation project, so I only implemented the features I needed.

## Contributing

Pull requests are very welcome.

If you own a Inteno device, feel free to provide us with raw data returned
by fetching the API endpoints manually.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PyInteno",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": "Inteno, Home Automation, WebSocket, Internet Router",
    "author": null,
    "author_email": "Niels M\u00fcndler <n.muendler@web.de>",
    "download_url": "https://files.pythonhosted.org/packages/4a/bc/0d6eaed9fee91e45262a30801996feb1ae0238b9b025b92589e87945b43a/pyinteno-0.1.1.tar.gz",
    "platform": null,
    "description": "# PyInteno - a very basic Inteno python bridge\n[![Build and Test](https://github.com/nielstron/pyinteno/actions/workflows/build.yml/badge.svg)](https://github.com/nielstron/pyinteno/actions/workflows/build.yml)\n[![Coverage Status](https://coveralls.io/repos/github/nielstron/pyinteno/badge.svg?branch=main)](https://coveralls.io/github/nielstron/pyinteno?branch=master)\n [![PyPI version](https://badge.fury.io/py/PyInteno.svg)](https://pypi.org/project/pyinteno/)\n ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyInteno.svg)\n [![PyPI - Status](https://img.shields.io/pypi/status/PyInteno.svg)](https://pypi.org/project/pyinteno/)\n\nA package that connects to a Inteno device in the local network and provides data\nIt uses the Inteno Websocket API to fetch data from the device.\n\n## Features \n\nThe package supports the following data provided by Inteno devices:\n\n- Device list: A list of devices connected to the Inteno device\n- Hardware Information: Information about the hardware of the Inteno device\n\nThat's it for now. I only use it for a home automation project, so I only implemented the features I needed.\n\n## Contributing\n\nPull requests are very welcome.\n\nIf you own a Inteno device, feel free to provide us with raw data returned\nby fetching the API endpoints manually.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Client for Inteno SolarAPI JSON interface",
    "version": "0.1.1",
    "project_urls": {
        "Repository": "https://github.com/nielstron/pyinteno/"
    },
    "split_keywords": [
        "inteno",
        " home automation",
        " websocket",
        " internet router"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da04553b0017ccd32de0ebeec1cde4d33ccef4a88c4bb9003ea6ee3d2c5024a5",
                "md5": "09d99ed3117f77af117a8a23588583f0",
                "sha256": "71188453e1f5cec6e24d120e4253bd988c57ac494f3b75dbbde48372b83d9635"
            },
            "downloads": -1,
            "filename": "pyinteno-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09d99ed3117f77af117a8a23588583f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 6835,
            "upload_time": "2025-08-02T17:50:03",
            "upload_time_iso_8601": "2025-08-02T17:50:03.772763Z",
            "url": "https://files.pythonhosted.org/packages/da/04/553b0017ccd32de0ebeec1cde4d33ccef4a88c4bb9003ea6ee3d2c5024a5/pyinteno-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4abc0d6eaed9fee91e45262a30801996feb1ae0238b9b025b92589e87945b43a",
                "md5": "334ceeec84e51e99f898baca63706c32",
                "sha256": "d45ae37b5d59a2e9c781c368d322ea1179a972c6fd4ac5c49faf25ce58592772"
            },
            "downloads": -1,
            "filename": "pyinteno-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "334ceeec84e51e99f898baca63706c32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 8689,
            "upload_time": "2025-08-02T17:50:04",
            "upload_time_iso_8601": "2025-08-02T17:50:04.896601Z",
            "url": "https://files.pythonhosted.org/packages/4a/bc/0d6eaed9fee91e45262a30801996feb1ae0238b9b025b92589e87945b43a/pyinteno-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-02 17:50:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nielstron",
    "github_project": "pyinteno",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pyinteno"
}
        
Elapsed time: 1.66532s