Changes between Version 7 and Version 8 of Installation-UI4
- Timestamp:
- 2011-07-18 16:03:40 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation-UI4
v7 v8 3 3 '''WARNING:''' Please do not use the Internet Explorer "IE" Browser to install this plugin. There have been multiple reported problems with IE being used to upload plugins via Vera's Luup Plug installation pages. 4 4 5 1. Download the ZIP file from directly from [changeset: 19/tags/0.1.2?old_path=/&format=zip Source control]5 1. Download the ZIP file from directly from [changeset:22/tags/0.1.3?old_path=/&format=zip Source control] 6 6 1. Expand the ZIP File to extract the 6x files, their names should be exactly as follows: 7 7 * `D_BrultechPowerMeter1.xml` … … 29 29 == Configure the Plugin == 30 30 === Adding More Meters === 31 By default, the Plugin will configure itself for 1 (one) of the 7 CT's that's attached. This can be changed by adjusting the `ActiveMeters` parameter in the Advanced Tab of the Device's dialog.31 By default, the Plugin will configure itself for all 7 CT's that's attached to a single ECM-1240. This can be changed by adjusting the `ActiveMeters` parameter in the Advanced Tab of the Device's dialog. 32 32 33 33 1. Open the Dialog for the Brultech Device (using the wrench/spanner) and select the Advanced Tab[[BR]][[Image(BrultechDeviceAdvanced1.png, 30%)]] 34 34 1. Change the value of the `ActiveMeters` parameter to be a comma-separated list of the inputs you have (1...7)[[BR]][[Image(BrultechDeviceAdvanced2.png, 30%)]] 35 35 1. Close this Dialog and perform a MiOS ''(Save)'' action. 36 37 === Adding More ECM-1240's === 38 By default, the Plugin will configure itself for 1 (one) ECM-1240. As the plugin "detects" ECM-1240's, it will add them to a list on a first-come, first-recorded, basis. 39 40 Over time, these devices can be seen via the `ActiveDevices` parameter in the Advanced Tab of the Device's dialog. 41 42 To include CT's from these additional ECM-1240's, the `ActiveMeters` parameter needs to list meters in the form: 43 44 One ECM-1240... 45 !ActiveMeters=`1,2,3,4,5,6,7` 46 47 Two ECM-1240's... 48 !ActiveMeters=`1,2,3,4,5,6,7,2.1,2.2,2.3,2.4,2.5,2.6,2.7` 49 50 Three ECM-1240's... 51 !ActiveMeters=`1,2,3,4,5,6,7,2.1,2.2,2.3,2.4,2.5,2.6,2.7,3.1,3.2,3.3,3.4,3.5,3.6,3.7` 52 53 and so-on 36 54 37 55 === Changing the Total Wattage computation === … … 43 61 44 62 = Errors = 45 * The Plugin doesn't yet support Ascii or Binary format data directly from the device, it only works for the Plug & Play models right now. 46 * Each MiOS Device only supports ''one'' ECM-1240, work needs to be done to have it handle "''n''" of these Devices with a single MiOS Device. 63 * The Plugin doesn't yet support Binary format data directly from the device, it only works for the Plug & Play models right now. 47 64 * The mechanism for including/excluding Meters from the Parent-device's Total Watts isn't documented. 48 65 … … 52 69 * 23-June-2011[[br]] 53 70 Add UI support for Total wattage in the Parent, along with Adding, Subtracting or Ignoring each child from these Totals. 71 * 18-July-2011[[br]] 72 Add support for multiple ECM-1240's on a single EtherBee, or Mux'd Serial Port.