alexryd / homebridge-shelly

Homebridge plugin for Shelly devices
MIT License
297 stars 44 forks source link

Shelly i3 doesn't change name set on config #234

Open andreapellegrin opened 3 years ago

andreapellegrin commented 3 years ago

Hi! I've bought some Shelly i3, everything ok but I can't set their name from config.plist file.

"devices": [
                {
                    "id": "XXXXXXXXXXXX",     // Shelly Dimmer 2 - Changes
                    "name": "Albero di Natale"
                },
                {
                    "id": "XXXXXXXXXXXX",      // Shelly i3 - Doesn't change
                    "name": "Deviatori"
                },
                {
                    "id": "XXXXXXXXXXXX",
                    "name": "Deviatori"
                }
            ]

Environment:

P.S: could you update your read.me file saying it's not possible to edit Shelly Dimmer 2 type?

Thanks Andrea Pellegrin

alexryd commented 3 years ago

Are you sure you set the right ID? Also, if your device has already been added to HomeKit, changing its name in the config for this plugin won't change anything. The name in the config is only used when first adding the device.