Silvercrest wifi socket problem

Hi,

I’ve a silvercrest socket, and apparently it’s detected and the state change when I pull the socket button:

2018-05-01 19:51:02.178 [DEBUG] [restWifiSocketUpdateReceiverRunnable] - Received packet from: 192.168.1.72. Will process the packet…
2018-05-01 19:51:02.179 [DEBUG] [er.SilvercrestWifiSocketMediatorImpl] - Received packet from: 192.168.1.72 with content: [OFF]
2018-05-01 19:51:02.180 [DEBUG] [er.SilvercrestWifiSocketMediatorImpl] - Received message delivered with success to handler of mac ACCF233427FA
2018-05-01 19:51:02.181 [DEBUG] [restWifiSocketUpdateReceiverRunnable] - Message delivered with success to mediator.
2018-05-01 19:51:04.378 [DEBUG] [restWifiSocketUpdateReceiverRunnable] - Received packet from: 192.168.1.72. Will process the packet…
2018-05-01 19:51:04.379 [DEBUG] [er.SilvercrestWifiSocketMediatorImpl] - Received packet from: 192.168.1.72 with content: [ON]
2018-05-01 19:51:04.380 [DEBUG] [er.SilvercrestWifiSocketMediatorImpl] - Received message delivered with success to handler of mac ACCF233427FA
2018-05-01 19:51:04.381 [DEBUG] [restWifiSocketUpdateReceiverRunnable] - Message delivered with success to mediator.

but when I create a item in openhab, the command is not send to the socket… Can anyone help?

items:
Group gSockets “Tomadas”
Switch socketmultiusos “Tomada Multiusos” (gSockets) { channel=“silvercrestwifisocket:wifiSocket:multiusos:switch”, autoupdate=“false” }

thing:
sockets.things:Thing silvercrestwifisocket:wifiSocket:multiusos [ macAddress=“ACCF23527FA”, vendor=“Lidl_Silvercrest” ]

Best Regards,

Hi,

Can anyone help?

Best Regards,

Well, it looks like the documentation is not correct, the vendor has to be in capital letters! After replacing the configuration with:

Thing silvercrestwifisocket:wifiSocket:multiusos [macAddress = “ACCF233427FA”, vendor = “LIDL_SILVERCREST”]

It started working correctly.