Skip to content

Samsung Windfree mode setting #176

@chaisaeng

Description

@chaisaeng

in the config yaml hos do I implement windfree mode for samsung windfree ac? I try just put the word "windfree" under supported_modes: or toggle_list: but it not work. please give advice on how I can utilize the mode mention. BTW windfree implementation was founf in the following https://github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Samsung.h
/// Native representation of a Samsung A/C message. union SamsungProtocol{ uint8_t raw[kSamsungAcExtendedStateLength]; ///< State in code form. struct { // Standard message map // Byte 0 uint8_t :8; // Byte 1 uint8_t :4; uint8_t :4; // Sum1Lower // Byte 2 uint8_t :4; // Sum1Upper uint8_t :4; // Byte 3 uint8_t :8; // Byte 4 uint8_t :8; // Byte 5 uint8_t :4; uint8_t Sleep5 :1; uint8_t Quiet :1; uint8_t :2; // Byte 6 uint8_t :4; uint8_t Power1 :2; uint8_t :2; // Byte 7 uint8_t :8; // Byte 8 uint8_t :4; uint8_t :4; // Sum2Lower // Byte 9 uint8_t :4; // Sum1Upper uint8_t Swing :3; uint8_t :1; // Byte 10 uint8_t :1; uint8_t FanSpecial :3; // Powerful, Breeze/WindFree, Econo uint8_t Display :1;

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