Skip to content

FUT100 remote partially decoded as FUT089 #921

Description

@jaydamuss

I have a MiBoxer FUT100 remote and an NRF24-based esp8266_milight_hub setup.

The sniffer correctly detects high group numbers, for example:

Group ID: 95
Remote Type: fut089

Brightness, colour and colour temperature commands are successfully decoded and published to MQTT topics such as:

milight/state/0x69DB/fut089/95

Example payload:

{
"brightness": 214,
"color": {
"r": 255,
"g": 255,
"b": 255
},
"color_temp": 214,
"color_mode": "color_temp"
}

However, some ON/OFF button presses on higher group numbers do not appear to generate MQTT state messages even though the sniffer sees packets.

The FUT100 appears to be decoded as a FUT089 remote. Is there existing FUT100 support, or would it be possible to add a dedicated FUT100 decoder/profile?

I can provide additional sniffer captures and MQTT logs if useful.

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