Hello,
I have installed Home Assistant in a raspbian as per the Home Assistant Supervised installation guidelines.
For some reason I cannot get the TEMPer sensor to get detected. I’ve followed the guidelines here:
But it doesn’t work.
When I do a lsusb it shows as:
Bus 001 Device 005: ID 0c45:7401 Microdia TEMPer Temperature Sensor
When I had the Home Assistant installed in the raspbian as a virtual env with python everything worked great.
The sensor works as I tested following the instructions at: https://thepihut.com/blogs/raspberry-pi-tutorials/how-to-use-the-temper-usb-sensors
Here is some more info:
Core
Version
core-2021.2.1
Newest Version
core-2021.2.2
Supervisor
Version
supervisor-2021.02.6
Newest Version
supervisor-2021.02.6
You are running an unsupported installation. Learn more -> Don’t know why this happens as I followed the guide…
CHANGEOperating System
Raspbian GNU/Linux 10 (buster)
Docker version
20.10.3
From the ssh addon:
doing a lsusb I get:
Bus 001 device 004: ID 0c45:7401
which is the Temper USB Sensor…
My configuration.yaml has this;:
Temperature sensor
sensor:
- platform: temper
name: Medidor Temp USB
offset: -10
My udev from the raspbian looks like this:
$ cat /etc/udev/rules.d/99-tempsensor.rules
SUBSYSTEMS==“usb”, ACTION==“add”, ATTRS{idVendor}==“0c45”, ATTRS{idProduct}==“7401”, MODE=“666”
SUBSYSTEMS==“usb”, ACTION==“add”, ATTRS{idVendor}==“0c45”, ATTRS{idProduct}==“7402”, MODE=“666”
If i do this on raspbian:
$ temper-poll
Found 1 devices
Device #0: 22.6°C 72.7°F
What could I be doing wrong?
regards,
PMB.