MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Growatt

    Scheduled Pinned Locked Moved Utilities
    26 Posts 3 Posters 5.8k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mumblebajM Online
      mumblebaj Module Developer @nowayto
      last edited by

      @nowayto Hi. As it stands it is probably not possible. Am I right that you are looking for a scaled down version? There is another MMM-Growatt module out there that does that. You can check it out. I can build a smaller version that would give a similar tabular view but will take some time.

      Check out my modules at: https://github.com/mumblebaj?tab=repositories
      Check my blog-post: https://mumblebaj.xyz/

      N 1 Reply Last reply Reply Quote 0
      • N Offline
        nowayto @mumblebaj
        last edited by

        @mumblebaj I tried Dekinets’s one but it doesn’t work. login issues, screen stay without infos.
        [LOG] Error: The server sent an unexpected response: /error.do?errorMess=errorNoLogin
        at /home/MIRASPNAME/MagicMirror/modules/MMM-Growatt/node_modules/growatt/lib/growatt.js:302:22
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

        He told me to try an API update and I’ll do it when I have 1 minute

        In the past I tried your module and it worked, but I need a simple visualization and honestly I don’t wanna bother you for a new build.

        Thank you a lot

        mumblebajM 2 Replies Last reply Reply Quote 0
        • mumblebajM Online
          mumblebaj Module Developer @nowayto
          last edited by

          @nowayto No bother. If you raise a request on my Github page I will look at creating a minimalistic version when i have a bit of time.

          Check out my modules at: https://github.com/mumblebaj?tab=repositories
          Check my blog-post: https://mumblebaj.xyz/

          1 Reply Last reply Reply Quote 1
          • mumblebajM Online
            mumblebaj Module Developer @nowayto
            last edited by

            @nowayto I have managed to create a table view which should give a view as can be seen in the picture below. I am still busy testing this on my dev branch.

            image-9.png

            Check out my modules at: https://github.com/mumblebaj?tab=repositories
            Check my blog-post: https://mumblebaj.xyz/

            N 1 Reply Last reply Reply Quote 0
            • N Offline
              nowayto @mumblebaj
              last edited by

              @mumblebaj Nice!
              Can I configure it to delete some infos like, for example, battery power and coal saved?
              Just to make it smaller?
              And maybe can I change the information order?
              Only if I can make the changes by config, I don’t wanna bother your for my needs.
              Thank you

              mumblebajM 2 Replies Last reply Reply Quote 0
              • mumblebajM Online
                mumblebaj Module Developer @nowayto
                last edited by

                @nowayto Those features are not there. Will need to see if I can include it. A little late this side now and I have an early morning. Will look at it afterward.

                Check out my modules at: https://github.com/mumblebaj?tab=repositories
                Check my blog-post: https://mumblebaj.xyz/

                1 Reply Last reply Reply Quote 0
                • mumblebajM Online
                  mumblebaj Module Developer @nowayto
                  last edited by

                  @nowayto Changes made. Please review the Github README for details of how to implement.

                  Don’t forget to like and or Star the module on Github.

                  Check out my modules at: https://github.com/mumblebaj?tab=repositories
                  Check my blog-post: https://mumblebaj.xyz/

                  N 1 Reply Last reply Reply Quote 0
                  • N Offline
                    nowayto @mumblebaj
                    last edited by

                    @mumblebaj Thank you, I put the star
                    Now I’m trying to installing it but I have the dekinet’s one and the folder has same name of yours.
                    Do I have to uninstall dekinets one or is there a way to try your module without uninstall the other one?
                    Thanks

                    mumblebajM 1 Reply Last reply Reply Quote 0
                    • mumblebajM Online
                      mumblebaj Module Developer @nowayto
                      last edited by

                      @nowayto yes, do rm -rf MMM-Growatt in the ~/MagicMorror/modules folder to remove the other module. Then just git clone my one and configure accordingly in the config.js.

                      Check out my modules at: https://github.com/mumblebaj?tab=repositories
                      Check my blog-post: https://mumblebaj.xyz/

                      N 1 Reply Last reply Reply Quote 0
                      • N Offline
                        nowayto @mumblebaj
                        last edited by

                        @mumblebaj First of all, thak you again.
                        I might found 2 syntax errors:

                            {
                                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'
                                    view: "table", // Only add this if you want a minimalystic table view
                                    rowToDisplay: [ "loadPower", "batteryPower", "solar", "loadPower" ] //Remove items you do not want to display on the table. Table will be ordered in the same order as items appear in the list. Not required of view is not table
                                    updateInterval: 1000*60*30 //Update every 30 minutes
                                    
                                            }
                        

                        },

                        inside the rowToDisplay line, after the closing square comma, a comma is missing
                        and between the two square commas there are two “loadPower” so I wrote"gridPower" instead and seems working but in that moment solar power is higher than load so I don’t have any valor in it.

                        Two question: can I enhance the charachters dimension?
                        can I add “exportedPower” to it?

                        Thanks

                        mumblebajM 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy