Challenge Project

Smart Meter Anomaly Detection

Challenge #14: "Anomaly Detection for Smart Meter Devices" from the open energy hackdays 2020

⛶  Fullscreen ↓  Download

Demo: https://meteros.staging.akenza.io/


28.08.2020 12:54 Project scope has been defined and work has been started


28.08.2020 19:54 We have deployed a very first version to a k8s cluster which can be viewed here: https://meteros.staging.akenza.io/

The backend still needs some work though, the frontend does not query the data from the backend yet


28.08.2020 23:25 We drafted definitions of anomalies (human definitions) and meter data is sent to the cloud where it is processed and stored along with various improvements to the UI. The current state can be checked at the project link.

The API and online processing of the data (live detection of anomalies) is still to be implemented.


29.08.2020 12:38 The last finishing touches are being applied. Forecasts have been removed from scope due to time restrictions.

meterOS - Smart Meter Anomaly Detection

Challenge #14: "Anomaly Detection for Smart Meter Devices" from the open energy hackdays 2020 (Clemap)

Energy consumption in buildings and industry is often wasted due to user behaviour, human error, and poorly performing equipment. In this context, identifying abnormal consumption power behavior can be an important part of reducing peak energy consumption and changing undesirable user behavior. With the widespread rollouts of smart meters, normal operating consumption can be learned over time and used to identify or flag abnormal consumption. Such information can help indicate to users when their equipment is not operating as normal and can help to change user behavior or to even indicate what the problem appliances may be to implement lasting changes.

This challenge is looking for data scientists to apply their skills to an anomaly detection problem using smart meter data. Ideally, such an algorithm should begin to operate after as little as 3 months and should improve over time. A platform to visualise the anomalies would also be useful. Users can select any type of machine learning algorithms that they wish to in order to detect the anomalies from the data.

Group Members

  • Raimund Neubauer
  • Vikram Bhatnagar
  • David Giger
  • Marius Giger

In Collaboration with

  • Manuel Baez
  • Konstantin Golubev
  • Xue Wang

The pitch can be found ./20200829_meterOS_Energy_Data_Hackdays_2020_Pitch.pptx.

 Data

A sample including smart meter data can be found on kaggle. Participants are encouraged to find other smart meter data to work with in order to test their algorithms.

During the course of the Hackathon, we have created multiple other anonymised datasets (kindly provided by Solarify) that can be found under ./anomaly-detection-model/data.

Approach

  • Create a basic model to detect anomalies
  • Create a visualization layer to present anomalies
  • Get more data of smart meters and possibly publish the datasets on opendata
  • Implement a flexible architecture to allow the online processing of new data points
    • Simulate incoming data with the newly acquired datasets
    • Implement online prediction of anomalies
    • Implement online learning

Approach Draft

Implementation

Architecture

We have implemented a scalable architecture, based on the following components: - Smart Meter Simulator based on Iotify - Meter-Service: Microservice that receives, processes, stores and exposes meter data - Meter-UI (meterOS): UI to display meter data and anomalies - Anomaly-Detector: Running App with deployed Anomaly Detector model (Thanks to Konstantin Golubev, Manuel Baez, Xue Wang) - Kafka Data Stream for real time processing

Model Selection

Our approach is to combine expert knowhow and statistical models to detect anomalies. Further, for us to understand if our model has produced useful outputs, anomalies should be labelled based on a predefined set of characteristics (e.g. peak energy consumption, high baseload etc.).

Expert Model

To find out what a human would consider as an anomaly, we did an extensive analysis on a smart meter dataset: ./anomaly-detection-model/Manual_Anomaly_Detection_V3.docx.

Very simple cases of anomalies should actually be detected using expert knowhow. For this, we defined a standardised expert model based on historic data:

1) Structure load curve on weekly basis

Possible Features:

  • Baseload (especially during weekends)
    • total baseload
    • delta baseload
  • Fast Fourier Transform (Frequency Analysis)
    • small variance in amplitude is good for energy producer
  • Gradient might be interesting, because it might indicate unusual increases in energy consumption
  • Negative values
  • Zero values

Stats/ML-based

A more sophisticated ML/Stats-based model should be used to find unusual patterns, that are hard to detect by static rules and therefore might not be easily quantifiable by experts.

Models

We have tried the following models:

  • Isolation Forest: Isolation Forest detects anomalies purely based on the fact that anomalies are data points that are few and different.

IsolationForest.png

  • One Class SVM: Unsupervised Outlier Detection based on a Support Vector Machine. It is known to be sensitive to outliers.

OneClassSVM.png

  • ARIMA Model: Time-series forecasting model and analysis of the prediction deviation. Also possible to spot patterns accross time.

ARIMA.png ARIMA1.png

  • Monte Carlo Model: Frequency analysis of kWh values. Monte Carlo Approach -- call single reading of a meter anomalous if it hasn't appeared often in the past. Blazingly Fast (can run on Raspberry Pi), Adaptive, Easy to tune. Not able to detect patterns that span accross time.

A possible way forward could be to implement different models for different temporal patterns:

  • Minutely/Hourly Model (Online) --> Predictive Model
  • Daily Model (Historic)
  • Weekly Model (Historic)
This content is a preview from an external site.
 

Edited

31.08.2020 08:19 ~ oleg

Event finished

Joined the team

28.08.2020 12:52 ~ nidDrBiglr

First post View challenge

28.08.2020 12:52 ~ nidDrBiglr

Challenge

Event started

 
Contributed 3 years ago by nidDrBiglr for Energy Hackdays 2020
All attendees, sponsors, partners, volunteers and staff at our hackathon are required to agree with the Hack Code of Conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to ensure a safe environment for everybody. For more details on how the event is run, see the Guidelines on our wiki.

Creative Commons LicenceThe contents of this website, unless otherwise stated, are licensed under a Creative Commons Attribution 4.0 International License.