Skip to content
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

[salus] Initial contribution #16065

Merged
merged 196 commits into from
May 26, 2024
Merged

[salus] Initial contribution #16065

merged 196 commits into from
May 26, 2024

Commits on May 26, 2024

  1. Init salus binding

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d647d5a View commit details
    Browse the repository at this point in the history
  2. Implement rest connection to Salus servers

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f6e692d View commit details
    Browse the repository at this point in the history
  3. Rename salusbinding to salus

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2394dba View commit details
    Browse the repository at this point in the history
  4. Basic functionality works

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    7024bf9 View commit details
    Browse the repository at this point in the history
  5. Send commands to Salus Cloud

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    92eed77 View commit details
    Browse the repository at this point in the history
  6. Introduce thing for IT600

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    58888e8 View commit details
    Browse the repository at this point in the history
  7. Rewrite getting data from salus cloud

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    66763d5 View commit details
    Browse the repository at this point in the history
  8. Small refactor of parsing JSONs from/to server

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2ce194b View commit details
    Browse the repository at this point in the history
  9. Tests for GsonMapper

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    022f273 View commit details
    Browse the repository at this point in the history
  10. refactor GsonMapper.java

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3c3515e View commit details
    Browse the repository at this point in the history
  11. refactor SalusApi.java

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1bd895d View commit details
    Browse the repository at this point in the history
  12. Tests for SalusApi

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    14ba173 View commit details
    Browse the repository at this point in the history
  13. Tests for CloudDiscovery

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b33a2c3 View commit details
    Browse the repository at this point in the history
  14. Tests for Device

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f07a2ab View commit details
    Browse the repository at this point in the history
  15. more config when initilizng It600

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ed26c84 View commit details
    Browse the repository at this point in the history
  16. Remove bak file

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    bbf075e View commit details
    Browse the repository at this point in the history
  17. Log salus binding in DEBUG for tests

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    915a0ef View commit details
    Browse the repository at this point in the history
  18. Fill README.md

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1615d9b View commit details
    Browse the repository at this point in the history
  19. format

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e2e4432 View commit details
    Browse the repository at this point in the history
  20. Fix missing headers and other bugs

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    61fe6d2 View commit details
    Browse the repository at this point in the history
  21. Fix build

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    dd1ccad View commit details
    Browse the repository at this point in the history
  22. Add better descriptions

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e9b393b View commit details
    Browse the repository at this point in the history
  23. Proper category for temp channels

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    016f291 View commit details
    Browse the repository at this point in the history
  24. Add translation

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    7e7b629 View commit details
    Browse the repository at this point in the history
  25. Support double and float when setting value

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0515b74 View commit details
    Browse the repository at this point in the history
  26. Remove not needed check

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    7cb1e00 View commit details
    Browse the repository at this point in the history
  27. Simplify condition

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9b6c142 View commit details
    Browse the repository at this point in the history
  28. singletonMap -> Map.of

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    377e006 View commit details
    Browse the repository at this point in the history
  29. replaceAll -> replace

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1f69de4 View commit details
    Browse the repository at this point in the history
  30. replaceAll -> replace

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    77c8d59 View commit details
    Browse the repository at this point in the history
  31. Use isEmpty

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a75e631 View commit details
    Browse the repository at this point in the history
  32. replaceAll -> replace

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6f2c872 View commit details
    Browse the repository at this point in the history
  33. Yoda style of string comparation

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6d2f180 View commit details
    Browse the repository at this point in the history
  34. Yoda style of string comparation

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c8745f2 View commit details
    Browse the repository at this point in the history
  35. Remove not used import

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    79de00e View commit details
    Browse the repository at this point in the history
  36. if with {}

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e43b873 View commit details
    Browse the repository at this point in the history
  37. Make code easier to read

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    582c6b2 View commit details
    Browse the repository at this point in the history
  38. Invelidate property cache for DSN when cannot update value for property

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e4b63c9 View commit details
    Browse the repository at this point in the history
  39. Invelidate property cache for DSN after setting value

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    bbf0c5e View commit details
    Browse the repository at this point in the history
  40. Proper to string for a list

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    50f5d27 View commit details
    Browse the repository at this point in the history
  41. Do not update other channels after changes

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f19277c View commit details
    Browse the repository at this point in the history
  42. Clean after PR remarks

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    bc581b1 View commit details
    Browse the repository at this point in the history
  43. Header line doesn't match pattern ^ \*$

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    fd4045d View commit details
    Browse the repository at this point in the history
  44. Using the '.*' form of import should be avoided - java.util.*.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    17d87af View commit details
    Browse the repository at this point in the history
  45. Classes/Interfaces/Enums should be annotated with @NonNullByDefault

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    bfe4396 View commit details
    Browse the repository at this point in the history
  46. 'if' construct must use '{}'s.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    24abc16 View commit details
    Browse the repository at this point in the history
  47. Classes/Interfaces/Enums should be annotated with @NonNullByDefault

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    65fff63 View commit details
    Browse the repository at this point in the history
  48. 'if' construct must use '{}'s.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    206f231 View commit details
    Browse the repository at this point in the history
  49. Classes/Interfaces/Enums should be annotated with @NonNullByDefault

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d06f069 View commit details
    Browse the repository at this point in the history
  50. Test names must match pattern '^[a-z][a-zA-Z0-9]*$'.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d1125c9 View commit details
    Browse the repository at this point in the history
  51. Using the '.*' form of import should be avoided - java.util.*.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2068aa9 View commit details
    Browse the repository at this point in the history
  52. Classes/Interfaces/Enums should be annotated with @NonNullByDefault

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5cce12f View commit details
    Browse the repository at this point in the history
  53. Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2baa667 View commit details
    Browse the repository at this point in the history
  54. Classes/Interfaces/Enums should be annotated with @NonNullByDefault

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    df724ee View commit details
    Browse the repository at this point in the history
  55. Test names must match pattern '^[a-z][a-zA-Z0-9]*$'.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1bf56c5 View commit details
    Browse the repository at this point in the history
  56. Classes/Interfaces/Enums should be annotated with @NonNullByDefault

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5bc56dc View commit details
    Browse the repository at this point in the history
  57. Avoid unused private methods such as 'buildTimestampParam()'.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3931a7b View commit details
    Browse the repository at this point in the history
  58. Classes/Interfaces/Enums should be annotated with @NonNullByDefault

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6fff46a View commit details
    Browse the repository at this point in the history
  59. Avoid unused local variables such as 'response'.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8a395bf View commit details
    Browse the repository at this point in the history
  60. Test names must match pattern '^[a-z][a-zA-Z0-9]*$'.

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c00ed69 View commit details
    Browse the repository at this point in the history
  61. Spotless

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    52c4894 View commit details
    Browse the repository at this point in the history
  62. Fix problems with nulls

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    950b546 View commit details
    Browse the repository at this point in the history
  63. Header line doesn't match pattern ^ \*$

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3098630 View commit details
    Browse the repository at this point in the history
  64. Classes/Interfaces/Enums should be annotated with @NonNullByDefault

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9d81416 View commit details
    Browse the repository at this point in the history
  65. Using the '.*' form of import should be avoided - org.openhab.binding…

    ….salus.internal.rest.*.
    
    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    647aa73 View commit details
    Browse the repository at this point in the history
  66. Using the '.*' form of import should be avoided

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ce8194f View commit details
    Browse the repository at this point in the history
  67. Using the '.*' form of import should be avoided

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c247958 View commit details
    Browse the repository at this point in the history
  68. Fix null problems

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5a607e6 View commit details
    Browse the repository at this point in the history
  69. remove * imports

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0e53804 View commit details
    Browse the repository at this point in the history
  70. proper test names

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    89d5173 View commit details
    Browse the repository at this point in the history
  71. remove unsued var

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2c305f5 View commit details
    Browse the repository at this point in the history
  72. Use proper parent

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    25c0869 View commit details
    Browse the repository at this point in the history
  73. Fix check

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    67e718d View commit details
    Browse the repository at this point in the history
  74. Remove apache commons

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e884f16 View commit details
    Browse the repository at this point in the history
  75. Remove apache commons

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    96a7c0b View commit details
    Browse the repository at this point in the history
  76. Remove apache commons

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c27173c View commit details
    Browse the repository at this point in the history
  77. Remove apache commons

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a9f51d7 View commit details
    Browse the repository at this point in the history
  78. Remove apache commons

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6dcba3a View commit details
    Browse the repository at this point in the history
  79. Remove apache commons

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    228efb8 View commit details
    Browse the repository at this point in the history
  80. Remove apache commons

    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and holgerfriedrich committed May 26, 2024
    Configuration menu
    Copy the full SHA
    65ffb9d View commit details
    Browse the repository at this point in the history
  81. Check if headers are not null

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a7a94b5 View commit details
    Browse the repository at this point in the history
  82. Remove apache pair

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    7885ede View commit details
    Browse the repository at this point in the history
  83. Fixing null problems

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8f7e53c View commit details
    Browse the repository at this point in the history
  84. Add connection tag

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    62d5408 View commit details
    Browse the repository at this point in the history
  85. Remove wrong annotation

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1a08f71 View commit details
    Browse the repository at this point in the history
  86. Do not change back value of heat point after set

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    44bc387 View commit details
    Browse the repository at this point in the history
  87. Add the code owner for salus

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    84890bc View commit details
    Browse the repository at this point in the history
  88. Copyright (c) 2010-2023 Contributors to the openHAB project -> `Cop…

    …yright (c) 2010-2024 Contributors to the openHAB project`
    
    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e774473 View commit details
    Browse the repository at this point in the history
  89. remove NonNullByDefault

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8cc27dd View commit details
    Browse the repository at this point in the history
  90. warn logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    59d138c View commit details
    Browse the repository at this point in the history
  91. remove logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    81930af View commit details
    Browse the repository at this point in the history
  92. remove logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6d0d7f3 View commit details
    Browse the repository at this point in the history
  93. remove logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5ecb8c5 View commit details
    Browse the repository at this point in the history
  94. remove require non null

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    945966a View commit details
    Browse the repository at this point in the history
  95. Remove bugs section

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    61fea7f View commit details
    Browse the repository at this point in the history
  96. add units in docs

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b7bb4b9 View commit details
    Browse the repository at this point in the history
  97. rename x var

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5b0848e View commit details
    Browse the repository at this point in the history
  98. rename f var

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8f502c0 View commit details
    Browse the repository at this point in the history
  99. Add doc for the CloudApi

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5002cb9 View commit details
    Browse the repository at this point in the history
  100. Format readme

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    56ae78d View commit details
    Browse the repository at this point in the history
  101. Add defaults

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2861f53 View commit details
    Browse the repository at this point in the history
  102. Use CloudBridgeConfig to make configuration simpler

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e737421 View commit details
    Browse the repository at this point in the history
  103. add deps to NOTICE file

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ab5e7bf View commit details
    Browse the repository at this point in the history
  104. Add missing @NonNullByDefault({})

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    651cd9f View commit details
    Browse the repository at this point in the history
  105. Add missing header

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    fb7650a View commit details
    Browse the repository at this point in the history
  106. Remove logs

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    49514e6 View commit details
    Browse the repository at this point in the history
  107. Add java doc

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    710dcc1 View commit details
    Browse the repository at this point in the history
  108. Set compile scope for deps

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a98a12e View commit details
    Browse the repository at this point in the history
  109. Password needs to be string...

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a5d37b3 View commit details
    Browse the repository at this point in the history
  110. Simpler gettnig name

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    749eec4 View commit details
    Browse the repository at this point in the history
  111. check is blank for username

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6af0be7 View commit details
    Browse the repository at this point in the history
  112. lower logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    476168b View commit details
    Browse the repository at this point in the history
  113. lower logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4fb7a6e View commit details
    Browse the repository at this point in the history
  114. Set default values

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0c8037c View commit details
    Browse the repository at this point in the history
  115. Use instanceof with binding to variable

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8172f96 View commit details
    Browse the repository at this point in the history
  116. remove requireNonNull

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2f981bc View commit details
    Browse the repository at this point in the history
  117. add representationProperty to CloudDiscovery

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a7863c0 View commit details
    Browse the repository at this point in the history
  118. Remove excessive logging

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f168f5f View commit details
    Browse the repository at this point in the history
  119. Remove not used branch

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d4c8a81 View commit details
    Browse the repository at this point in the history
  120. debug log

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c6ba65c View commit details
    Browse the repository at this point in the history
  121. lower logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a640182 View commit details
    Browse the repository at this point in the history
  122. format

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    74924e7 View commit details
    Browse the repository at this point in the history
  123. lower logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f401b09 View commit details
    Browse the repository at this point in the history
  124. lower logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e306062 View commit details
    Browse the repository at this point in the history
  125. check for password

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    dd0da32 View commit details
    Browse the repository at this point in the history
  126. check for url

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6a368d9 View commit details
    Browse the repository at this point in the history
  127. lo

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    56140fe View commit details
    Browse the repository at this point in the history
  128. lower logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    19bbad9 View commit details
    Browse the repository at this point in the history
  129. Remove logging

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    11b46d1 View commit details
    Browse the repository at this point in the history
  130. Remove dulpicated info when password or username is missing

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f6db4b7 View commit details
    Browse the repository at this point in the history
  131. Fix typo

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9f3183a View commit details
    Browse the repository at this point in the history
  132. Format

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c987a1d View commit details
    Browse the repository at this point in the history
  133. Add stack trace to error when parsing body

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    44efe20 View commit details
    Browse the repository at this point in the history
  134. Add some try-catch to prevent killing refresh thread

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9bb61cc View commit details
    Browse the repository at this point in the history
  135. Proper check if password is valid

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1cf5a54 View commit details
    Browse the repository at this point in the history
  136. Remove bad status update

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b46a0f5 View commit details
    Browse the repository at this point in the history
  137. Set req timeout and idle timeout

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3a2b4a6 View commit details
    Browse the repository at this point in the history
  138. simplify config check

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    47e4948 View commit details
    Browse the repository at this point in the history
  139. check connection to cloud in different thread

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    10677f9 View commit details
    Browse the repository at this point in the history
  140. format

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b3b99bf View commit details
    Browse the repository at this point in the history
  141. remove paragraphs

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    896e8fd View commit details
    Browse the repository at this point in the history
  142. lower logging

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    794b418 View commit details
    Browse the repository at this point in the history
  143. Update bundles/org.openhab.binding.salus/src/main/java/org/openhab/bi…

    …nding/salus/internal/handler/It600Handler.java
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    55390e9 View commit details
    Browse the repository at this point in the history
  144. simplify code

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3b41791 View commit details
    Browse the repository at this point in the history
  145. Remove try catch in hanlders

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8f9fc2a View commit details
    Browse the repository at this point in the history
  146. Remove try-catch from handling command

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e8e9cb4 View commit details
    Browse the repository at this point in the history
  147. Better handling of check is bridge can connect with cloud

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    da357b0 View commit details
    Browse the repository at this point in the history
  148. remove hasUsername and hasPassword

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4cf9ea8 View commit details
    Browse the repository at this point in the history
  149. spotless

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e9b4c03 View commit details
    Browse the repository at this point in the history
  150. Fix header

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    65bdedd View commit details
    Browse the repository at this point in the history
  151. remove gitignore

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c59cd2e View commit details
    Browse the repository at this point in the history
  152. remove var

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a5dbbdf View commit details
    Browse the repository at this point in the history
  153. Remove HttpException.java

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2ce5ca3 View commit details
    Browse the repository at this point in the history
  154. Support celcius

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4a9ed0e View commit details
    Browse the repository at this point in the history
  155. i8n

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    dc17288 View commit details
    Browse the repository at this point in the history
  156. Add retrying http client

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    eaf2502 View commit details
    Browse the repository at this point in the history
  157. Support exceptions when connecting to Salus Cloud

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    935a31f View commit details
    Browse the repository at this point in the history
  158. Fix build

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    cadec27 View commit details
    Browse the repository at this point in the history
  159. remove log

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    eb4df27 View commit details
    Browse the repository at this point in the history
  160. times->retries

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ccf58a9 View commit details
    Browse the repository at this point in the history
  161. lower log

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a1aceb5 View commit details
    Browse the repository at this point in the history
  162. times->retries

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d6ac13c View commit details
    Browse the repository at this point in the history
  163. lower logging

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c7caaf5 View commit details
    Browse the repository at this point in the history
  164. one liner

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    271cac4 View commit details
    Browse the repository at this point in the history
  165. Proper handling of refreshing tokens

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ea3a7ce View commit details
    Browse the repository at this point in the history
  166. expiredToken -> isTokenExpired

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ebf3e57 View commit details
    Browse the repository at this point in the history
  167. remove dead code

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3dbbeb0 View commit details
    Browse the repository at this point in the history
  168. different log text

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    88bec71 View commit details
    Browse the repository at this point in the history
  169. remove dead code

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6519635 View commit details
    Browse the repository at this point in the history
  170. rename

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0f35d2e View commit details
    Browse the repository at this point in the history
  171. this is to account that there is a delay between server setting `expi…

    …res_in` and client (OpenHAB) receiving it
    
    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    836a80b View commit details
    Browse the repository at this point in the history
  172. Do NOT set state to online to prevent it to flip from online to offline

    check *tryConnectToCloud(SalusApi)*
    
    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    84185b9 View commit details
    Browse the repository at this point in the history
  173. Add java docs

    totally not AI generated
    
    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    bd8a905 View commit details
    Browse the repository at this point in the history
  174. rename

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    eb6d0ed View commit details
    Browse the repository at this point in the history
  175. Proper setting online

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f1dcfc8 View commit details
    Browse the repository at this point in the history
  176. Add maxHttpRetries to salus-bridge.xml

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    56fc3d6 View commit details
    Browse the repository at this point in the history
  177. Throw errors from API

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    32f9bca View commit details
    Browse the repository at this point in the history
  178. Bump mockito core

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b418dfc View commit details
    Browse the repository at this point in the history
  179. Bump assertj core

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1a013b9 View commit details
    Browse the repository at this point in the history
  180. retries->Retries

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    18f3292 View commit details
    Browse the repository at this point in the history
  181. requireNonNull on SalusApi

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    12a42bd View commit details
    Browse the repository at this point in the history
  182. Catch RuntimeException instead of Exception

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5e53372 View commit details
    Browse the repository at this point in the history
  183. Set device to offline if refresh was not sucessfull

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3120af7 View commit details
    Browse the repository at this point in the history
  184. Set bridge offline if exception happened while refresh

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    fe5b231 View commit details
    Browse the repository at this point in the history
  185. Rename JettyHttpClient to HttpClient

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    59fb901 View commit details
    Browse the repository at this point in the history
  186. i18n:generate-default-translations

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3bf54cd View commit details
    Browse the repository at this point in the history
  187. Salus API URL

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    016b0a0 View commit details
    Browse the repository at this point in the history
  188. Introduce SalusApiException

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    843e1ec View commit details
    Browse the repository at this point in the history
  189. Catch ex when doing findDeviceProperties

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    53e1c1b View commit details
    Browse the repository at this point in the history
  190. Remove try catches

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6bf29cb View commit details
    Browse the repository at this point in the history
  191. Rework exceptions

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    28981e8 View commit details
    Browse the repository at this point in the history
  192. Refresh state of the bridge in refreshCloudDevices

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f43ce7e View commit details
    Browse the repository at this point in the history
  193. Update bundles/org.openhab.binding.salus/src/main/java/org/openhab/bi…

    …nding/salus/internal/rest/SalusApiException.java
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    65702cd View commit details
    Browse the repository at this point in the history
  194. Update bundles/org.openhab.binding.salus/src/main/resources/OH-INF/i1…

    …8n/salus.properties
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel committed May 26, 2024
    Configuration menu
    Copy the full SHA
    eaed898 View commit details
    Browse the repository at this point in the history
  195. Throw SalusException in tests

    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    magx2 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    cf922bf View commit details
    Browse the repository at this point in the history
  196. Names/types of cahnnels

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Martin <martin.grzeslowski@gmail.com>
    magx2 and lsiepel authored May 26, 2024
    Configuration menu
    Copy the full SHA
    c588acd View commit details
    Browse the repository at this point in the history