g1velo / SNAVXbee2

0 stars 0 forks source link

Unable to send commands to End Device through Classic ui using OpenHAB2. #5

Closed amarpulli1994 closed 7 years ago

amarpulli1994 commented 7 years ago

@g1velo Hello, I am trying to do send commands to end device through classic ui. But in my case unable to send commands to End device and sending 111 Synced sending command : b to : 000D6F000BABC298 command every 6 minutes automatically without change state like ON to OFF, as below screen shot

upload error

Once I will send the command to end device through classic ui, getting some warning in log files. See below my log file


19:10:56.883 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'DemoSwitch'
received command OFF
19:10:56.887 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate up
date 'OFF' for item 'DemoSwitch' to handler for channel 'snavxbee2:sample:gatewa
y:0013A20040E82954:DIO12', because no thing with the UID 'snavxbee2:sample:gatew
ay:0013A20040E82954' could be found.
19:10:56.887 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate co
mmand 'OFF' for item 'DemoSwitch' to handler for channel 'snavxbee2:sample:gatew
ay:0013A20040E82954:DIO12', because no thing with the UID 'snavxbee2:sample:gate
way:0013A20040E82954' could be found.
19:10:56.887 [INFO ] [marthome.event.ItemStateChangedEvent] - DemoSwitch changed
 from ON to OFF

Item Configuration: Switch DemoSwitch "Switch" { channel = "snavxbee2:sample:gateway:0013A20041268524:AD0DIO1" } I tried to set channels , but it is not getting the packet. I am using OpenHAB 2.

Thanks, Amar.

amarpulli1994 commented 7 years ago

@g1velo

Will this also be resolved this week after your changes?

Thanks