Error messages / full error message screenshot / log file
the model doesn’t count all the events ;;;;
today : i received 7 events (i saw them in postman also i verified them in the device management as you see ) ; but
not all of them is being counted through the analytical model
please see comment too i have added other screenshot for the problem to explain better : smiling_face_with_tear:
I think the problem might be that the Event input block produces a Pulse and the the Counter block does not count these properly. In the past I suggested using a “Constant Value” block in between the two blocks:
both the second and the third model work for me. What is the exact problem that you observe? Some events are not counted? Can you see a pattern in what is counted and what is not?
Few things to observe:
Did you check about timestamps and “Ignore timestamps” as Robert suggested? In your screenshot, “Ignore timestamp” is off. This means that if an event arrives a few seconds delayed from its timestamp it will be dropped.
Can you double check that the type of the event is indeed “UDI-Event” by using the REST API?