{"id":19476504,"url":"https://github.com/frankkkkk/python-vedirect","last_synced_at":"2025-10-20T09:49:37.981Z","repository":{"id":118417662,"uuid":"407678734","full_name":"Frankkkkk/python-vedirect","owner":"Frankkkkk","description":"Python lib for Victron VE.Direct protocol (MPPT controllers)","archived":false,"fork":false,"pushed_at":"2023-05-02T19:22:37.000Z","size":4,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T13:58:34.750Z","etag":null,"topics":["direct","mppt","python","ve","vedirect","victron"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frankkkkk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-09-17T21:02:32.000Z","updated_at":"2025-03-30T19:44:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c2284fb-edc7-4060-98e8-4b1aa299eee3","html_url":"https://github.com/Frankkkkk/python-vedirect","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frankkkkk%2Fpython-vedirect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frankkkkk%2Fpython-vedirect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frankkkkk%2Fpython-vedirect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frankkkkk%2Fpython-vedirect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frankkkkk","download_url":"https://codeload.github.com/Frankkkkk/python-vedirect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250834160,"owners_count":21494920,"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":["direct","mppt","python","ve","vedirect","victron"],"created_at":"2024-11-10T19:40:32.768Z","updated_at":"2025-10-20T09:49:32.899Z","avatar_url":"https://github.com/Frankkkkk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-VEDirect\n\n## What is this lib ?\nSmall library to read Victron's VE.Direct frames.\n\nThis is useful in order to read Victron's MPPT charge controllers.\n\nYou need to use a VE.Direct to USB cable\n\n## How to use this lib ?\nFirst of all, install this library using pip:\n```bash\npip3 install vedirect\n```\n\nThen, you simply need to import the lib and start asking values:\n```python\n\n\u003e\u003e\u003e import vedirect\n\u003e\u003e\u003e device = vedirect.VEDirect()\n\u003e\u003e\u003e print(device.battery_volts)\n27.5\n```\n\nThe list of available parameters is:\n```\nbattery_volts\nbattery_amps\nsolar_volts\nsolar_power\ndevice_serial\ndevice_MPPT_state\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankkkkk%2Fpython-vedirect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrankkkkk%2Fpython-vedirect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankkkkk%2Fpython-vedirect/lists"}