OH5.0 EcoFlow Binding

I’m very happy OH 5.0 offers an EcoFlow binding thanks to Profile - maniac103 - openHAB Community . I just configured the bridge and the thing for my powerstream and two items (for pv[12]-input#power) successfully.

Strange: The items only receive an update when I change the configuration file, e.g. ecoflow.items which contains

Number:Power EF_PV1_Input_Power "PV1 Eingangsleistung" <solar> {

    channel="ecoflow:powerstream:ecoflowapi:myPowerStream:pv1-input#power"

}

Number:Power EF_PV2_Input_Power "PV2 Eingangsleistung" <solar> {

channel="ecoflow:powerstream:ecoflowapi:myPowerStream:pv2-input#power"

}

The ecoflow.things file contains:

Bridge ecoflow:ecoflow-api:ecoflowapi [ accessKey="(my_key)", secretKey="(my_secret)" ]

{

Thing powerstream myPowerStream "EcoFlow power stream"  [ serialNumber="(my_serial)" ]

}

Does it need something like a refreshInterval ?

The issue is gone after the update to OH 5.0.1 -ruperts