-
-
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
[pentair] 7836-pentair binding improvements #7837
Conversation
* Integrated the "feature" support in to new controller groups. * Implemented controller schedules (both read and write) implementation Various other fixes * Addressed many warning/errors and cleanup * Added support for units on temperatures, power, etc. * Added intelliflo gpm fixed spelling error added intelliflo status * Added direct support for motor (when controller is not present or in service mode) * Removed apache.commons dependency * Removed gnu.io dependency. Reworked some of the state changes in the basebridgehandler. * Added auto discovery Finished schedule implementation Various other fixes Addressed many warning/errors More cleanup Updated README with changes. Added support for UOM Added intelliflo gpm fixed spelling error added intelliflo status Removed apache.commons import Removed gnu.io dependency. Reworked some of the state changes in the basebridgehandler. Added auto discovery Signed-off-by: Jeff James <[email protected]>
Travis tests were successfulHey @jsjames, |
The thingtype and channel name changes would make this PR non-backwards-compatible for existing users. Are you ok with the PR being pushed back until openHAB 3? |
This can wait until 3.0. It does address removing the org.apache.commons and the gnu.io library. |
Travis tests were successfulHey @jsjames, |
Finished schedule implementation
Various other fixes
Addressed many warning/errors
More cleanup
Updated README with changes.
Added support for UOM
Added intelliflo gpm
fixed spelling error
added intelliflo status
Removed apache.commons import
Removed gnu.io dependency. Reworked some of the state changes in the basebridgehandler.
Added auto discovery