mumblebaj / MMM-Growatt

MagicMirror² module - To get and display Growatt Inverter information on you MM
MIT License
2 stars 0 forks source link
magicmirror2

MMM-Growatt

A MagicMirror² module to display Growatt Power Plant Data from Growatt.

Platform license

Example Example

Dependencies

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/mumblebaj/MMM-Growatt.git
cd MMM-Growatt
npm install

Add the module to the modules array in the config/config.js file:

        {
            module: "MMM-Growatt",
            position: "middle_center", //Works best at middle_center. May not display all that well in other positions
            disabled: false,
            config: {
                username: "username",
                password: "password",
                usServer: true, // only used by US Registered users
                debug: false, // set to true if you want to create a debug log
                mode: "dual", // Specify 'dual' when running https://github.com/mumblebaj/MMM-Growatt.git and https://github.com/mumblebaj/MMM-Growatt-Stats.git together else specify 'single'
                updateInterval: 1000*60*30 //Update every 30 minutes

                        }
},

Updating

To update the module to the latest version, use your terminal to go to your MMM-Growatt module folder and type the following command:

cd MMM-Growatt
git pull
npm install

Changes

Updated module to no longer require user to specify plantId and deviceSerial. The values will be automatically obtained.

2024/07/04

2024/01/27

2023/08/07

2023/08/09

2023/08/31