No requests to read from KNX

Hello!
I have in things:

Thing device PowerMeter 
    [
        address="1.1.9",
        fetch=true,
        pingInterval=300,
        readInterval=40
    ]
    {
        Type    number:      VL1N       [ga="14.028:<1/7/41"]
        // Other parametrs....

    }



in items:

Number  VL1N            "L1-N [%.1f V]"     {channel="knx:device:bridge:PowerMeter:VL1N"}

I was expecting, that OH will read 1/7/41 address every 40 sec and put the value to VL1N. But this does not happen. When I read this address from ETS I can get this value in OH, but I want, that OH makes requests to read itself. What I need to do?

Try [ga=“14.028:1/7/41+<1/7/41”]

1 Like

Thanks, but it I solved this problem. I don`t remember how, but it is working now)