Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
MarkBryanMilligan 2021-09-07 22:56:50 -05:00
commit ecbf438082

View File

@ -9,9 +9,7 @@ The android application is available here:
<br> <br>
[Lantern Power Monitor - Google Play](https://play.google.com/store/apps/details?id=com.lanternsoftware.lantern) [Lantern Power Monitor - Google Play](https://play.google.com/store/apps/details?id=com.lanternsoftware.lantern)
<br><br> <br><br>
You can buy the parts to build a hub or a pre-built hub here:<br> You can use the bom in the source below to buy the parts to build a hub.
[Lantern Power Monitor - Etsy](https://www.etsy.com/shop/LanternPowerMonitor)<br>
If you don't want to buy one of these from me, you can use the bom in the source below to buy the parts yourself (highly recommended)
# Index # Index
## bom ## bom
@ -38,7 +36,7 @@ This is only tangentially related. A java library for running a zwave controlle
# Ok, how do I run this thing? # 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:<br> The easiest way to run the software on a hub is to download a pre-built SD card image. One can be downloaded here:<br>
[hub_1.0.3.zip](https://lanternsoftware.com:13781/hub_1.0.3.zip)<br><br> [hub_1.0.4.zip](https://lanternsoftware.com:13781/hub_1.0.4.zip)<br><br>
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<br><br> 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<br><br>
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. 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.