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.

    Homewizard P1 meter

    Scheduled Pinned Locked Moved Unsolved Requests
    11 Posts 5 Posters 2.0k 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.
    • H Offline
      Hoaxr
      last edited by

      Hi, i just received mine, and i was also search for this.
      Yesterday i started to create my first module and it seems to show me data.
      I need to make it more clean and add more from the api. But shouldn’t take to long i think. I will keep you posted and will put it on github when i think it’s releasable :p.

      If you have anything you would like to see let me know so in can see if it’s possible from my end

      1 Reply Last reply Reply Quote 0
      • H Offline
        Hoaxr
        last edited by

        Here you go:
        Github MMM-HomeWizard

        For now very simple, but it’s something :)

        V C 2 Replies Last reply Reply Quote 0
        • V Offline
          vansman @Hoaxr
          last edited by

          @Hoaxr Thanks! It works.
          I added some dataRequest’s in Homewizard.js. (current voltage - total export)

          What i like to see is a daily use of energy. In the API list i see a timestamp but my coding skills are very low.

          I also tried to add the data from the watermeter. This data comes from another local ip adres. When adding the dataRequest.active_liter_lpm the display returns a Null number.
          So tried add an second ip in config.js but then the first ip is ignored, so all electricity and gas return a Null number. (the value of the watermeter then displayed correct.)
          But a nice start that i have some info on my mirror.
          Thanks so far

          1 Reply Last reply Reply Quote 0
          • C Offline
            CTL073 @Hoaxr
            last edited by

            @Hoaxr Hi, this one stopped working due to various issues. Any possibility to fix this?

            H 1 Reply Last reply Reply Quote 0
            • H Offline
              Hoaxr @CTL073
              last edited by

              @CTL073 still works fine here. Not sure what errors you get?

              V 1 Reply Last reply Reply Quote 0
              • V Offline
                vansman @Hoaxr
                last edited by

                @Hoaxr Mine is also stopped working. Try to set the url in whitelist but that seems to do nothing with it.
                When copy the url in the browser i get the information on my screen so the url is right and working at the rasberry.
                Only see the header on my mirror no data.

                V 1 Reply Last reply Reply Quote 0
                • V Offline
                  vansman @vansman
                  last edited by

                  @vansman it starts working again. After a few days the information is returned at the screen. No idea why.

                  1 Reply Last reply Reply Quote 0
                  • htilburgsH Offline
                    htilburgs
                    last edited by

                    I try to install with

                    git pull https://github.com/Hoaxr/MMM-HomeWizard.git
                    

                    This failes. i got errors

                    remote: Counting objects: 100% (24/24), done.
                    remote: Compressing objects: 100% (22/22), done.
                    remote: Total 24 (delta 6), reused 12 (delta 0), pack-reused 0 (from 0)
                    Unpacking objects: 100% (24/24), 7.95 KiB | 232.00 KiB/s, done.
                    From https://github.com/Hoaxr/MMM-HomeWizard
                     * branch            HEAD       -> FETCH_HEAD
                    hint: You have divergent branches and need to specify how to reconcile them.
                    hint: You can do so by running one of the following commands sometime before
                    hint: your next pull:
                    hint: 
                    hint:   git config pull.rebase false  # merge
                    hint:   git config pull.rebase true   # rebase
                    hint:   git config pull.ff only       # fast-forward only
                    hint: 
                    hint: You can replace "git config" with "git config --global" to set a default
                    hint: preference for all repositories. You can also pass --rebase, --no-rebase,
                    hint: or --ff-only on the command line to override the configured default per
                    hint: invocation.
                    fatal: Need to specify how to reconcile divergent branches.
                    

                    (still trying to learn JS, but not afraid to ask) ☺

                    htilburgsH S 2 Replies Last reply Reply Quote 0
                    • htilburgsH Offline
                      htilburgs @htilburgs
                      last edited by

                      @htilburgs
                      Currently I’ve installed it with a work-around.

                      (still trying to learn JS, but not afraid to ask) ☺

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @htilburgs
                        last edited by

                        @htilburgs that says you changed a file in the module, which you aren’t supposed to do.

                        git status would have shown the changed file(s)
                        git diff would have shown you the exact changes

                        git reset --hard HEAD

                        will force all the changes to be lost and the repo restored to the last commit
                        (and allow you to git pull)

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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