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

[teslapowerwall] Initial contribution #16667

Closed
wants to merge 198 commits into from

Commits on Jun 15, 2024

  1. Make it build

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    00eb270 View commit details
    Browse the repository at this point in the history
  2. add missing addon.xml

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a67c935 View commit details
    Browse the repository at this point in the history
  3. Reinstate binding/binding.xml

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    fd3e60f View commit details
    Browse the repository at this point in the history
  4. Add support for degradation and battery capacity

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    aae36f9 View commit details
    Browse the repository at this point in the history
  5. Update pom.xml for OH 4.2.0

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a40536c View commit details
    Browse the repository at this point in the history
  6. Fix copyright date

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    32793f4 View commit details
    Browse the repository at this point in the history
  7. update bom/openhab-addons/pom.xml

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    66e9ae1 View commit details
    Browse the repository at this point in the history
  8. Fix Warnings

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6ab1ac7 View commit details
    Browse the repository at this point in the history
  9. Fix units for Battery Capacity

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6639c11 View commit details
    Browse the repository at this point in the history
  10. Add missing thingTypeVersion

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d0f177c View commit details
    Browse the repository at this point in the history
  11. Fix display of units for battery and degradation

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9a1d824 View commit details
    Browse the repository at this point in the history
  12. Fudge battery reserve and SOE to better match Tesla app

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    fff6826 View commit details
    Browse the repository at this point in the history
  13. Report degradation as 0 if current capacity is above 13.5kW

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6f59e6f View commit details
    Browse the repository at this point in the history
  14. Fix units for battery reserve

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    91b6c89 View commit details
    Browse the repository at this point in the history
  15. Update bundles/org.openhab.binding.teslapowerwall/README.md

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    267fc6a View commit details
    Browse the repository at this point in the history
  16. Update bundles/org.openhab.binding.teslapowerwall/src/main/java/org/o…

    …penhab/binding/teslapowerwall/internal/TeslaPowerwallHandler.java
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7286729 View commit details
    Browse the repository at this point in the history
  17. Update bundles/org.openhab.binding.teslapowerwall/src/main/java/org/o…

    …penhab/binding/teslapowerwall/internal/TeslaPowerwallHandler.java
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1b85e1b View commit details
    Browse the repository at this point in the history
  18. Update bundles/org.openhab.binding.teslapowerwall/src/main/java/org/o…

    …penhab/binding/teslapowerwall/internal/TeslaPowerwallHandler.java
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5b935b1 View commit details
    Browse the repository at this point in the history
  19. Provide examples for text based thing, item and sitemap

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    84d6e37 View commit details
    Browse the repository at this point in the history
  20. Update 'channel' to 'channel id'

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    318098a View commit details
    Browse the repository at this point in the history
  21. [evcc] Adjust to evcc 0.125.0 API changes (openhab#16660)

    * avoid deprecated parameters evcc rest API parameters 'batteryConfigured' and 'pvConfigured'
    
    Signed-off-by: Michael Weger <weger.michael@gmx.net>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    MikeTheTux authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    497b661 View commit details
    Browse the repository at this point in the history
  22. [freeathomesystem] Initial contribution (openhab#13703)

    Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    andrasU authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    860b8a8 View commit details
    Browse the repository at this point in the history
  23. [CI] Add Java 21 compiling to J17 and native J21 (openhab#16672)

    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c9d3ed3 View commit details
    Browse the repository at this point in the history
  24. [Renault] Cockpit/odometer information no longer retrieved openhab#16669

     (openhab#16675)
    
    Signed-off-by: dougculnane <doug@culnane.net>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    dougculnane authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    33baa36 View commit details
    Browse the repository at this point in the history
  25. [radiothermostat] Skip shutdown actions if thing offline (openhab#16677)

    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mlobstein authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    763d261 View commit details
    Browse the repository at this point in the history
  26. Reduce the default character limit for VARCHAR columns in MySQL (open…

    …hab#16680)
    
    Resolves openhab#13920
    
    Resolves openhab#16678
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    180baaf View commit details
    Browse the repository at this point in the history
  27. [openweathermap] Added "version" example to thing configuration and d…

    …escription. (openhab#16671)
    
    * Added "version" example to thing configuration and description.
    
    Signed-off-by: / <StefanMiem+github@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    Spiev authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8b6f13c View commit details
    Browse the repository at this point in the history
  28. [amplipi] Update plugins (openhab#16685)

    * openapi-generator-maven-plugin, 5.1.0 to 7.0.1, see
      https://github.com/OpenAPITools/openapi-generator/releases
    
    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c9182ad View commit details
    Browse the repository at this point in the history
  29. Introduce console command for history persistence (openhab#16656)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    797b95c View commit details
    Browse the repository at this point in the history
  30. Interrupt running job on handler disposal (openhab#16689)

    Resolves openhab#16688
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    330349a View commit details
    Browse the repository at this point in the history
  31. [saicismart] Initial contribution (openhab#15894)

    * [saicismart] initial binding creation
    
    Signed-off-by: Markus Heberling <markus@heberling.net>
    Signed-off-by: dougculnane <doug@culnane.net>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    dougculnane authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    547acf2 View commit details
    Browse the repository at this point in the history
  32. [tapocontrol] new communication protocol integration / code revision (o…

    …penhab#15725)
    
    * [tapocontrol] new tapo klap-protocol integration
    
    Signed-off-by: Christian Wild <christian@wildclan.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    wildcs authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d43cc9a View commit details
    Browse the repository at this point in the history
  33. [openwebnet] add sendMessage rule actions to send generic OWN message…

    …s on the BUS (openhab#16691)
    
    * [openwebnet] Added OpenWebNetBridgeActions class and sendMessage action
    
    Signed-off-by: Massimo Valla <mvcode00@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mvalla authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9f844e2 View commit details
    Browse the repository at this point in the history
  34. [mapdb] Explicitly set date format for serialization (openhab#16657)

    Between Java 17 and Java 21, serialization of Date has changed due to CLDR 42 which uses a narrow non-breaking space.
    To ease switching JDK versions, the serialization format is explicitly set to the Java 17 format when GsonBuilder is used.
    
    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e246792 View commit details
    Browse the repository at this point in the history
  35. Update README.md (openhab#16668)

    Fix URL for AVR-X2000/E400 document
    
    Signed-off-by: Sebastian G. <sebastian@goodrick.ch>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    SebiGo authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e1f04d1 View commit details
    Browse the repository at this point in the history
  36. [tado] Update plugins (openhab#16686)

    * swagger-codegen-maven-plugin, 2.3.1 to 2.4.41
    
    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c221329 View commit details
    Browse the repository at this point in the history
  37. [dynamodb] Optimize consumed read capacity (openhab#16693)

    We optimize consumed read capacity
    
    Signed-off-by: Sami Salonen <ssalonen@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    ssalonen authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    20f7dc6 View commit details
    Browse the repository at this point in the history
  38. [airq] Add note about JVM cryptographic strength policy (openhab#16695)

    Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    fwolter authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a5789cd View commit details
    Browse the repository at this point in the history
  39. [hue] fix JUnit tests for revised ColorUtil (openhab#16559)

    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    andrewfg authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    777a3f3 View commit details
    Browse the repository at this point in the history
  40. [mqtt] Treat incoming empty string as NULL for enum (openhab#16641)

    Treat incoming empty string as NULL for enum (openhab#16641)
    
    Signed-off-by: Cody Cutrer <cody@cutrer.us>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    ccutrer authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b460672 View commit details
    Browse the repository at this point in the history
  41. [airq] Improve error handling (openhab#16694)

    Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    fwolter authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ce3b128 View commit details
    Browse the repository at this point in the history
  42. [mybmw] revert the changes for 16642 as BMW seems to have reverted th…

    …e changes in the API (openhab#16687)
    
    Signed-off-by: Martin Grassl <martin.grassl@digital-filestore.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    martingrassl authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c55bfb2 View commit details
    Browse the repository at this point in the history
  43. [velbus] New functionality and bug fix (openhab#15661)

    * [velbus] New functionnality & Bug fix
    
    Signed-off-by: Daniel Rosengarten <github@praetorians.be>
    Co-authored-by: Simonas Kazlauskas <github@kazlauskas.me>
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    3 people authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2f781c4 View commit details
    Browse the repository at this point in the history
  44. [netatmo] Presence sub events were not updated (openhab#16681)

    * Making sub event work
    Signed-off-by: clinique <gael@lhopital.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    clinique authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    47d0853 View commit details
    Browse the repository at this point in the history
  45. [tradfri] Adapt tests to ColorUtil changes on core (openhab#16699)

    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5c6b4f7 View commit details
    Browse the repository at this point in the history
  46. Handling null WifiInformation (openhab#16700)

    Signed-off-by: Gaël L'hopital <gael@lhopital.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    clinique authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    bc89b7b View commit details
    Browse the repository at this point in the history
  47. Update plugins (openhab#16683)

    * update multiple dependencies
    
    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    562d0ef View commit details
    Browse the repository at this point in the history
  48. [netatmo] Fix Live Picture not always available (openhab#16679)

    * Adressing issue on live picture
    
    Signed-off-by: gael@lhopital.org <gael@lhopital.org>
    Signed-off-by: root <gael@lhopital.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    clinique authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    684a804 View commit details
    Browse the repository at this point in the history
  49. [netatmo] Correction of Last-Event group (openhab#16684)

    * Correction of Last-Event group
    
    Signed-off-by: root <gael@lhopital.org>
    Signed-off-by: Gaël L'hopital <gael@lhopital.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    clinique authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    eb60ea8 View commit details
    Browse the repository at this point in the history
  50. Fix error introduced in openhab#16681 (openhab#16703)

    Signed-off-by: Gaël L'hopital <gael@lhopital.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    clinique authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7538630 View commit details
    Browse the repository at this point in the history
  51. Improve discovery (openhab#16692)

    Resolves openhab#16690
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b52bd7d View commit details
    Browse the repository at this point in the history
  52. Add options (openhab#16706)

    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mlobstein authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9b8722d View commit details
    Browse the repository at this point in the history
  53. [openweathermap] Prepare for shutdown of One Call API version 2.5 (op…

    …enhab#16705)
    
    * [openweathermap] Update README for shutdown of One Call API version 2.5 & Change default API version
    
    Closes openhab#16665.
    
    Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    florian-h05 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c0dadaf View commit details
    Browse the repository at this point in the history
  54. Update httpcore and httpclient (openhab#16294)

    Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    morph166955 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7cf2c47 View commit details
    Browse the repository at this point in the history
  55. [pulseaudio] Declare pulseaudio module per audio stream (openhab#16254)

    * [pulseaudio] Declare pulseaudio module per audio stream
    
    Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    GiviMAD authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2989d99 View commit details
    Browse the repository at this point in the history
  56. [airq] Add Hydrogen Sulfide (H₂S) (openhab#16696)

    * [airq] Add Hydrogen Sulfide (H₂S)
    
    Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    fwolter authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9e199ce View commit details
    Browse the repository at this point in the history
  57. [airq] Add health/performance channels in percent, add UoM, refine un…

    …it hints and state patterns, make item labels consistent (openhab#16698)
    
    Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    fwolter authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f549639 View commit details
    Browse the repository at this point in the history
  58. [solarforecast] Initial contribution (openhab#13308)

    Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    weymann authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5140a0e View commit details
    Browse the repository at this point in the history
  59. Add Buttongrid README examples (openhab#16701)

    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mlobstein authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    084c514 View commit details
    Browse the repository at this point in the history
  60. [airq] Add myself as a code owner (openhab#16716)

    Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    fwolter authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4ed5853 View commit details
    Browse the repository at this point in the history
  61. Fix maven-javadoc-plugin upgrade (openhab#16715)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5bf224b View commit details
    Browse the repository at this point in the history
  62. [freeathome] Rename binding from freeathomesystem (openhab#16718)

    * Remove 'System' from the binding name
    
    Signed-off-by: Leo Siepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    lsiepel authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    36e1a0c View commit details
    Browse the repository at this point in the history
  63. [jsscripting] Upgrade openhab-js to 5.0.0 (openhab#16719)

    See https://github.com/openhab/openhab-js/blob/main/CHANGELOG.md#500.
    
    Required to adjust to breaking changes from openhab/openhab-core#3736.
    
    Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    florian-h05 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ad8d595 View commit details
    Browse the repository at this point in the history
  64. fix README (openhab#16721)

    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mlobstein authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0a3068e View commit details
    Browse the repository at this point in the history
  65. [kaleidescape] Add Buttongrid example and command channel (openhab#16720

    )
    
    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mlobstein authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    528abdd View commit details
    Browse the repository at this point in the history
  66. New translations gardena.properties (Finnish) (openhab#16729)

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1c974f2 View commit details
    Browse the repository at this point in the history
  67. [haywardomnilogic] Added support ColorLogic V2 Lights, Updated Chlor …

    …Enable, Alert, Error, Status (openhab#15478)
    
    * Update polling times based on Hayward API recommendations
    
    ---------
    
    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    matchews authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    73d7748 View commit details
    Browse the repository at this point in the history
  68. [hue] Fix migration of API v1 legacy data to new v2 things (openhab#1…

    …6714)
    
    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    andrewfg authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1a4f97f View commit details
    Browse the repository at this point in the history
  69. [jeelink] Add support for emt7110 energy meter (openhab#16725)

    * feat: add support for emt7110 energy meter with jeelink
    
    Signed-off-by: tischober <t.schober@outlook.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    tischober authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9cfa5ee View commit details
    Browse the repository at this point in the history
  70. [openhab.binding.onkyo]: add channel for changing the Audyssey EQ Mode (

    openhab#14316)
    
    * Values are Off, Movie, and Music and and corspond to 0,1,2
    
    Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    Albinoman887 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0004475 View commit details
    Browse the repository at this point in the history
  71. [airgradient] Initial contribution (openhab#16584)

    * [airgradient] Initial contribution
    
    AirGradient are open source and open hardware air quality sensors that
    you can read values from through a cloud API or directly from the device.
    
    Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    austvik authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    652a459 View commit details
    Browse the repository at this point in the history
  72. [haywardomnilogic] Fix chlorinator units. Continuation of PR#15478 (o…

    …penhab#16733)
    
    * Fixed units on chlorinator timed percent state description pattern
    
    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    matchews authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    66dbdb8 View commit details
    Browse the repository at this point in the history
  73. New Crowdin updates (openhab#16732)

    * New translations astro.properties (Danish)
    
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0937429 View commit details
    Browse the repository at this point in the history
  74. Update README.md (openhab#16670)

    Added information when having one device attached
    
    Signed-off-by: Matúš Hromada <matushromada@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    matushromada authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5502b69 View commit details
    Browse the repository at this point in the history
  75. Introduce a trigger channel to announce the availability of day-ahead…

    … prices (openhab#16704)
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8e2477a View commit details
    Browse the repository at this point in the history
  76. [smaenergymeter] Fix handling of broadcast frames (openhab#11718)

    * Fix handling of broadcast frames for SMA meter openhab#11497.
    
    Added support for multiple meters in single multicast group openhab#3429.
    
    Signed-off-by: Łukasz Dywicki <luke@code-house.org>
    Co-authored-by: Leo Siepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    2 people authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a2127a6 View commit details
    Browse the repository at this point in the history
  77. [transformation][exec] allow spaces in parameters by enclosing in sin…

    …gle quotes (openhab#16160)
    
    Signed-off-by: Leo Siepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    lsiepel authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    554ede9 View commit details
    Browse the repository at this point in the history
  78. New Crowdin updates (openhab#16741)

    * New translations astro.properties (Danish)
    
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    23a89ed View commit details
    Browse the repository at this point in the history
  79. [jablotron] Migrate to v2.2 API (openhab#16743)

    Signed-off-by: Ondrej Pecta <opecta@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    octa22 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    adf7179 View commit details
    Browse the repository at this point in the history
  80. Updated whiteLED channel for reolink ipcamera so that when the (openh…

    …ab#16663)
    
    light is turned on, it will stay on forever and if the light is
    turned off, it will stay off forever.
    
    Signed-off-by: Simmon Yau <simmonyau@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    simmonyau authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    635d748 View commit details
    Browse the repository at this point in the history
  81. Declare connection (openhab#16745)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f5c5a35 View commit details
    Browse the repository at this point in the history
  82. [shelly] Support for Shelly Plus HT Gen3 (openhab#16625)

    Signed-off-by: Markus Michels <markus7017@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    markus7017 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    91a5252 View commit details
    Browse the repository at this point in the history
  83. New translations astro.properties (Danish) (openhab#16749)

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    94e2cb0 View commit details
    Browse the repository at this point in the history
  84. Enable use of analogue input with Shelly Plus Add-on (openhab#16744)

    Signed-off-by: Fabian Fagerholm <fabbe@paniq.net>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    ffagerho authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6d2a57a View commit details
    Browse the repository at this point in the history
  85. [openwebnet] add support for lights general/area/group events and Thi…

    …ngs (openhab#15921)
    
    * [openwebnet] initial support for general/area light events
    
    Signed-off-by: Massimo Valla <mvcode00@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mvalla authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e34b335 View commit details
    Browse the repository at this point in the history
  86. New translations energidataservice.properties (Italian) (openhab#16756)

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9cddb88 View commit details
    Browse the repository at this point in the history
  87. Add support for suggestion finder (openhab#16277)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    79fed80 View commit details
    Browse the repository at this point in the history
  88. [denonmarantz] Add null annotations (openhab#16757)

    * Add null annotations
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    bb9b4de View commit details
    Browse the repository at this point in the history
  89. New translations energidataservice.properties (Danish) (openhab#16760)

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    50d2720 View commit details
    Browse the repository at this point in the history
  90. Fix build (openhab#16762)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    96654f4 View commit details
    Browse the repository at this point in the history
  91. Refactor dynamic creation of zone channels (openhab#16763)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e9f00fc View commit details
    Browse the repository at this point in the history
  92. Add UoM support for volume dB channel (openhab#16759)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0acf8cb View commit details
    Browse the repository at this point in the history
  93. [denonmarantz] Improve README (openhab#16767)

    * Reformat table Markdown
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c728c8e View commit details
    Browse the repository at this point in the history
  94. [deconz] Fix color conversion (openhab#16769)

    After core changes to ColorUtil the Y part can no longer be used as brightness.
    
    Signed-off-by: Jan N. Klug <github@klug.nrw>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    J-N-K authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b3faa08 View commit details
    Browse the repository at this point in the history
  95. [icalendar] Ending maintenance (openhab#16765)

    Fixes openhab#16764
    
    Signed-off-by: Michael Wodniok <michi@noorganization.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    daMihe authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    bfdf007 View commit details
    Browse the repository at this point in the history
  96. [dsmr] Fix delivery demand labels (openhab#16739)

    * Fix delivery demand labels
    * Add upgrade instructions
    
    Signed-off-by: Leo Siepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    lsiepel authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3440f07 View commit details
    Browse the repository at this point in the history
  97. [PiperTTS] Reduce bundle size (openhab#16755)

    * [PiperTTS] Reduce bundle size
    
    Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    GiviMAD authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    644c8a0 View commit details
    Browse the repository at this point in the history
  98. [gridbox] Initial contribution (openhab#16664)

    * [gridbox] Add binding for Viessmann GridBox - Initial contribution
    
    Signed-off-by: Benedikt Kuntz <benkuntz@web.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    benediktkuntz authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f35083c View commit details
    Browse the repository at this point in the history
  99. Fix typos (openhab#16776)

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    kaikreuzer authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2064c1d View commit details
    Browse the repository at this point in the history
  100. [somfytahoma] force the gateway discovery if the LAN mode is not work…

    …ing (openhab#16751)
    
    Signed-off-by: Ondrej Pecta <opecta@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    octa22 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    73160e6 View commit details
    Browse the repository at this point in the history
  101. [MQTT] Fix tests after core change (openhab#16774)

    * fix mqtt tests
    
    Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mherwege authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    396bfb4 View commit details
    Browse the repository at this point in the history
  102. Add new AI alarms for Foscam (openhab#16775)

    Signed-off-by: Matthew Skinner <matt@pcmus.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    Skinah authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    05a922e View commit details
    Browse the repository at this point in the history
  103. New Crowdin updates (openhab#16778)

    * New translations exec.properties (Hungarian)
    * New translations jsscripting.properties (Hungarian)
    
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7c367be View commit details
    Browse the repository at this point in the history
  104. [ipcamera] Fix ONVIF alarms streams may stop and not restart on some …

    …cameras. (openhab#16777)
    
    * Fault find stream
    
    Signed-off-by: Matthew Skinner <matt@pcmus.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    Skinah authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a4d522d View commit details
    Browse the repository at this point in the history
  105. Upgrade Karaf from 4.4.5 to 4.4.6 (openhab#16676)

    * Sync runtime dependencies with Karaf 4.4.6, most status
    t notably:
      * Jetty 9.4.54.v20240208, addresses CVE-2024-22201
      * Pax Logging 2.2.7
      * Pax Web 8.0.27
      * ASM 9.7
    * Resolve itest runbundles
    
    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3a1e2db View commit details
    Browse the repository at this point in the history
  106. [homeconnect] Remove duplicate warning (openhab#16780)

    Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mueller-ma authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6907893 View commit details
    Browse the repository at this point in the history
  107. [PJLinkDevice] audio/video mute (openhab#16504)

    * audio/video mute
    
    Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de>
    Co-authored-by: Leo Siepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    2 people authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d2a4c52 View commit details
    Browse the repository at this point in the history
  108. [samsungtv] Frame TV Fixes, Improvements and New Channels (openhab#11895

    )
    
    * [samsungtv] add certificate trust
    
    Signed-off-by: Nick Waterton <n.waterton@outlook.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    NickWaterton authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2e7b644 View commit details
    Browse the repository at this point in the history
  109. [mqtt] add additional details in ChannelStateTransformation logging (o…

    …penhab#16782)
    
    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jimtng authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9682802 View commit details
    Browse the repository at this point in the history
  110. [French Govt Energy Data] New binding (openhab#16713)

    Signed-off-by: Gaël L'hopital <gael@lhopital.org>
    Signed-off-by: clinique <gael@lhopital.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    clinique authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d1b5a36 View commit details
    Browse the repository at this point in the history
  111. New translations samsungtv.properties (Italian) (openhab#16785)

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ebee266 View commit details
    Browse the repository at this point in the history
  112. [samsungtv] fix input change bug (openhab#16787)

    Signed-off-by: Nick Waterton <n.waterton@outlook.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    NickWaterton authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4ce4062 View commit details
    Browse the repository at this point in the history
  113. [tado] Revert openhab#16686 (openhab#16793)

    Downgrade swagger-codegen-maven-plugin to old version.
    Add warning to pom file.
    
    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c5073ca View commit details
    Browse the repository at this point in the history
  114. [radiothermostat] Add discovery-methods (openhab#16768)

    * Add discovery-methods
    
    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mlobstein authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    30f175a View commit details
    Browse the repository at this point in the history
  115. README.md - "bandwith" -> "bandwidth" (openhab#16796)

    Fix typing error: "bandwith" -> "bandwidth"
    
    Signed-off-by: Jonathan <festivjo@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    maisoui authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    dd00cb6 View commit details
    Browse the repository at this point in the history
  116. [freeboxos] FreeboxOsIconProvider should only provide icons for its o…

    …wn icon set (openhab#16792)
    
    * FreeboxOsIconProvider should only provide icons for its icon set
    
    Signed-off-by: Gaël L'hopital <gael@lhopital.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    clinique authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9c1692d View commit details
    Browse the repository at this point in the history
  117. [nikohomecontrol] Energy meters and access control (openhab#12893)

    * NHCI energy meters and NHCII access control
    
    Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mherwege authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2e9a322 View commit details
    Browse the repository at this point in the history
  118. [solarforecast] Fix documentation typo (openhab#16799)

    * fixed typo
    
    Signed-off-by: Michael Weger <weger.michael@gmx.net>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    MikeTheTux authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    449b6a0 View commit details
    Browse the repository at this point in the history
  119. Upgrade Jollyday to 0.28.1 (openhab#16798)

    * Upgrade Jollyday from 0.27.0 to 0.28.1.
    * Upgrade jackson from 2.16.0 to 2.28.1
    * Upgrade threeten-extra from 1.7.2 to 1.8.0
    
    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c950a6d View commit details
    Browse the repository at this point in the history
  120. [snmp] Upgrade SNMP4J and fix AUTH_NO_PRIV (openhab#16801)

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    J-N-K authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    99818e4 View commit details
    Browse the repository at this point in the history
  121. Provide channels icons/tags (openhab#16800)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8a5da44 View commit details
    Browse the repository at this point in the history
  122. [denonmarantz] Add HTTP protocol support for newer receivers (openhab…

    …#16748)
    
    * Add HTTP protocol support for newer receivers
    
    Resolves openhab#16747
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c1a9ecb View commit details
    Browse the repository at this point in the history
  123. Upgrade bouncycastle to 1.78 (openhab#16781)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    jlaur authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    16e5779 View commit details
    Browse the repository at this point in the history
  124. New translations denonmarantz.properties (Danish) (openhab#16805)

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    56b203f View commit details
    Browse the repository at this point in the history
  125. [Ephemeris] Binding to make the bridge with core Ephemeris functions (o…

    …penhab#16628)
    
    * [ephemeris] Initial commit of the ephemeris binding
    
    Signed-off-by: gael@lhopital.org <gael@lhopital.org>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    clinique authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5678de2 View commit details
    Browse the repository at this point in the history
  126. [salus] Initial contribution (openhab#16065)

    * Init salus binding
    
    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
    Co-authored-by: Leo Siepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    3 people authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4bf4610 View commit details
    Browse the repository at this point in the history
  127. Fix ForecastSolar Plane default values in documentation. (openhab#16814)

    Signed-off-by: Martin Renner <martin+github@planet-renner.net>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    pre-martin authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c9fe775 View commit details
    Browse the repository at this point in the history
  128. solarforecast codeowner (openhab#16817)

    Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    weymann authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b5086af View commit details
    Browse the repository at this point in the history
  129. damp factor default value (openhab#16818)

    Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    weymann authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    71f5acf View commit details
    Browse the repository at this point in the history
  130. [iotawatt] Initial contribution (openhab#16491)

    * [iotawatt] generate new binding
    
    Signed-off-by: Peter Rosenberg <prosenb.dev@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    PRosenb authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2f885ea View commit details
    Browse the repository at this point in the history
  131. [shelly] Various small fixes for BLU HT, Range Extender, Plus 10V, TR…

    …V set temp (openhab#16746)
    
    * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735
    
    Signed-off-by: Markus Michels <markus7017@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    markus7017 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9cc8b71 View commit details
    Browse the repository at this point in the history
  132. [persistence.jpa] Upgrade openjpa and derby (openhab#16591)

    Support Java 21
    
    - Upgrade openjpa from 3.2.2 to 4.0.0
    - Upgrade derby from 10.14.2.0 to 10.16.1.1 (last Java 17 release)
    - Migrate javax.el to jakarta.el-api 6.0.0-RC1
    - Revert workaround for Java 21, openhab#16612
    
    Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    holgerfriedrich authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    533da89 View commit details
    Browse the repository at this point in the history
  133. [basicprofiles] Initial contribution (openhab#16754)

    * [basicprofiles] Initial contribution
    
    A set of basic profiles with general use cases. See documentation for details.
    
    Also-By: Christoph Weitkamp <github@christophweitkamp.de>
    Also-By: Arne Seime <arne.seime@gmail.com>
    Signed-off-by: Jan N. Klug <github@klug.nrw>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    J-N-K authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0ff2f96 View commit details
    Browse the repository at this point in the history
  134. [boschshc] Support for Smart Water Alarm (openhab#16770)

    Adds support for Bosch Smart Water Alarm devices.
    
    * add new thing type and new channel types
    * add new services for water detector
    * refactor CameraNotificationState and PrivacyModeState to a common enum
    EnabledDisabledState that can be re-used in the water detector tilt
    service states
    * implement handler for new device
    * register new device in handler factory and discovery
    * add unit tests
    * add documentation
    
    Signed-off-by: David Pace <dev@davidpace.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    david-pace authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a6c7a2a View commit details
    Browse the repository at this point in the history
  135. [systeminfo] Bump OSHI to 6.5.0 (openhab#16821)

    Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    falkena authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d4bb765 View commit details
    Browse the repository at this point in the history
  136. [tapocontrol] fixed cloud connection error (openhab#16822)

    Signed-off-by: Christian Wild <christian@wildclan.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    wildcs authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b6d76c1 View commit details
    Browse the repository at this point in the history
  137. [hdpowerview] support addon suggestion finder via SDDP (openhab#16790)

    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    andrewfg authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    39ab6e6 View commit details
    Browse the repository at this point in the history
  138. Add SSDP addon finder methods (openhab#16794)

    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    mlobstein authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6827fff View commit details
    Browse the repository at this point in the history
  139. [systeminfo] Rename Systeminfo* to SystemInfo* (openhab#16823)

    Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    falkena authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3d8588b View commit details
    Browse the repository at this point in the history
  140. [haywardomnilogic] Fixed chlorinator bug (openhab#16820)

    * Fixed chlorinator handler bug that caused the chlorinator to turn off if the chlorinator salt % output channel was adjusted.
    
    Signed-off-by: Matt Myers <mmyers75@icloud.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    matchews authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ba7f245 View commit details
    Browse the repository at this point in the history
  141. [volumio] Fixed volumio don't play playlist (openhab#16826) (openhab#…

    …16828)
    
    Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    stargazer74 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    72d9c19 View commit details
    Browse the repository at this point in the history
  142. [salus] Add support for AWS (openhab#16807)

    * AWS support
    
    Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    magx2 authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    30cae63 View commit details
    Browse the repository at this point in the history
  143. [ecotouch] Adding Warmwater Hystersis (openhab#16815)

    * Adding Warmwater Hystersis
    
    Signed-off-by: Frank Münster <kalinrow@web.de>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    kalinrow authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    49a5d7f View commit details
    Browse the repository at this point in the history
  144. New Crowdin updates (openhab#16839)

    * New translations http.properties (German)
    
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    openhab-bot authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    eaf17ac View commit details
    Browse the repository at this point in the history
  145. [max] Remove org.apache.commons (openhab#14413)

    Signed-off-by: Leo Siepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    lsiepel authored and psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5a7e890 View commit details
    Browse the repository at this point in the history
  146. Fix initial batch of warnings

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d4c83db View commit details
    Browse the repository at this point in the history
  147. Fix remaining warnings

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    fb903fb View commit details
    Browse the repository at this point in the history
  148. Update bundles/org.openhab.binding.teslapowerwall/README.md

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ccff996 View commit details
    Browse the repository at this point in the history
  149. Update bundles/org.openhab.binding.teslapowerwall/README.md

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    75f6f4d View commit details
    Browse the repository at this point in the history
  150. Update bundles/org.openhab.binding.teslapowerwall/README.md

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    dce1b7d View commit details
    Browse the repository at this point in the history
  151. Update bundles/org.openhab.binding.teslapowerwall/README.md

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a36f5ac View commit details
    Browse the repository at this point in the history
  152. Adapt channel names

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f80fc2e View commit details
    Browse the repository at this point in the history
  153. Update bundles/org.openhab.binding.teslapowerwall/src/main/java/org/o…

    …penhab/binding/teslapowerwall/internal/TeslaPowerwallHandler.java
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0477e04 View commit details
    Browse the repository at this point in the history
  154. Update bundles/org.openhab.binding.teslapowerwall/src/main/java/org/o…

    …penhab/binding/teslapowerwall/internal/TeslaPowerwallCommunicationException.java
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    978ccfd View commit details
    Browse the repository at this point in the history
  155. Get it building again

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c0f77f3 View commit details
    Browse the repository at this point in the history
  156. Update bundles/org.openhab.binding.teslapowerwall/README.md

    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c63127c View commit details
    Browse the repository at this point in the history
  157. Fix compilation

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7909cb8 View commit details
    Browse the repository at this point in the history
  158. Refactor code

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7782d7e View commit details
    Browse the repository at this point in the history
  159. README.md updates

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b63f9b5 View commit details
    Browse the repository at this point in the history
  160. Update bundles/org.openhab.binding.teslapowerwall/src/main/java/org/o…

    …penhab/binding/teslapowerwall/internal/TeslaPowerwallHandler.java
    
    Co-authored-by: lsiepel <leosiepel@gmail.com>
    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley and lsiepel committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5a273ab View commit details
    Browse the repository at this point in the history
  161. Code cleanups

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    bee9be8 View commit details
    Browse the repository at this point in the history
  162. Code improvements

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    038ca6a View commit details
    Browse the repository at this point in the history
  163. Code improvements

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0e47d0c View commit details
    Browse the repository at this point in the history
  164. Fix warning

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0cb9e56 View commit details
    Browse the repository at this point in the history
  165. Add binding to CODEOWNERS

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2beb8d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. [MercedesMe] Switch to Mercedes App SDK (openhab#15628)

    * add protocol buffer definitions
    * oauth rework
    * websocket introduction
    
    Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
    weymann authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8eb99ee View commit details
    Browse the repository at this point in the history
  2. [epsonprojector] Add SDDP discovery (openhab#16802)

    * Replace AMX discovery with SDDP
    
    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    mlobstein authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    d3a884d View commit details
    Browse the repository at this point in the history
  3. Fix state and timestamp being discarded on store with alias (openhab#…

    …16845)
    
    Fixes openhab#16844
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    jlaur authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    6aa1caa View commit details
    Browse the repository at this point in the history
  4. [snmp] SNMP v3 fixes and improvements (openhab#16803)

    * [snmp] SNMP v3 fixes and improvements
    
    (cherry picked from commit a32af97d785f301ad2253801353af53a9941d6f9)
    
    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    51da65b View commit details
    Browse the repository at this point in the history
  5. [systeminfo] Reduce code complexity as well garbage collection (openh…

    …ab#16838)
    
    * [systeminfo] Avoid thing type change as well memory re-allocations
    
    Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com>
    falkena authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    6e77a49 View commit details
    Browse the repository at this point in the history
  6. [benqprojector] Add SDDP discovery and missing menu options (openhab#…

    …16848)
    
    * Add SDDP discovery
    
    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    mlobstein authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b280eaf View commit details
    Browse the repository at this point in the history
  7. [atlona] Replace discovery service with core SDDP discovery (openhab#…

    …16832)
    
    * Replace discovery service with core SDDP discovery
    
    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    mlobstein authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    64b4c92 View commit details
    Browse the repository at this point in the history
  8. govee docs: remove device type (openhab#16854)

    Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
    stefan-hoehn authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e02fb92 View commit details
    Browse the repository at this point in the history
  9. [senechome] Add additional states (openhab#16842)

    Signed-off-by: Tobias Lange <vich-667@quantentunnel.de>
    vich-667 authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4c82598 View commit details
    Browse the repository at this point in the history
  10. Fix UoM in documentation example (openhab#16859)

    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    jlaur authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    d8e2ee1 View commit details
    Browse the repository at this point in the history
  11. [epsonprojector] Incorporate review suggestions from other PRs (openh…

    …ab#16860)
    
    Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
    mlobstein authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e6780da View commit details
    Browse the repository at this point in the history
  12. [mqtt] Fix certificate pinning (openhab#16857)

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1ed0635 View commit details
    Browse the repository at this point in the history
  13. [hdpowerview] Improvements to SDDP discovery (openhab#16853)

    * [hdpowerview] add SDDP thing discovery
    
    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    andrewfg authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    854ddbb View commit details
    Browse the repository at this point in the history
  14. [solarforecast] wait 1 hour after http 429 error (openhab#16819)

    * wait 1 hour after 429 error
    
    Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
    weymann authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    836b8d9 View commit details
    Browse the repository at this point in the history
  15. [sonos] Fix warnings (openhab#15708)

    * Fix warnings
    * Fix discovery error logging for offline devices
    
    Fixes openhab#6793
    
    Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
    jlaur authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4e3cdba View commit details
    Browse the repository at this point in the history
  16. Use device.Id instead of device.DiscoveryId to fix playsound (openhab…

    …#16846)
    
    Signed-off-by: Simon Spielmann <simon.spielmann@gmx.de>
    maihacke authored and psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5e2efda View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8700df View commit details
    Browse the repository at this point in the history
  18. Revert "[sonos] Fix warnings (openhab#15708)"

    This reverts commit 4e3cdba.
    psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e8e4ab1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eeadc13 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1bc7c1e View commit details
    Browse the repository at this point in the history
  21. Revert "[mqtt] Fix certificate pinning (openhab#16857)"

    This reverts commit 1ed0635.
    psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3def373 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    380f039 View commit details
    Browse the repository at this point in the history
  23. Revert "Fix UoM in documentation example (openhab#16859)"

    This reverts commit d8e2ee1.
    psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    d4d8522 View commit details
    Browse the repository at this point in the history
  24. Revert "[senechome] Add additional states (openhab#16842)"

    This reverts commit 4c82598.
    psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9290fd0 View commit details
    Browse the repository at this point in the history
  25. Revert "govee docs: remove device type (openhab#16854)"

    This reverts commit e02fb92.
    psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    261d6b3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7f858d7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e092627 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    98961fe View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dcc58b1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c172129 View commit details
    Browse the repository at this point in the history
  31. Revert "[epsonprojector] Add SDDP discovery (openhab#16802)"

    This reverts commit d3a884d.
    psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    93a4b76 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    26b3e54 View commit details
    Browse the repository at this point in the history
  33. Fix conflict in CODEOWNERS

    Signed-off-by: Paul Smedley <paul@smedley.id.au>
    psmedley committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    104fe46 View commit details
    Browse the repository at this point in the history