Skip to the content.

Schneider Electric 41ECSFWMZ-VW

Wiser 40/300-Series Module AC Fan Controller

Unsupported

This device is currently UNSUPPORTED. Want to have this device supported? Please check the GitHub issue section to see if a request already exists for this device. If it doesn’t exist yet, you can open a new request by filling in the Device support issue template.

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "type": "fan",
    "features": [
      {
        "name": "state",
        "label": "State",
        "access": 7,
        "type": "binary",
        "property": "fan_state",
        "description": "On/off state of this fan",
        "value_on": "ON",
        "value_off": "OFF"
      },
      {
        "name": "mode",
        "label": "Mode",
        "access": 7,
        "type": "enum",
        "property": "fan_mode",
        "description": "Mode of this fan",
        "values": [
          "off",
          "low",
          "medium",
          "high",
          "on"
        ]
      }
    ]
  },
  {
    "name": "indicator_mode",
    "label": "Indicator mode",
    "access": 7,
    "type": "enum",
    "property": "indicator_mode",
    "description": "Set Indicator Mode.",
    "values": [
      "always_on",
      "on_with_timeout_but_as_locator",
      "on_with_timeout"
    ]
  },
  {
    "name": "indicator_orientation",
    "label": "Indicator orientation",
    "access": 7,
    "type": "enum",
    "property": "indicator_orientation",
    "description": "Set Indicator Orientation.",
    "values": [
      "horizontal_left",
      "horizontal_right",
      "vertical_top",
      "vertical_bottom"
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "category": "diagnostic",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related