bwp91 / homebridge-ewelink

Homebridge plugin to integrate eWeLink devices into HomeKit.
MIT License
384 stars 126 forks source link

"Fetching devices" won't update device list. #426

Closed nacovicko closed 1 year ago

nacovicko commented 1 year ago

What issue do you have? Please be as thorough and explicit as possible.

The plugin won't update device list when fetching the home setup. My old deleted device (Kitchen light) is still "found" and any new ones are not. I can see the correct devices in the ewe app but not in homebridge.

Details of your setup.

Please paste any relevant logs below.

[11/13/2022, 5:39:26 PM] [eWeLink] Fetching devices from eWeLink home/id [My Home] [5fbe7caa2f1f2d00074d5bf7]. [11/13/2022, 5:39:30 PM] [Homebridge UI] Homebridge Config UI X v4.50.2 is listening on :: port 8080 [11/13/2022, 5:39:30 PM] [eWeLink] LAN monitoring started. [11/13/2022, 5:39:30 PM] [eWeLink] [Kitchen light] initialising with options {"inUsePowerThreshold":0,"logging":"standard","showAs":"default"}. [11/13/2022, 5:39:30 PM] [eWeLink] [Kitchen light] has been reported [offline] via WS. [11/13/2022, 5:39:30 PM] [eWeLink] [Kitchen light] initialised and LAN mode unavailable as not discovered/supported [1:BASICR2]. [11/13/2022, 5:39:30 PM] [eWeLink] [TV Light] initialising with options {"inUsePowerThreshold":0,"logging":"standard","showAs":"default"}. [11/13/2022, 5:39:30 PM] [eWeLink] [TV Light] initialised and found locally with IP [192.168.0.17] [1:S26R1]. [11/13/2022, 5:39:30 PM] [eWeLink] [Lamp] initialising with options {"inUsePowerThreshold":0,"logging":"standard","showAs":"default"}. [11/13/2022, 5:39:30 PM] [eWeLink] [Lamp] initialised and found locally with IP [192.168.0.227] [1:S26R1]. [11/13/2022, 5:39:30 PM] [eWeLink] [Bathroom heater] initialising with options {"inUsePowerThreshold":0,"logging":"standard","showAs":"default"}. [11/13/2022, 5:39:30 PM] [eWeLink] [Bathroom heater] initialised and found locally with IP [192.168.0.241] [1:S26R1]. ``` ```
bwp91 commented 1 year ago

Hi @nacovicko

If you are using a shared ewelink account please make sure you have shared your devices to this account and also removed the old ones

nacovicko commented 1 year ago

Hi @bwp91

Thanks, I mismatched which account was the main one.

Cheers,