Hi All i hope someone help me regarding this,
What issue do you have? Please be as thorough and explicit as possible.
When triggering a native Apple Home "Leave Home" batch automation/scene to turn off all household lights simultaneously, a few eWeLink lights physically turn off at the wall but continue to report as "On" in the Apple HomeKit UI.
Checking the native eWeLink mobile application reveals that the physical switches have successfully registered the status change as "Off". However, the Homebridge live status log captures explicit 504 Request Timeout errors during the mass action, leaving HomeKit completely out of sync for some devices.
Gemini Ai has advised me that eWeLink updated its cloud infrastructure to strictly rate-limit concurrent requests and this might be the issye
The issue has newly started within the past ~2 months despite a previously completely stable setup.
Actually gemini proposed a temp solution to try to turn off the lights in batches to avoid blasting ewelink all at once, but i didnt try it yet
Details of your setup.
-
Do you use (1) Homebridge UI-X (2) Homebridge CLI or (3) HOOBS?
Homebridge UI
-
Which version of Homebridge/HOOBS do you have?
V2.1.0
-
Which platform do you run Homebridge/HOOBS on (e.g. Raspberry Pi/Windows/HOOBS Box)? Please also mention your version of Node.js/NPM if known.
-
Raspberry Pi, nodejs v22.22.3
-
Which version of this plugin (homebridge-ewelink) do you have? Has the issue started since upgrading from a previous version?
-
i have updated to the latest version v12.14.1 but the issue still presists
-
Which eWeLink devices do you have that are causing issues? Please include product models if applicable.
im using Dual R3 and mini R2, but the devices are random
Please paste any relevant logs below.
here is the log when i set the leave home scene, in this case only 2 devices were left out of sync, but sometime they are 5 or 6 devices
[06/06/2026, 16:06:09] [eWeLink] [Guest bathroom spots] current state [off].
[06/06/2026, 16:06:09] [eWeLink] [Living Chandelier ] current state [off].
[06/06/2026, 16:06:09] [eWeLink] [Living spots] current state [off].
[06/06/2026, 16:06:09] [eWeLink] [Master bathroom led] current state [off].
[06/06/2026, 16:06:09] [eWeLink] [Office 1] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Master bathroom spots] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Curtain led] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Balacony spot] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Kitchen 2] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Dressing spots 1] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Bed led] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Track 1] current state [off].
[06/06/2026, 16:06:11] [eWeLink] [Master bathroom mirror] current state [off].
[06/06/2026, 16:06:11] [eWeLink] [Office 1] current power [5W] current voltage [221.61V] current current [0.07A].
[06/06/2026, 16:06:11] [eWeLink] [Shower led] current state [off].
[06/06/2026, 16:06:11] [eWeLink] [Dining chandelier ] current state [off].
[06/06/2026, 16:06:11] [eWeLink] [Entrance spots] current state [off].
[06/06/2026, 16:06:12] [eWeLink] [Master bedroom curtain] current position [0%].
[06/06/2026, 16:06:12] [eWeLink] [Entrance mirror] current state [off].
[06/06/2026, 16:06:12] [eWeLink] [Office 1] current power [0W] current voltage [221.75V] current current [0A].
[06/06/2026, 16:06:14] [eWeLink] [Track 3] current state [off].
[06/06/2026, 16:06:15] [eWeLink] [Office 1] current power [0W] current voltage [221.6V] current current [0A].
[06/06/2026, 16:06:15] [eWeLink] [Guest bathroom led] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Living led] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Master bathroom spots] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Track 4] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Track 2] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Office 2] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Office 2] current state [off].
[06/06/2026, 16:06:17] [eWeLink] [Kitchen 1] current state [off].
[06/06/2026, 16:06:17] [eWeLink] [Dressing spots 2] current state [off].
[06/06/2026, 16:06:19] [eWeLink] [Office 2] current power [0W] current voltage [221.64V] current current [0A].
[06/06/2026, 16:06:19] [eWeLink] [Master bathroom mirror] device update failed as request timeout [504] at default.sendUpdate (file:///var/lib/homebridge/node_modules/@homebridge-plugins/homebridge-ewelink/lib/connection/ws.js:365:19) at default.sendUpdate (file:///var/lib/homebridge/node_modules/@homebridge-plugins/homebridge-ewelink/lib/connection/ws.js:375:15).
[06/06/2026, 16:06:19] [eWeLink] [Shower led] current power [0W] current voltage [222.05V] current current [0A].
[06/06/2026, 16:06:19] [eWeLink] [Master bathroom mirror] current power [0W] current voltage [222.05V] current current [0A].
[06/06/2026, 16:06:19] [eWeLink] [Bed led] current state [off].
[06/06/2026, 16:06:20] [eWeLink] [Balacony wall spots] device update failed as request timeout [504] at default.sendUpdate (file:///var/lib/homebridge/node_modules/@homebridge-plugins/homebridge-ewelink/lib/connection/ws.js:365:19) at default.sendUpdate (file:///var/lib/homebridge/node_modules/@homebridge-plugins/homebridge-ewelink/lib/connection/ws.js:375:15).
[06/06/2026, 16:06:20] [eWeLink] [Balacony wall spots] current power [0W] current voltage [222.42V] current current [0A].
[06/06/2026, 16:06:20] [eWeLink] [Balacony spot] current power [0W] current voltage [222.39V] current current [0A].
Hi All i hope someone help me regarding this,
What issue do you have? Please be as thorough and explicit as possible.
When triggering a native Apple Home "Leave Home" batch automation/scene to turn off all household lights simultaneously, a few eWeLink lights physically turn off at the wall but continue to report as "On" in the Apple HomeKit UI.
Checking the native eWeLink mobile application reveals that the physical switches have successfully registered the status change as "Off". However, the Homebridge live status log captures explicit 504 Request Timeout errors during the mass action, leaving HomeKit completely out of sync for some devices.
Gemini Ai has advised me that eWeLink updated its cloud infrastructure to strictly rate-limit concurrent requests and this might be the issye
The issue has newly started within the past ~2 months despite a previously completely stable setup.
Actually gemini proposed a temp solution to try to turn off the lights in batches to avoid blasting ewelink all at once, but i didnt try it yet
Details of your setup.
Do you use (1) Homebridge UI-X (2) Homebridge CLI or (3) HOOBS?
Homebridge UI
Which version of Homebridge/HOOBS do you have?
V2.1.0
Which platform do you run Homebridge/HOOBS on (e.g. Raspberry Pi/Windows/HOOBS Box)? Please also mention your version of Node.js/NPM if known.
Raspberry Pi, nodejs v22.22.3
Which version of this plugin (homebridge-ewelink) do you have? Has the issue started since upgrading from a previous version?
i have updated to the latest version v12.14.1 but the issue still presists
Which eWeLink devices do you have that are causing issues? Please include product models if applicable.
im using Dual R3 and mini R2, but the devices are random
Please paste any relevant logs below.
here is the log when i set the leave home scene, in this case only 2 devices were left out of sync, but sometime they are 5 or 6 devices
[06/06/2026, 16:06:09] [eWeLink] [Guest bathroom spots] current state [off].
[06/06/2026, 16:06:09] [eWeLink] [Living Chandelier ] current state [off].
[06/06/2026, 16:06:09] [eWeLink] [Living spots] current state [off].
[06/06/2026, 16:06:09] [eWeLink] [Master bathroom led] current state [off].
[06/06/2026, 16:06:09] [eWeLink] [Office 1] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Master bathroom spots] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Curtain led] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Balacony spot] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Kitchen 2] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Dressing spots 1] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Bed led] current state [off].
[06/06/2026, 16:06:10] [eWeLink] [Track 1] current state [off].
[06/06/2026, 16:06:11] [eWeLink] [Master bathroom mirror] current state [off].
[06/06/2026, 16:06:11] [eWeLink] [Office 1] current power [5W] current voltage [221.61V] current current [0.07A].
[06/06/2026, 16:06:11] [eWeLink] [Shower led] current state [off].
[06/06/2026, 16:06:11] [eWeLink] [Dining chandelier ] current state [off].
[06/06/2026, 16:06:11] [eWeLink] [Entrance spots] current state [off].
[06/06/2026, 16:06:12] [eWeLink] [Master bedroom curtain] current position [0%].
[06/06/2026, 16:06:12] [eWeLink] [Entrance mirror] current state [off].
[06/06/2026, 16:06:12] [eWeLink] [Office 1] current power [0W] current voltage [221.75V] current current [0A].
[06/06/2026, 16:06:14] [eWeLink] [Track 3] current state [off].
[06/06/2026, 16:06:15] [eWeLink] [Office 1] current power [0W] current voltage [221.6V] current current [0A].
[06/06/2026, 16:06:15] [eWeLink] [Guest bathroom led] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Living led] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Master bathroom spots] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Track 4] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Track 2] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Office 2] current state [off].
[06/06/2026, 16:06:16] [eWeLink] [Office 2] current state [off].
[06/06/2026, 16:06:17] [eWeLink] [Kitchen 1] current state [off].
[06/06/2026, 16:06:17] [eWeLink] [Dressing spots 2] current state [off].
[06/06/2026, 16:06:19] [eWeLink] [Office 2] current power [0W] current voltage [221.64V] current current [0A].
[06/06/2026, 16:06:19] [eWeLink] [Master bathroom mirror] device update failed as request timeout [504] at default.sendUpdate (file:///var/lib/homebridge/node_modules/@homebridge-plugins/homebridge-ewelink/lib/connection/ws.js:365:19) at default.sendUpdate (file:///var/lib/homebridge/node_modules/@homebridge-plugins/homebridge-ewelink/lib/connection/ws.js:375:15).
[06/06/2026, 16:06:19] [eWeLink] [Shower led] current power [0W] current voltage [222.05V] current current [0A].
[06/06/2026, 16:06:19] [eWeLink] [Master bathroom mirror] current power [0W] current voltage [222.05V] current current [0A].
[06/06/2026, 16:06:19] [eWeLink] [Bed led] current state [off].
[06/06/2026, 16:06:20] [eWeLink] [Balacony wall spots] device update failed as request timeout [504] at default.sendUpdate (file:///var/lib/homebridge/node_modules/@homebridge-plugins/homebridge-ewelink/lib/connection/ws.js:365:19) at default.sendUpdate (file:///var/lib/homebridge/node_modules/@homebridge-plugins/homebridge-ewelink/lib/connection/ws.js:375:15).
[06/06/2026, 16:06:20] [eWeLink] [Balacony wall spots] current power [0W] current voltage [222.42V] current current [0A].
[06/06/2026, 16:06:20] [eWeLink] [Balacony spot] current power [0W] current voltage [222.39V] current current [0A].