Monday 28 March 2011

Fixing/Adding FE system - update

Logger:
- Correctly adjust the date when using zoom in, zoom out, moving left and right
- Fixed the data displayed in Logger
- Fixed the synchronisation between the zoom function and the date-picker
- Added the day graph beneath the data to show the day name of the date. This graph is only showed if the number of days from the graph data is less than 15 days.


Planner:
- Showed the warning message the total energy consumption of events is higher than the goal energy setting.

Tuesday 15 March 2011

Fixing/Adding FE system - update

A few update for the FE system:

For the planner:
- Added the new way of inserting events.
- Highlight the new event by using the dark green color
- Fixed the goal energy and the goal line.
- Subtract the energy consumption of the events by the day baseline

Logger:
- Moved the baseline dataset calculation from javascript to the backend server.
- Initially display the date selection for both logger and planner tabs

Monday 14 March 2011

Intel Home Energy Management Systems

I have just received a link, shared by Oli about Intel home energy management system. It was so impressive after watching "Intel Home Dashboard energy monitor", this could be a leader in the near future. I found this very useful because the utility goals are very close of what I am plan to do now.

http://www.stuff.tv/news/life-etc/stuff/intel-home-dashboard-energy-monitor-concept

http://www.intel.com/embedded/energy/homeenergy/demo/index.html

The concept is to encourage people to reduce in peak energy demand by providing consumers with a real-time view of their energy usage and utility pricing on a networked in-home display (IHD).

"Power utilities are exploring the potential of IHD units to help customers manage energy consumption and control costs. The displays could provide users with real-time data on their current energy consumption, real-time costs, and the potential savings that can be achieved by turning off or rescheduling the use of appliances."


"Shifting the use of major appliances such as dishwashers and clothes dryers to hours with lower overall electricity usage can help utilities meet demand and help consumers save energy under demand-based pricing plans.
Providing real-time information linked to such dynamic pricing may be a winning combination for consumers who want to cut energy costs. When surveyed, 69 percent of consumers indicated high interest in IHDs.² Another recent study, conducted for the European Union, indicates that demand response mechanisms could lead to annual savings of 25 billion Euro.³"
Networked IHDs can provide families with a broad range of readouts to help them take control of energy consumption:
  • Cost of electricity being consumed at the moment
  • Monthly electricity costs
  • Daily costs for major appliances
  • Current month's usage compared to the same month in the prior year
  • The household's CO2 emissions per day or month
In-home displays can also tell consumers how their personal energy consumption compares to similar households, including tabulations of average usage in the neighborhood and the lowest usage by any household. When connected with a photovoltaic solar system, the IHD can provide a graphic real-time indicator of energy savings achieved in homes and commercial sites, such as stores and supermarkets. [1]




Wednesday 9 March 2011

Fixing/Adding FE system

I have focused on fixing some features on FE system. A few update for this system:

1 - In Logger tab:
- Added the baseline (always on energy) to the graph. The baseline is calculated by taking a minimum point of the moving average line. The sub-set size for calculating the baseline is 3 (in day unit.).

2 - For Planner tab:
- Subtracted the baseline (always on) energy on events.
- Sorted the events in the practice box in descending order of the energy consumption.
- Scale-down 4 times the size of the events inside the practice box.
- Automatically set the goal of energy consumption down to 10% from the total energy
- Draw a goal line inside the practice box.