NorthernMan54 / homebridge-alexa

Expose your homebridge controlled devices to Amazon Alexa.
https://www.homebridge.ca
453 stars 69 forks source link

Alexa App always shows old devices #391

Closed ChristopherNeuwirth closed 3 years ago

ChristopherNeuwirth commented 3 years ago

Hi, I played around with virtual devices during the initial setup of the Homebridge Alexa plugin.

The connection between my Homebridge instance and the Alexa device with installed skill works perfectly.

Old devices that no longer exist in config.json are still displayed after disabling the skill and re-enabling it with subsequent device discovery mode and do not disappear.

I assume that they are cached somewhere? What I would like to avoid is to empty the cache of the whole homebridge instance, because I would have to reconfigure all my devices.

Thanks for any kind of help.

NorthernMan54 commented 3 years ago

Homebridge-Alexa only caches in memory and restarting the plugin will clear it.

On Nov 29, 2020, at 8:11 AM, Christopher notifications@github.com wrote:

 Hi, I played around with virtual devices during the initial setup of the Homebridge Alexa plugin.

The connection between my Homebridge instance and the Alexa device with installed skill works perfectly.

Old devices that no longer exist in config.json are still displayed after disabling the skill and re-enabling it with subsequent device discovery mode and do not disappear.

I assume that they are cached somewhere? What I would like to avoid is to empty the cache of the whole homebridge instance, because I would have to reconfigure all my devices.

Thanks for any kind of help.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ChristopherNeuwirth commented 3 years ago

What do you mean by restarting the plugin?

So far I did:

NorthernMan54 commented 3 years ago

Did you delete them from the Alexa app?

Sent from my iPad

On Nov 30, 2020, at 7:05 AM, Christopher notifications@github.com wrote:

 What do you mean by restarting the plugin?

So far I did:

Uninstall and Reinstall the skill from the Alexa device several times Restart Homebridge service on RaspberryPi Deleted the configuration from the config.json file — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

ChristopherNeuwirth commented 3 years ago

Did not know that this is possible. Thanks that solved the issue 👌.