mumblebaj / MMM-Growatt

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

Neo 800M-X #6

Open M3taKn1ght opened 2 weeks ago

M3taKn1ght commented 2 weeks ago

Hi there,

Ist there a was to Update this Project for the Neo Modells? I use a 800M-X and can give you a snippet form the Data,If needed.

mumblebaj commented 2 weeks ago

Hi @M3taKn1ght . If I can get hold of all the data returned from the API for your inverter then I can look at it for you.

M3taKn1ght commented 2 weeks ago

Say what you need and i try to Help 😉

mumblebaj commented 2 weeks ago

If you are willing to share your growatt logon details I can get the data and work on it. Else I would have to see if there is another way we can get the data.

M3taKn1ght commented 2 weeks ago

Hi there, from my side No Problem. I can give you a temporary Login. Just need your Mail 😉

mumblebaj commented 2 weeks ago

There is an easier way. As part of the config, can you set debug: true on the config? This will create a a file called growattlog.log. You can email me that log which should contain all the data returned from the API call. I just need to see what information is returned from the call and see if there is any useable information.

                {
                        module: "MMM-Growatt",
                        position: "middle_center",
                        disabled: true,                                                                                                         
                        config: {
                                username: "username",
                                password: "password",                                                                                                  
                                mode: "dual",
                                debug: true,
                                updateInterval: 1000*60*15
                                } 
                },