-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate Devices due to generic naming #551
Comments
Which plugin are you using for your tuya/smart life app ? Also could you share an accessory dump, I want to see what names are being passed over. https://github.com/NorthernMan54/homebridge-alexa#homebridge-accessory-dump |
I'm using homebridge-tuya-platform and have specified the Paas Platform as SmartLife (i've also tried setting it as Tuya Smart and it's no better). Startup Log: Accessory Dump: Thanks, |
I've done some more digging around, and confirmed that the iot.tuya.com platform shows the devices in the same way the plugin is pulling them in to Homebridge, and therefore how they're being mapped to Alexa. |
Looking at the accessory dump, and their are 3 devices with the name 'switch_1' "Back Porch"
And the Homebridge-alexa plugin uses the service name if supplied ( in case their are multiple services on a single accessory ) I looked at the homebridge-tuya-platform plugin and am thinking that this line is the potential issue. |
I think everything is doing exactly as it's designed to work. Thanks for your help, am subscribed to the service anyway :) |
Ran into this issue with another product, Hunter Sprinklers... |
Could you share an accessory dump of your Hunter Sprinklers..., want to see what is being discovered, and what the options are. |
Sorry I thought I did this the other day... |
Well I looked at a couple of different options to resolve this, but eventually came up with an approach that combines all the HomeKit service names for a device. After looking at your data this resolves your issue completely, but it has a side effect of breaking existing implementations. So I needed to make the new approach an Advanced Settings configuration option This feature is included in the latest version 0.6.5 The new names for your devices with
|
Amazing! I'll give it a try now and see what happens :) |
I'm having an issue with some Tuya/SmartLife devices with a generic name not being imported due to being duplicates
The devices are renamed in both the SmartLife App, and in Homebridge, but are still being seen as "switch_1" and so on (where I've renamed them 'Pool Pump', etc...). This means that only the first instance is imported into Alexa, and then all others are ignored.
I've tried to see if there's any way to rename them other than in the SmartLife App and Homebridge, but can't find anything else.
Is there something I'm missing? Is there a way to have HomeBridge and therefore homebridge-alexa identify them by the newly entered name?
The text was updated successfully, but these errors were encountered: