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

Add setpoint command to imitate manual control of the thermostat #1046

Merged
merged 7 commits into from
Sep 28, 2021

Commits on Sep 26, 2021

  1. Create thermostat.py

    Add Danfoss manufacturer command "Setpoint Command" to change behaviour of valve to instantly react on setpoint changes.
    WolfRevo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b2b1a44 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Update thermostat.py

    Change based on the proposal from @Adminiuga
    WolfRevo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    872e5f1 View commit details
    Browse the repository at this point in the history
  2. Update thermostat.py

    Removed unnecessary imports/constants.
    WolfRevo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    fbe1a1a View commit details
    Browse the repository at this point in the history
  3. Update thermostat.py

    Quick fix for intendation
    WolfRevo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    8235990 View commit details
    Browse the repository at this point in the history
  4. Update thermostat.py

    Added debug output for the setpoint command.
    WolfRevo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    0ef6940 View commit details
    Browse the repository at this point in the history
  5. Update thermostat.py

    Corrections from flake8
    WolfRevo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1738e7b View commit details
    Browse the repository at this point in the history
  6. Update thermostat.py

    How black should like it
    WolfRevo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    c5524c1 View commit details
    Browse the repository at this point in the history