testo / tjf

Schema definitions of the Testo JSON format (tjf). Used in t300 / t330 / t330i / t400 / t420 / SmartProbes / t550 / t557 / t550s / t557s / testo Smart
https://www.testo.com
Apache License 2.0
7 stars 3 forks source link

Help needed: testo 330-2 LL missing XMLID property from Channels type #16

Open GuzmanHrz opened 2 years ago

GuzmanHrz commented 2 years ago

Hello,

The simulator of the app Testo Combustion return a Json with a XMLID property inside the Type object of each Channel but the real device testo 300 don't.

Is this related to the Slim / Extended Schema ? I notice that both use the "schemaVersion": "1.0.4".

How can I make the t330 to return the data with the extended schema? Is there a configurable option in the device itself?

Thanks in advance

GuzmanHrz commented 2 years ago

Hello , our client have another device testo 330, in this case the name device is 330LL-2 (So the same model?). Same version schema ... but this one does include the xmlid property beside de fact that the name of some of the mesures is different (O₂, O2, CO₂, CO2, uCO, uCOu.)

I don't have physical access to the devices that's why I'm asking if there is an option setting to get the xmlid property for each measure in both devices (assuming that the xmlid will be the same) so will be easy to access the values. I'm gonna try access them by the description , for now the property most coherent between the 2 devices

I attach the jsons returned by each device

testo 330LL-2.txt testo 330-2 LL.txt

Best regards