openhabian +mysensors binding 2.2
-
@TimO
i did a new install on raspberry
i used the openhabian install and the mysensors binding 2.2
but it doesnt work.
the gateway is working with no problem, is in paperui online21:25:17.899 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;read: 1-1-0 s=12,c=1,t=17,pt=4,l=4,sg=0:468 21:25:17.915 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 1;12;1;0;17;468 21:25:17.936 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;read: 1-1-0 s=13,c=1,t=17,pt=4,l=4,sg=0:2215 21:25:17.955 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 1;13;1;0;17;2215 21:25:17.975 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;read: 1-1-0 s=10,c=1,t=34,pt=4,l=4,sg=0:0 21:25:17.993 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 1;10;1;0;34;0 21:25:18.011 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;read: 1-1-0 s=15,c=1,t=34,pt=2,l=2,sg=0:688 21:25:18.029 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 1;15;1;0;34;688 21:25:18.045 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;read: 1-1-0 s=11,c=1,t=0,pt=2,l=2,sg=0:21and i made just a 1 simple item. but i keep getting errors en nothing values in paperui
Bridge mysensors:bridge-ser:gateway [ serialPort="/dev/ttyUSB0", sendDelay=200, baudrate=115200, skipStartupCheck=true ] { temperature tempgang01 [ nodeId="1" , childId="11" ] }Number tempgang01 "Temperature [%.1f °C]" { channel="mysensors:temperature:gateway:tempgang01:temp" }21:12:23.321 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'home.things' 21:12:23.741 [DEBUG] [nsors.handler.MySensorsBridgeHandler] - Disposing of the MySensors bridge 21:12:23.763 [DEBUG] [.discovery.MySensorsDiscoveryService] - Stopping MySensors discovery scan 21:12:23.911 [DEBUG] [org.openhab.binding.mysensors ] - ServiceEvent UNREGISTERING - {org.eclipse.smarthome.config.discovery.DiscoveryService}={service.id=348, service.bundleid=181, service.scope=singleton} - org.openhab.binding.mysensors 21:12:24.001 [DEBUG] [col.serial.MySensorsSerialConnection] - Destroying connection 21:12:24.021 [DEBUG] [col.serial.MySensorsSerialConnection] - Shutting down serial connection! 21:12:24.044 [DEBUG] [rsAbstractConnection$MySensorsWriter] - Stopping Writer thread 21:12:24.068 [WARN ] [rsAbstractConnection$MySensorsWriter] - Interrupted MySensorsWriter 21:12:24.117 [DEBUG] [rsAbstractConnection$MySensorsReader] - Stopping Reader thread 21:12:24.143 [WARN ] [rsAbstractConnection$MySensorsReader] - Interrupted MySensorsReader 21:12:24.224 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'mysensors:temperature:gateway:tempgang01' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR) 21:12:24.273 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'mysensors:temperature:gateway:tempgang01' changed from OFFLINE (COMMUNICATION_ERROR) to OFFLINE (BRIDGE_OFFLINE) 21:12:24.294 [DEBUG] [nsors.handler.MySensorsBridgeHandler] - Initialization of the MySensors bridge 21:12:24.342 [DEBUG] [ensors.factory.MySensorsCacheFactory] - Cache file: given_ids.cached exist. 21:12:24.364 [DEBUG] [ensors.factory.MySensorsCacheFactory] - Cache (given_ids) content: [0] 21:12:24.392 [DEBUG] [col.serial.MySensorsSerialConnection] - Enabling connection watchdog 21:12:24.413 [DEBUG] [col.serial.MySensorsSerialConnection] - Connecting to /dev/ttyUSB0 [baudRate:115200] 21:12:24.451 [DEBUG] [col.serial.MySensorsSerialConnection] - Final port list: /dev/ttyUSB0 21:12:24.494 [DEBUG] [col.serial.MySensorsSerialConnection] - Successfully connected to serial port. 21:12:24.515 [DEBUG] [col.serial.MySensorsSerialConnection] - Waiting 3 seconds to allow correct reset trigger on serial connection opening 21:12:24.557 [DEBUG] [org.openhab.binding.mysensors ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.config.discovery.DiscoveryService}={service.id=349, service.bundleid=181, service.scope=singleton} - org.openhab.binding.mysensors 21:12:24.627 [DEBUG] [.discovery.MySensorsDiscoveryService] - Starting MySensors discovery scan 21:12:24.644 [DEBUG] [nsors.handler.MySensorsBridgeHandler] - Initialization of the MySensors bridge DONE! 21:12:24.688 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing 'mysensors:bridge-ser:gateway' has been updated. 21:12:24.711 [DEBUG] [sensors.internal.event.EventRegister] - Listener org.openhab.binding.mysensors.handler.MySensorsThingHandler@95e2ff not present, cannot remove it 21:12:24.738 [WARN ] [.smarthome.config.core.Configuration] - Could not set field value for field 'nodeId': Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.nodeId to java.lang.String java.lang.IllegalArgumentException: Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.nodeId to java.lang.String at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)[:1.8.0_121] at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)[:1.8.0_121] at sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:98)[:1.8.0_121] at java.lang.reflect.Field.set(Field.java:764)[:1.8.0_121] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:523)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:500)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:560)[30:org.apache.commons.lang:2.6.0] at org.eclipse.smarthome.config.core.Configuration.as(Configuration.java:96)[94:org.eclipse.smarthome.config.core:0.9.0.b5] at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.getConfigAs(BaseThingHandler.java:248)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.initialize(MySensorsThingHandler.java:71)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.thingUpdated(BaseThingHandler.java:192)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:528)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[98:org.eclipse.smarthome.core:0.9.0.b5] at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121] at java.lang.Thread.run(Thread.java:745)[:1.8.0_121] 21:12:24.783 [WARN ] [.smarthome.config.core.Configuration] - Could not set field value for field 'childId': Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.childId to java.lang.String java.lang.IllegalArgumentException: Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.childId to java.lang.String at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)[:1.8.0_121] at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)[:1.8.0_121] at sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:98)[:1.8.0_121] at java.lang.reflect.Field.set(Field.java:764)[:1.8.0_121] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:523)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:500)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:560)[30:org.apache.commons.lang:2.6.0] at org.eclipse.smarthome.config.core.Configuration.as(Configuration.java:96)[94:org.eclipse.smarthome.config.core:0.9.0.b5] at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.getConfigAs(BaseThingHandler.java:248)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.initialize(MySensorsThingHandler.java:71)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.thingUpdated(BaseThingHandler.java:192)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:528)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[98:org.eclipse.smarthome.core:0.9.0.b5] at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121] at java.lang.Thread.run(Thread.java:745)[:1.8.0_121] 21:12:24.840 [DEBUG] [ensors.handler.MySensorsThingHandler] - Configuration: MySensorsSensorConfiguration [nodeId=0, childId=0, requestAck=false, revertState=true, smartSleep=false, childUpdateTimeout=-1, nodeUpdateTimeout=-1, requestHeartbeatResponse=false] 21:12:24.862 [WARN ] [.smarthome.config.core.Configuration] - Could not set field value for field 'nodeId': Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.nodeId to java.lang.String java.lang.IllegalArgumentException: Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.nodeId to java.lang.String at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)[:1.8.0_121] at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)[:1.8.0_121] at sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:98)[:1.8.0_121] at java.lang.reflect.Field.set(Field.java:764)[:1.8.0_121] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:523)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:500)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:560)[30:org.apache.commons.lang:2.6.0] at org.eclipse.smarthome.config.core.Configuration.as(Configuration.java:96)[94:org.eclipse.smarthome.config.core:0.9.0.b5] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.generateNodeFromThing(MySensorsThingHandler.java:336)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.addIntoGateway(MySensorsThingHandler.java:324)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.initialize(MySensorsThingHandler.java:76)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.thingUpdated(BaseThingHandler.java:192)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:528)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[98:org.eclipse.smarthome.core:0.9.0.b5] at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121] at java.lang.Thread.run(Thread.java:745)[:1.8.0_121] 21:12:24.910 [WARN ] [.smarthome.config.core.Configuration] - Could not set field value for field 'childId': Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.childId to java.lang.String java.lang.IllegalArgumentException: Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.childId to java.lang.String at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)[:1.8.0_121] at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)[:1.8.0_121] at sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:98)[:1.8.0_121] at java.lang.reflect.Field.set(Field.java:764)[:1.8.0_121] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:523)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:500)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:560)[30:org.apache.commons.lang:2.6.0] at org.eclipse.smarthome.config.core.Configuration.as(Configuration.java:96)[94:org.eclipse.smarthome.config.core:0.9.0.b5] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.generateNodeFromThing(MySensorsThingHandler.java:336)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.addIntoGateway(MySensorsThingHandler.java:324)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.initialize(MySensorsThingHandler.java:76)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.thingUpdated(BaseThingHandler.java:192)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:528)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[98:org.eclipse.smarthome.core:0.9.0.b5] at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121] at java.lang.Thread.run(Thread.java:745)[:1.8.0_121] 21:12:24.970 [WARN ] [.smarthome.config.core.Configuration] - Could not set field value for field 'nodeId': Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.nodeId to java.lang.String java.lang.IllegalArgumentException: Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.nodeId to java.lang.String at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)[:1.8.0_121] at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)[:1.8.0_121] at sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:98)[:1.8.0_121] at java.lang.reflect.Field.set(Field.java:764)[:1.8.0_121] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:523)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:500)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:560)[30:org.apache.commons.lang:2.6.0] at org.eclipse.smarthome.config.core.Configuration.as(Configuration.java:96)[94:org.eclipse.smarthome.config.core:0.9.0.b5] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.generateNodeFromThing(MySensorsThingHandler.java:337)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.addIntoGateway(MySensorsThingHandler.java:324)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.initialize(MySensorsThingHandler.java:76)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.thingUpdated(BaseThingHandler.java:192)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:528)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[98:org.eclipse.smarthome.core:0.9.0.b5] at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121] at java.lang.Thread.run(Thread.java:745)[:1.8.0_121] 21:12:25.015 [WARN ] [.smarthome.config.core.Configuration] - Could not set field value for field 'childId': Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.childId to java.lang.String java.lang.IllegalArgumentException: Can not set int field org.openhab.binding.mysensors.config.MySensorsSensorConfiguration.childId to java.lang.String at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)[:1.8.0_121] at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)[:1.8.0_121] at sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:98)[:1.8.0_121] at java.lang.reflect.Field.set(Field.java:764)[:1.8.0_121] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:523)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:500)[30:org.apache.commons.lang:2.6.0] at org.apache.commons.lang.reflect.FieldUtils.writeField(FieldUtils.java:560)[30:org.apache.commons.lang:2.6.0] at org.eclipse.smarthome.config.core.Configuration.as(Configuration.java:96)[94:org.eclipse.smarthome.config.core:0.9.0.b5] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.generateNodeFromThing(MySensorsThingHandler.java:337)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.addIntoGateway(MySensorsThingHandler.java:324)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.openhab.binding.mysensors.handler.MySensorsThingHandler.initialize(MySensorsThingHandler.java:76)[181:org.openhab.binding.mysensors:2.2.0.201708090807] at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.thingUpdated(BaseThingHandler.java:192)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:528)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.thing.internal.ThingManager$7.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b5] at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[98:org.eclipse.smarthome.core:0.9.0.b5] at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121] at java.lang.Thread.run(Thread.java:745)[:1.8.0_121] 21:12:25.072 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Merging child map: {} with: {0=MySensorsChild [childId=0, nodeValue={V_VAR3=MySensorsVariableVVar3 [value=null], V_VAR1=MySensorsVariableVVar1 [value=null], V_VAR4=MySensorsVariableVVar4 [value=null], V_VAR5=MySensorsVariableVVar5 [value=null], V_ID=MySensorsVariableVId [value=null], V_VAR2=MySensorsVariableVVar2 [value=null], V_TEMP=MySensorsVariableVTemp [value=null]}]} 21:12:25.096 [DEBUG] [ensors.handler.MySensorsThingHandler] - Event listener for node 0-0 not registered yet, registering... 21:12:25.142 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'mysensors:temperature:gateway:tempgang01' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE 21:12:25.229 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing 'mysensors:temperature:gateway:tempgang01' has been updated. 21:12:27.548 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;gateway started, id=0, parent=0, distance=0 21:12:27.552 [DEBUG] [rsAbstractConnection$MySensorsWriter] - Sending to MySensors: 0;0;3;0;2; 21:12:27.589 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;14;Gateway startup complete. 21:12:27.614 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;2;1.5.1 21:12:27.640 [DEBUG] [rsAbstractConnection$MySensorsReader] - Good,Gateway is up and running! (Ver:1.5.1) 21:12:27.722 [DEBUG] [ensors.factory.MySensorsCacheFactory] - Writing on cache given_ids, content: [0] 21:12:27.774 [INFO ] [col.serial.MySensorsSerialConnection] - Successfully connected to MySensors Bridge. 21:12:31.466 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;read: 3-3-0 s=1,c=1,t=0,pt=7,l=5,sg=0:22.0 21:12:31.498 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 3;1;1;0;0;22.0 21:12:31.517 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;read: 3-3-0 s=0,c=1,t=1,pt=7,l=5,sg=0:37.0 21:12:31.544 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 3;0;1;0;1;37.0 21:12:31.565 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 0;0;3;0;9;read: 3-3-0 s=4,c=1,t=23,pt=2,l=2,sg=0:0 21:12:31.594 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 3;4;1;0;23;0is something changed
-
@ikjes said in openhabian +mysensors binding 2.2:
[ nodeId="1" , childId="11" ]
Imho this needs to be
[ nodeId=1 , childId=11 ]Read the patchnotes from the latest mysensors binding update ;)
-
so i was not crazy....
after deleting all 143 items, installing new openhab. configure everything.....
yep ...i forgot to read them ... mea culpa.... ;)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login