Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 2011-12-17 12:09:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 13 13 14 14 Create a new device with the following parameters -: 15 * DeviceType: urn:cd-jackson-com:device:OWServer:116 * Description: One Wire Server17 * UpnpDevName: D_OWServer.xml18 * UpnpImplFilename: I_OWServer.xml19 * IP: Set the IP address of the server15 * {{{DeviceType}}}: urn:cd-jackson-com:device:OWServer:1 16 * {{{Description}}}: One Wire Server 17 * {{{UpnpDevName}}}: D_OWServer.xml 18 * {{{UpnpImplFilename}}}: I_OWServer.xml 19 * {{{IP}}}: Set the IP address of the server 20 20 21 21 Click "Create Device". Restart Luup. … … 29 29 Once you've selected all the sensors you want added, click the "Add" button and the sensors will be created. It will take some time before the data is actually updated within the Vera device, this is because the plugin performs some averaging to limit the amount of noise on the data. Sensors are typically provided with a single decimal place output (e.g. 15.2 degC, or 45.1% humidity), so this is done to avoid unnecessary data fluctuations. 30 30 31 === Tuning Operation === 32 There are a few user parameters that can be changed to modifiy the way the plugin works. 33 34 In the ''OW-SERVER'' plugin ''ADVANCED'' tab, you can edit the {{{SamplingPeriod}}} variable. This sets the number of seconds between each subsequent update of the server data. Under some circumstances, the plugin will actually request an update quite quickly (every few seconds) - this will occur for a period after the plugin starts, and also for a period after a command is sent to a device. 35 36 In each device, there is the {{{Average}}} variable. This sets the number of readings used in a sliding window averaging filter. Some sensors, such as humidity, vary quite a lot, so a reasonbly large filter value is advisable. Others, such as the DS18B20 temperature sensor, are quite stable and a low value can be used. For digital values such as status points, set this to 1. When a device is created, it will be set to sensible defaults, so you shouldn't need to modify this. 37 31 38 === Energy Monitoring === 32 Some of the sensor options have "+ Energy". If you select this type, then the plugin will also set the Vera energy variables so that the energy monitoring system is updated when the sensor changes. The OW-Sensor plugin uses a variable "DeviceWatts"in the ADVANCED tab to set this - set it to the number of watts that is being consumed when the sensor is active.39 Some of the sensor options have "+ Energy". If you select this type, then the plugin will also set the Vera energy variables so that the energy monitoring system is updated when the sensor changes. The OW-Sensor plugin uses a variable {{{DeviceWatts}}} in the ADVANCED tab to set this - set it to the number of watts that is being consumed when the sensor is active. 33 40 34 41 == A Note About Sensors == … … 37 44 38 45 === EDS D2Photo: Light Sensor === 39 The D2Photo, light presence/absence monitor, provides the ability to monitor the state of fluorescent or incandescent lighting. It uses the DS2406 multidrop controller - this is quite a common chip and is used in a number of one-wire interface units. The OW-Sensor Plugin doesn't know if you have a D2Photo connected, or something else with the DS2406 controller - it therefore lists a number of options for the DS2406. It is recommended that you only use InputLevel_A (set InputLevel_Bto Ignore), and select either Light Sensor, or Light Sensor + Energy. The only difference is that with the "+Energy" option, the plugin will set the energy monitoring variable so that you can use it to monitor power. In this way, if you are using the D2Photo to monitor a light status, you can also have the Vera energy monitoring system update when light is indicated.46 The D2Photo, light presence/absence monitor, provides the ability to monitor the state of fluorescent or incandescent lighting. It uses the DS2406 multidrop controller - this is quite a common chip and is used in a number of one-wire interface units. The OW-Sensor Plugin doesn't know if you have a D2Photo connected, or something else with the DS2406 controller - it therefore lists a number of options for the DS2406. It is recommended that you only use {{{InputLevel_A}}} (set {{{InputLevel_B}}} to Ignore), and select either Light Sensor, or Light Sensor + Energy. The only difference is that with the "+Energy" option, the plugin will set the energy monitoring variable so that you can use it to monitor power. In this way, if you are using the D2Photo to monitor a light status, you can also have the Vera energy monitoring system update when light is indicated.