Read input status from GPIO

I have a problem reading the status of GPIO. I give + 3.3V GPIO number 19. After the command “gpio ReadAll” status changes from 0 to 1 (mode: IN). In Items in Openhab I added a line: Contact Pir {gpio = “pin 19 activelow: yes”} but logs nothing changes. How do OpenHab reading the status of inputs in the Raspberry Pi?