Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insteon: Detailed Tracking and Reporting of Statistics Related to Message #240

Merged
merged 21 commits into from
Aug 9, 2013

Commits on Jul 23, 2013

  1. Insteon: Add Message Tracking Statistics Features

    Added a number of functions to track message details.
    Added functions to print message statistics to the log
    Added functions to reset the message statistics
    Added 2 voice commands:
    - print message statistics - prints details on all devices to the log
    - reset message statistics - resets the message statistics to 0 for all devices
    krkeegan committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    c378df3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2013

  1. Configuration menu
    Copy the full SHA
    e18e5ad View commit details
    Browse the repository at this point in the history
  2. Insteon_Stats: Add a More Extensive Print Message Voice Command

    Now collects and prints a total average for the entire network.
    krkeegan committed Jul 25, 2013
    Configuration menu
    Copy the full SHA
    d28a660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5f689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e60e309 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47c7e8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a42eca8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa6ea1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85d0f6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a964f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    172ab16 View commit details
    Browse the repository at this point in the history
  11. Insteon: Save Setby Object in On_Standard_Received

    Save the object so we can use it in print_log messages
    krkeegan committed Jul 25, 2013
    Configuration menu
    Copy the full SHA
    1753671 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    396cf2a View commit details
    Browse the repository at this point in the history
  13. Insteon_Stats: Track Hops in Duplicate Messages

    They still provide some detail on how long messages take to arrive.
    
    There may be one issue in that this may catch subsequent deliveries of the same message with a lower hops_left count.  Such as when the message is delivered on the 2nd and 3rd hop.  But at the same time, sometimes the messages that should take longer to arrive, as they have used more hops, somehow arrive first, so this may be a wash.  In the end, the best way to avoid this problem is to use proper hop counts.
    krkeegan committed Jul 25, 2013
    Configuration menu
    Copy the full SHA
    069252a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c275d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2013

  1. Configuration menu
    Copy the full SHA
    d21f1f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c82694 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e5592 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Insteon_Stats: Change Name of Routine to Message_Stats

    Much more user friendly and descriptice name.
    krkeegan committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    aaaf542 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2013

  1. Configuration menu
    Copy the full SHA
    d6514da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96eeee View commit details
    Browse the repository at this point in the history