TTN payload arriving twice at mydevices/cayenne

Dear TTN-Team,

I am encountering some problems with the displaying of the sensor data. We are using Arduino IDE with this library:


version 1.0.2 (1.0.3 has been released a couple of days).

We transmit the following parameters:
lpp.addTemperature(1, Temperature0);
lpp.addTemperature(2, Temperature1);
lpp.addTemperature(3, Temperature2);
lpp.addAnalogInput(4, moisture);
lpp.addAnalogInput(5, batteryLevel);

As you can see from the attached .png, the parameters arrive multiple times and the values are also different. Have you seen clients with these problems?ground_sensor

Best regards and thank you,
Marco