-
Notifications
You must be signed in to change notification settings - Fork 17
Description
The EDC kit with its web dashboard don't work properly.
When the device is provisioned the dashboard can read the state of the demo board (buttons and quad counter), but it can't control the LEDs.
In kura.log you can read this error:
[MQTT Call: 00600C83B323] ERROR o.e.k.c.c.CloudServiceImpl - Error during CloudClientListener notification.
java.text.ParseException: Not a valid request payload
at org.eclipse.kura.message.KuraRequestPayload.buildFromKuraPayload(KuraRequestPayload.java:57)
at org.eclipse.kura.core.cloud.CloudServiceImpl.onMessageArrived(CloudServiceImpl.java:468)
at org.eclipse.kura.core.data.DataServiceListeners.onMessageArrived(DataServiceListeners.java:106)
at org.eclipse.kura.core.data.DataServiceImpl.onMessageArrived(DataServiceImpl.java:332)
at org.eclipse.kura.core.data.transport.mqtt.DataTransportListeners.onMessageArrived(DataTransportListeners.java:144)
at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.messageArrived(MqttDataTransport.java:602)
at org.eclipse.paho.client.mqttv3.internal.CommsCallback.handleMessage(CommsCallback.java:354)
at org.eclipse.paho.client.mqttv3.internal.CommsCallback.run(CommsCallback.java:162)
at java.lang.Thread.run(Thread.java:724)
I've used the 3.1.0 version of ESF on a ReliaGATE10-20.
The idea it's that problem is about the missing signature don't provided from the dashboard.