-
-
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
[solax] Initial contribution #14880
[solax] Initial contribution #14880
Commits on Jul 25, 2023
-
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4b938df - Browse repository at this point
Copy the full SHA 4b938dfView commit details -
Change version in pom.xml to 4.1.0
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 731b1d9 - Browse repository at this point
Copy the full SHA 731b1d9View commit details
Commits on Jul 26, 2023
-
Metadata and README requested changes
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d5d90a4 - Browse repository at this point
Copy the full SHA d5d90a4View commit details -
Changes in the handlers, factory and discovery service from the review
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c0e58a - Browse repository at this point
Copy the full SHA 3c0e58aView commit details -
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2aedbf0 - Browse repository at this point
Copy the full SHA 2aedbf0View commit details -
Update bundles/org.openhab.binding.solax/src/main/resources/OH-INF/th…
…ing/channel_types.xml Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ad8c370 - Browse repository at this point
Copy the full SHA ad8c370View commit details -
Changes in channel types, readme and null pointer checks warnings
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6d8592c - Browse repository at this point
Copy the full SHA 6d8592cView commit details -
Remove the bridge and use only a thing / thing handler
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f1c2232 - Browse repository at this point
Copy the full SHA f1c2232View commit details -
Fix README - the examples and the bridge/thing changes
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d418205 - Browse repository at this point
Copy the full SHA d418205View commit details -
Fixed a typo in logging and renamed some constants
* Fix some warnings related to potential NPE access Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5f8028 - Browse repository at this point
Copy the full SHA b5f8028View commit details -
Fixes from the review (see details)
* Remove the empty properties from the metadata file * Various fixes in the README * refresh -> refreshInterval in the config * Removal of unnecessary logging * Add descriptions and labels to channels * Remove unused/not working channels * Regenerate the translations of the channels with maven Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f87a71d - Browse repository at this point
Copy the full SHA f87a71dView commit details
Commits on Jul 27, 2023
-
Fix mvn warning and a pointer cleanup in dispose method
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3f91205 - Browse repository at this point
Copy the full SHA 3f91205View commit details -
Refactored the exception handling of JSON parse. Please review
* Change catch exception from GSON * Ensure that if nothing is retrieved from the HTTP client, null is not passed for parsing * Complete refactoring of the JSON parse logic in the handler * Remove unnecessary else in the factory for unsupported handlers Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f9d1340 - Browse repository at this point
Copy the full SHA f9d1340View commit details -
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7c3a25b - Browse repository at this point
Copy the full SHA 7c3a25bView commit details -
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d91bf38 - Browse repository at this point
Copy the full SHA d91bf38View commit details -
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for afb926b - Browse repository at this point
Copy the full SHA afb926bView commit details -
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bfeb0cd - Browse repository at this point
Copy the full SHA bfeb0cdView commit details -
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ddfd33 - Browse repository at this point
Copy the full SHA 1ddfd33View commit details -
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2fe3f8 - Browse repository at this point
Copy the full SHA f2fe3f8View commit details -
Fix retrieveData method in local connector to return nullable
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 342c685 - Browse repository at this point
Copy the full SHA 342c685View commit details -
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f6327aa - Browse repository at this point
Copy the full SHA f6327aaView commit details -
Format the tables and remove channels from inverter description
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81c45ef - Browse repository at this point
Copy the full SHA 81c45efView commit details
Commits on Jul 28, 2023
-
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6895cc5 - Browse repository at this point
Copy the full SHA 6895cc5View commit details
Commits on Aug 9, 2023
-
* Fixed a wrong constant for the battery level * Fixed channel types labels to be with title case * Fixed wrong description of LocalHttpConnector class * Fixed wrong property type constant * Regenerated i18n file * Removed overrides of labels and descriptions for specific channel types * Added I18N key for the "unable to retrieve" message * Added a trace level log with the URI of the Wi-Fi module, together with the request body Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b6c65a2 - Browse repository at this point
Copy the full SHA b6c65a2View commit details
Commits on Aug 16, 2023
-
Update bundles/org.openhab.binding.solax/src/main/resources/OH-INF/th…
…ing/channel_types.xml Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d76fd6 - Browse repository at this point
Copy the full SHA 2d76fd6View commit details -
Update bundles/org.openhab.binding.solax/src/main/resources/OH-INF/th…
…ing/channel_types.xml Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 26194dc - Browse repository at this point
Copy the full SHA 26194dcView commit details -
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fa79089 - Browse repository at this point
Copy the full SHA fa79089View commit details
Commits on Aug 17, 2023
-
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1048e09 - Browse repository at this point
Copy the full SHA 1048e09View commit details -
Update bundles/org.openhab.binding.solax/README.md
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for baf92ca - Browse repository at this point
Copy the full SHA baf92caView commit details
Commits on Aug 18, 2023
-
Update bundles/org.openhab.binding.solax/pom.xml
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 44a084a - Browse repository at this point
Copy the full SHA 44a084aView commit details -
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3fb3fc0 - Browse repository at this point
Copy the full SHA 3fb3fc0View commit details
Commits on Aug 21, 2023
-
* Add empty json string check * Add serialization annotations for the fields with capital letters * Refactor the fields with capital letters Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9cba0d1 - Browse repository at this point
Copy the full SHA 9cba0d1View commit details
Commits on Aug 24, 2023
-
Update bundles/org.openhab.binding.solax/src/main/java/org/openhab/bi…
…nding/solax/internal/connectivity/rawdata/LocalConnectRawDataBean.java Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1e35b5c - Browse repository at this point
Copy the full SHA 1e35b5cView commit details -
Update bundles/org.openhab.binding.solax/src/main/java/org/openhab/bi…
…nding/solax/internal/connectivity/rawdata/LocalConnectRawDataBean.java Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e17a14 - Browse repository at this point
Copy the full SHA 6e17a14View commit details