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

Add Support for Shelly Plus RGBW PM and BLE Gateway 3rd Party Sensor Support #1039

Merged
merged 34 commits into from
Sep 17, 2024

Commits on Sep 7, 2024

  1. Update main.js

     [Hardware Request]: BLE gateway 3rd party sensor support iobroker-community-adapters#1030 
    added to types to typesList for Ble messages
    moisture: { type: 'number', unit: '%' },
    soil: { type: 'number', unit: 'µS/cm' },
    Paradoxa authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b1c37b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #1 from Paradoxa/feature-branch

    Update main.js
    Paradoxa authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    70d7b62 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update datapoints.js

    add shellyplusrgbwpm
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bf87b7d View commit details
    Browse the repository at this point in the history
  2. Create shellyplusrgbwpm.js

    add shellyplusrgbwpm
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    08b3232 View commit details
    Browse the repository at this point in the history
  3. Update shellyplusrgbwpm.js

    Add device Config
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6bba478 View commit details
    Browse the repository at this point in the history
  4. Update gen2-helper.js

    add addRGB and addRGBW for Shelly Plus RGBW PM
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1044afa View commit details
    Browse the repository at this point in the history
  5. Update io-package.json

    update version
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3d1e260 View commit details
    Browse the repository at this point in the history
  6. Update package-lock.json

    update version
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3aecd61 View commit details
    Browse the repository at this point in the history
  7. Update package.json

    update version
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    064977c View commit details
    Browse the repository at this point in the history
  8. Update shellyplusrgbwpm.js

    update nameing mistake
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8549c3c View commit details
    Browse the repository at this point in the history
  9. Update datapoints.js

    Update nameing mistake
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5161b98 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2 from Paradoxa/Paradoxa-patch-shellyplusrgbwpm

    Paradoxa patch shellyplusrgbwpm
    Paradoxa authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    46281ad View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Update io-package.json

    update version
    Paradoxa authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f20722d View commit details
    Browse the repository at this point in the history
  2. Update package-lock.json

    update version
    Paradoxa authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f225302 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    update version
    Paradoxa authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1046a80 View commit details
    Browse the repository at this point in the history
  4. Update gen2-helper.js

    Fix: error  Trailing spaces not allowed  no-trailing-spaces
    Paradoxa authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fbf1478 View commit details
    Browse the repository at this point in the history
  5. Update shellyplusrgbwpm.js

    Fix:
    Expected indentation of 4 spaces but found 6    indent
    Missing trailing comma                          comma-dangle
    Paradoxa authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9acad87 View commit details
    Browse the repository at this point in the history
  6. Update gen2-helper.js

    Fix:
    AssertionError: common.role "level.dimmer" is invalid for type "number" - shellyplusrgbwpm (RGB0.Brightness): expected 'level.dimmer' to be one of [ 'level.blind', …(29) ]
    Paradoxa authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ea3ac12 View commit details
    Browse the repository at this point in the history
  7. Update gen2-helper.js

    Fix:
    AssertionError: common.unit for role "level.brightness" must have unit - shellyplusrgbwpm (RGB0.Brightness): expected undefined to be one of [ '%' ]
    Paradoxa authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bbbc621 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Update gen2-helper.js

    update color
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    724bef3 View commit details
    Browse the repository at this point in the history
  2. Update gen2-helper.js

    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d5eda73 View commit details
    Browse the repository at this point in the history
  3. Update gen2-helper.js

    test color
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    76181ff View commit details
    Browse the repository at this point in the history
  4. Update gen2-helper.js

    string conversion
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3cddb1f View commit details
    Browse the repository at this point in the history
  5. Update gen2-helper.js

    delete effect
    fix ;
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4f64344 View commit details
    Browse the repository at this point in the history
  6. Update gen2-helper.js

    array handling
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    20a81e8 View commit details
    Browse the repository at this point in the history
  7. Update gen2-helper.js

    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    880e913 View commit details
    Browse the repository at this point in the history
  8. Update gen2-helper.js

    add Transition Time
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1f6b83a View commit details
    Browse the repository at this point in the history
  9. Update gen2-helper.js

    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    14e1c5e View commit details
    Browse the repository at this point in the history
  10. Update gen2-helper.js

    fix id
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    caae881 View commit details
    Browse the repository at this point in the history
  11. Update gen2-helper.js

    Added transition time support to RGB light definition and corrected ColorRGB format in comments.
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d0ac02d View commit details
    Browse the repository at this point in the history
  12. Update gen2-helper.js

    Added support for RGB color in HEX format, clarified comments, and updated state definitions for RGB light functionality.
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    babe047 View commit details
    Browse the repository at this point in the history
  13. Update gen2-helper.js

    White had unit % but is 0-255
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    941b59e View commit details
    Browse the repository at this point in the history
  14. Update gen2-helper.js

    fix Transition if not available
    Paradoxa authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0ae11be View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Update gen2-helper.js

    fix lint error
    Paradoxa authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b5c0c0c View commit details
    Browse the repository at this point in the history