DataSapient / power-pi-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Power Pi

Optimizing Power Sockets for Phantom Load

Background

No Consumer Electronic device is Ideal. That is, some electrical energy is lost in the form of dissipation (like eddy current loss, joules heating los, hysteresis etc.) Similarly, devices also lose energy while idling. That is, on standby mode. In technical terms, this is also called No Load Power, Vampire Power, Phantom Load or Leaking electricity.

Transformer

If there is no current flowing in the secondary side , there is no de-magnetising flux generated that means there is no need to draw more current from the source . So primary current would contain only the exciting current (i.e. 'NO LOAD CURRENT').

Phasor diagram to demonstrate no-load power factor

On a macroscopic scale, such taken for granted tiny idling load accounts for enormous power wastage over time.

Power Pi

  1. Power Pi is the manifestation of Internet of Things. It reflects the elegant power of Raspberry Pi to control Direct current based electronics, which here inturn controls Alternating Current (Power Sockets). A python based Daemon for linux (or a service for windows) updates a database on cloud. The database contains the Mac Address(unique) of devices, its charging status (charging/discharging) and strength of battery
  2. The above database is accessed by a Raspberry Pi (and thence implementing the core essence of IoT). The data received is then processed on raspberry pi to control a relay switch accordingly
  3. The relay switch (embedded on Power Socket) acts as an auxiliary circuit underneath the primary switch. So that even when someone forgets to pull the plug or switch off power socket, the Power Pi opens the circuit.

Getting Started with Power Pi

Daemon

  1. Download 'client-module.zip' (from this repository)

  2. Extract 'client-module.zip'

  3. Change Directory to the path of the Client-Module in Terminal

  4. cd path/to/client-module
    
    
  5. Change Permissions to make it executable

  6. sudo chmod +x linux.sh
    
    
  7. RUN the script

  8. ./linux.sh
    

Web Based Monitoring

Visit Dashboard Power Pi for Power Saving Analysis (default username and password is 'admin' & 'admin' respectively)

Screenshots

![Power-Pi App] (https://github.com/Knapsacks/power-pi-v2/blob/master/resources/photo6210665655573784521.jpg)

![Power-Pi-FB-Bot] (https://github.com/Knapsacks/power-pi-v2/blob/master/resources/Screen_Shot_2017-06-18_at_10_30_12.png)

![Power-Pi-Linux-Deamon] (https://github.com/Knapsacks/power-pi-v2/blob/master/resources/photo6210665655573784520.jpg)

About

License:MIT License


Languages

Language:JavaScript 47.1%Language:HTML 30.5%Language:CSS 20.7%Language:Python 1.6%Language:Shell 0.1%