Does anyone have a good naming convention for devices?
For instance, a motion sensor on the south deck has three entries in the device list. One for low battery, dusk dawn, and state (on/off). I have tried a number of different options but have not been fully satisfied. An example could be:
ddLocation.function
where dd is a two digit prefix for the device. In this case it could be "ms" for motion sensor. Location could be the location of the sensor (SouthDeck). And function could be LowBat. The full name would be:
msSouthDeck.LowBat
For a leak sensor under the guest bathroom sink it could be
lsGuestBathSink.Dry
Common prefixes could be
ms - motion sensor
ls - leak sensor
os - open sensor
ds - door sensor
sd - switchlink dimmer
so - switch link on/off
kd - keypad dimmer switch
mo - micro on/off module
ll - lamplink dimmer
td - toggle dimmer
lr - in-linelink relay
md - micro dimmer
mr - mini remote
etc.
A common problem seems to be in choosing a convention that results in names that are too long. I am curious to see if anyone has suggestions for a good convention.