Read the statement by Michael Teeuw here.
Homewizard P1 meter
-
I like to see some data from the Homewizard P1 meter on my mirror.
There is an local api which can be turned on in the app.
In a browser i get the current data with http://IP_P1_meter/api/v1/telegram
Unfortunately my coding skills are not that great.Hope someone like to create it
-
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
-
Here you go:
Github MMM-HomeWizardFor now very simple, but it’s something :)
-
@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 -
@Hoaxr Hi, this one stopped working due to various issues. Any possibility to fix this?
-
@CTL073 still works fine here. Not sure what errors you get?
-
@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. -
@vansman it starts working again. After a few days the information is returned at the screen. No idea why.
-
I try to install with
git pull https://github.com/Hoaxr/MMM-HomeWizard.gitThis 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. -
@htilburgs
Currently I’ve installed it with a work-around. -
@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 changesgit 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)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login