{"id":22143749,"url":"https://github.com/invpe/espridge","last_synced_at":"2026-05-08T03:37:53.257Z","repository":{"id":185585658,"uuid":"673767914","full_name":"invpe/ESPRIDGE","owner":"invpe","description":"ESP32 based Home Automation Bridge with Satel integration for arming/disarming partitions","archived":false,"fork":false,"pushed_at":"2024-05-03T22:45:56.000Z","size":50,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T17:12:40.295Z","etag":null,"topics":["alexa","arduino","esp32","satel"],"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/invpe.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":"2023-08-02T11:30:20.000Z","updated_at":"2024-05-03T22:45:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"71789f57-6f68-4df6-903d-1481fcf53217","html_url":"https://github.com/invpe/ESPRIDGE","commit_stats":null,"previous_names":["invpe/espridge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invpe%2FESPRIDGE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invpe%2FESPRIDGE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invpe%2FESPRIDGE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invpe%2FESPRIDGE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/invpe","download_url":"https://codeload.github.com/invpe/ESPRIDGE/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245267251,"owners_count":20587456,"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":["alexa","arduino","esp32","satel"],"created_at":"2024-12-01T22:15:52.683Z","updated_at":"2026-05-08T03:37:48.227Z","avatar_url":"https://github.com/invpe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESPRIDGE 🧑‍🚀\n\n![image](https://github.com/invpe/ESPRIDGE/assets/106522950/2f996084-6ec8-426b-a99f-cd349859138f)\n\nESP32 based Home Automation Bridge that is easy to upload and simple to use.\n\n# What is it ?\n\nA very simple implementation of the bridge to work with Echo devices (Alexa).\nI've been running HA Bridge on Raspbery PI for years, using lots of ESP devices that i linked with many routines in my home.\nThings like relays for watering, garage doors opening, Satel alarm integration with their ETHM1, and others.\n\nAfter several PI crashes caused by the SD card, faulty upgrades and never-ending-command line actions i decided to get rid of this setup\nand migrate to something simple, low power, and always available - zero downtimes. \nThat's when i wrote my own implementation for the ultra low power device which is ESP32.\n\nToday i am running this hub on the M5 AtomU device, without any hassle.\n\n![image](https://github.com/invpe/ESPRIDGE/assets/106522950/5d3b5267-1845-4321-b577-3b63dcd91f45)\n\n\nFeel free to play with the code, modify and update it as you wish, just remember to give some shout outs somewhere 🤝\n\n# How does it work 🥣\n\nESPRIDGE will respond to SSDP queries that will happen when you ask `Alexa discover devices`.\n\n- After the devices are discovered, you can say : `Alex turn on your_device` or `Alexa turn off your_device`.\n\n- When you ask to `turn on` the device, ESPRIDGE will call a URL you have provided for `ON` action for your light.\n\n- Similarily when you ask `turn off`, ESPRIDGE will call a URL for `OFF` action for your light.\n\nWhen creating lights, you can provide these two urls in the form:\n\n![image](https://github.com/invpe/ESPRIDGE/assets/106522950/570308ae-5327-4bd3-9e57-db3fc5708cd6)\n\n# How can i use it ? ❔\n\nSimply put your WiFi credentials in the code:\n\n```\n#define WIFI_A \"\"\n#define WIFI_P \"\"\n```\n\nCompile, Upload and you're ready to go 🍪\n\n\n- Access the panel via a simple url `http://espbridge/`\n- By default `OTA` is turned `ON`, you can change that with `#ifdef OTA_SUPPORT`\n- You can also add ARMING/DISARMING of your SATEL System just add another device and instead of URL use: `SATEL,ip_address,your_pin,partition_to_arm/disarm`\n\n# Screenshots 🖼️\n\n`Adding new/editing lights`\n\n![image](https://github.com/invpe/ESPRIDGE/assets/106522950/cc08c2e8-ae0c-4561-83ff-f91ea4167338)\n\n  \n`Background Discovery process`\n\n![image](https://github.com/invpe/ESPRIDGE/assets/106522950/f4156757-5b1f-4070-89f5-2ea37fb2dfb9)\n\n`Alexa visibility and control`\n\n![image](https://github.com/invpe/ESPRIDGE/assets/106522950/1617ffeb-8431-4a95-800d-c00593f84d5d)\n\n![image](https://github.com/invpe/ESPRIDGE/assets/106522950/67a132e2-8400-48fd-aa37-301894bf9704)\n\n\n\n# 🗃️ License\n```\nMIT License\n\nCopyright (c) 2023 invpe\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvpe%2Fespridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvpe%2Fespridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvpe%2Fespridge/lists"}