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

Cover update - up/down from bus; stop and movement direction #322

Merged
merged 16 commits into from
Aug 13, 2020

Commits on Jan 27, 2020

  1. Change Cover to 0%=open

    Change Cover and TravelCalculator to
    0% = open
    100% = closed
    farmio committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    47522a9 View commit details
    Browse the repository at this point in the history
  2. implemented is_opening and is_closing

    also removed print()s
    farmio committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    2f80c5c View commit details
    Browse the repository at this point in the history
  3. remove inversion for 1bit telegrams

    1 bit telegrams have been inverted if `invert_position` was true.
    These are specified in knx as 0="up/open" and 1="down/close".
    I think invert_position shall only be applied to %
    farmio committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    3cd87f4 View commit details
    Browse the repository at this point in the history
  4. test is_opening and is_closing

    farmio committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7b518ec View commit details
    Browse the repository at this point in the history
  5. removed time_set_from_outside with unittest.mock.patch

    as this was only used for unittests
    farmio committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    4ef5941 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

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

Commits on Jan 29, 2020

  1. position range was inverted

    farmio committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    2f8c1c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Merge pull request #1 from recMartin/DPT_Step-Corrections

    Dpt step corrections
    farmio committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    4f70fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e03d05 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    ef01c86 View commit details
    Browse the repository at this point in the history
  2. send "1" for stop

    it doesn't matter if 0 or 1 is sent to stop for ABB and MDT actuators. Just fixing the tests here.
    farmio committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c63329f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    5d57d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e8994 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. process stop from bus; tests

    farmio committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    fd87e87 View commit details
    Browse the repository at this point in the history
  2. 100% coverage

    farmio committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    bdd7524 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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