• 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.

Homewizard P1 meter

Scheduled Pinned Locked Moved Unsolved Requests
11 Posts 5 Posters 1.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.
  • V Offline
    vansman @Hoaxr
    last edited by Mar 12, 2024, 9:25 PM

    @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 Jul 27, 2024, 11:35 AM

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

      H 1 Reply Last reply Aug 14, 2024, 7:50 AM Reply Quote 0
      • H Offline
        Hoaxr @CTL073
        last edited by Aug 14, 2024, 7:50 AM

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

        V 1 Reply Last reply Oct 5, 2024, 8:59 AM Reply Quote 0
        • V Offline
          vansman @Hoaxr
          last edited by Oct 5, 2024, 8:59 AM

          @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 Oct 9, 2024, 6:33 AM Reply Quote 0
          • V Offline
            vansman @vansman
            last edited by Oct 9, 2024, 6:33 AM

            @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
            • H Offline
              htilburgs
              last edited by Nov 26, 2024, 5:53 PM

              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) ☺

              H S 2 Replies Last reply Nov 27, 2024, 3:14 PM Reply Quote 0
              • H Offline
                htilburgs @htilburgs
                last edited by Nov 27, 2024, 3:14 PM

                @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 Nov 27, 2024, 3:44 PM

                  @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