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.
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').
On a macroscopic scale, such taken for granted tiny idling load accounts for enormous power wastage over time.
- 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
- 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
- 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.
-
Download 'client-module.zip' (from this repository)
-
Extract 'client-module.zip'
-
Change Directory to the path of the Client-Module in Terminal
-
cd path/to/client-module
-
Change Permissions to make it executable
-
sudo chmod +x linux.sh
-
RUN the script
-
./linux.sh
Visit Dashboard Power Pi for Power Saving Analysis (default username and password is 'admin' & 'admin' respectively)