-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[pidcontroller] Initial Contribution #9512
Conversation
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
...n/java/org/openhab/automation/pidcontroller/internal/handler/PIDControllerActionHandler.java
Outdated
Show resolved
Hide resolved
...va/org/openhab/automation/pidcontroller/internal/template/PIDControllerTemplateProvider.java
Outdated
Show resolved
Hide resolved
...va/org/openhab/automation/pidcontroller/internal/template/PIDControllerTemplateProvider.java
Outdated
Show resolved
Hide resolved
...va/org/openhab/automation/pidcontroller/internal/template/PIDControllerTemplateProvider.java
Outdated
Show resolved
Hide resolved
...va/org/openhab/automation/pidcontroller/internal/template/PIDControllerTemplateProvider.java
Outdated
Show resolved
Hide resolved
...java/org/openhab/automation/pidcontroller/internal/type/PIDControllerModuleTypeProvider.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
@J-N-K Thanks! I incorporated all your feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* [pidcontroller] Initial Contribution * Incorporate review feedback No.1 Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* [pidcontroller] Initial Contribution * Incorporate review feedback No.1 Signed-off-by: Fabian Wolter <github@fabian-wolter.de> Signed-off-by: Joseph Hagberg <joseph@zoidberg.se>
@fwolter |
You find the documentation here /~https://github.com/fwolter/openhab-addons/blob/pidcontroller/bundles/org.openhab.automation.pidcontroller/README.md You need OH 3.x to run it. |
@fwolter |
Ha, that's why I just deleted the dev branch. Here is the link to the merged version: /~https://github.com/openhab/openhab-addons/blob/main/bundles/org.openhab.automation.pidcontroller/README.md |
@fwolter That link is working OK thanks. I'm familiar with the Rules engine - I have a lot of text-based rules. |
I have no clue how to configure it text-based. The forum post linked in the initial message shows screenshots of an UI based configuration. |
@fwolter OK thanks - I'll ask in the OH thread if it is possible via the Rules DSL or whether it has to be in the GUI. |
* [pidcontroller] Initial Contribution * Incorporate review feedback No.1 Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* [pidcontroller] Initial Contribution * Incorporate review feedback No.1 Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
This is a PID controller for openHAB.
The implementation is based on the work of @george.erhan (forum) and @Hilbrand.
See https://community.openhab.org/t/new-automation-pid-controller/111229