Renaming device name...
-
I think, from my point of "use", I will prefer that each time you change the name from the original device (z-way) with the room, so a full "sync" each time.
I just got an issue this weekend. I think that my RaZberry board died and I recover from an old UZB stick with a old backup and when I reload openLuup it reconnect to zway but mixed some device, maybe 'cause of the device ID!
In the kitchen, I got a dimmer named "Master Bedroom" and didn't know why but I think that the Master Bedroom dimmer was using this ID before...
So I think it will prefer a full sync for the name and room coming from zway bridge. So each time I do some renaming or replacing a device, openLuup will always be in sync!
-
I think, from my point of "use", I will prefer that each time you change the name from the original device (z-way) with the room, so a full "sync" each time.
I just got an issue this weekend. I think that my RaZberry board died and I recover from an old UZB stick with a old backup and when I reload openLuup it reconnect to zway but mixed some device, maybe 'cause of the device ID!
In the kitchen, I got a dimmer named "Master Bedroom" and didn't know why but I think that the Master Bedroom dimmer was using this ID before...
So I think it will prefer a full sync for the name and room coming from zway bridge. So each time I do some renaming or replacing a device, openLuup will always be in sync!
@dest said in Renaming device name...:
So I think it will prefer a full sync for the name and room coming from zway bridge. So each time I do some renaming or replacing a device, openLuup will always be in sync!
This it how it works in my system, all changes regarding name and room is done in Z-Way. I have set variables "CloneRooms =1" and "NameDevices = "" " (probably equals to false, not sure what this one does)
-
@dest said in Renaming device name...:
So I think it will prefer a full sync for the name and room coming from zway bridge. So each time I do some renaming or replacing a device, openLuup will always be in sync!
This it how it works in my system, all changes regarding name and room is done in Z-Way. I have set variables "CloneRooms =1" and "NameDevices = "" " (probably equals to false, not sure what this one does)
@perh said in Renaming device name...:
"NameDevices = "" " (probably equals to false, not sure what this one does)
In fact, if you set this variable to 1 or true, then the device names will be copied from ZWay. The default is simply not to do this.
(It's a difference in philosophy – I don't name any devices in ZWay, but all done in openLuup.)
-
@dest said in Renaming device name...:
So I think it will prefer a full sync for the name and room coming from zway bridge. So each time I do some renaming or replacing a device, openLuup will always be in sync!
This it how it works in my system, all changes regarding name and room is done in Z-Way. I have set variables "CloneRooms =1" and "NameDevices = "" " (probably equals to false, not sure what this one does)
-
More options is better but sometimes it can lead to more confusion.... I am partial to @akbooer approach... Set it up in openLuup rather than in z-way. It comes down to which one is easier to setup and which database is more reliable and from my observation, it is a flush so I prefer the openLuup route.
-
Glad to hear it!
I just looked at the code again, and indeed there's a NameDevices variable, which currently does absolutely nothing. I know that I looked at this several times and threw my hands up in disbelief at how hard it was going to be... but I can't remember why!