Orvibo


Please be aware that the product ORVIBO WIFI SMART SOCKET S20 (LGS-20) has been recalled by the European authorities due to safety concerns. For more information, please visit RAPEX information.

The orvibo switch platform allows you to toggle your Orvibo S20 Wifi Smart Sockets.

To automatically discover Orvibo sockets on your network:

# Example configuration.yaml entry
switch:
  - platform: orvibo

To specify Orvibo sockets and skip discovery:

# Example configuration.yaml entry
switch:
  - platform: orvibo
    discovery: false
    switches:
      - host: IP_ADDRESS
        mac: MA:CA:DD:RE:SS:00
        name: "My Socket"

Configuration Variables

discovery boolean (Optional, default: true)

Whether to discover sockets.

switches list (Optional)

A list of Orvibo switches.

host string Required

IP address of your socket, e.g., 192.168.1.10.

mac string (Optional)

MAC address of the socket, e.g., AA:BB:CC:DD:EE:FF. This is required if the socket is connected to a different subnet to the machine running Home Assistant.

name string (Optional, default: Orvibo S20 Switch)

Your name for the socket.