Code Monkey home page Code Monkey logo

esb-smart-meter's Introduction

ESB smart meter

Objective

Gathering information on how to read the smart meter model

  • Omnipower (RM106 Kamstrup)

How to read the meter

Here are the commands to interact with the interface on the smart meter.
on the LCD
When you see L1+ (arrow pointing right) the meter is importing from the network
When you see L1- (arrow pointing left) the meter is exporting from the network

Date/Time Display
Press the left pushbutton to select the time/date screen. The first screen shows the time, the second screen shows the date. The screens alternate every 5 seconds.
A+ Screen
Press the left pushbutton again to select the A+ display. This is the total reading.
This is the reading required by all MCC01 customers.
A+ T1 Screen
Press the left pushbutton again to select the T1 display. This is the night reading.
The T1 indication will flash between T1 and A+ in the upper right corner while showing this reading.
A+ T2 Screen
Press the left pushbutton again to select the T2 display. This is the day reading.
The T2 indication will flash between T2 and A+ in the upper right corner while showing this reading.
A+ T3 Screen
Press the left pushbutton again to select the T3 display. This is the peak reading.
The T3 indication will flash between T3 and A+ in the upper right corner while showing this reading.
LCD Test Screen
Press the left pushbutton again to select the LCD screen test display. All segments of the LCD screen now flash
A + Screen
Press the left pushbutton again to select the A- display. This is the total active energy export register
R+ Screen
Press the left pushbutton again to select the R+ display. This is the total reactive energy imported.
R- Screen
Press the left pushbutton again to select the R- display. This is the total reactive energy exported.

Links to relevant docs

smart meter app ?

data from esb acquired!! ๐Ÿ˜ƒ

response from esb

response page 1 response page 2 response page 3

steps to extract the data

export the data from excel file to data.csv

  • make install to install requirements

  • make split to split the data from ESB networks

  • make insert-data to insert the data to sqlite db

  • make serve to test the data locally

  • make publish to publish the data to vercel

examine the data

{
  runningtotal_export(sort_desc:Flags){
    nodes {
      Channel_Name
      Read_End_Time
      Read_Value
      Validation_Status
      Flags
      Fail_Code
      Type
      Status
      rowid
    }
    totalCount
    pageInfo {
      endCursor
      hasNextPage
    }
  }
}

License

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

esb-smart-meter's People

Contributors

duncanhealy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

clanck71

esb-smart-meter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.