private String ipAddress = null;
private Integer port = 0;
public void run() {
//connect to own gateway
pluginReference.myPlant = new MyHomeJavaConnector(ipAddress, port);
try {
OpenWebNet.myPlant.startMonitoring();
while (true) {
try {
String readFrame = pluginReference.myPlant.readMonitoring();