-
-
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
[ojelectronics] Initial contribution #7138
Conversation
Travis tests were successfulHey @EvilPingu, |
1 similar comment
Travis tests were successfulHey @EvilPingu, |
Travis tests were successfulHey @EvilPingu, |
1 similar comment
Travis tests were successfulHey @EvilPingu, |
Travis tests have failedHey @EvilPingu, 1st BuildExpand here
### 2nd Build Expand here
|
Can you fix the conflicting file and the build errors? I would take a look into it, then. |
Travis tests were successfulHey @EvilPingu, |
1 similar comment
Travis tests were successfulHey @EvilPingu, |
Hi @fwolter , conflicts are solved now. EvilPingu |
Travis tests were successfulHey @EvilPingu, |
2 similar comments
Travis tests were successfulHey @EvilPingu, |
Travis tests were successfulHey @EvilPingu, |
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.
Very professional code. I like the usage of Jetty's async API and the lambdas.
There are some checkstyle warnings left. You could take a look at target/code-analysis/report.html
.
There are some formatting issues. You can view them with mvn spotless:check -Dspotless.check.skip=false
and fix them with mvn spotless:apply
.
bundles/org.openhab.binding.ojelectronics/src/main/resources/ESH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
...ics/src/main/java/org/openhab/binding/ojelectronics/internal/OJElectronicsBridgeHandler.java
Outdated
Show resolved
Hide resolved
...tronics/src/main/java/org/openhab/binding/ojelectronics/internal/services/SignInService.java
Outdated
Show resolved
Hide resolved
Travis tests have failedHey @EvilPingu, |
Travis tests have failedHey @EvilPingu, |
Travis tests were successfulHey @EvilPingu, |
Hi @fwolter, what are the next steps? How do we get on? Did I miss something? |
Travis tests were successfulHey @EvilPingu, |
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 for the hint. Github doesn't notify when comments are set to resolved.
I found a few minor things I overlooked during the first review. Sorry for that!
There are some checkstyle warnings left. You could take a look at target/code-analysis/report.html
.
...ics/src/main/java/org/openhab/binding/ojelectronics/internal/OJElectronicsBridgeHandler.java
Outdated
Show resolved
Hide resolved
...ics/src/main/java/org/openhab/binding/ojelectronics/internal/OJElectronicsBridgeHandler.java
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.ojelectronics/src/main/resources/ESH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.ojelectronics/src/main/resources/ESH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
</config-description> | ||
</thing-type> | ||
<channel-type id="floorTemperature"> | ||
<item-type>Number</item-type> |
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.
Do you want to adopt or comment on this?
...src/main/java/org/openhab/binding/ojelectronics/internal/OJElectronicsThermostatHandler.java
Outdated
Show resolved
Hide resolved
Travis tests were successfulHey @EvilPingu, |
1 similar comment
Travis tests were successfulHey @EvilPingu, |
Hi @fwolter, i fixed all review things and i also checked target/code-analysis/report.html. It's empty. |
Travis tests were successfulHey @EvilPingu, |
I didn't understand this. I'm confused. I make "mvn clean install". No errors, no warning: file:///home/ckit/dev/openhab-2-5-x/git/openhab-addons/target/code-analysis/report.html and file:///home/ckit/dev/openhab-2-5-x/git/openhab-addons/target/summary_report.html |
Did you push your changes? For example RefreshService:56, the field name is still lower case. |
Signed-off-by: EvilPingu <[email protected]>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: EvilPingu <[email protected]>
Travis tests were successfulHey @EvilPingu, |
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Travis tests were successfulHey @EvilPingu, |
bundles/org.openhab.binding.ojelectronics/src/main/resources/ESH-INF/thing/thing-types.xml
Show resolved
Hide resolved
...jelectronics/src/main/java/org/openhab/binding/ojelectronics/internal/ThermostatHandler.java
Outdated
Show resolved
Hide resolved
...jelectronics/src/main/java/org/openhab/binding/ojelectronics/internal/ThermostatHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: EvilPingu <[email protected]>
Travis tests were successfulHey @EvilPingu, |
Thanks a lot! |
It was a great pleasure for me. I learned a lot. 👍 Thanks for the support. |
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]> Signed-off-by: CSchlipp <[email protected]>
Signed-off-by: EvilPingu <[email protected]> Signed-off-by: MPH80 <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Signed-off-by: EvilPingu <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
Signed-off-by: EvilPingu <[email protected]>
Hi,
this is the initial contribution for ojelectronics binding. First of all i build two things:
OJ Electronics builds floor heating thermostats. Goal of the binding is to support OJ Electronics devices.
EvilPingu