Hi openHAB community.
Some days ago I started to search for an easy way to have a basic remote control of my pc from openHAB. As I didn’t find anything I decided to write this simple binding that allows to discover the Unified Remote Server in the local network and creates the following channels:
channel | type | description |
---|---|---|
mouse-move | String | Mouse Move. Expect number JSON array ("[10,10]"). |
send-key | String | Use server key. Supported keys are: LEFT_CLICK, RIGHT_CLICK, LOCK, UNLOCK, SLEEP, SHUTDOWN, RESTART, LOGOFF, PLAY, PLAY, PAUSE, NEXT, PREVIOUS, STOP, VOLUME_MUTE, VOLUME_UP, VOLUME_DOWN, BRIGHTNESS_UP, BRIGHTNESS_DOWN, MONITOR_OFF, MONITOR_ON, ESCAPE, SPACE, BACK, LWIN, CONTROL, TAB, MENU, RETURN, UP, DOWN, LEFT, RIGHT |
If someone wants to give it a try this is the pull request for the binding: https://github.com/openhab/openhab-addons/pull/8546 .
I hope it can be useful for someone apart from me, I’ve been using it since yesterday.
If someone review the implementation and want to give me his thoughts or make some changes I will be grateful because I’m still getting I touch with the bindings design.
Regards!