-
-
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
[Freeboxos] New binding alternative to Freebox binding #12342
Merged
+9,648
−0
Merged
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit
Hold shift + click to select a range
fc0aad1
SAT warnings handling
clinique 1533cbf
Correcting potential NPE
clinique 56f45e2
Correcting a NPE on error
clinique 8884e2e
Active player request falls to incorrect API version
clinique 990cf26
Reintroducing missing capability to send keys to player.
clinique db1dd67
Handling DUTY CYCLE more gracefully
clinique b964e45
Enhancing DUTY CYCLE
clinique ad5ec97
Moving to SNAPSHOT 3.4
clinique 40ce57f
Adress inconsistencies in binding name
clinique 5ddb78a
Discover Freebox Delta Home equipments(basic_shutter)
ben12 f8e5aff
Clean previous test code
ben12 c1e9fb3
Fix "Unexpected command"
ben12 e23ae88
Fix thing comm error
ben12 08196f0
README for basic shutter
ben12 e6d77f1
Fix MR discusions and solve maven check errors and warnings
ben12 8dc8d93
Fix MR discusions
ben12 81469e5
Fix README.md
ben12 d58bb3e
Enhancing logging to indentify source of erratic warn
clinique cb32b42
Deny polling a device data when its API is needed and it is OFFLINE
clinique 9b3dd72
Taking #11833 in accound
clinique 815643d
Switching to Snapshot 4.0.0
clinique 7e1a2df
Implementing SHUTTER Home Node
clinique f437308
Saving work before instroduction of ArrayListDeserializer
clinique 376de7b
Enhanced deserialization to simplify code
clinique 1338f19
Switching to Java 17 records
clinique b0fcb9a
Switching to addons.xml, headers updated
clinique 54c0821
Correcting two errors.
clinique 5402d26
Enhance usage of global variables
clinique fdf9368
Some code enhancement for base classes
clinique 48d259e
solving SAT issues
clinique c18dd67
Adding IliadBox compatibility
clinique 0f86e03
Commiting work
clinique 6c9028c
Saving work
clinique 3880b77
Rebooting Home Node part
clinique c2877a8
Spotless apply
clinique 4f7aa82
Adding i18n
clinique a320471
Decreasing websocket logging level
clinique 83060e5
SAT warnings handling
clinique 4802a15
Correcting potential NPE
clinique 1003584
Correcting a NPE on error
clinique 38178f3
Active player request falls to incorrect API version
clinique 74c99cc
Reintroducing missing capability to send keys to player.
clinique 6d868b5
Handling DUTY CYCLE more gracefully
clinique d54a254
Enhancing DUTY CYCLE
clinique f5a049e
Moving to SNAPSHOT 3.4
clinique 7280ac4
Adress inconsistencies in binding name
clinique 7b0b790
Discover Freebox Delta Home equipments(basic_shutter)
ben12 a328839
Clean previous test code
ben12 52b9ac2
Fix "Unexpected command"
ben12 a6e57bc
Fix thing comm error
ben12 814deab
README for basic shutter
ben12 8728703
Fix MR discusions and solve maven check errors and warnings
ben12 0bdfc0d
Fix MR discusions
ben12 6809d6d
Fix README.md
ben12 23ead80
Enhancing logging to indentify source of erratic warn
clinique f12259c
Deny polling a device data when its API is needed and it is OFFLINE
clinique 564e07a
Taking #11833 in accound
clinique df778a2
Switching to Snapshot 4.0.0
clinique 4e1b84d
Implementing SHUTTER Home Node
clinique bab969a
Saving work before instroduction of ArrayListDeserializer
clinique 29f1499
Enhanced deserialization to simplify code
clinique 0e70eed
Switching to Java 17 records
clinique b4177dd
Switching to addons.xml, headers updated
clinique 29270ae
Correcting two errors.
clinique c6edc35
Enhance usage of global variables
clinique c669dd8
Some code enhancement for base classes
clinique d8f7331
solving SAT issues
clinique dcb36b0
Adding IliadBox compatibility
clinique cb2d7e7
Commiting work
clinique bfa9e1f
Saving work
clinique 0e6b3f2
Rebooting Home Node part
clinique 9618d06
Spotless apply
clinique 8ba0271
Enhancing SAT report
clinique efd7c3e
I think that mvn spotless:apply has a problem with records - trying o…
clinique 2fcba0a
Avoid requesting detailed information for a shutdown repeater.
clinique f638cb0
Switched fan speed to RPM unit
clinique fc920d5
Correcting SAT
clinique 905a671
Correcting SAT
clinique e3137db
Divergence between eclipse and mvn spotless:apply
clinique 50991bc
YASAT
clinique c3e9434
Corrections following fwolter code review
clinique bd41053
Pleasing SAT
clinique 14adc08
Second fwolter code review
clinique df30151
Porting modifications introduced in PR #15121
clinique d9712cc
Removing redundant null checks.
clinique e07249f
Rebased.
clinique f05d318
Trying to remove the last sleep.
clinique 76f82f1
Reporting modifications of PR #15121
clinique dabbc2f
Reverting to working and cleaner granting process
clinique 4a6e835
Removing last Thread:Sleep
clinique adeb086
spotless:apply
clinique File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Saving work
Signed-off-by: clinique <gael@lhopital.org>
commit 6c9028c2609fe7dff41dad3f6ee059fe82186275
There are no files selected for viewing
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
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
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
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
34 changes: 34 additions & 0 deletions
34
...eboxos/src/main/java/org/openhab/binding/freeboxos/internal/config/HomeChannelConfig.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/** | ||
* Copyright (c) 2010-2023 Contributors to the openHAB project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
package org.openhab.binding.freeboxos.internal.config; | ||
|
||
import org.eclipse.jdt.annotation.NonNullByDefault; | ||
import org.eclipse.jdt.annotation.Nullable; | ||
|
||
/** | ||
* The {@link HomeChannelConfig} is responsible for holding configuration informations for a dynamically create home | ||
* endpoint channel | ||
* | ||
* @author Gaël L'hopital - Initial contribution | ||
*/ | ||
@NonNullByDefault | ||
public class HomeChannelConfig { | ||
public int id = -1; | ||
public String unit = ""; | ||
|
||
public HomeChannelConfig(int id, @Nullable String unit) { | ||
super(); | ||
this.id = id; | ||
this.unit = unit != null ? unit : ""; | ||
} | ||
} |
74 changes: 0 additions & 74 deletions
74
...xos/src/main/java/org/openhab/binding/freeboxos/internal/config/ShutterConfiguration.java
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
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.
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.
Changed