*/
public void start() {
if (homematicCallbackServer == null) {
logger.info("Starting Homematic communicator");
try {
homematicCallbackServer = new BinRpcCallbackServer(this);
itemDisabler = new ItemDisabler();
itemDisabler.start();
newDevicesCounter = 0;