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,5 +1,9 @@ 1 - 1 +This wiki originally started as a simple discussion of IoT and home automation, but has expanded, so here are the different pages now: 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 + 3 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 1994. (Yes, I was doing Internet of Things long before most people had thought about it. It's true.) 4 4 \\I'll approach this from a hierarchical viewpoint. 5 5 \\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.