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.
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.
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.