luigifab / python-radexreader

Reader for the RADEX RD1212 and the RADEX ONE Geiger counters.
GNU General Public License v2.0
11 stars 3 forks source link

Radex RD1212v1 - Read data in realtime #4

Closed Thempra closed 3 years ago

Thempra commented 3 years ago

(Device Radex 1212 without BT) Setup like official doc: https://quartarad.com/rd1212-software-radexread/

I tried with all commands (tail, readlast, jsonlast, .... ) but never refresh data.

It would be a great feature (realtime) to process json data by other monitor apps.

luigifab commented 3 years ago

To work, you must configure your Radex to save measures. Go to Menu, Data collection, check On, and set Recording period to 1 minute, and save (like the official doc, but my device never display Connected to PC, only USB).

Wait 1 minute and re run the tail command:

image

If it doesn't work, perhaps you can test the init.py provided in #3.

Thempra commented 3 years ago

Maybe it's a firmware/hardware question .... I have Version 1.1 (Menu / Service)

luigifab commented 3 years ago

EDIT: oh sorry, I understand you 15 days after... if the tail command never update for you, I don't know, have you "real-time" with original software (radexread)? or are you forced to disconnect the device to get new measures?

Thempra commented 3 years ago

Yes, I tried it and same results, read ok, but no read in realtime. I will contact with radex support to upgrade device firmware.

Thx !!