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

[haywardomnilogic] Hayward Omnilogic Pool Automation Binding #8338

Closed
wants to merge 45 commits into from
Closed

[haywardomnilogic] Hayward Omnilogic Pool Automation Binding #8338

wants to merge 45 commits into from

Commits on Sep 6, 2020

  1. Hayward Omnilogic binding initial contribution

    Signed-off-by: matchews <mmyers75@icloud.com>
    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    e23d0eb View commit details
    Browse the repository at this point in the history
  2. Initial contribution

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    45bdd78 View commit details
    Browse the repository at this point in the history
  3. Updated codeowners

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    56f81f2 View commit details
    Browse the repository at this point in the history
  4. Updated default poll times

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    1d11a10 View commit details
    Browse the repository at this point in the history
  5. Partially updated readme and attempted to replace transformations wit…

    …h thing.xml options.
    
    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    8433da2 View commit details
    Browse the repository at this point in the history
  6. Fixing checkstyle

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    437e99c View commit details
    Browse the repository at this point in the history
  7. Removed about.html. Added NOTICE file.

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    71b21fd View commit details
    Browse the repository at this point in the history
  8. Adding NOTICE file

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    79965a5 View commit details
    Browse the repository at this point in the history
  9. Updating readme

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    014ec1d View commit details
    Browse the repository at this point in the history
  10. Fixed typo in pump.xml

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    c4fbbc8 View commit details
    Browse the repository at this point in the history
  11. Updating units on temperature items

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    278949d View commit details
    Browse the repository at this point in the history
  12. Updating thing.xml units

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    ec91c94 View commit details
    Browse the repository at this point in the history
  13. Lots of small, miscellaneous code updates, mostly Bridge and Discover…

    …y Handlers
    
    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    a846d43 View commit details
    Browse the repository at this point in the history
  14. Created HaywardThingHandler super class

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    ab55614 View commit details
    Browse the repository at this point in the history
  15. changed heater enable to use mappings in heater.xml

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5624742 View commit details
    Browse the repository at this point in the history
  16. Removed CSAD Thing placeholders

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    2903088 View commit details
    Browse the repository at this point in the history
  17. Removed clearPolling logger.trace

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    4b37e5b View commit details
    Browse the repository at this point in the history
  18. Fixed heater.xml indent spaces

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5490797 View commit details
    Browse the repository at this point in the history
  19. Add scheduled job for initialization to return fast

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    a540b89 View commit details
    Browse the repository at this point in the history
  20. Updated haywardCommand catch logging

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    a939c2b View commit details
    Browse the repository at this point in the history
  21. update binding.xml description

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    dce9e11 View commit details
    Browse the repository at this point in the history
  22. Update bridge.xml required tags, descriptions

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    ed141d3 View commit details
    Browse the repository at this point in the history
  23. Update chlor timed percent to dimensionless. Add better description t…

    …o pump speed.
    
    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    7347967 View commit details
    Browse the repository at this point in the history
  24. spotless check and fix

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    f40e247 View commit details
    Browse the repository at this point in the history
  25. Add null annotations

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    3dbebc9 View commit details
    Browse the repository at this point in the history
  26. Changed XML is null to is empty in bridgehandler

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    2cecf08 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Update HaywardThingHandler HaywardBridgeHandler return statement

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    05824f1 View commit details
    Browse the repository at this point in the history
  2. Updated error handling. scheduledInitialize now consumes all errors f…

    …rom its called subroutines
    
    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b034640 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Adding excpetion handling and channel state dimensionless handling

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f9bfd52 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Update thing.xml files

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    8b6dd19 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. update notice file and signed!

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    52c1cfe View commit details
    Browse the repository at this point in the history
  2. Change discovery to service. other minor edits.

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    d2bc55d View commit details
    Browse the repository at this point in the history
  3. Moved getTelemetry from Bridgehandler to thing handlers

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    9fa4401 View commit details
    Browse the repository at this point in the history
  4. Clean up thinghandler getTelemetry. Relay & Sensor need finalized.

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    238c58c View commit details
    Browse the repository at this point in the history
  5. Moved thing commands from bridgehandler to individual thinghandlers

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    572150b View commit details
    Browse the repository at this point in the history
  6. signing

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    d6461c5 View commit details
    Browse the repository at this point in the history
  7. Add properties class for handlers (systemID & poolID)

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    76bbb30 View commit details
    Browse the repository at this point in the history
  8. Consolidated getTelemetry calls to each handler to a single call

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    c2f7229 View commit details
    Browse the repository at this point in the history
  9. Implement discovery as a ThingHandlerSevice

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    861ef6d View commit details
    Browse the repository at this point in the history
  10. Clean up httpXmlResponse status message

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    62953ba View commit details
    Browse the repository at this point in the history
  11. Moved .internal.hayward contents to .internal

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    4d05c6a View commit details
    Browse the repository at this point in the history
  12. Removed unrelated items from HaywardConfig. Moved them to HawardAccount

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    5369344 View commit details
    Browse the repository at this point in the history
  13. removed unused FilterHandler property methods

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    a39e781 View commit details
    Browse the repository at this point in the history
  14. Signing

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    9db6dac View commit details
    Browse the repository at this point in the history
  15. update BridgeHandler comments

    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    matchews committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    be153d4 View commit details
    Browse the repository at this point in the history