Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
2014-02-15 15:36:44 (10 years ago)
Author:
pmnb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    55__Installation (UI5)__ 
    661. Download and unzip the attached zip file. 
     7 
    782. Upload all of the plugin XML, JSON and LUA files using the ''Apps / Develop Apps / Luup files'' page.  Make sure to click the ''Restart Luup after upload'' checkbox. 
     9 
    8103. Wait for the Luup restart to complete. 
    9 4. Once the upload and Luup restart are completed, use the ''Apps / Develop Apps /  Create Device'' page to create a new device for the gateway.  Enter '''D_TCPLightingGateway1.xml''' in the ''Upnp Device Filename'' field and the IP of your gateway in the ''IP'' field. You may need to check the DHCP client table of your home router to find the IP address of the gateway.  Another way of getting the IP address is to open a command window on a PC that is on the same network as the lighting gateway, enter the command '''ping lighting''' and note the IP address that the lighting host name resolves to. 
     11 
     124. Once the upload and Luup restart are completed, use the ''Apps / Develop Apps /  Create Device'' page to create a new device for the gateway. 
     13 a. Enter '''D_TCPLightingGateway1.xml''' in the ''Upnp Device Filename'' field. 
     14 b. To try out the experimental gateway auto-discovery feature, leave the ''IP'' field blank. 
     15 c. You can also enter the IP of your gateway in the ''IP'' field. You may need to check the DHCP client table of your home router to find the IP address of the gateway.  Another way of getting the IP address is to open a command window on a PC that is on the same network as the lighting gateway, enter the command '''ping lighting''' and note the IP address that the lighting host name resolves to. 
     16 
    10175. Wait for the Luup restart to complete. 
     18 
    11196. Refresh the Vera UI for good measure. 
     20 
    12217. When the gateway device is initialized, it will poll the gateway and create child devices for each bulb.  If a bulb's room name matches that of a Vera room, it will be automatically added to the room.  Note that the device UI for the bulbs is often partially rendered when first created.  A browser refresh normally fixes this. 
     22 
     23 
     24__v0.2 Release Notes:__ 
     25* Includes more robust handling of devices and gateways going offline and coming back online. Device numbers should now be retained so that scenes, etc. are not broken.  Polling continues after a failed HTTP request to the gateway. 
     26* Experimental and partial implementation of gateway SSDP autodiscovery. 
     27* Gateway device will now get a default name assigned. 
     28* Bulbs will have manufacturer and model attributes set. 
     29* Logging is a little less verbose. 
    1330 
    1431__v0.1 Release Notes:__ 
     
    2340__To-Do:__ 
    2441* Store code in [http://code.mios.com/trac/mios_tcplighting/browser code.mios.com] SVN repository. [Done] 
    25 * Gateway auto-discovery via SSDP. 
    26 * Additional gateway and light variables settings. 
     42* Gateway auto-discovery via SSDP. [Partial/In Progress] 
     43* Additional gateway and light variables settings. [Done] 
    2744* Testing with multiple gateways. 
    2845* Energy metering (maybe).