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

Support for new relay module #43

Open
rageiges opened this issue Sep 25, 2024 · 3 comments
Open

Support for new relay module #43

rageiges opened this issue Sep 25, 2024 · 3 comments

Comments

@rageiges
Copy link

Are there plans to integrate support for the new Bosch relay module avialable for the SHC? See: https://www.bosch-smarthome.com/rom/relay/

@jpawlowski
Copy link

It is mentioned as supported in the README as micromodule Relay, though maybe it is not detected correctly anymore?

I am under impression that micromodule device types in general are not detected correctly anymore.

@tschamm
Copy link
Owner

tschamm commented Nov 2, 2024

As the micromodule relay is supported by the custom component, it's expected to work. Can you perform a rawscan and report how the device model is reported?

Result should look as follows:

    {
        "@type": "device",
        "rootDeviceId": "64-da-a....",
        "id": "hdm:ZigBee:f4b...",
        "deviceServiceIds": [
            "ShutterControl",
            "PowerMeter",
            "CommunicationQuality",
            "ChildProtection",
            "SwitchConfiguration"
        ],
        "manufacturer": "BOSCH",
        "roomId": "hz_7",
        "deviceModel": "MICROMODULE_SHUTTER",
        "serial": "F4B...",
        "profile": "GENERIC",
        "name": "Rollladen Fenster",
        "status": "AVAILABLE",
        "childDeviceIds": [],
        "supportedProfiles": [],
        "installationTimestamp": 1727967334585
    },

@rageiges
Copy link
Author

rageiges commented Nov 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants