{"id":23480472,"url":"https://github.com/qtoggle/qtoggleserver-mppsolar","last_synced_at":"2026-04-29T02:05:34.721Z","repository":{"id":45998419,"uuid":"270128768","full_name":"qtoggle/qtoggleserver-mppsolar","owner":"qtoggle","description":"MPP Solar inverters support for qToggleServer","archived":false,"fork":false,"pushed_at":"2024-01-21T18:06:11.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-16T08:28:05.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qtoggle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-06T23:04:01.000Z","updated_at":"2021-12-06T20:21:57.000Z","dependencies_parsed_at":"2023-01-30T20:45:51.793Z","dependency_job_id":"1a03dfc1-1ca7-40d2-ab96-2ccec15d243e","html_url":"https://github.com/qtoggle/qtoggleserver-mppsolar","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtoggle%2Fqtoggleserver-mppsolar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtoggle%2Fqtoggleserver-mppsolar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtoggle%2Fqtoggleserver-mppsolar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtoggle%2Fqtoggleserver-mppsolar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qtoggle","download_url":"https://codeload.github.com/qtoggle/qtoggleserver-mppsolar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248773042,"owners_count":21159392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T20:13:29.579Z","updated_at":"2025-12-28T13:59:26.796Z","avatar_url":"https://github.com/qtoggle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\nThis is an addon for [qToggleServer](https://github.com/qtoggle/qtoggleserver).\n\nIt provides MPP Solar inverters (and similar) support for qToggleServer.\n\nCurrently, only status reading is supported. No changes to the inverter configuration can be done via this add-on.\n\n\n## Install\n\nInstall using pip:\n\n    pip install qtoggleserver-mppsolar\n\n\n## Supported Models\n\nCurrently supported models include:\n\n * GK\n * MK\n * LV\n * MAX\n\n\n## Usage\n\n### Serial Connection\n\n##### `qtoggleserver.conf:`\n``` ini\n...\nperipherals = [\n    ...\n    {\n        driver = \"qtoggleserver.mppsolar.SerialMPPSolarInverter\"\n        name = \"myinverter\"             # an optional name of your choice\n        serial_port = \"/dev/ttyUSB0\"    # use /dev/hidraw0 if using the USB connection\n        serial_baud = 2400              # this is the default\n        model = \"GK\"                    # model letters found in inverter model (e.g. \"GK\" for \"PIP 5048GK\")\n        blacklist_properties = [...]    # optional list of property names to be excluded\n        # optional min SoC required to force battery into discharge mode (defaults to null, i.e. disabled)\n        force_battery_discharge_min_soc = 10\n        # optional min grid voltage required to force battery into charge mode (defaults to null, i.e. disabled)\n        force_battery_charge_grid_min_voltage = 200 \n    }\n    ...\n]\n...\n```\n\n### Bluetooth Connection\n\n*note*: The bluetooth connection variant is limited to just a few read-only inverter properties.\n\n##### `qtoggleserver.conf:`\n``` ini\n...\nperipherals = [\n    ...\n    {\n        driver = \"qtoggleserver.mppsolar.BluetoothMPPSolarInverter\"\n        name = \"myinverter\"             # an optional name of your choice\n        address = \"00:1A:22:AA:BB:CC\"   # bluetooth address of the device\n        model = \"GK\"                    # model letters found in inverter model (e.g. \"GK\" for \"PIP 5048GK\")\n    }\n    ...\n]\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqtoggle%2Fqtoggleserver-mppsolar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqtoggle%2Fqtoggleserver-mppsolar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqtoggle%2Fqtoggleserver-mppsolar/lists"}