Many minutes of delay for Kaipule Door/Window Open Sensor (IM20) status update on Openhab 2

  • Platform information: Raspberry PI 3 b+ / Linux openHABianPi 4.14.68-v7+
    • Hardware: CPU=armv7l/RAM=1GB/STORAGE=32GB
    • OS: Openhabian
    • Java Runtime Environment: openjdk version “1.8.0_152”
    • openHAB version: 2.3.0
    • Daughter card: razberry V2, service=z-way-server
  • Issue of the topic: status delay
  • logs

/var/log/z-way-server.log

===> [2018-09-17 21:47:04.813] [I] [core] Notification: device-info (device-OnOff):{"dev":"Door/Window","l":"on","location":""}
[2018-09-17 21:47:04.818] [D] [zway] RECEIVED: ( 01 0F 00 04 00 02 09 71 05 00 00 00 FF 06 16 00 64 )
[2018-09-17 21:47:04.818] [D] [zway] SENT ACK

/srv/openhab2-logs/events.log

2018-09-17 21:37:46.400 [hingStatusInfoChangedEvent] - 'yahooweather:weather:eac02fd0' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): The Yahoo Weather API is not available for the location 1968179.
2018-09-17 21:42:47.188 [hingStatusInfoChangedEvent] - 'yahooweather:weather:eac02fd0' changed from OFFLINE (COMMUNICATION_ERROR): The Yahoo Weather API is not available for the location 1968179. to ONLINE
===> 2018-09-17 21:51:33.843 [vent.ItemStateChangedEvent] - OpenSensor_KaipuleTechnologyCoLtdDoorWindow2 changed from CLOSED to OPEN
2018-09-17 21:51:34.181 [me.event.ThingUpdatedEvent] - Thing 'zway:zwayDevice:172_16_1_240:2' has been updated.

Hello,

I’m new to Openhab.
Recently i bought RPI 3 b+, Razberry daughter card and a Door/Window Open Sensor by Kaipule (Model IM20).
I use Openhabian OS on the RPI.
After setting up all the system components I’m able to access both Openhab2 URL (http://openhabianpi:8080) and z-way-server URL (http://openhabianpi:8083).

The problem I have is that once I open or close the sensor the status is immediatly updated on the z-way-server url (openhabianpi:8083) but it takes many minuts on the openhab url (openhabiabpi:8080) to update the status.
It is between 5 to 30 minutes delay.

As denoted by the “===>” mark on the above logs, the Razberry z-way-server detected the “open” event immediatly at 2018-09-17 21:47:04.813, but OH change the status few minutes later at 018-09-17 21:51:33.843, Usually it takes even longer.

Please help,
Thanks, Meir.