{"id":26652526,"url":"https://github.com/shajanjp/easyhome","last_synced_at":"2026-04-27T12:05:27.471Z","repository":{"id":30394903,"uuid":"104171364","full_name":"shajanjp/easyhome","owner":"shajanjp","description":"Home automation using NodeMCU. Dashboard for easy device management.","archived":false,"fork":false,"pushed_at":"2023-02-11T17:04:11.000Z","size":332,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T03:57:10.969Z","etag":null,"topics":["arduino","dashboard","esp8266","home-automation","internet-of-things","iot","nodemcu","wifi"],"latest_commit_sha":null,"homepage":"https://shajanjacob.com/easyhome","language":"HTML","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/shajanjp.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}},"created_at":"2017-09-20T05:48:01.000Z","updated_at":"2023-03-08T02:50:21.000Z","dependencies_parsed_at":"2023-01-11T17:17:34.892Z","dependency_job_id":null,"html_url":"https://github.com/shajanjp/easyhome","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shajanjp/easyhome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shajanjp%2Feasyhome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shajanjp%2Feasyhome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shajanjp%2Feasyhome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shajanjp%2Feasyhome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shajanjp","download_url":"https://codeload.github.com/shajanjp/easyhome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shajanjp%2Feasyhome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","dashboard","esp8266","home-automation","internet-of-things","iot","nodemcu","wifi"],"created_at":"2025-03-25T03:57:15.160Z","updated_at":"2026-04-27T12:05:27.440Z","avatar_url":"https://github.com/shajanjp.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyHome\nHome automation and ambient lighting using NodeMCU.\nControl up to 4 devices and neopixel strips.\n\n![](https://i.imgur.com/E4ydN86.png)\n\n## PIN Connections\n * Device 1 =\u003e GPIO 5 =\u003e  D1\n * Device 2 =\u003e GPIO 4 =\u003e  D2\n * Device 3 =\u003e GPIO 14 =\u003e  D5\n * Device 4 =\u003e GPIO 12 =\u003e  D6\n\n## API\n\n### Get device details\n#### Request :\n`GET /plugs`\n#### Response :\n```json\n[\n    {\n        \"plug\": 1,\n        \"status\": 0\n    },\n    {\n        \"plug\": 2,\n        \"status\": 1\n    },\n    {\n        \"plug\": 3,\n        \"status\": 1\n    },\n    {\n        \"plug\": 4,\n        \"status\": 0\n    }\n]\n```\n\n### Turn device 1 on\n#### Request :\n`GET /plugs?plug=1\u0026status=1`\n#### Response :\n```json\n{\n    \"plug\": 1,\n    \"status\": 1\n}\n```\n\n### Turn device 2 off\n#### Request :\n`GET /plugs?plug=2\u0026status=0`\n#### Response :\n```json\n{\n    \"plug\": 2,\n    \"status\": 0\n}\n```\n\n### Strip lighting\n#### Request :\n`GET /strip?r=150\u0026g=50\u0026b=200`\n#### Response :\n```json\n{\n    \"msg\": \"Enjoy the colors\"\n}\n```\n\n### Strip light effects\n#### Request :\n`GET /strip?r=150\u0026g=50\u0026b=200\u0026type=roll`\n#### Response :\n```json\n{\n    \"msg\": \"Enjoy the colors\"\n}\n```\n\n### Available strip effect types\n * roll\n * snake\n * rainbow ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshajanjp%2Feasyhome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshajanjp%2Feasyhome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshajanjp%2Feasyhome/lists"}