https://github.com/burberius/mmm-deye
A MagicMirror Module to display current values of simple Deye inverters
https://github.com/burberius/mmm-deye
Last synced: about 1 year ago
JSON representation
A MagicMirror Module to display current values of simple Deye inverters
- Host: GitHub
- URL: https://github.com/burberius/mmm-deye
- Owner: burberius
- License: apache-2.0
- Created: 2023-07-16T09:05:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T10:35:06.000Z (about 3 years ago)
- Last Synced: 2023-08-09T23:28:08.367Z (almost 3 years ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MMM-Deye
This is a Magic Mirror Module which reads the current values from a Deye inverter in the local network.
It is currently tested with the following devices:
* SUN600G3-EU-230
Based on the code of [MMM-scrape](https://github.com/anyhow/MMM-scrape).

## Installation
Clone repository and install dependencies:
```shell
cd modules
git clone https://github.com/burberius/MMM-Deye.git
cd MMM-Deye
npm install
```
## Configuration
Add the module configuration
```javascript
{
module: 'MMM-Deye',
position: 'top_left',
config: {
address: "192.168.1.23",
username: "admin",
password: "admin",
updateInterval: 60
}
},
```
## Config Options
| **Option** | **Default** | **Description** |
|------------|-----|---------------------------------------------------------------------------------|
| `address` | `localhost` | IP or hostname of the inverter |
| `username` | `admin` | Username to log into the inverter, factory setting is `admin`
| `password` | `admin` | Password to log into the inverter, factory setting is `admin`
| `updateInterval` | 60 | Update interval in seconds, the default is to update every minute