Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 2011-07-02 14:14:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 28 28 * [http://code.mios.com/trac/mios_currentcost-envir/export/latest/trunk/I_CurrentCostEnviR1.xml I_CurrentCostEnviR1.xml] 29 29 * [http://code.mios.com/trac/mios_currentcost-envir/export/latest/trunk/J_CurrentCostEnviR1.json J_CurrentCostEnviR1.js] 30 * [http://code.mios.com/trac/mios_currentcost-envir/export/latest/trunk/L_CurrentCostEnviR1.lua L_CurrentCostEnviR1.lua] 30 31 * [http://code.mios.com/trac/mios_currentcost-envir/export/latest/trunk/S_CurrentCostEnviR1.xml S_CurrentCostEnviR1.xml] 31 32 … … 52 53 == Child devices for appliances == 53 54 54 Each appliance detected by the console is presented as a child device. These devices can be moved to other rooms in the MiOS user interface. 55 Each appliance detected by the console is presented as a child device. These devices can be moved to other rooms in the MiOS user interface. The whole-house sensor is also presented as Appliance 0. 56 57 == History graphs == 55 58 56 59 [[Image(ChildDeviceHistoryTab.png)]] 57 60 58 The '''History''' tab on a child device shows the appliance's historical power usage in kWh, in two-hourly, daily and monthly intervals. This information is downloaded from the console after each odd-numbered hour. If there is not enough history, the graphs are not shown. 61 The '''History''' tab on devices shows the appliance's historical power usage in kWh, in two-hourly, daily and monthly intervals. This information is downloaded from the console after each odd-numbered hour. If there is not enough history, the graphs are not shown. 62 63 On the parent device, the power formula is used to compute the history graph. 59 64 60 65 The graphs are generated using the [http://code.google.com/apis/chart/image/ Google Chart Image API]. … … 78 83 === History graph colouring === 79 84 80 If you pay different tariffs depending on time of use, you can define a snippet of code which assigns a colour to each bar in the history graphs of childdevices.85 If you pay different tariffs depending on time of use, you can define a snippet of code which assigns a colour to each bar in the history graphs of devices. 81 86 82 87 [[Image(CurrentCostBarColour.png)]]