-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Individual Serialnumber #55
Comments
Maybe I'm not following what you are getting at. It seems each named switch is be treated separately. Just give it a different name. |
in apple home everything works as expected. but when you use "eve app" (i like the interface much more), the switches are identified by serial number. so if you want to add one switch to your favourites, every switch with the same serial number (in this case "SW01") will be added and you're not able to select only one. in this case it would be nice if it's possible to set the serial number via config. hope you can understand what i mean. :) |
Are you running the latest version of the Eve App? Cause I remember that they did fix that issue? |
yes, version 4.2.2 (5 days old) |
Strange I’m not having that problem. |
Works o.k. for me in Eve. What problem are you seeing? |
Sorry for my late answer, i have tested different settings and always got the same result. |
@RainhardPosch Does the switch serial number matter? If I duplicate a switch, I see both in Eve and they work. I haven't tried setting up to see if they properly control separate things though. |
it seems that the serial number only matters in the favourites tab. in the rooms tab instead the switches are separated correctly. |
A new |
Hello,
is it possible to add a parameter/value to set individual serial numbers to each switch?
Because i.e. the EVE app has troubles with devices having all the same serial number.
edit:
I have tested it by edit line number 305 in index.js and it works now in EVE app:
.setCharacteristic(Characteristic.SerialNumber, this.name)
But i think to assign an individual serial number would be the nicer way. :)
Thanks
The text was updated successfully, but these errors were encountered: