openui54u / P1_001

P1 Homewizard LIVE data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P1_001

P1 Homewizard LIVE data

Summary: The P1.min.html file is the file you can run on as single file on your smartphone or laptop/pc.

Add.info The P1.html and P1.min.html are single files composed of the 2 files: index.html and main.js The .min. file is compressed version ( no linefeeds etc ) of the P1.html All code is readable for your comfort / state of mind that no info is sent outside. You run the code on your own device. All calculations and design is done locally.

OpenSource: Please respect general used opensource rule when sharing / forking etc. Code is not for sale / commercial usage.

Instructions: iOS: Make sure you have the app Edge as browser. This is the only app that can "open in" Edge facilitates. Open file from i.e.Whatsapp or Files app and do a open in "Edge" to get the file running in Edge. Android: Chrome on Android device works fine when clicking on the file when ( i.e. sent to you via whatsapp) opening the file. Laptop/PC: open with your standard browser. Tested in CHrome. Runs on all browsers ( I hope :) )

  1. Install Edge if needed.

  2. Open P1.min.html file latest version in browser

  3. Check your local network ip address ( i.e. on that device or another ) i.e. 192.168.1.xxx or 192.168.178.xxx is used on your network, ip number sgiven out by your DHCP server ( router )

  4. If you do not know the ip number of your P1 Homewizard ( you can find it in the standard app of Homewizard ) you can use the SCAN function filling in i.e. 192.168.178.* ( the last number as wildcard * ) . pressing the SCAN function will try to find the P1 meter. When found the IP number will be completed.

  5. Press Start and the values should be read/ printed on the screen every second. If you have gas, every 5 minutes a value comes from the P1 Homewizard meter and is shown in table and graph.

  6. You can STOP anytime. App/page will run max. 1 day. Initial coding was made for 1 minute. Improvements still have to be made for the longer times of usage...

  7. Pressing the ZOOM button will not show ALL data in the graph, but only the last 28 measurements of electr. usage. Using the slider you can go to earlier measurements. Toggeling the Zoom off again will show all data ( disregarding the slider )

  8. Gas table is showing data and some calculations...

  9. Mouseover the SCAN button shows extra info. Mouseover the points show label info. l1 l2 l3 with value or Tot. ( cummulated l1+l2+l3 value ) or in the Gas graph, that value.

  10. HTML page can currently only work with 1 P1 Homewizard meter. No Water meter info has been programmed yet. No additional Homewizard meters are programmed yet.

Developement is ongoing.. check for latest version...

Enjoy.

With Kind Regards,

Edwin Glaser

About

P1 Homewizard LIVE data


Languages

Language:HTML 71.8%Language:JavaScript 28.2%