SonoffLAN: POW Elite (POWR320D) not showing latest sensor data until eWeLink app is opened
The power monitoring is delayed until I open the eWeLink app then it’s updating more frequently but still not as fast as the app. That issue causes the power consumption meter (using reinmann helper) to be inaccurate, automations are delayed. Energy sensor is also showing unkown.
I’m running on auto mode.
Diagnostics below (I had to censor some digits for privacy):
{
"home_assistant": {
"installation_type": "Home Assistant Supervised",
"version": "2022.9.4",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.10.5",
"docker": true,
"arch": "x86_64",
"timezone": "Asia/Jakarta",
"os_name": "Linux",
"os_version": "5.10.0-17-amd64",
"supervisor": "2022.08.6",
"host_os": "Debian GNU/Linux 11 (bullseye)",
"docker_version": "20.10.17",
"chassis": "laptop",
"run_as_root": true
},
"custom_components": {
"sleep_as_android": {
"version": "1.9.2",
"requirements": [
"pyhaversion"
]
},
"adaptive_lighting": {
"version": "1.1.0",
"requirements": []
},
"localtuya": {
"version": "4.1.0",
"requirements": []
},
"frigate": {
"version": "2.3",
"requirements": []
},
"hacs": {
"version": "1.27.1",
"requirements": [
"aiogithubapi>=22.2.4"
]
},
"sonoff": {
"version": "3.2.0",
"requirements": [
"pycryptodome>=3.6.6"
]
}
},
"integration_manifest": {
"domain": "sonoff",
"name": "Sonoff",
"config_flow": true,
"documentation": "https://github.com/AlexxIT/SonoffLAN",
"issue_tracker": "https://github.com/AlexxIT/SonoffLAN/issues",
"codeowners": [
"@AlexxIT"
],
"dependencies": [
"http",
"zeroconf"
],
"requirements": [
"pycryptodome>=3.6.6"
],
"version": "3.2.0",
"iot_class": "local_push",
"is_built_in": false
},
"data": {
"version": "38856d1",
"cloud_auth": true,
"config": null,
"options": {},
"errors": [
{
"name": "custom_components.sonoff.core.ewelink.cloud",
"message": [
"Cloud ERROR: {'error': 504, 'reason': 'Request Timeout', 'deviceid': '10017xxxxx', 'apikey': '58b1eccd-8e49-4ecd-9fc4-xxxxxxxxxxx', 'sequence': '1663284040000'}",
"Cloud ERROR: {'error': 504, 'reason': 'Request Timeout', 'deviceid': '10017xxxxx', 'apikey': '58b1eccd-8e49-4ecd-9fc4-xxxxxxxxxxx', 'sequence': '1663287641000'}",
"Cloud ERROR: {'error': 504, 'reason': 'Request Timeout', 'deviceid': '10017xxxxx', 'apikey': '58b1eccd-8e49-4ecd-9fc4-xxxxxxxxxxx', 'sequence': '1663291241000'}",
"Cloud ERROR: {'error': 504, 'reason': 'Request Timeout', 'deviceid': '10017xxxxx', 'apikey': '58b1eccd-8e49-4ecd-9fc4-xxxxxxxxxxx', 'sequence': '1663294841000'}",
"Cloud ERROR: {'error': 504, 'reason': 'Request Timeout', 'deviceid': '10017xxxxx', 'apikey': '58b1eccd-8e49-4ecd-9fc4-xxxxxxxxxxx', 'sequence': '1663298441000'}"
],
"level": "WARNING",
"source": [
"custom_components/sonoff/core/ewelink/cloud.py",
286
],
"timestamp": 1663298446.9745147,
"exception": "",
"count": 15,
"first_occurred": 1663248043.7375088
},
{
"name": "custom_components.sonoff.core.ewelink.cloud",
"message": [
"Cloud WS Connection error: Cannot connect to host as-pconnect4.coolkit.cc:8080 ssl:default [Try again]",
"Cloud WS Connection error: Cannot connect to host as-pconnect1.coolkit.cc:8080 ssl:default [Try again]",
"Cloud WS Connection error: Cannot connect to host as-dispa.coolkit.cc:443 ssl:default [Try again]"
],
"level": "WARNING",
"source": [
"custom_components/sonoff/core/ewelink/cloud.py",
268
],
"timestamp": 1663299891.9432628,
"exception": "",
"count": 4,
"first_occurred": 1663239209.2964256
}
],
"device": {
"uiid": 190,
"params": {
"bindInfos": "***",
"version": 8,
"ssid": "***",
"bssid": "***",
"fwVersion": "1.0.6",
"switches": [
{
"switch": "on",
"outlet": 0
}
],
"configure": [
{
"startup": "stay",
"outlet": 0
}
],
"pulses": [
{
"pulse": "off",
"switch": "off",
"outlet": 0,
"width": 500
}
],
"rssi": -60,
"threshold": {
"actPow": {
"min": 10,
"max": 500000
},
"voltage": {
"min": 18500,
"max": 26400
},
"current": {
"min": 10,
"max": 2000
}
},
"current": 421,
"voltage": 23200,
"power": 88382,
"dayKwh": 281,
"monthKwh": 281,
"uiActive": 60,
"timeZone": 7,
"sledOnline": "on",
"only_device": {
"ota": "success",
"ota_fail_reason": 0
},
"getHoursKwh": {
"start": 4464,
"end": 4535
}
},
"model": "POWR320D",
"online": true,
"localtype": "plug",
"deviceid": "10017xxxxx"
}
}
}
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 20 (3 by maintainers)
POW Elite (POWR320D) has stopped working?