Skip to main content

No project description provided

Project description

Viessmann Gridbox Connector

This is not an official Viessmann library

Harness the power of your photovoltaic system with the GridboxConnector library. This versatile tool taps into the same REST API as the official dashboard and app, providing you with direct access to your data from the cloud.

Whether you're a developer looking to integrate solar data into your own project, or a power user seeking command-line access, GridboxConnector has you covered. With its dual functionality, you can either embed it into your Python project as a library or use it as a standalone command-line interface (CLI) tool.

Take control of your solar data with GridboxConnector, and unlock the full potential of your photovoltaic system.

Screenshot vom mygridbox

Installation

pip install viessmann-gridbox-connector

Usage

You can use the CLI to retrieve live data from the Viessmann Gridbox API or use the GridboxConnector class in your own code.
Use your Login data from the App or from https://mygridbox.viessmann.com/login

CLI

pip install viessmann-gridbox-connector
viessmann --username <username> --password <password>

in your code

from viessmann_gridbox_connector import GridboxConnector
from importlib.resources import path
import json

with path('viessmann_gridbox_connector', 'config.json') as config_file:
    with open(config_file, 'r') as file:
        data = json.load(file)
        data["login"]["username"] = "username"
        data["login"]["password"] = "password"
        connector = GridboxConnector(data)
        # Retrieve live data
        live_data = connector.retrieve_live_data()
        print(live_data)

Example Output

{
    "consumption": 496,
    "directConsumption": 413,
    "directConsumptionEV": 0,
    "directConsumptionHeatPump": 0,
    "directConsumptionHeater": 0,
    "directConsumptionHousehold": 413,
    "directConsumptionRate": 1,
    "grid": 83,
    "gridMeterReadingNegative": 4318200000,
    "gridMeterReadingPositive": 14499360000,
    "measuredAt": "2023-08-04T11:29:43Z",
    "photovoltaic": 413,
    "production": 413,
    "selfConsumption": 413,
    "selfConsumptionRate": 1,
    "selfSufficiencyRate": 0.8326612903225806,
    "selfSupply": 413,
    "totalConsumption": 496
}

Dependencies

  • requests

Contributing

If you'd like to contribute to viessmann-gridbox-connector, please follow these steps:

Fork the repository. Create a new branch for your feature or bug fix. Make your changes and write tests if possible. Run tests and ensure they pass. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

viessmann_gridbox_connector-1.4.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file viessmann_gridbox_connector-1.4.0.tar.gz.

File metadata

File hashes

Hashes for viessmann_gridbox_connector-1.4.0.tar.gz
Algorithm Hash digest
SHA256 794b570ce5c81311e9cac6b3c4f2679b4294d160e1fea97698c4fef670a52627
MD5 49bf149d576e8fd3978ab761e5710822
BLAKE2b-256 4439afc7cc9ae30dd2b704ea1f4215167ad5ebc29d6afde18c7e6d1b399c55de

See more details on using hashes here.

Provenance

File details

Details for the file viessmann_gridbox_connector-1.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for viessmann_gridbox_connector-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 41161c6163dc3118efa810e92d0e299b55135724626f752adbff5838f9a46972
MD5 9fea2bc4a8156fcf51adabec77ab32b3
BLAKE2b-256 53167612c46b525ed68baada39af484fbbff80dc144d6476312288391eaa0fd8

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page