macieiks wrote:
@Corbin, thank you for the update.
Please let me know if motion sensor is triggered for 1 minute after interaction and then status is being changed to normal after this 1 min ? Or it trigger for ~10sec and then going to sleep for 1 min and any "movement" within this time will not be detected unless 1 minute will pass ?
It sends a motion message, then sleeps for 1 minute. After 1 minute it is ready to detect again. When it is no longer detecting motion, it will send two no_motion messages.
It will not detect movement inside the 1 minute whilst it is sleeping. The delay is more on the side of detecting no_motion, as this cannot happen immediately, as compared to a sensor that repeatedly detects motion every few seconds.
This is output from one of my sensors, from a little earlier today:
Code: Select all
2017-01-05 17:01:34.863 {"cmd":"report","model":"motion","sid":"158d0000fd32c2","short_id":1950,"data":"{\"status\":\"motion\"}"}
2017-01-05 17:02:36.508 {"cmd":"report","model":"motion","sid":"158d0000fd32c2","short_id":1950,"data":"{\"status\":\"motion\"}"}
2017-01-05 17:03:41.430 {"cmd":"report","model":"motion","sid":"158d0000fd32c2","short_id":1950,"data":"{\"status\":\"motion\"}"}
2017-01-05 17:04:41.642 {"cmd":"report","model":"motion","sid":"158d0000fd32c2","short_id":1950,"data":"{\"status\":\"motion\"}"}
2017-01-05 17:05:43.287 {"cmd":"report","model":"motion","sid":"158d0000fd32c2","short_id":1950,"data":"{\"status\":\"motion\"}"}
2017-01-05 17:08:43.001 {"cmd":"report","model":"motion","sid":"158d0000fd32c2","short_id":1950,"data":"{\"status\":\"no_motion\"}"}
2017-01-05 17:15:42.341 {"cmd":"report","model":"motion","sid":"158d0000fd32c2","short_id":1950,"data":"{\"status\":\"no_motion\"}"}