Recent content by Kirby

  1. K

    Help with M1 Rule

    Try this: WHENEVER ENTRY DELAY, ANY AREA STARTS THEN SET Alarm Warn (Counter 10) TO 1 WHENEVER EVERY 20 SECONDS AND Alarm Warn (Counter 10) IS EQUAL TO 1 THEN TURN Output 016 (Out 16) ON FOR 1 SEC THEN SET Alarm Warn (Counter 10) TO 0
  2. K

    M1 protocol command to request UPB or Z-wave switch type

    Dan (Electron), If you would take the time to research this I would really appreciate it. Kirby
  3. K

    M1 protocol command to request UPB or Z-wave switch type

    Thanks Work2Play for the insight. Actually there is no reason why I couldn't do that. The M1 data is being maintained in an SQLite database so it would be straight forward to update some of the fields in the lighting table directly from an additional UPB PIM. The .NET lib presents all of the...
  4. K

    M1 protocol command to request UPB or Z-wave switch type

    Tom, Thanks for the reply. Its not what I was hoping for but I am curious to see what the result is. Kirby
  5. K

    M1 protocol command to request UPB or Z-wave switch type

    The ps command doesn't really do it for me. That command returns the current status of the lights not the type of lighting device. I'm looking for something like the zd (zone definition) command that tells me whether the device is On/Off, Dimmer, Appliance, or Other. That information is...
  6. K

    M1 protocol command to request UPB or Z-wave switch type

    I am writing a .NET lib to monitor and control an M1. I have been able to gather all the info I need via the m1's serial protocol except the ability to determine if a lighting device is On/Off or dimming. It is important to know this so that the client software will know how to graphically...
Back
Top