alexreinert / piVCCU

piVCCU is a project to install the original Homematic CCU3 firmware inside a virtualized container (lxc) on ARM based single board computers.
Apache License 2.0
300 stars 62 forks source link

piVCCU does not detect HM-RFUSB #506

Closed kornet9m133 closed 11 months ago

kornet9m133 commented 11 months ago

Hi,

I created SD card with clean image RaspberryPiOS_lite_piVCCU3_2020-12-07.img and started on RPI4 with new HM-RFUSB stick. After boot I get

root@raspberrypi:/home/pi# pivccu-info piVCCU version: 3.53.34-50 Kernel modules: Available Raw UART dev: Available Rasp.Pi UART: Assigned to GPIO pins HMRF Hardware: unknown Board serial: unknown Radio MAC: unknown HMIP Hardware: unknown SGTIN: unknown Radio MAC: unknown State: STOPPED

dmesg also shows the usb stick

[ 73.542507] usb 1-1.1: new full-speed USB device number 4 using xhci_hcd [ 73.677648] usb 1-1.1: New USB device found, idVendor=1b1f, idProduct=c020, bcdDevice= 1.00 [ 73.677656] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 73.677663] usb 1-1.1: Product: eQ-3 HmIP-RFUSB [ 73.677670] usb 1-1.1: Manufacturer: Silicon Labs [ 73.677676] usb 1-1.1: SerialNumber: 3014F711A0000420C9A1799B

To verify that the HM-RFUSB is working I tried RaspberryMatic-3.69.7.20230626-rpi4 and it is detected and works fine.

Do I need to change some config for piVCCU ? What could be the problem ?

Any help is very welcome, thank you.

kornet9m133 commented 11 months ago

sorry, did not see the section on how to reconfigure for radio module: dpkg-reconfigure pivccu3 now it works