{"id":26361578,"url":"https://github.com/bangertech/openhab-plugin-for-loupedeck","last_synced_at":"2025-08-04T09:33:59.918Z","repository":{"id":118899310,"uuid":"574618401","full_name":"BangerTech/OpenHAB-Plugin-for-Loupedeck","owner":"BangerTech","description":"Loupedeck openHAB Plugin","archived":false,"fork":false,"pushed_at":"2022-12-08T15:27:07.000Z","size":4132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T17:43:35.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BangerTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"custom":["https://www.paypal.com/donate/?hosted_button_id=FD26FHKRWS3US"]}},"created_at":"2022-12-05T17:51:35.000Z","updated_at":"2024-01-17T19:37:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"2856d2b5-0bb4-4a1c-9972-3cfd9d0408a6","html_url":"https://github.com/BangerTech/OpenHAB-Plugin-for-Loupedeck","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/BangerTech/OpenHAB-Plugin-for-Loupedeck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FOpenHAB-Plugin-for-Loupedeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FOpenHAB-Plugin-for-Loupedeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FOpenHAB-Plugin-for-Loupedeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FOpenHAB-Plugin-for-Loupedeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BangerTech","download_url":"https://codeload.github.com/BangerTech/OpenHAB-Plugin-for-Loupedeck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FOpenHAB-Plugin-for-Loupedeck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268675522,"owners_count":24288287,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2025-03-16T17:38:46.357Z","updated_at":"2025-08-04T09:33:59.895Z","avatar_url":"https://github.com/BangerTech.png","language":"C#","funding_links":["https://www.paypal.com/donate/?hosted_button_id=FD26FHKRWS3US"],"categories":[],"sub_categories":[],"readme":"# 1. Table of content\n- [1. Table of content](#1-table-of-content)\n- [2. What is this Plugin?](#2-what-is-this-plugin)\n- [3. Setup](#3-setup)\n- [4. How to use it?](#5-how-to-use-it)\n- [5. Support / Feedback](#4-support--feedback)\n- [6. How to contribute?](#6-how-to-contribute)\n- [7. Sponsor me!](#7-how-to-sponsor)\n\n# 2. What is this Plugin?\nThis Loupedeck Plugin allows you to control your openHAB System with a Loupedeck (https://openhab.org)\nRight now it´s macOS only.\nYou can pick Items out of a list - send commands to Items - get the State of an Item etc.\nIt is possible to use the touch buttons - dials - and show the state of an Item on the Main Screen or the Dial Screen.\n\n\n# 3. Setup\nInstall via .lplug4 Plugin File or directly via VS Code.\n\ncreate a openhab.json like this \n\n```json\n{\n    \"user\": \"openHAB-username\",\n    \"password\": \"openHAB-password\",\n    \"url\": \"openhab-url:8080/rest/items/\",\n    \"entries\": [\n     {\n       \"service\": \"switch\",\n       \"items\": [\n         \"Itemyouwanttocontrol\",\n         \"Itemyouwanttocontrol\"\n         ]\n     },\n     {\n       \"service\": \"lights\",\n       \"items\": [\n         \"Itemyouwanttocontrol\",\n         \"Itemyouwanttocontrol\"\n         ]\n     },\n     \n     {\n       \"service\": \"termostat\",\n       \"items\": [\n         \"Itemyouwanttocontrol\",\n         \"Itemyouwanttocontrol\"\n         ]\n     },\n     {\n       \"service\": \"LED\",\n       \"items\": [\n         \"Itemyouwanttocontrol\"\n         ]\n     }\n    ]\n }\n```\n\nreplace the fields with your values.\n\n\nplace the file in `%userprofile%\\.local/share/Loupedeck/Plugins/OpenHAB/` as `openhab.json`\n\n# 4. How to use it?\n\n1. Install the Plugin\n2. Create a openhab.json config with your Items\n3. Add Actions to Loupedeck\n4. Have fun controlling your openHAB System\n\n\n\n# 5. Support / Feedback\nAny bugs? Feature request? Message me [here](https://github.com/bangertech) or click on the \"Issues\" tab here on the GitHub repository!\n\n# 6. How to contribute?\n\nFork the repository and create PR's.\n\n# 7 How to sponsor?\n\n[Paypal](https://www.paypal.com/donate/?hosted_button_id=FD26FHKRWS3US)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbangertech%2Fopenhab-plugin-for-loupedeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbangertech%2Fopenhab-plugin-for-loupedeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbangertech%2Fopenhab-plugin-for-loupedeck/lists"}