Skip to content

Support for Dimmers? #3

@JangoBritt

Description

@JangoBritt

Hi Adam,

Wanted to ask about whether you ever managed to get dimmers working on your implementation.

Consider that the command for On/Off is eg: R3D3F1 or R3D3F0. The command for Dimming is R3D3FdP32 (Function dimmer power 32 = 100%)

So if you wanted 50% brightness, you would send R3D3FdP16, and so on and so forth.

The change in execution code (aside from adding the relevant capability info) could be as simple as

sendCommand(settings.roomID, settings.deviceID, "dP" + ((x/100)*32))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions