Skip to main content
April 11, 2017
Question

Question to value stream

  • April 11, 2017
  • 2 replies
  • 1461 views

HI All,

I use Thingworx with extension to get information from broker mqtt.

I sent a json packet to broker Mqtt like that

any packet was sent every 20 seconds.

If I look the information stored into value stream I found more rows of those that I sent

after 8  json data (counter from 0 to 7)  sent to broker ->Thingworx I found 11 rows in value stream.

Why that ?

how I can avoid this ?

Many Thanks

Dimitri

2 replies

5-Regular Member
April 11, 2017

Hi Dimitri Bologna​,

Are you Subscribing and Publishing in the same MQTT Thing?

Which ThingTemplate from the Extension are you using?

April 11, 2017

Hi Ankit,

I used two different Thing :

1) the first implement the Thing Template MQTT (extension)

2) the second implement a Thing Template that was customization  from Mqtt thing template

For both sample there is the same issue.

For both example I use only the Subscription.

My configuration is:

- windows 7 64bit

- thingworx 7.2.3-b48

- presistent provide H2

- java jre 1.8

- tomcat 8.0.36

Many Thanks

Dimitri