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

feat(pv-overrides): use excess energy to reach maximum temperature #11

Merged
merged 4 commits into from
Feb 27, 2024

Conversation

tspopp
Copy link
Owner

@tspopp tspopp commented Feb 27, 2024

PV Modes

AquaMQTT has been built to utilize local end excess energy produced by photovoltaic energy sources. For doing so, AquaMQTT provides additional operation modes to turn on either heat pump and/or heat element to reach the maximum water temperature. These operation modes can be enabled using two flags which are signaled via MQTT.

Further-Reading

New control abilities introduced with this PR:

  • Enable or Disable Flag PV Mode Heat Pump
    $prefix/aquamqtt/ctrl/flagPVModeHeatPump

  • Enable or Disable Flag PV Mode Heat Element
    $prefix/aquamqtt/ctrl/flagPVModeHeatElement

  • Disable or Enable Heating Element
    $prefix/aquamqtt/ctrl/heatingElementEnabled

  • Disable or Enable Emergency Mode
    $prefix/aquamqtt/ctrl/emergencyModeEnabled

  • Change OperationType e.g. Time-Window or Always On
    $prefix/aquamqtt/ctrl/operationType

  • Change Installation Config
    $prefix/aquamqtt/ctrl/configInstallation

@tspopp tspopp merged commit 8790dd9 into main Feb 27, 2024
1 check passed
@tspopp tspopp deleted the pvOverrides branch February 27, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant