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

[Bug]: Eufy Cam 2C: Light control not working #387

Open
mbefore305 opened this issue Nov 14, 2023 · 0 comments
Open

[Bug]: Eufy Cam 2C: Light control not working #387

mbefore305 opened this issue Nov 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mbefore305
Copy link

Adapter version

1.2.1

JS-Controller version

5.0.16

Node version

v18.15.0

Operating System type

Docker

Operating system version

Raspian OS

Describe the bug

Setting the state eusec.0.T8010T2523260046.cameras.T8113T72232615D4.light to true does not always switch on the light of the camera. Sometimes it does, sometimes not. Also, sometimes the state resets itself to false, sometimes it stays true.
In any case, the light is switched on and goes off immediately.

The log below is created with blackly:

  • Set state to true
  • Print state value (Result is always: true)
  • Wait 10s
  • Print state value (randomly the result is true or false!)
  • Set state to false
  • Print value (Result is always: false)

The log shows connection errors. While testing (several times) the live camera view was shown in the app, no interruptions noted.

To reproduce

See bug description.
Bug is a bit difficult to describe and show with script / log files.
If needed we could do a teams session.

Screenshots & Logfiles

2023-11-14 20:23:53.649 - info: admin.0 (9508) <== Disconnect system.user.admin from ::ffff:192.168.178.31 admin

2023-11-14 20:24:00.003 - info: javascript.0 (9530) script.js.common.Heating: F: Start heatingUpdate
2023-11-14 20:24:00.005 - info: javascript.0 (9530) script.js.common.Heating: F: Stop: heatingUpdate: Raum: Kueche Aktuell: 18 Neu: 18 Wert nicht geändert
2023-11-14 20:24:00.351 - debug: deconz.0 (10305) Websocket message: {"attr":{"id":"1","lastannounced":null,"lastseen":"2023-11-14T19:24Z","manufacturername":"dresden elektronik","modelid":"ConBee II","name":"Configuration tool 1","swversion":"0x26720700","type":"Configuration tool","uniqueid":"00:21:2e:ff:ff:07:ca:21-01"},"e":"changed","id":"1","r":"lights","t":"event","uniqueid":"00:21:2e:ff:ff:07:ca:21-01"}
2023-11-14 20:24:00.351 - debug: deconz.0 (10305) Event has attr-Tag
2023-11-14 20:24:09.347 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA CONTROL - Processing sequence 233... [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"CONTROL","seqNo":233}]
2023-11-14 20:24:09.348 - debug: eusec.0 (14436) [P2PClientProtocol.parseDataMessage] Parsing message - DATA CONTROL - Received data [{"stationSN":"T8010T2523260046","seqNo":233,"header":{"commandId":2111,"bytesToRead":16,"channel":1,"signCode":1,"type":0},"bytesRead":16,"bytesToRead":16,"firstPartMessage":true,"messageSize":32}]
2023-11-14 20:24:09.350 - debug: eusec.0 (14436) [P2PClientProtocol.handleDataControl] Handle DATA CONTROL - Received data [{"stationSN":"T8010T2523260046","commandIdName":"SUB1G_REP_UNPLUG_POWER_LINE","commandId":2111,"data":"1edd899e5e0fe99607151ad5646e572f","seqNumber":48,"p2pDataSeqNumber":47,"offsetDataSeqNumber":1}]
2023-11-14 20:24:09.351 - debug: eusec.0 (14436) [P2PClientProtocol.handleDataControl] Handle DATA CONTROL - SUB1G_REP_UNPLUG_POWER_LINE [{"stationSN":"T8010T2523260046","payload":"\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"}]
2023-11-14 20:24:09.352 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA CONTROL - Received expected sequence [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"CONTROL","seqNo":233,"expectedSeqNo":234,"queuedDataSize":0}]
2023-11-14 20:24:09.785 - info: javascript.0 (9530) Stop script script.js.EufyTest
2023-11-14 20:24:09.893 - info: javascript.0 (9530) Start javascript script.js.EufyTest
2023-11-14 20:24:09.901 - info: javascript.0 (9530) script.js.EufyTest: R-Start: Restart Script
2023-11-14 20:24:09.901 - debug: javascript.0 (9530) script.js.EufyTest: F-Start:HttpReadGoogleSheet
2023-11-14 20:24:09.902 - info: javascript.0 (9530) script.js.EufyTest: request: https://sheets.googleapis.com/v4/spreadsheets/1Uiiwl0Y_oq43EYRYWlxyoBKqpoy7v6m8nUuNpzj_rms/values/Log!R1C11:R1C2000?&key=AIzaSyAopnT8uSCyfhLY_oeApZlyOCEfvleS6Oc
2023-11-14 20:24:09.902 - debug: javascript.0 (9530) script.js.EufyTest: F-Stop:HttpReadGoogleSheet
2023-11-14 20:24:09.902 - info: javascript.0 (9530) script.js.EufyTest: registered 0 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2023-11-14 20:24:09.902 - info: javascript.0 (9530) script.js.EufyTest: R-Stop: Restart Script
2023-11-14 20:24:09.907 - warn: javascript.0 (9530) script.js.EufyTest: Light changed to: true
2023-11-14 20:24:09.965 - debug: eusec.0 (14436) [euSec.onStateChange] state eusec.0.T8010T2523260046.cameras.T8113T72232615D4.light changed: true (ack = false)
2023-11-14 20:24:09.968 - debug: eusec.0 (14436) [Station.switchLight] Station switch light - sending command [{"stationSN":"T8010T2523260046","deviceSN":"T8113T72232615D4","value":true}]
2023-11-14 20:24:09.969 - debug: eusec.0 (14436) [P2PClientProtocol._sendCommand] Added sequence number mapping [{"stationSN":"T8010T2523260046","commandType":1400,"seqNumber":48,"p2pDataSeqNumber":47,"p2pSeqMappingCount":1}]
2023-11-14 20:24:09.969 - debug: eusec.0 (14436) [P2PClientProtocol._sendCommand] Sending p2p command... [{"station":"T8010T2523260046","sequence":48,"commandType":1400,"channel":1,"retries":0,"messageStatesSize":1}]
2023-11-14 20:24:09.985 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - ACK DATA - sequence 48 [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"ackedSeqNo":48,"dataType":"DATA"}]
2023-11-14 20:24:10.034 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA CONTROL - Processing sequence 234... [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"CONTROL","seqNo":234}]
2023-11-14 20:24:10.034 - debug: eusec.0 (14436) [P2PClientProtocol.parseDataMessage] Parsing message - DATA CONTROL - Received data [{"stationSN":"T8010T2523260046","seqNo":234,"header":{"commandId":1400,"bytesToRead":16,"channel":1,"signCode":1,"type":0},"bytesRead":16,"bytesToRead":16,"firstPartMessage":true,"messageSize":32}]
2023-11-14 20:24:10.035 - debug: eusec.0 (14436) [P2PClientProtocol.handleDataControl] Handle DATA CONTROL - Received data [{"stationSN":"T8010T2523260046","commandIdName":"CMD_SET_FLOODLIGHT_MANUAL_SWITCH","commandId":1400,"data":"c1ac50c3f0be93767409ae892166be90","seqNumber":49,"p2pDataSeqNumber":48,"offsetDataSeqNumber":1}]
2023-11-14 20:24:10.035 - debug: eusec.0 (14436) [P2PClientProtocol.handleDataControl] Handle DATA CONTROL - CMD_SET_FLOODLIGHT_MANUAL_SWITCH [{"stationSN":"T8010T2523260046","enabled":true,"payload":"\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"}]
2023-11-14 20:24:10.036 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA CONTROL - Received expected sequence [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"CONTROL","seqNo":234,"expectedSeqNo":235,"queuedDataSize":0}]
2023-11-14 20:24:10.050 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA DATA - Processing sequence 46... [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"DATA","seqNo":46}]
2023-11-14 20:24:10.051 - debug: eusec.0 (14436) [P2PClientProtocol.parseDataMessage] Parsing message - DATA DATA - Received data [{"stationSN":"T8010T2523260046","seqNo":46,"header":{"commandId":1400,"bytesToRead":132,"channel":1,"signCode":0,"type":1},"bytesRead":132,"bytesToRead":132,"firstPartMessage":true,"messageSize":148}]
2023-11-14 20:24:10.052 - debug: eusec.0 (14436) [P2PClientProtocol.handleData] Handle DATA DATA - Received data [{"stationSN":"T8010T2523260046","commandIdName":"CMD_SET_FLOODLIGHT_MANUAL_SWITCH","commandId":1400,"resultCodeName":"ERROR_PPCS_SUCCESSFUL","resultCode":0,"resultData":"0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","data":"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","seqNumber":49,"p2pDataSeqNumber":48,"offsetDataSeqNumber":1}]
2023-11-14 20:24:10.053 - debug: eusec.0 (14436) [P2PClientProtocol.handleData] Handle DATA DATA - Result data received - Detecting correct sequence number [{"stationSN":"T8010T2523260046","commandIdName":"CMD_SET_FLOODLIGHT_MANUAL_SWITCH","commandId":1400,"seqNumber":47,"newSeqNumber":48,"p2pSeqMappingCount":0}]
2023-11-14 20:24:10.053 - debug: eusec.0 (14436) [P2PClientProtocol.handleData] Handle DATA DATA - Result data for command received [{"stationSN":"T8010T2523260046","message":{"sequence":48,"commandType":1400,"channel":1,"acknowledged":true,"retries":0,"returnCode":-133,"data":{"type":"Buffer","data":[209,0,0,48,88,90,89,72,120,5,144,0,0,0,1,0,1,2,0,0,55,151,65,123,52,70,167,133,66,228,85,244,13,166,202,254,164,45,1,225,163,190,49,33,171,161,133,195,36,46,117,17,217,52,74,62,35,224,228,72,107,85,205,186,0,146,223,165,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215]},"customData":{"property":{"name":"light","value":true}}},"resultCodeName":"ERROR_PPCS_SUCCESSFUL","resultCode":0}]
2023-11-14 20:24:10.054 - debug: eusec.0 (14436) [Station.onCommandResponse] Station got p2p command response [{"station":"T8010T2523260046","commandType":1400,"channel":1,"returnCodeName":"ERROR_PPCS_SUCCESSFUL","returnCode":0,"customData":{"property":{"name":"light","value":true}}}]
2023-11-14 20:24:10.055 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA DATA - Received expected sequence [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"DATA","seqNo":46,"expectedSeqNo":47,"queuedDataSize":0}]
2023-11-14 20:24:10.258 - debug: eusec.0 (14436) [euSec.onStateChange] state eusec.0.T8010T2523260046.cameras.T8113T72232615D4.light changed: true (ack = true) was already acknowledged, ignore it...
2023-11-14 20:24:10.368 - debug: javascript.0 (9530) script.js.EufyTest: {
"range": "Log!K1:AP1",
"majorDimension": "ROWS",
"values": [
[
"0_userdata.0.00_SmartHomeStatus.AdditionalInformationToLog",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.WindowValueTempMin",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.WindowValueTempMax",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.DoorValueTempMin",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.DoorValueTempMax",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.HumidityMin",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.HumidityMax",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.HumidityPressureMin",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.HumidityPressureMax",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.HumidityTempMin",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.HumidityTempMax",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.RoofTempMin",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.RoofTempMax",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.RoofHumidityMin",
"0_userdata.0.00_SmartHomeStatus.MinMaxValues.RoofHumidityMax",
"0_userdata.0.00_SmartHomeStatus.Mustang.MustangKm",
"0_userdata.0.00_SmartHomeStatus.Mustang.MustangBatteryLevel",
"0_userdata.0.00_SmartHomeStatus.Energy.PowerCounter",
"0_userdata.0.00_SmartHomeStatus.Energy.PowerPerDay",
"0_userdata.0.00_SmartHomeStatus.Energy.GasCounter",
"0_userdata.0.00_SmartHomeStatus.Energy.GasPerDay",
"0_userdata.0.00_SmartHomeStatus.Energy.WaterCounter",
"0_userdata.0.00_SmartHomeStatus.Energy.WaterPerDay",
"accuweather.0.Daily.Day1.Temperature.Minimum",
"accuweather.0.Daily.Day1.Temperature.Maximum",
"openweathermap.0.forecast.current.temperatureMin",
"openweathermap.0.forecast.current.temperatureMax",
"0_userdata.0.PV_Control.SolarEdgeMonitoringApi.PowerCurrentKwh",
"0_userdata.0.PV_Control.SolarEdgeMonitoringApi.PowerTodaykWh",
"LASTENTRY",
"Check"
]
]
}
2023-11-14 20:24:15.126 - debug: deconz.0 (10305) Websocket message: {"attr":{"id":"4","lastannounced":null,"lastseen":"2023-11-14T19:24Z","manufacturername":"Signify Netherlands B.V.","modelid":"LOM007","name":"PhilipsHuePlugSz01","productid":"Philips-LOM007-1-SPPIUv2","swconfigid":"877A8006","swversion":"1.76.11","type":"On/Off plug-in unit","uniqueid":"00:17:88:01:09:d5:9e:e7-0b"},"e":"changed","id":"4","r":"lights","t":"event","uniqueid":"00:17:88:01:09:d5:9e:e7-0b"}
2023-11-14 20:24:15.127 - debug: deconz.0 (10305) Event has attr-Tag
2023-11-14 20:24:17.638 - warn: hs100.0 (9746) Socket connection Timeout 192_168_178_70 GarageSmartPlug please reconnect the Device
2023-11-14 20:24:19.804 - debug: deconz.0 (10305) Websocket message: {"attr":{"id":"58","lastannounced":"2023-10-25T22:18:30Z","lastseen":"2023-11-14T19:24Z","manufacturername":"LIDL Silvercrest","modelid":"TY0202","name":"Silvercrest2Bwm01","swversion":null,"type":"ZHAPresence","uniqueid":"cc:86:ec:ff:fe:b4:d6:30-01-0500"},"e":"changed","id":"58","r":"sensors","t":"event","uniqueid":"cc:86:ec:ff:fe:b4:d6:30-01-0500"}
2023-11-14 20:24:19.896 - debug: deconz.0 (10305) Code 200: Request succeded get sensor 58: {"config":{"battery":null,"duration":60,"enrolled":1,"on":true,"pending":[],"reachable":true},"ep":1,"etag":"0592073b256e12aa77b9e084bd9c6f3c","lastannounced":"2023-10-25T22:18:30Z","lastseen":"2023-11-14T19:24Z","manufacturername":"LIDL Silvercrest","modelid":"TY0202","name":"Silvercrest2Bwm01","state":{"lastupdated":"2023-11-11T01:49:35.020","lowbattery":false,"presence":false,"tampered":false},"type":"ZHAPresence","uniqueid":"cc:86:ec:ff:fe:b4:d6:30-01-0500"}
2023-11-14 20:24:19.908 - warn: javascript.0 (9530) script.js.EufyTest: Light changed to: true
2023-11-14 20:24:19.908 - warn: javascript.0 (9530) script.js.EufyTest: Light changed to: false
2023-11-14 20:24:19.916 - debug: eusec.0 (14436) [euSec.onStateChange] state eusec.0.T8010T2523260046.cameras.T8113T72232615D4.light changed: false (ack = false)
2023-11-14 20:24:19.919 - debug: eusec.0 (14436) [Station.switchLight] Station switch light - sending command [{"stationSN":"T8010T2523260046","deviceSN":"T8113T72232615D4","value":false}]
2023-11-14 20:24:19.921 - debug: eusec.0 (14436) [P2PClientProtocol._sendCommand] Added sequence number mapping [{"stationSN":"T8010T2523260046","commandType":1400,"seqNumber":49,"p2pDataSeqNumber":48,"p2pSeqMappingCount":1}]
2023-11-14 20:24:19.921 - debug: eusec.0 (14436) [P2PClientProtocol._sendCommand] Sending p2p command... [{"station":"T8010T2523260046","sequence":49,"commandType":1400,"channel":1,"retries":0,"messageStatesSize":1}]
2023-11-14 20:24:19.930 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - ACK DATA - sequence 49 [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"ackedSeqNo":49,"dataType":"DATA"}]
2023-11-14 20:24:19.994 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA DATA - Processing sequence 47... [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"DATA","seqNo":47}]
2023-11-14 20:24:19.995 - debug: eusec.0 (14436) [P2PClientProtocol.parseDataMessage] Parsing message - DATA DATA - Received data [{"stationSN":"T8010T2523260046","seqNo":47,"header":{"commandId":1400,"bytesToRead":132,"channel":1,"signCode":0,"type":1},"bytesRead":132,"bytesToRead":132,"firstPartMessage":true,"messageSize":148}]
2023-11-14 20:24:19.996 - debug: eusec.0 (14436) [P2PClientProtocol.handleData] Handle DATA DATA - Received data [{"stationSN":"T8010T2523260046","commandIdName":"CMD_SET_FLOODLIGHT_MANUAL_SWITCH","commandId":1400,"resultCodeName":"ERROR_PPCS_SUCCESSFUL","resultCode":0,"resultData":"0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","data":"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","seqNumber":50,"p2pDataSeqNumber":49,"offsetDataSeqNumber":1}]
2023-11-14 20:24:19.996 - debug: eusec.0 (14436) [P2PClientProtocol.handleData] Handle DATA DATA - Result data received - Detecting correct sequence number [{"stationSN":"T8010T2523260046","commandIdName":"CMD_SET_FLOODLIGHT_MANUAL_SWITCH","commandId":1400,"seqNumber":48,"newSeqNumber":49,"p2pSeqMappingCount":0}]
2023-11-14 20:24:19.997 - debug: eusec.0 (14436) [P2PClientProtocol.handleData] Handle DATA DATA - Result data for command received [{"stationSN":"T8010T2523260046","message":{"sequence":49,"commandType":1400,"channel":1,"acknowledged":true,"retries":0,"returnCode":-133,"data":{"type":"Buffer","data":[209,0,0,49,88,90,89,72,120,5,144,0,0,0,1,0,1,2,0,0,28,122,203,144,116,46,164,34,97,218,194,40,36,226,151,202,164,45,1,225,163,190,49,33,171,161,133,195,36,46,117,17,217,52,74,62,35,224,228,72,107,85,205,186,0,146,223,165,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215,244,18,54,223,246,58,166,133,111,217,6,146,129,113,42,215]},"customData":{"property":{"name":"light","value":false}}},"resultCodeName":"ERROR_PPCS_SUCCESSFUL","resultCode":0}]
2023-11-14 20:24:19.997 - debug: eusec.0 (14436) [Station.onCommandResponse] Station got p2p command response [{"station":"T8010T2523260046","commandType":1400,"channel":1,"returnCodeName":"ERROR_PPCS_SUCCESSFUL","returnCode":0,"customData":{"property":{"name":"light","value":false}}}]
2023-11-14 20:24:19.998 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA DATA - Received expected sequence [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"DATA","seqNo":47,"expectedSeqNo":48,"queuedDataSize":0}]
2023-11-14 20:24:19.999 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA CONTROL - Processing sequence 235... [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"CONTROL","seqNo":235}]
2023-11-14 20:24:19.999 - debug: eusec.0 (14436) [P2PClientProtocol.parseDataMessage] Parsing message - DATA CONTROL - Received data [{"stationSN":"T8010T2523260046","seqNo":235,"header":{"commandId":1400,"bytesToRead":16,"channel":1,"signCode":1,"type":0},"bytesRead":16,"bytesToRead":16,"firstPartMessage":true,"messageSize":32}]
2023-11-14 20:24:20.000 - debug: eusec.0 (14436) [P2PClientProtocol.handleDataControl] Handle DATA CONTROL - Received data [{"stationSN":"T8010T2523260046","commandIdName":"CMD_SET_FLOODLIGHT_MANUAL_SWITCH","commandId":1400,"data":"e05ef5a9210f8c49bfc86847c29f61cd","seqNumber":50,"p2pDataSeqNumber":49,"offsetDataSeqNumber":1}]
2023-11-14 20:24:20.000 - debug: eusec.0 (14436) [P2PClientProtocol.handleDataControl] Handle DATA CONTROL - CMD_SET_FLOODLIGHT_MANUAL_SWITCH [{"stationSN":"T8010T2523260046","enabled":false,"payload":"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"}]
2023-11-14 20:24:20.001 - debug: eusec.0 (14436) [P2PClientProtocol.handleMsg] Received message - DATA CONTROL - Received expected sequence [{"stationSN":"T8010T2523260046","remoteAddress":"78.35.165.181","remotePort":24762,"dataType":"CONTROL","seqNo":235,"expectedSeqNo":236,"queuedDataSize":0}]
2023-11-14 20:24:20.130 - debug: eusec.0 (14436) [euSec.onStateChange] state eusec.0.T8010T2523260046.cameras.T8113T72232615D4.light changed: false (ack = true) was already acknowledged, ignore it...
2023-11-14 20:24:26.898 - info: meross.0 (9629) Can not get Data for Device 2210128465982651200148e1e9aaf732: Error: Timeout
2023-11-14 20:24:26.899 - warn: meross.0 (9629) Can not get Data for Device 2210128465982651200148e1e9aaf732: undefined

Additional context

No response

@mbefore305 mbefore305 added the bug Something isn't working label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant