...I want to use two different motion sensors for the same chime, and want to be able to have a record of which sensor sees motion at what time. The log file works good for this....
Interesting challenge. I'm sure you'll get a few suggestions. Some may better or clearer than what just popped in my head.
I'm not clear this is what you want to do. This will allow you to separate your logs for each sensor. If this isn't what you're trying to do let us know.
I think the only way to separate the logs for two sensors will be to use different home codes for your sensors. Here's how I think it will have to be done. (I welcome an easier suggestion.)
For this example, I'll be using HCs "E1", "E2" and "C1". Also you'll need to set up 2 macros. Feel free to choose your own set of HCs.
- Set the chime to HC C1
- Set your motion sensors with HCs as E1 and E2.
- Now you need to create 2 macros with HCs E1 and E2
- Both macros will be identical and have the 1 line "C1 ON". I like to proceed the line with a 1 second delay but that maybe optional.
Ok here's what happens. Having the 2 motion sensors on separate HCs allows them have separate logs. The identical macros each will trigger the chime. There is a possibly that you may need to create 2 dummy moles, E1 and E2, but try it without them first.