Renaming device name...
-
@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!