Openhab does not actualise the values of thing GATEWAY_EXTRAS to read Values from RaspberryMatic

I have created a thing GATEWAY_EXTRAS manually to read severals values (sysvars) from RaspberryMatic. My existing homematic Bridge is assigned to GATEWAY_EXTRAS. The thing reads the values correctly from RaspberryMatic. But it doesn’t actualize the values regularly. It reads the value at the start of openhab and it reads the values correctly if I restart the bridge manually. I have already created a rule which shall trigger the item RELOAD ALL FROM GATEWAY controlled by a cron task (send command on to RELOAD ALL FROM GATEWAY). But this didn’t help. The bridge works correctly. Other 10 Homematic Devices from RaspberryMatic are actualised regularly and correctly and use the same bridge to RaspberryMatic. In the log viewer I can’t find any trace or messages of this thing. And my log level for homematic is set to TRACE. I have a second GATEWAY_EXTRAS thing, which was created by the discovery earlier. I use this to trigger the reload of the 10 homematic devices and it works since a year. Is it not allowed to have two Gateway Extras things ?
What can be the reason that this thing is not actualized or read regularly ?


ed ?

Have you red the doc? :melting_face:

Homematic - Bindings | openHAB

This is a known “issue” on the homematic side…
Use a rule to trigger the sync by event or cron…

1 Like

thanks. I have created a script, triggered by cron every minute which sends REFRESH Commands to the items. After deleting and creating the GATEWAY_EXTRAS thing, it works with this script