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

[Device Support Request] LEDVANCE/Osram Gardenpole RGBW-Lightify #449

Closed
TheJulianJES opened this issue Aug 18, 2020 · 0 comments · Fixed by #459
Closed

[Device Support Request] LEDVANCE/Osram Gardenpole RGBW-Lightify #449

TheJulianJES opened this issue Aug 18, 2020 · 0 comments · Fixed by #459

Comments

@TheJulianJES
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
It's currently not possible to set the power on state on LEDVANCE/(Osram) Gardenpole Lights.

Describe the solution you'd like
To add the 0x01 (save_defaults) command in the 0xfc01 cluster to store the default state.
(This seems like the way for pretty much all LEDVANCE/Osram lights that exist.)

Device signature

{
  "node_descriptor": "<Optional byte1=1 byte2=64 mac_capability_flags=142 manufacturer_code=48042 maximum_buffer_size=64 maximum_incoming_transfer_size=0 server_mask=0 maximum_outgoing_transfer_size=0 descriptor_capability_field=3>",
  "endpoints": {
    "3": {
      "profile_id": 49246,
      "device_type": "0x0210",
      "in_clusters": [
        "0x0000",
        "0x0003",
        "0x0004",
        "0x0005",
        "0x0006",
        "0x0008",
        "0x0300",
        "0x1000",
        "0xfc0f"
      ],
      "out_clusters": [
        "0x0019"
      ]
    }
  },
  "manufacturer": "OSRAM",
  "model": "Gardenpole RGBW-Lightify",
  "class": "zigpy.device.Device"
}

Additional context
The "save_defaults" command already seems to be well-implemented for two models, so I guess the same thing should work for this too.

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

Successfully merging a pull request may close this issue.

1 participant