Page 1 of 1

openHab GUI

Posted: Fri Jul 24, 2015 4:06 am
by Shariff
Hey there,

After having given OpenHAB a go, I like the large number of systems it supports. One thing that I am not a fan of is the user interface either from the app or the web interface. As such I was wondering if it were possible to create my own GUI and what it would require? IS there any documentation on how to have the UI connect to the server?

I am a bit new at this, so I'm sorry if I am asking something very obvious - to me, so far it's not yet obvious. :)

Thanks!
Kevin

Re: openHab GUI

Posted: Fri Jul 24, 2015 11:05 pm
by raymonvdm
It is possible to develop your own interface using the REST API


For Example:

https://github.com/openhab/openhab/wiki/TouchUI

Re: openHab GUI

Posted: Sat Jul 25, 2015 3:06 am
by Shariff
Thanks a lot for the help! This will give me something to work with!

Kevin