Ankuoo REC Switch


The recswitch switch integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows you to control the Ankuoo REC Switch devices.

Supported devices (tested):

  • Ankuoo RecSwitch MS6126
  • Lumitek CSW201 NEO WiFi
  • MALMBERGS CSW201

Configuration

To enable this switch, add the following lines to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# Example configuration.yaml entry
switch:
  - platform: recswitch
    host: "IP_ADDRESS"
    mac: "MAC_ADDRESS"

Configuration Variables

host string Required

IP address or hostname of the device.

mac string Required

MAC address of the device.

name string (Optional)

Name to use in the frontend.