{"id":29662996,"url":"https://github.com/burberius/mmm-deye","last_synced_at":"2025-07-22T11:06:39.759Z","repository":{"id":181590071,"uuid":"666988084","full_name":"burberius/MMM-Deye","owner":"burberius","description":"A MagicMirror Module to display current values of simple Deye inverters","archived":false,"fork":false,"pushed_at":"2023-07-16T10:35:06.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-09T23:28:08.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/burberius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-16T09:05:23.000Z","updated_at":"2023-07-28T06:34:28.000Z","dependencies_parsed_at":"2023-07-16T11:41:30.018Z","dependency_job_id":null,"html_url":"https://github.com/burberius/MMM-Deye","commit_stats":null,"previous_names":["burberius/mmm-deye"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/burberius/MMM-Deye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2FMMM-Deye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2FMMM-Deye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2FMMM-Deye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2FMMM-Deye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burberius","download_url":"https://codeload.github.com/burberius/MMM-Deye/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2FMMM-Deye/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266481732,"owners_count":23935938,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-07-22T11:06:38.209Z","updated_at":"2025-07-22T11:06:39.754Z","avatar_url":"https://github.com/burberius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MMM-Deye\n\nThis is a Magic Mirror Module which reads the current values from a Deye inverter in the local network.\nIt is currently tested with the following devices:\n* SUN600G3-EU-230\n\nBased on the code of [MMM-scrape](https://github.com/anyhow/MMM-scrape).\n\n![Image](MMM-Deye.png \"example view\")\n## Installation\n\nClone repository and install dependencies:\n```shell\ncd modules\ngit clone https://github.com/burberius/MMM-Deye.git\ncd MMM-Deye\nnpm install\n```\n\n## Configuration\nAdd the module configuration\n```javascript\n\n    {\n        module: 'MMM-Deye',\n        position: 'top_left',\n        config: {\n                address: \"192.168.1.23\",\n                username: \"admin\",\n                password: \"admin\",\n                updateInterval: 60\n        }\n    },\n\n```\n\n\n## Config Options\n\n| **Option** | **Default** | **Description**                                                                 |\n|------------|-----|---------------------------------------------------------------------------------|\n| `address`  | `localhost` | IP or hostname of the inverter                                                  |\n| `username` | `admin` | Username to log into the inverter, factory setting is `admin`\n| `password` | `admin` | Password to log into the inverter, factory setting is `admin`\n| `updateInterval` | 60 | Update interval in seconds, the default is to update every minute\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburberius%2Fmmm-deye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburberius%2Fmmm-deye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburberius%2Fmmm-deye/lists"}