• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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
23 Posts 3 Posters 2.9k 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.
  • N Offline
    nowayto @mumblebaj
    last edited by Mar 8, 2025, 6:44 PM

    @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

    M 2 Replies Last reply Mar 8, 2025, 6:47 PM Reply Quote 0
    • M Offline
      mumblebaj Module Developer @nowayto
      last edited by Mar 8, 2025, 6:47 PM

      @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

      1 Reply Last reply Reply Quote 0
      • M Offline
        mumblebaj Module Developer @nowayto
        last edited by Mar 9, 2025, 9:43 AM

        @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

        N 1 Reply Last reply Mar 9, 2025, 10:16 AM Reply Quote 0
        • N Offline
          nowayto @mumblebaj
          last edited by Mar 9, 2025, 10:16 AM

          @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

          M 1 Reply Last reply Mar 9, 2025, 10:58 AM Reply Quote 0
          • M Offline
            mumblebaj Module Developer @nowayto
            last edited by Mar 9, 2025, 10:58 AM

            @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

            N 1 Reply Last reply Mar 9, 2025, 12:46 PM Reply Quote 0
            • N Offline
              nowayto @mumblebaj
              last edited by Mar 9, 2025, 12:46 PM

              @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

              M 1 Reply Last reply Mar 9, 2025, 5:02 PM Reply Quote 0
              • M Offline
                mumblebaj Module Developer @nowayto
                last edited by Mar 9, 2025, 5:02 PM

                @nowayto Hi. I will fix the README when I get some time. Unfortunately you cannot add exportedPower as that is not defined in the module when it gets the text and icons etc.

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

                N 1 Reply Last reply Mar 9, 2025, 6:22 PM Reply Quote 0
                • N Offline
                  nowayto @mumblebaj
                  last edited by Mar 9, 2025, 6:22 PM

                  @mumblebaj I fix it by myself, butI just though you were interested about the two errors for other people.
                  Anyway thank you for everything, exportedPower is not a problem but is there a way to just enhance charachter dimension?

                  M 1 Reply Last reply Mar 10, 2025, 3:04 PM Reply Quote 0
                  • M Offline
                    mumblebaj Module Developer @nowayto
                    last edited by mumblebaj Mar 10, 2025, 3:05 PM Mar 10, 2025, 3:04 PM

                    @nowayto Yes, you can add your own dimensions in the ~/MagicMirror/css/custom.css.

                    I have noticed an error in the module css. I have corrected it. Please do a git pull before attempting the below changes.

                    You could set it as follows:

                    .growatt-table {
                        font-weight: bold;
                    	color: orangered;
                        font-size: 0.5rem;
                    }
                    

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

                    1 Reply Last reply Reply Quote 1
                    • M Offline
                      mumblebaj Module Developer @mumblebaj
                      last edited by mumblebaj 24 days ago 30 days ago

                      @mumblebaj

                      Update v2.1.3 - Released

                      • Added animation to the lines to show a visual effect of charging or discharging. Have been wanting to do this for a while and only had the chance to implement this.

                      The above change is on my dev branch being tested by myself. I welcome others to checkout the dev branch and assist with testing. Everything looks good thus far. If no issues raised against the dev branch then I will release to main over the weekend.

                      Couple of examples below showcasing the changes.
                      image-10.gif

                      image-11.gif

                      image-12.gif

                      image-13.gif

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

                      M 1 Reply Last reply 21 days ago 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