Giter VIP home page Giter VIP logo

Comments (8)

santiagomoneta avatar santiagomoneta commented on July 19, 2024

I add this:

input: RDing TEMPerV1.4 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:0C45:7401.00C5/input/input98
[499738.463052] hid-generic 0003:0C45:7401.00C5: input,hidraw0: USB HID v1.10 Keyboard [RDing TEMPerV1.4] on usb-3f980000.usb-1.5/input0
[499738.470908] hid-generic 0003:0C45:7401.00C6: hiddev0,hidraw1: USB HID v1.10 Device [RDing TEMPerV1.4] on usb-3f980000.usb-1.5/input1
[504838.247426] usb 1-1.5: USB disconnect, device number 102
[504838.523455] usb 1-1.5: new low-speed USB device number 103 using dwc_otg
[504838.641482] usb 1-1.5: New USB device found, idVendor=0c45, idProduct=7401
[504838.641501] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[504838.641513] usb 1-1.5: Product: TEMPerV1.4
[504838.641523] usb 1-1.5: Manufacturer: RDing

from temper-python.

Stone-Hedge avatar Stone-Hedge commented on July 19, 2024

I'm seeing this problem also, on latest raspbian-lite.

from temper-python.

Stone-Hedge avatar Stone-Hedge commented on July 19, 2024

I think I have a solution. You need to run with Python3, and make sure you execute as root afterwards.

To do this, install python3 setuptools:

sudo apt-get install python3-setuptools

execute the installation script with:

sudo python3 setup.py install

and run temper-poll as root

sudo temper-poll

Worked for me

from temper-python.

Stone-Hedge avatar Stone-Hedge commented on July 19, 2024

I think this might only be a workaround as temper-snmp doesn't work with python3. Works fine if you don't need SNMP though

from temper-python.

stethewwolf avatar stethewwolf commented on July 19, 2024

Hi, I have tried to use, successfully, a virtual env both with python 2 and with python3.

rpi3 with Fedora release 26 (Twenty Six)

from temper-python.

LaszloGombos avatar LaszloGombos commented on July 19, 2024

Create a new file for udev (e.g. /etc/udev/rules.d/99-tempsensor.rules) with the following 2 lines
SUBSYSTEMS=="usb", ACTION=="add", ATTRS{idVendor}=="0c45", ATTRS{idProduct}=="7401", MODE="666"
SUBSYSTEMS=="usb", ACTION=="add", ATTRS{idVendor}=="0c45", ATTRS{idProduct}=="7402", MODE="666"

Save the file unplug and plug back the device and try again as a user (instead of root). Let us know if this helped !

from temper-python.

BrianGilbert avatar BrianGilbert commented on July 19, 2024

I think I have a solution. You need to run with Python3, and make sure you execute as root afterwards.

To do this, install python3 setuptools:

sudo apt-get install python3-setuptools

execute the installation script with:

sudo python3 setup.py install

and run temper-poll as root

sudo temper-poll

Worked for me

I did the same when I hit issues and it's working for me too.

from temper-python.

padelt avatar padelt commented on July 19, 2024

I'll close this issue as I suspect it is irrelevant by now. Please reopen as needed.

from temper-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.