{"id":16277914,"url":"https://github.com/adithya-s-k/shakthi","last_synced_at":"2026-05-08T05:38:25.199Z","repository":{"id":41118889,"uuid":"495111587","full_name":"adithya-s-k/Shakthi","owner":"adithya-s-k","description":"A device which is small and compact and allows you to monitor the power consumed by electrical appliances. It also can switch on and off your connected electrical appliances remotly using an app.","archived":false,"fork":false,"pushed_at":"2023-10-06T09:32:32.000Z","size":14798,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T13:48:25.400Z","etag":null,"topics":["arduino","blynk","current-measurement","current-sensor","esp32","esp8266","iot","iot-platform","sensor","voltage-monitor","wattage"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adithya-s-k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-22T16:15:31.000Z","updated_at":"2022-10-01T06:13:39.000Z","dependencies_parsed_at":"2024-11-05T06:41:18.454Z","dependency_job_id":"4fa8bce6-a76c-4034-aba7-60ef9efc5c27","html_url":"https://github.com/adithya-s-k/Shakthi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithya-s-k%2FShakthi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithya-s-k%2FShakthi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithya-s-k%2FShakthi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithya-s-k%2FShakthi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adithya-s-k","download_url":"https://codeload.github.com/adithya-s-k/Shakthi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247890614,"owners_count":21013389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","blynk","current-measurement","current-sensor","esp32","esp8266","iot","iot-platform","sensor","voltage-monitor","wattage"],"created_at":"2024-10-10T18:56:44.484Z","updated_at":"2026-05-08T05:38:20.161Z","avatar_url":"https://github.com/adithya-s-k.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Shakthi\n\nA device which is small and compact and allows you to monitor the power consumed by electrical appliances.\nIt also can switch on and off your connected electrical appliances remotly using an app.\n\n# Components\n- ESP8266\n- AC Voltage Sensor Module ZMPT101B\n- SCT013‑030 30A Current Sensor Clamp Current Transformation for Current Measurement\n- Relay\n\n# Check out the demonstration Video\n\n\nhttps://github.com/adithya-s-k/Shakthi/assets/27956426/797e8d00-092d-4b18-805b-a0bc798c1a83\n\n\n[![videolink](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Assets/Slide1.PNG)](https://youtu.be/kS_2ZGTF39I)\n\n[![videolink](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Assets/Slide2.PNG)](https://youtu.be/kS_2ZGTF39I)\n\n[![videolink](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Assets/Slide3.PNG)](https://youtu.be/kS_2ZGTF39I)\n\n# [Documentation](https://github.com/adithya-s-k/Shakthi/blob/master/Documentation.md)\n## 22/5/2022\n\nAim - To set up a simple circuit using ESP3266 which can turn on and off an LED through the Blynk app\n\\\n\\\nConnected a relay and power supply to and was able to turn on and off an led using Blynk app.\n\\\n[Video I referred to](https://youtu.be/HFGP1YqUPy0)\n\\\n[Code used](https://github.com/adithya-s-k/Shakthi/blob/d94287c6fe34f4617cba3545bfbc44f00065b80b/Remote_blink_control)\n\\\n[Result Video](https://github.com/adithya-s-k/Shakthi/blob/b4589c9ca509b027ca998b03486c893b244e8cc1/Archives/Assets/blynk_led_relay.mp4)\n\n## 24/5/2022\n\nThis is the circuit connections which i have followed for this project.\n\\\n![circuit Connections](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Assets/circuit_diagram.jpg)\n\nAim - To setup a simple websocket connections with ESP3266.\n## 13/6/2022\n\nAim - To calibrate and get accurate readings from [Voltage sensor](https://robu.in/product/ac-voltage-sensor-module-zmpt101b-single-phase/)\n\\\nVoltage sensor calibrated and displayed on the serial monitor\n\\\n\\\n[Code used](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Smart_Plug/voltage_measurment/voltage_measurment.ino)\n\\\n[Video I referred to](https://youtu.be/EaTBNvZ7C-Q)\n\n## 29/6/2022\n\nAim - To enclose all the sensors and the circuit within a box and integrate the [voltage sensor code](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Smart_Plug/voltage_measurment/voltage_measurment.ino) with the [main code](https://github.com/adithya-s-k/Shakthi/blob/d94287c6fe34f4617cba3545bfbc44f00065b80b/Remote_blink_control)\n- The smart plug can remotely switch on and off any appliance which is connected to it.\n- It can also measure the voltage(Vrms).\n- The current value is fixed to 2.0 Amps(next step is to integrate the current sensor)\n- Both power an energy calculation is done successfully and displayed on the Blynk app as well as the terminal.\n\\\n[Code used](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Smart_Plug/node_mcu_relay/node_mcu_relay.ino#L1)\n## 30/6/2022\n\nAim - To integrate the current sensor so that we can accurately determine the power consumed.\n\\\n\\\n[Current sensor which we are using is SCT013](https://robu.in/product/sct-013-060-non-invasive-ac-current-sensor-clamp-sensor-60a/) \n\n## 2/7/2022\n\nAim - To integrate wifi manager which prevents from hardcoding wifi credentials.\n\\\n\\\n[Refrence Video](https://youtu.be/dQw4w9WgXcQ)\n\\\n[Library Used](https://github.com/tzapu/WiFiManager)\n\\\n[Code Used](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Wifi_manager/Wifi_manager_basic/Wifi_manager_basic.ino#L1)\n\n## 16/7/2022\n\nAim - Shifted from ESP8266 to ESP32\n\\\n\\\n[Code Used](https://github.com/adithya-s-k/Shakthi/blob/master/Archives/Smart_Plug/ESP32_voltage_current_sensor)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadithya-s-k%2Fshakthi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadithya-s-k%2Fshakthi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadithya-s-k%2Fshakthi/lists"}