Skip to main content

Connector for Viessmann Gridbox to fetch live data from your Photovoltaic System

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-2.0.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

viessmann_gridbox_connector-2.0.0-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for viessmann_gridbox_connector-2.0.0.tar.gz
Algorithm Hash digest
SHA256 73f167f67ebeddd65d73e16d28cad9baeb5c41bda4fea4648b6e8601174dae67
MD5 d22b75a0c67241d521efbe2d5e5bbc4b
BLAKE2b-256 55343c217d1cd01378dfd81076d3a7b7de5beef1af5cff873f76c64371b1fc8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for viessmann_gridbox_connector-2.0.0.tar.gz:

Publisher: python-publish.yml on unl0ck/viessmann-gridbox-connector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for viessmann_gridbox_connector-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f0083428845dd17eb160ca8aece3c81f232bf8fbf9ba7e6be795c6ce2b82b6f3
MD5 291c7618fbfce00213bdc7654fdd2c73
BLAKE2b-256 bb2eab4b0dc93c15b514ab5e1c9696e5abcf9aa6dfc86a678b52e26e473bfa2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for viessmann_gridbox_connector-2.0.0-py3-none-any.whl:

Publisher: python-publish.yml on unl0ck/viessmann-gridbox-connector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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