- 1. Table of content
- 2. What is this Plugin?
- 3. Setup
- 4. How to use it?
- 5. Support / Feedback
- 6. How to contribute?
- 7. Sponsor me!
This Loupedeck Plugin allows you to control your openHAB System with a Loupedeck (https://openhab.org) Right now it´s macOS only. You can pick Items out of a list - send commands to Items - get the State of an Item etc. It is possible to use the touch buttons - dials - and show the state of an Item on the Main Screen or the Dial Screen.
Install via .lplug4 Plugin File or directly via VS Code.
create a openhab.json like this
{
"user": "openHAB-username",
"password": "openHAB-password",
"url": "openhab-url:8080/rest/items/",
"entries": [
{
"service": "switch",
"items": [
"Itemyouwanttocontrol",
"Itemyouwanttocontrol"
]
},
{
"service": "lights",
"items": [
"Itemyouwanttocontrol",
"Itemyouwanttocontrol"
]
},
{
"service": "termostat",
"items": [
"Itemyouwanttocontrol",
"Itemyouwanttocontrol"
]
},
{
"service": "LED",
"items": [
"Itemyouwanttocontrol"
]
}
]
}
replace the fields with your values.
place the file in %userprofile%\.local/share/Loupedeck/Plugins/OpenHAB/
as openhab.json
- Install the Plugin
- Create a openhab.json config with your Items
- Add Actions to Loupedeck
- Have fun controlling your openHAB System
Any bugs? Feature request? Message me here or click on the "Issues" tab here on the GitHub repository!
Fork the repository and create PR's.