You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
ewelink_smart_home@1.0.0 start
node index.js
2025-08-19T20:18:28.570Z [INFO] server is running at 3000
2025-08-19T20:18:28.576Z [INFO] Finding local eWeLink devices...
2025-08-19T20:18:28.580Z [INFO] initCkApi loginParams: {"lang":"en","countryCode":"+33","password":"","email":""}
2025-08-19T20:18:28.810Z [INFO] Found LAN switch
2025-08-19T20:18:28.816Z [INFO] Found LAN switch
2025-08-19T20:18:28.818Z [INFO] Found LAN switch
2025-08-19T20:18:28.819Z [INFO] Found LAN switch
2025-08-19T20:18:28.829Z [INFO] Found LAN switch
2025-08-19T20:18:28.831Z [INFO] Found LAN switch
2025-08-19T20:18:28.833Z [INFO] Found LAN switch
2025-08-19T20:18:28.835Z [INFO] Found LAN switch
2025-08-19T20:18:28.854Z [INFO] Found LAN switch
2025-08-19T20:18:28.856Z [INFO] Found LAN switch
2025-08-19T20:18:28.858Z [INFO] Found LAN switch
2025-08-19T20:18:28.859Z [INFO] Found LAN switch
2025-08-19T20:18:28.938Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.940Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.942Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.943Z [ERROR] getDataSync: rate.json -> 10013b2536 no data
2025-08-19T20:18:28.944Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.954Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.955Z [ERROR] getDataSync: rate.json -> 1001338df7 no data
2025-08-19T20:18:28.956Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.965Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.966Z [ERROR] getDataSync: rate.json -> 10013b1ae0 no data
2025-08-19T20:18:28.967Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.975Z [INFO] initCkApi result: {"error":0,"msg":"","data":{"user":{"timezone":{"id":"Europe/Paris","offset":2},"accountLevel":10,"countryCode":"+33","email":"","apikey":"","accountConsult":false,"appForumEnterHide":false,"appVersion":"5.18.0","denyRecharge":false,"ipCountry":"FR"},"at":"","rt":"","region":"eu"}}
2025-08-19T20:18:28.976Z [INFO] relogin success
2025-08-19T20:18:28.983Z [INFO] Found LAN DualR3
2025-08-19T20:18:28.984Z [ERROR] getDataSync: rate.json -> 100137362a no data
2025-08-19T20:18:28.985Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.013Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.014Z [ERROR] getDataSync: rate.json -> 10013b0bf3 no data
2025-08-19T20:18:29.015Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.083Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.084Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.090Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.090Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.092Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.093Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.094Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.095Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.096Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.097Z [INFO] Found LAN DualR3
2025-08-19T20:18:29.124Z [INFO] UIID 137 Device updateState: {"bindInfos":{"alexa":["27a35af4-edf6-445e-8754-5ffc91fdec3b_26ca1996a20e8bd63617ab272d4eeede1d2d8e32"],"gaction":["27a35af4-edf6-445e-8754-5ffc91fdec3b_ewelink-google-home-v1","27a35af4-edf6-445e-8754-5ffc91fdec3b_ewelinkGoogleHome"],"scene":3},"version":8,"init":1,"fwVersion":"1000.2.1050","ssid":"","bssid":"","switch":"off","lineSequence":{"1":"b","2":"g","3":"r"},"colorR":255,"colorG":255,"colorB":255,"mode":1,"bright":12,"light_type":1,"timeZone":2,"NO_SEND_TO_APP":0}
2025-08-19T20:18:29.131Z [ERROR] getDataSync: rate.json -> 1001373617 no data
2025-08-19T20:18:29.132Z [INFO] CloudDualR3Controller switches: undefined
/workspace/controller/CloudUIID104Controller.js:182
r = this.params['color'].r;
^
TypeError: Cannot read properties of undefined (reading 'r')
at CloudUIID104Controller. (/workspace/controller/CloudUIID104Controller.js:182:42)
at step (/workspace/controller/CloudUIID104Controller.js:59:23)
at Object.next (/workspace/controller/CloudUIID104Controller.js:40:53)
at /workspace/controller/CloudUIID104Controller.js:34:71
at new Promise ()
at __awaiter (/workspace/controller/CloudUIID104Controller.js:30:12)
at CloudUIID104Controller.updateState (/workspace/controller/CloudUIID104Controller.js:169:12)
at _loop_1 (/workspace/utils/getThings.js:261:60)
at /workspace/utils/getThings.js:316:25
at step (/workspace/utils/getThings.js:33:23)
Node.js v18.20.8
Here is what I have in the logs :
Thank you