I’ve created a small widget for Übersicht, a MacOS Application where you can add widgets to your desktop.
It receives the data through the REST API of your openHAB 2 installation. Currently only OH2 is officially supported, OH3 is planned. The widget is written with Coffeescript and only available for Mac.
GitHub: https://github.com/Limatationz/openhab2-widget
Installation:
- install Übersicht (
https://github.com/felixhageloh/uebersicht/releases
) - download
openHAB2.widget.zip
(https://github.com/Limatationz/openhab2-widget/blob/master/openHAB2.widget.zip
) - copy the
openHAB2.widget
folder to your Übersicht widget folder - complete all steps in the
openHAB2.coffee
file
Other widgets can be found here: http://tracesof.net/uebersicht-widgets/
.
Features:
- check the state of your openHAB items on your desktop
- add items to a room for a better overview
- support of local and remote access
- adapting icons
- easy basic customization of the appearance
I’m open for new features or general suggestions and hope you enjoy it.