A1102 utility of LoraWan?

Hi, I’m using sencecap A1102 with person detection and connected to LoRaWan and receive some data like

    measurementId:"4165"
    measurementValue:0.65
    type:"person Conf"

measurementValue:"Person Detection--Swift YOLO"
measurementId:"4174"
type:"Model Type"

With Person count and connected to LoRaWan I receive some data like

valid:true

        measurementValue:"Person Detection"
        type:"Model Type"
        measurementId:"4174"

err:0

I send data every 5mn to LoRaWan.

What is the advantage to send data to LoRaWan ?
There is no information received on TTN for person detect and no information of person count …

Or maybe I do somethong wrong …

My purpose is to collect data with lorawan to count people.
A1102 needs to save data add people count send total very x minutes put count to zero and loop.

Hi Cobalt
I just tried to set up my own A1102…Not succesful to join the TTG platform
I entered Join EUI/APP KEY bit device is not registered to TTN. May I ask if you faced problems to connect to The Things TTN. OR did you use SensCAP Platform? I want to use the device for People Counting the same as you. If I can get my device working I will pass my ideas to you.

I now have my own A1102 reporting to The Things LORAWAN,
I get similar results and it does not recognise 2 persons!
My payload raw is
“valid”: true
301205FFFFFC18FFFFFC183234FFFFFC18FFFFFC183256FFFFFC18FFFFFC183278FFFFFC18FFFFFC18339A05FFFFFC183F3202C0

The decode is
measurementId": “4174”,
“measurementValue”: “Person Detection”,
“type”: “Model Type”
}

Absolutely useless!

Look at how the sensor formats the payload and check TTN’s payload decoder. You may need to modify the decoder to correctly interpret the data, especially for person count and detection.