-
-
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
[RFXCOM] Fix chill temperature #2362
Merged
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
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
@mjagdis, thanks for your PR! By analyzing the history of the files in this pull request, we identified @paulianttila, @kaikreuzer and @martinvw to be potential reviewers. |
martinvw
approved these changes
Jun 12, 2017
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.
Thanks!
holmes
added a commit
to holmes/openhab2-addons
that referenced
this pull request
Jun 16, 2017
* master: [senseBox] Forgot to add binding to feature.xml (openhab#2371) [Kodi] Fix audio sink (openhab#2301) (openhab#2303) Initial contribution of a Niko Home Control binding. (openhab#1589) [keba] fixed typo (openhab#2370) Removed utilisation of org.apache.http.client (openhab#2369) [RFXCOM] Make LWRF mood buttons work (openhab#2366) [senseBox] Switch caching to ESH ExpiringCacheMap (openhab#2361) Fixed problems found by AuthorTagCheck in the cometvisu bundle (openhab#2364) Added author tag where missing. (openhab#2351) [RFXCOM] Fix chill temperature (openhab#2362) initial contribution Windcentrale binding (openhab#1535) Tesla : reset the Even Stream connection to the Tesla Back-end if the event time stamps differ too much from the current system time (openhab#2358) Homematic: Some updates (openhab#2346) [RFXCOM] Support all data from wind sensors (openhab#2329) Gardena: Optimized refresh after command (openhab#2353) Fix some javadocs. (openhab#2349) Some small non-standard copyright banners which we missed while reviewing (openhab#2347)
kaikreuzer
added
the
bug
An unexpected problem or unintended behavior of an add-on
label
Jun 24, 2017
martinvw
removed
the
bug
An unexpected problem or unintended behavior of an add-on
label
Jun 25, 2017
falkena
pushed a commit
to falkena/openhab-addons
that referenced
this pull request
Jun 29, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
qvistgaard
pushed a commit
to qvistgaard/openhab2-addons
that referenced
this pull request
Jun 30, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
jsjames
pushed a commit
to jsjames/openhab-addons
that referenced
this pull request
Jul 1, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
reyem
pushed a commit
to reyem/openhab2-addons
that referenced
this pull request
Jul 1, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
Markinus
pushed a commit
to Markinus/openhab2-addons
that referenced
this pull request
Jul 2, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
ppieczul
pushed a commit
to ppieczul/openhab2-addons
that referenced
this pull request
Jul 2, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
reyem
pushed a commit
to reyem/openhab2-addons
that referenced
this pull request
Jul 3, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
aogorek
pushed a commit
to aogorek/openhab2-addons
that referenced
this pull request
Jul 5, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
Markinus
pushed a commit
to Markinus/openhab2-addons
that referenced
this pull request
Sep 8, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
hillmanr
pushed a commit
to hillmanr/openhab2-addons-pollytts
that referenced
this pull request
Dec 6, 2017
Fix to PR#2329: Chill temperature for wind sensors should be on the chillTemperature channel not the temperature channel. Signed-off-by: Mike Jagdis <[email protected]> (github: mjagdis)
Flole998
pushed a commit
to Flole998/openhab-addons
that referenced
this pull request
Dec 30, 2021
…penhab#2362) * Fix decimal separator issues when creating QuantityType from String Fixes openhab#2360 Signed-off-by: Wouter Born <[email protected]>
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.
Fix to PR#2329: Chill temperature for wind sensors should be on the
chillTemperature channel not the temperature channel.
Signed-off-by: Mike Jagdis [email protected] (github: mjagdis)