Changes for page Home
Last modified by Richard Johnson on 2024/11/11 20:06
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,10 +1,6 @@ 1 - Thiswiki originally started as a simple discussion of IoT and home automation, but has expanded, so here are the different pages now:1 + 2 2 3 -* [[IoT / Home automation>>Home automation]] 4 -* [[Fitbit projects>>doc:.Fitbit Software.WebHome]] 5 -* [[Nightscout on Linux>>doc:Nightscout on Linux.WebHome]] 6 - 7 -This wiki is intended to document my creation of my own automated home. It all took place over many, many, years, starting as far back as 1994. (Yes, I was doing Internet of Things long before most people had thought about it. It's true.) 3 +This wiki is intended to document my creation of my own automated home. It all took place over many, many, years, starting as far back as 20 years ago. (Yes, I was doing Internet of Things long before most people had thought about it. It's true.) 8 8 \\I'll approach this from a hierarchical viewpoint. 9 9 \\At the top level, I have my "xten.html" web page. This invokes the "xt" script. This script standardizes the names of all items in the house and allows a simple "on" and "off" command line interface, regardless of whether you're controlling an X10 device, a Wink device, or even a Nest Thermostat. This allows one main web page to control everything in the house, regardless of what type of device it happens to be. Also, having one primary script which controls everything, allows for a simple, standard, interface which other scripts can utilize in order to accomplish those basic operations. 10 10 \\The whole system is built upon a series of simple building blocks. (You don't have to build, or even design, the whole system from the outset. This system was built over, literally, decades. Just make sure that each part of the system does one basic operation in a standardized way, and does it in such a way that it can easily be utilized as a primitive operation in higher level functional units. This is the basis of the design of Unix, and allows for incremental improvements and additions over time. Just think, "building block", and don't get carried away with greater functionality. Then, be willing to rewrite as you go.) ... ... @@ -21,33 +21,10 @@ 21 21 22 22 I have a Davis Weather Station on my roof. [[Here's the program>>url:https://github.com/rajid/davis_weather]] which reads from the console and stores the information into various files. 23 23 24 - If you haveaniPhone,youcan controlall ofthisusing the "homebridge"program. Justinstall"[[node>>https://nodejs.org/en/download/]]",theninstall"homebridge". Ialsoinstalledthefollowingother packages:20 +Please feel free to contact me with questions about any fo this. 25 25 26 - 27 -Commands used: 28 - 29 -**sudo npm install homebridge** 30 -**sudo npm install **[[**homebridge-gsh**>>https://www.npmjs.com/package/homebridge-gsh||style="background-color: rgb(34, 34, 34);"]] 31 - for integration with Google Home 32 -**sudo npm install homebridge-config-ui-x ** 33 - for configuring homebridge-gsh 34 -**sudo npm install homebridge-wink3 ** 35 - for integration with the Wink Hub 2 36 -**sudo npm install homebridge-cmdswitch2** 37 - along with "homebridge-readablehttp" for controlling arbitrary devices via a URL 38 -**sudo npm install homebridge-readablehttp** 39 - along with "homebridge-cmdswitch2" above 40 - 41 - 42 -Once you have homebridge working, then installing homebridge-gsh allows control of all homebridge devices via Google Home. 43 - 44 - 45 -Please feel free to contact me with questions about any of this. 46 - 47 47 (I'll be adding more and more to this description in the future. Sorry, but this documentation effort is just starting.) 48 48 49 49 /raj 50 50 51 51 [[List of Fitbit software projects>>Fitbit Software]] 52 - 53 -[[Lessons learned>>Lessons learned]]