-
-
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
[meteoalerte] Météo Alerte binding #7200
Conversation
It looks like your README file si fully irrelevant, probably a copy from another binding ? |
Yes, I did not work on it at all as of now |
With the code and the URL in the code, I see what is this binding. |
You can test it ASAYW, it is functional. |
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
Travis tests were successfulHey @clinique, |
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, only some minor comments. I'm a bit unsure about the french channel names and description, but I'm ok since I think that this will mostly be used by people who speak french.
...lerte/src/main/java/org/openhab/binding/meteoalerte/internal/handler/MeteoAlerteHandler.java
Outdated
Show resolved
Hide resolved
...lerte/src/main/java/org/openhab/binding/meteoalerte/internal/handler/MeteoAlerteHandler.java
Outdated
Show resolved
Hide resolved
...lerte/src/main/java/org/openhab/binding/meteoalerte/internal/handler/MeteoAlerteHandler.java
Outdated
Show resolved
Hide resolved
...lerte/src/main/java/org/openhab/binding/meteoalerte/internal/handler/MeteoAlerteHandler.java
Outdated
Show resolved
Hide resolved
...lerte/src/main/java/org/openhab/binding/meteoalerte/internal/handler/MeteoAlerteHandler.java
Show resolved
Hide resolved
* @author Gaël L'hopital - Initial contribution | ||
*/ | ||
@NonNullByDefault | ||
public class Fields { |
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.
I would prefer a name that is not so close to a standard java class name (Field
). Maybe ResponseFieldDTO
, WDYT?
Signed-off-by: clinique <[email protected]>
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.
One wrong constant value
@@ -23,5 +23,5 @@ | |||
@NonNullByDefault | |||
public class MeteoAlerteConfiguration { | |||
public String department = ""; | |||
public Integer refresh = 24; | |||
public Integer refresh = 1400; |
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.
1440
Travis tests were successfulHey @clinique, |
Signed-off-by: clinique <[email protected]>
Travis tests were successfulHey @clinique, |
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
Jenkins fails due to different POM-version. Checked ok. |
* 2.5.x: (174 commits) [hpprinter] Add additional data points and refactoring (openhab#7805) [neohub] new/legacy API; null annotations; enhancements; bugs; logging (openhab#7767) [meteoalerte] Initial contribution (openhab#7200) [lgwebos] Console command to show the access key (openhab#7801) [hue] Refactored state handling and fix polling after command (openhab#7518) [telegram] add attachment URL (openhab#7816) [siemensrds] readme adjusted to match openhab#7814 (openhab#7819) [lametrictime] correctly parse response (openhab#7818) [Seneye] Bug fix for using Pond or Home sensors. (openhab#7797) [siemensrds] apply UoM quantityType percent for relative humidity (openhab#7814) [alarmdecoder] Add vzone thing for virtual zone control (openhab#7800) [hue] Channel alert added for groups (openhab#7810) [hue] Keep compatibility with hue emulation for groups (openhab#7809) [dscalarm] Bridge/things management refactored (openhab#7748) [avmfritz] Add link to Fensterkontakt (magnetisch) to docs (openhab#7806) [deconz] add light/blind support and additional sensors (openhab#7608) [homekit] add support for min/max values for temperature (openhab#7782) [tesla] Use CXF JAX-RS client builder, if available (openhab#7804) [mqtt.homie] Improve Homie discovery time (openhab#7760) [siemensrds] null annotations; JUnit; UoM; enhancements; bug; refactoring; logging (openhab#7769) ...
* Initial commit of Mété Alerte binding Signed-off-by: clinique <[email protected]>
* Initial commit of Mété Alerte binding Signed-off-by: clinique <[email protected]> Signed-off-by: CSchlipp <[email protected]>
* Initial commit of Mété Alerte binding Signed-off-by: clinique <[email protected]>
* Initial commit of Mété Alerte binding Signed-off-by: clinique <[email protected]>
* Initial commit of Mété Alerte binding Signed-off-by: clinique <[email protected]>
* Initial commit of Mété Alerte binding Signed-off-by: clinique <[email protected]>
* Initial commit of Mété Alerte binding Signed-off-by: clinique <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
* Initial commit of Mété Alerte binding Signed-off-by: clinique <[email protected]>
No description provided.