You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to current implementation of this line in wifi_detection.rules, persistence detection is not working under the following circumstances:
When Persistence of the items Person_X_Wifi_LastSeen_Seconds is not set to restore on startup and one or more people are not at home when OpenHAB is started
Persistence cache got wiped while one or more people were not at home.
Log will show the error: Error during the execution of rule Wifi Detection: java.lang.Number. This is because line throws an error if Person_X_Wifi_LastSeen_Seconds is undefined (for e.g. after a restart or wipe of persistence cache) the remaining rule functions are not executed and the wifi detection can't work properly.
The text was updated successfully, but these errors were encountered:
Due to current implementation of this line in
wifi_detection.rules
, persistence detection is not working under the following circumstances:Person_X_Wifi_LastSeen_Seconds
is not set to restore on startup and one or more people are not at home when OpenHAB is startedLog will show the error:
Error during the execution of rule Wifi Detection: java.lang.Number
. This is because line throws an error ifPerson_X_Wifi_LastSeen_Seconds
is undefined (for e.g. after a restart or wipe of persistence cache) the remaining rule functions are not executed and the wifi detection can't work properly.The text was updated successfully, but these errors were encountered: