-
-
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
Netatmo binding stops to work once it starts to rain #866
Comments
@pail23 : second incident raised on this matter. Will take a look very soon. |
Yes, got it. In swagger, rain measures are described as Integer, need to correct this. |
Was about to correct this, but currently not able to generate new version of swagger client due to opened issue in swagger codegen (swagger-api/swagger-codegen#2096) - will have to wait a bit :( |
@clinique I removed the use of allOf in the swagger declaration to workaround the inheritance issue. Can you have a look ? |
@cbornet : thanks a lot, I'll go on with this this week-end. |
@cbornet : done, it works! Thanks a lot |
PR pushed |
@clinique : this issue should be closed ? |
Issue to close. |
…nhab#866) * Get all serial port identifiers by calling RXTX with and without using the gnu.io.rxtx.SerialPorts property * Filter getSerialPortIdentifiers() stream on distinct port names * Fix thread safety issues by saving getPortIdentifiers() Enumeration result to new list Fixes openhab#805 Signed-off-by: Wouter Born <github@maindrain.net>
I have a netatmo station with a rain module installed. Once it starts to rain, the netatmo binding creates the following exception:
com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected an int but was 6.06 at line 1 column 788 path $.body.modules[1].dashboard_data.sum_rain_24
The text was updated successfully, but these errors were encountered: