johanwilliams / org.openhab.binding.fibaro

Fibaro Binding for Openhab
6 stars 8 forks source link

Setup a http server which to listen for Fibaro events #1

Closed johanwilliams closed 7 years ago

johanwilliams commented 7 years ago

Setup a TCP server which listens for incoming state changes from the Fibaro controller. The events could preferably be formatted as json objects including id, property and value. When the message is received the event is passed to the bridge for proper update of Things and channels.

johanwilliams commented 7 years ago

jetty server implemented and tested with succesful with a lua scene acting as client. Some refactoring will probably be made but the server is there! Closing this.