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
6 stars 3 forks source link

QUESTION: Is it possible to fetch data automatically? #1

Closed roefy closed 2 years ago

roefy commented 3 years ago

I did create an app which asks data from the Testo Smart Probes app via the App2App protocol. Is it possible to get the actual measuring points automatically (like through an extra parameter into the calling URL) in stead of pressing the "export" button in the app?

P.s. I was not able to add the "question" label to this issue.

gwaldvogel commented 3 years ago

Hi @roefy, unfortunately that is not possible right now, as most measurements require some form of user input. If you want to describe your use case in more detail I would be happy to open a feature request for you.

roefy commented 3 years ago

@gwaldvogel Hmm, that's bad for us, because we bought some Smart Probes sets for using them by us on the R&D department. Well, let's descripe our use case: We have writen a measurement system in which we read out a lot of devices and save the data of them on a computer. You must think about devices for logging Pt100, thermocouples, analog values, power loggers, CO/CO2 meters, etc. All of them via the network serial connection or modbus. It would be nice if we can add the Testo Smart probes to our system. What I want is a option to get every second the last measured value of the probe. The dev2dev protocol support this, right? So, maybe it is possible to add this protocol to the Testo Smart app? Or is this already implemented, while I saw an network option in the app?

roefy commented 2 years ago

@gwaldvogel I got some other information from your colleague in The Netherlands which helps me a lot. It works now like I described above. Thanks for your time and information!

andreasharbo commented 1 year ago

Hi, sorry to post on a closed issue, but I have just asked a similar question in a new issue. Do you think you, @roefy can relay the information you got from the colleague, here? :)

Cheers

roefy commented 1 year ago

I make use of the same API which @gwaldvogel describes in issue https://github.com/testo/tjf/issues/18. So that should work.