From 817f97c72a46bbddcc61b7a9f1377a51d8cbd799 Mon Sep 17 00:00:00 2001 From: MarkBryanMilligan Date: Sun, 21 Nov 2021 14:09:15 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a119eff..aa25500 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can use the bom in the source below to buy the parts to build a hub. # Index ## bom An excel file that lists every part required to construct a Lantern Power Monitor Hub and links to where each part can be purchased.
-I'd much prefer everyone use this bom to get their own parts. Building kits is tedious. + ## case STL files and Blender models to print your own case for a Lantern Power Monitor Hub ## currentmonitor @@ -36,7 +36,7 @@ This is only tangentially related. A java library for running a zwave controlle # Ok, how do I run this thing? The easiest way to run the software on a hub is to download a pre-built SD card image. One can be downloaded here:
-[hub_1.0.4.zip](https://lanternsoftware.com:13781/hub_1.0.4.zip)

+[hub_1.0.5.zip](https://lanternsoftware.com:13781/hub_1.0.5.zip)

Flash this to any micro sd card (4gig or larger) and you're good to go. Fire up the hub and the phone app should be able to connect to it via bluetooth to finish the configuration. The default password on this image is pi/LanternPowerMonitor

When you add the hub to your configuration via the app, you can change where the hub posts data. If you use lanternsoftware.com (the default host), your data will be stored there securely and won't be shared with or sold to anyone. If you really want to run your own server, you're of course welcome to do that instead, instructions are located further down. From e7aefdf8963381c7590665319a603d45f28347b7 Mon Sep 17 00:00:00 2001 From: MarkBryanMilligan Date: Thu, 2 Dec 2021 17:24:11 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa25500..65ae42b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # LanternPowerMonitor The Lantern Power Monitor is a Raspberry Pi service, Java Web Service, and Android application that allow you to monitor every electrical breaker in your house, regardless of how many panels or breakers you have.

+The official website has a lot of technical information: +
+[LanternPowerMonitor.com](https://lanternpowermonitor.com) +

Here's an imgur album showing what this is and how it works:
[Lantern Power Monitor - Imgur](https://imgur.com/gallery/SPOJYBR)