mFi Switch


The mfi switch platform to allow you to control mFi Controllable Power Outlets.

To add this platform to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  platform: mfi
  host: IP_ADDRESS
  port: PORT
  username: USERNAME
  password: PASSWORD

Configuration variables:

  • host (Required): The IP address or hostname of your mFi controller.
  • port (Optional): The port of your mFi controller. Defaults to 6443.
  • username (Required): The mFi admin username.
  • password (Required): The mFi admin user’s password.