Ales Rosina

Results 14 comments of Ales Rosina

> Can you post your gpio.yaml (assuming you use V3) and the logs? Sure: ``` pin_factory: type: lgpio.LGPIOFactory input_devices: VolumeRotator: type: RotaryEncoder kwargs: a: 27 b: 22 actions: on_rotate_clockwise: alias:...

> > pin_factory: type: lgpio.LGPIOFactory > > I think the changed factory is not needed if you only swapped the libs. Can you try with the "old"/original? Tried. Same result....

> > Should I also try to replace libs as suggested in first comment? [#2313 (comment)](https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/2313#issuecomment-2030579144) > > Probably not important, since rfid reader works ... > > No, as...

> Did you activate GPIO in jukebox.yaml? > > Line 106: > > ``` > gpioz: > enable: true > config_file: ../../shared/settings/gpio.yaml > ``` > > `enable` needs to be...