Skip to content

Adding support for GQ RadonPro #133

@neofob

Description

@neofob

This equipment has both Radon and Geiger counter.

Error message from current pygmc v0.14.1

Unable to auto assign Device=RadonProRe2.02
Please open an issue https://github.com/Wikilicious/pygmc/issues
Traceback (most recent call last):
  File "/usr/local/bin/gmc-service.py", line 19, in <module>
    gmc = pygmc.connect()
          ^^^^^^^^^^^^^^^
  File "/home/ubuntu/venv/lib/python3.12/site-packages/pygmc/__init__.py", line 92, in connect
    gc = device_class(
         ^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable

The device shows up as /dev/ttyUSB0. Here is the snippet from dmesg

[2328755.239850] usb 3-1.3: new full-speed USB device number 101 using xhci_hcd
[2328755.326347] usb 3-1.3: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[2328755.326357] usb 3-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[2328755.326360] usb 3-1.3: Product: USB Serial
[2328755.336999] ch341 3-1.3:1.0: ch341-uart converter detected
[2328755.337993] usb 3-1.3: ch341-uart converter now attached to ttyUSB0

Product webpage

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions