StaRTED warnUnable to execute hubAction:delay 2000

Hi,
Started getting the following errors:
warnUnable to execute hubAction:delay 2000 sent from Door Big 1, invalid or unspecified protocol.

This is on the Xiumi door sensor and on the Xiumi volume sensor.
It started after the last update 2.2.4.158 (or maybe version before)

  1. How can I get the list of changes done in each sub version? so that I can understand why it stopped working?
  2. what can I do with it?
  3. I removed the delay 2000 from the code, but I'm still getting this error.

// ArrayList cmd = ["he raw $rattrArgs", "delay $delay"] //GF
ArrayList cmd = ["he wattr $wattrArgs"]

why delay 2000 doesn't work any more?

Are you using the community driver by Markus for this device? If so, update to the latest version, where this issue has been fixed. Nothing changed on Hubitat except that it started exposing this message to users in the logs instead of silently "eating" it.

Alternatively, if you wrote your own driver and are trying to troubleshoot that, I'd recommend providing more context, though there are examples of how to do this in other recent posts.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.