-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Can't get On/Off working like it use to. #175
Comments
I turned the Xbox on Manually for that log. When it's turned off and I try to turn it on via HomeBridge UI, this is the log: [06/05/2023, 19:12:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Ping console, state: Offline |
I am seeing behavior that may be relevant regarding how the XBOX and Kinect are powered on in sequence. When the system as a whole is requested to be turned on via the XBOX remote, the XBOX powers on first, then the Kinect powers on after in sequence. When the system as a whole is requested to be turned on via the plugin, bot the XBOX and the Kinect power on simultaneously. When this happens, most of the time the Kinect game does not function and has to be manually re-launched. This is not needed when the XBOX is powered on by the XBOX remote. |
I’m not sure if my issue is related but I’m having a similar issue. Everything works (correct input shown on HomeKit , no issues switching on console from HomeKit .. only issue I have is I can’t switch off console from HomeKit ) |
Hi, Same issue here for me, also on Home Assistant, I think maybe something change after an update from Microsoft. I have this errors in the log : [9/29/2023, 7:46:36 AM] [XboxTv] Device: 192.168.1.22 Xbox Series X, set Power, error: send command type: Power, command: WakeUp, params: , error: status: 404, body: { Debug log doesn't much more, Many thanks for the help. |
I agree that it’s something that’s changed on the Xbox after an update. Mine was working perfectly then stopped. Checked the setting’s loads of times and there are correct but the command fails to send.
On 29 Sep 2023, at 08:19, Seexelas ***@***.***> wrote:
Hi,
Same issue here for me, also on Home Assistant, I think maybe something change after an update from Microsoft.
I have this errors in the log :
[9/29/2023, 7:46:36 AM] [XboxTv] Device: 192.168.1.22 Xbox Series X, set Power, error: send command type: Power, command: WakeUp, params: , error: status: 404, body: {
"status": {
"errorCode": "ErrorCallingWNS",
"errorMessage": "Send command failed"
},
"result": null,
"uiText": null,
"destination": null,
"userInfo": null,
"opId": "7c9b5090-12c0-4df0-8f96-664b578e9e98"
Debug log doesn't much more,
Many thanks for the help.
—
Reply to this email directly, view it on GitHub<#175 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABR6LKTTZGUPQOWKQVUHNOLX4ZY7HANCNFSM6AAAAAAXYIWG6U>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Try to use power On/Off over Web api |
Hi Grzegorz914, the error below, was with web api enabled : [9/29/2023, 7:46:36 AM] [XboxTv] Device: 192.168.1.22 Xbox Series X, set Power, error: send command type: Power, command: WakeUp, params: , error: status: 404, body: { **If Xbox is On, turn off with webapi works. Once turn on, and off. I can use the plugin to start the console... Very weird** Without webapi : [9/29/2023, 10:01:24 AM] [XboxTv] Device: 192.168.1.22 Xbox Series X, Power: OFF When I try turning off without API : 9/29/2023, 10:04:50 AM] [homebridge-xbox-tv] Error: The other webapi function (launch a game, go to dashboard are working). |
Ah OK, that must be something wrong with Microsoft services, try again later today and let me know. |
**If Xbox is On, turn off with webapi works. Once turn on, and off. I can use the plugin to start the console via web API Very weird** Also... the home assistant plugin which was giving the same error, is now working... maybe when the xbox is too long offline ? |
I’m not sure that will be a solution for me. I want to use the regular set top box buttons in the iOS Home app. I don’t think they work for the web API.
On 29 Sep 2023, at 09:13, Seexelas ***@***.***> wrote:
**If Xbox is On, turn off with webapi works.
Once turn on, and off. I can use the plugin to start the console via web API
Very weird**
—
Reply to this email directly, view it on GitHub<#175 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABR6LKRSZO27P37GFTX2N43X4Z7KJANCNFSM6AAAAAAXYIWG6U>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Closing this issue due to inactivity. |
The On/Off action in the Home app used to work fine, then stopped working one day.
The app still correctly displays the current state of the Xbox if I turn it on/off manually.
I have checked all my settings and I'm pretty sure they are correct:



Here is the debug log:
]
}
[06/05/2023, 19:09:40] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:09:40] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.009 sec ago.
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:09:41] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.003 sec ago.
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.005 sec ago.
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 3
[06/05/2023, 19:09:42] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:09:43] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:43] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:09:43] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:09:43] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 4
[06/05/2023, 19:09:43] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:09:43] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.483 sec ago.
[06/05/2023, 19:09:44] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.483 sec ago.
[06/05/2023, 19:09:45] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.484 sec ago.
[06/05/2023, 19:09:46] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:46] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:09:46] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:09:46] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 5
[06/05/2023, 19:09:46] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:09:46] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.474 sec ago.
[06/05/2023, 19:09:47] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.475 sec ago.
[06/05/2023, 19:09:48] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.475 sec ago.
[06/05/2023, 19:09:49] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:49] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:09:49] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:09:49] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 6
[06/05/2023, 19:09:49] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:09:49] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.457 sec ago.
[06/05/2023, 19:09:50] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.457 sec ago.
[06/05/2023, 19:09:51] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.457 sec ago.
[06/05/2023, 19:09:52] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:52] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:09:52] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:09:52] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 7
[06/05/2023, 19:09:52] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:09:52] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.449 sec ago.
[06/05/2023, 19:09:53] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.45 sec ago.
[06/05/2023, 19:09:54] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.45 sec ago.
[06/05/2023, 19:09:55] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:55] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:09:55] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:09:55] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 8
[06/05/2023, 19:09:55] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:09:55] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.44 sec ago.
[06/05/2023, 19:09:56] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.441 sec ago.
[06/05/2023, 19:09:57] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.442 sec ago.
[06/05/2023, 19:09:58] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:09:58] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:09:58] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:09:58] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 9
[06/05/2023, 19:09:58] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:09:58] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.429 sec ago.
[06/05/2023, 19:09:59] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.43 sec ago.
[06/05/2023, 19:10:00] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.43 sec ago.
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, Power: ON
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, Input: Dashboard, Reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application, Product Id: Dashboard
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, Accessory Nane: Xbox.
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, Discovery Mode: Always Discoverable
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, Current Media: STOP
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, Target Media: STOP
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, Mute: ON
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, Volume: 0
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 10
[06/05/2023, 19:10:01] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.486 sec ago.
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, Power: ON
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, Input: Dashboard, Reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application, Product Id: Dashboard
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, Accessory Nane: Xbox.
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, Discovery Mode: Always Discoverable
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, Current Media: STOP
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, Target Media: STOP
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, Mute: ON
[06/05/2023, 19:10:02] [XboxTv] Device: 192.168.114.2 Xbox, Volume: 0
[06/05/2023, 19:10:03] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.486 sec ago.
[06/05/2023, 19:10:04] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.486 sec ago.
[06/05/2023, 19:10:04] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:04] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:04] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:04] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 11
[06/05/2023, 19:10:04] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.477 sec ago.
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, Send power Off.
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 12
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Power Off.
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 13
[06/05/2023, 19:10:05] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.86 sec ago.
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, Power: ON
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, Input: Dashboard, Reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application, Product Id: Dashboard
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, Accessory Nane: Xbox.
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, Discovery Mode: Always Discoverable
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, Current Media: STOP
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, Target Media: STOP
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, Mute: ON
[06/05/2023, 19:10:06] [XboxTv] Device: 192.168.114.2 Xbox, Volume: 0
[06/05/2023, 19:10:07] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.861 sec ago.
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.862 sec ago.
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 14
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Disconnecting...
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 15
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, Disconnected.
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, set Power: OFF
[06/05/2023, 19:10:08] [XboxTv] Device: 192.168.114.2 Xbox, Power: ON
[06/05/2023, 19:10:10] [XboxTv] Device: 192.168.114.2 Xbox, Power: ON
[06/05/2023, 19:10:10] [XboxTv] Device: 192.168.114.2 Xbox, Input: Dashboard, Reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application, Product Id: Dashboard
[06/05/2023, 19:10:10] [XboxTv] Device: 192.168.114.2 Xbox, Accessory Nane: Xbox.
[06/05/2023, 19:10:10] [XboxTv] Device: 192.168.114.2 Xbox, Discovery Mode: Always Discoverable
[06/05/2023, 19:10:10] [XboxTv] Device: 192.168.114.2 Xbox, Current Media: STOP
[06/05/2023, 19:10:10] [XboxTv] Device: 192.168.114.2 Xbox, Target Media: STOP
[06/05/2023, 19:10:10] [XboxTv] Device: 192.168.114.2 Xbox, Mute: ON
[06/05/2023, 19:10:10] [XboxTv] Device: 192.168.114.2 Xbox, Volume: 0
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Ping console, state: Online
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Discovery.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: discoveryResponse
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Discovery response: {"type":"dd01","payloadLength":646,"version":2,"flags":6,"clientType":1,"name":"XBOX","uuid":"6E65F7CD-8AEE-AF67-21F8-867A76C9EBC1","lastError":0,"certificateLength":588,"certificate":{"type":"Buffer","data":[48,130,2,72,48,130,1,48,160,3,2,1,2,2,17,0,214,226,58,127,166,98,144,67,132,116,182,142,47,106,182,86,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,48,37,49,35,48,33,6,3,85,4,3,12,26,88,66,76,32,83,109,97,114,116,32,71,108,97,115,115,32,73,115,115,117,105,110,103,32,67,65,48,30,23,13,50,51,48,52,49,52,50,49,52,51,50,57,90,23,13,50,51,48,53,49,52,50,49,52,51,50,57,90,48,27,49,25,48,23,6,3,85,4,3,12,16,70,52,48,48,48,67,51,50,66,48,68,50,56,56,48,51,48,89,48,19,6,7,42,134,72,206,61,2,1,6,8,42,134,72,206,61,3,1,7,3,66,0,4,224,89,26,155,6,0,62,118,177,20,84,90,137,38,182,214,232,254,110,32,10,4,123,94,16,217,63,255,197,104,81,138,149,154,211,30,165,124,93,86,98,119,236,253,32,241,67,3,36,200,88,88,167,216,145,49,254,82,184,178,20,216,180,113,163,72,48,70,48,14,6,3,85,29,15,1,1,255,4,4,3,2,3,8,48,19,6,3,85,29,37,4,12,48,10,6,8,43,6,1,5,5,7,3,2,48,31,6,3,85,29,35,4,24,48,22,128,20,63,216,201,206,201,96,244,44,51,166,151,1,182,73,218,104,123,64,90,26,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,3,130,1,1,0,172,105,75,0,85,10,111,252,147,93,210,251,81,9,202,208,166,146,32,181,138,55,175,25,105,231,68,148,204,80,130,53,205,49,80,248,176,65,0,138,92,234,139,87,72,190,123,71,9,73,57,116,200,168,2,82,9,166,93,252,235,31,160,215,167,219,143,211,105,192,209,152,64,108,131,6,114,12,39,163,247,50,103,14,21,106,241,33,202,74,240,83,41,156,211,192,85,199,227,223,109,192,236,230,114,138,189,235,181,123,10,47,69,97,171,141,63,34,106,129,201,185,100,23,24,44,45,71,239,248,54,223,197,108,71,213,58,137,215,205,51,183,65,109,53,35,195,36,192,53,19,231,194,207,89,43,231,133,87,93,235,31,53,129,151,90,243,214,82,172,209,194,195,252,158,18,231,70,90,206,79,217,101,51,6,129,140,239,32,190,137,126,71,233,244,208,62,192,149,87,43,210,151,116,167,4,25,50,167,27,226,232,58,209,50,249,164,100,184,92,197,4,161,165,31,199,2,51,50,87,146,3,244,144,194,97,243,33,86,232,169,77,254,21,28,241,208,198,200,235,9,33,176,169,66,22]}}.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Signing public key: 04e0591a9b06003e76b114545a8926b6d6e8fe6e200a047b5e10d93fffc568518a959ad31ea57c5d566277ecfd20f1430324c85858a7d89131fe52b8b214d8b471
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Loading crypto, public key: b0d4a3ab0f744f16e6b59282c40f983fdb586d04ec5435cc44e1ba827f4d81cfbeed21364f77780df02e982ae0e1170b2393607c1f147eaf9364765eb6e3715a, and secret: 5daf992d85633b9a51a899ba76bb2ee32778fc5751f335bee03ba3371064b250801fd9bb1820922c6680d2433e94de59ccc6411b1cf8ed13fc5ff183ce6df145
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Connecting using anonymous login.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Connect Request.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: connectResponse
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Connect response state: Connected.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 1
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send undefined.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Start heart beat.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 2
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, Connected.
[06/05/2023, 19:10:18] [XboxTv] -------- Xbox --------'
[06/05/2023, 19:10:18] [XboxTv] Manufacturer: Microsoft
[06/05/2023, 19:10:18] [XboxTv] Model: Model Name
[06/05/2023, 19:10:18] [XboxTv] Serialnr: FD000C32B0D28803
[06/05/2023, 19:10:18] [XboxTv] Firmware: 10.0.22621
[06/05/2023, 19:10:18] [XboxTv] ----------------------------------
[06/05/2023, 19:10:18] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:10:19] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.002 sec ago.
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:10:20] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.002 sec ago.
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": [
{
"titleId": 750323071,
"flags": {
"type": "Buffer",
"data": [
128,
0
]
},
"productId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"sandboxId": {
"type": "Buffer",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"aumId": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application"
}
]
}
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status changed, app Id: 750323071, reference: Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.002 sec ago.
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 3
[06/05/2023, 19:10:21] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 4
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.5 sec ago.
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:22] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": []
}
[06/05/2023, 19:10:23] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:23] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:23] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": []
}
[06/05/2023, 19:10:23] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.346 sec ago.
[06/05/2023, 19:10:23] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:23] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:23] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": []
}
[06/05/2023, 19:10:24] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:24] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:24] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": []
}
[06/05/2023, 19:10:24] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.344 sec ago.
[06/05/2023, 19:10:24] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:24] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: status
[06/05/2023, 19:10:24] [XboxTv] Device: 192.168.114.2 Xbox, debug: Status message: {
"liveTvProvider": 0,
"majorVersion": 10,
"minorVersion": 0,
"buildNumber": 22621,
"locale": "en-GB",
"apps": []
}
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 5
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.475 sec ago.
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received message from: 192.168.114.2:5050
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Received event type: acknowledge
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Packet send acknowledge.
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 6
[06/05/2023, 19:10:25] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:26] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 0.972 sec ago.
[06/05/2023, 19:10:27] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 1.978 sec ago.
[06/05/2023, 19:10:28] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 2.979 sec ago.
[06/05/2023, 19:10:28] [CameraUI] VIDEOANALYSIS: New message: Data: {"time":"2023-05-06T18:10:28.914Z","event":"forceClose (3m)"} - Motion: resetted - Camera: Doorbell
[06/05/2023, 19:10:29] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 3.98 sec ago.
[06/05/2023, 19:10:30] [CameraUI] VIDEOANALYSIS: New message: Data: [{"zone":"region0","percent":25.91710090637207,"sensitivity":75,"dwell":60,"forceClose":3}] - Motion: detected - Camera: Doorbell
[06/05/2023, 19:10:30] [CameraUI] Doorbell: Motion ON
[06/05/2023, 19:10:30] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 5.03 sec ago.
[06/05/2023, 19:10:30] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 7
[06/05/2023, 19:10:30] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:31] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 6.046 sec ago.
[06/05/2023, 19:10:32] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 7.046 sec ago.
[06/05/2023, 19:10:33] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 8.047 sec ago.
[06/05/2023, 19:10:34] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 9.047 sec ago.
[06/05/2023, 19:10:35] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 10.047 sec ago.
[06/05/2023, 19:10:36] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 11.047 sec ago.
[06/05/2023, 19:10:37] [XboxTv] Device: 192.168.114.2 Xbox, debug: Last heart beat was: 12.047 sec ago.
[06/05/2023, 19:10:37] [XboxTv] Device: 192.168.114.2 Xbox, debug: Disconnecting...
[06/05/2023, 19:10:37] [XboxTv] Device: 192.168.114.2 Xbox, debug: Request number set to: 8
[06/05/2023, 19:10:37] [XboxTv] Device: 192.168.114.2 Xbox, debug: Socket send Acknowledge.
[06/05/2023, 19:10:37] [XboxTv] Device: 192.168.114.2 Xbox, Disconnected.
[06/05/2023, 19:10:45] [CameraUI] Doorbell: Motion OFF - Motion handler timeout.
The text was updated successfully, but these errors were encountered: