NorthernMan54 / node-red-contrib-homebridge-automation

Homebridge and Node-RED Integration
Apache License 2.0
107 stars 18 forks source link

Multiple Shelly 1PM - same name Switch 1 for all #105

Closed alexwala closed 1 year ago

alexwala commented 1 year ago

using homebridge-shelly-ng having multiple Shelly 1PM

in node-red i get multiple identical names: 'Switch 1 - Switch'

please see issue in homebridge-shelly-ng Multiple Shelly 1PM - same name Switch 1 for all

for test temporarily adapted Service.js Service.prototype.toList with:

    } else if (context.manufacturer === "Allterco") {
      fullName = context.name + " - " + this.name;
    }
NorthernMan54 commented 1 year ago

This has been promoted as v0.1.10 tks