-
-
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
[homematic] HUMIDITY and CONTROL_MODE as standard channels #14274
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HomematicIP added humidity and HVAC control mode under new channel HEATING_CLIMATECONTROL_TRANSCEIVER|HUMIDITY. Those channels won't show in PaperUI unless "Advanced" is selected. This pull request adds those channels as standard. Impacted HomematicIP devices: HmIP-BWTH, HmIP-BWTH24, HmIPW-STHD, HmIPW-STH, HmIPW-WTH, HmIP-STHD, HmIP-STH, HMIP-WTH, HmIP-WTH-2, HmIP-WTH-B The devices HmIP-eTRV* and HmIP-WT only support CONTROL_MODE not Humidity. resolves: openhab#11829 Signed-off-by: Dirk Benecke <dirkbe@web.de> Signed-off-by: Dirk Benecke <dirkbenecke@Dirks-MBP.fritz.box>
dirkbe
force-pushed
the
homematic_11829
branch
from
January 25, 2023 17:38
bf584e9
to
2a4d20d
Compare
lolodomo
changed the title
[homematic] HUMIDITY and CONTROL_MODE as PaperUI standard channels
[homematic] HUMIDITY and CONTROL_MODE as standard channels
Jan 29, 2023
@MHerbst : is it ok for you? |
lolodomo
added
the
enhancement
An enhancement or new feature for an existing add-on
label
Jan 29, 2023
@lolodomo Looks OK for me. But I am no longer using openHAB and this binding. |
lolodomo
approved these changes
Jan 29, 2023
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, thank you
nemerdaud
pushed a commit
to nemerdaud/openhab-addons
that referenced
this pull request
Feb 28, 2023
…penhab#14274) HomematicIP added humidity and HVAC control mode under new channel HEATING_CLIMATECONTROL_TRANSCEIVER|HUMIDITY. Those channels won't show in PaperUI unless "Advanced" is selected. This pull request adds those channels as standard. Impacted HomematicIP devices: HmIP-BWTH, HmIP-BWTH24, HmIPW-STHD, HmIPW-STH, HmIPW-WTH, HmIP-STHD, HmIP-STH, HMIP-WTH, HmIP-WTH-2, HmIP-WTH-B The devices HmIP-eTRV* and HmIP-WT only support CONTROL_MODE not Humidity. resolves: openhab#11829 Signed-off-by: Dirk Benecke <dirkbe@web.de> Signed-off-by: Dirk Benecke <dirkbenecke@Dirks-MBP.fritz.box>
renescherer
pushed a commit
to renescherer/openhab-addons
that referenced
this pull request
Mar 23, 2023
…penhab#14274) HomematicIP added humidity and HVAC control mode under new channel HEATING_CLIMATECONTROL_TRANSCEIVER|HUMIDITY. Those channels won't show in PaperUI unless "Advanced" is selected. This pull request adds those channels as standard. Impacted HomematicIP devices: HmIP-BWTH, HmIP-BWTH24, HmIPW-STHD, HmIPW-STH, HmIPW-WTH, HmIP-STHD, HmIP-STH, HMIP-WTH, HmIP-WTH-2, HmIP-WTH-B The devices HmIP-eTRV* and HmIP-WT only support CONTROL_MODE not Humidity. resolves: openhab#11829 Signed-off-by: Dirk Benecke <dirkbe@web.de> Signed-off-by: Dirk Benecke <dirkbenecke@Dirks-MBP.fritz.box>
FordPrfkt
pushed a commit
to FordPrfkt/openhab-addons
that referenced
this pull request
Apr 20, 2023
…penhab#14274) HomematicIP added humidity and HVAC control mode under new channel HEATING_CLIMATECONTROL_TRANSCEIVER|HUMIDITY. Those channels won't show in PaperUI unless "Advanced" is selected. This pull request adds those channels as standard. Impacted HomematicIP devices: HmIP-BWTH, HmIP-BWTH24, HmIPW-STHD, HmIPW-STH, HmIPW-WTH, HmIP-STHD, HmIP-STH, HMIP-WTH, HmIP-WTH-2, HmIP-WTH-B The devices HmIP-eTRV* and HmIP-WT only support CONTROL_MODE not Humidity. resolves: openhab#11829 Signed-off-by: Dirk Benecke <dirkbe@web.de> Signed-off-by: Dirk Benecke <dirkbenecke@Dirks-MBP.fritz.box>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
HomematicIP added humidity and HVAC control mode under new channel HEATING_CLIMATECONTROL_TRANSCEIVER. Those channels won't show in PaperUI unless "Advanced" is selected. This pull request adds those channels as standard.
Impacted HomematicIP devices: HmIP-BWTH, HmIP-BWTH24, HmIPW-STHD, HmIPW-STH, HmIPW-WTH, HmIP-STHD, HmIP-STH, HMIP-WTH, HmIP-WTH-2, HmIP-WTH-B
The devices HmIP-eTRV* and HmIP-WT only support CONTROL_MODE not HUMIDITY.
resolves: #11829
Signed-off-by: Dirk Benecke dirkbe@web.de