Fork me on GitHub

pimatic-orvibo by Lukas Reinhart (thex) | github | npm

Pimatic Orvibo plugin

This plugin adds the functionality to control orvibo s20 sockets via pimatic (udp)

In order to use the s20 wifi socket you have to know the ip and mac address of the device.

Example config.json entries:

  "plugins": [
    {
      "plugin": "orvibo"
    }
  ],

  {
      "id": "orvibo-test",
      "name": "My WifFi Outlet",
      "class": "OrviboOutlet",
      "ip": "192.168.XXX.XXX",
      "mac": "deadbeefbeef"
    },
  ]

Plugin Config Options

options for orvibo plugin

Device Config Options

pimatic-orvibo device config schema

OrviboOutlet

Orvibo outlet
OptionDescriptionDefault
ip
string
IP address of the outlet
mac
string
MAC address of the outlet
password
string
Remote password for the outlet (if locked)(not yet supported)
""
interval
number
Polling interval for outlet state in seconds
60
pimatic-orvibo is written by Lukas Reinhart (thex)