Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Good Morning, #576

Closed
theimo1221 opened this issue Sep 5, 2023 · 1 comment
Closed

Good Morning, #576

theimo1221 opened this issue Sep 5, 2023 · 1 comment

Comments

@theimo1221
Copy link
Collaborator

          Good Morning,

I reduced the log to the relevant lines:

ring.0
2023-08-26 14:10:09.631	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:09:44.250	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:09:04.629	debug	Device ???xxx??? ("Haustür"): Recieved Ding Event ([Object: null prototype] { ding: ...
2023-08-26 14:09:04.628	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (true)
2023-08-26 14:08:42.606	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:08:39.248	debug	Device ???xxx??? ("Haustür"): Recieved Ding Event ([Object: null prototype] { ding: ...
2023-08-26 14:08:39.246	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (true)
2023-08-26 14:08:38.242	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:08:27.194	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:08:22.291	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:07:37.605	debug	Device ???xxx??? ("Haustür"): Recieved Ding Event ([Object: null prototype] { ding: ...
2023-08-26 14:07:22.192	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (true)
2023-08-26 14:07:17.290	debug	Device ???xxx??? ("Haustür"): Recieved Ding Event ([Object: null prototype] { ding:...
2023-08-26 14:07:17.289	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (true)
2023-08-26 14:07:13.442	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:07:12.409	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:07:05.412	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:07:05.334	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:52.962	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:47.829	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:37.591	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:32.507	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:27.339	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:27.147	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:17.105	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:10.488	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (false)
2023-08-26 14:06:08.442	debug	Device ???xxx??? ("Haustür"): Recieved Ding Event ([Object: null prototype] { ding:...
2023-08-26 14:06:08.441	debug	Device ???xxx??? ("Haustür"): Recieved Motion Event (true)`

As we are only reacting on events from https://github.com/dgreif/ring I think @dgreif should give this a look:

this._ringDevice.onMotionDetected.subscribe(
{
next: (motion: boolean) => {
this.onMotion(motion)
},
error: (err: Error) => {
this.catcher(`Motion Observer recieved error`, err)
},
}
);

Originally posted by @theimo1221 in #548 (comment)

@theimo1221
Copy link
Collaborator Author

Missclick

@theimo1221 theimo1221 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant