thexperiments / pimatic-orvibo

Pimatic plugin to controll Orvibo s20 wifi controlled outlets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
    },
  ]

About

Pimatic plugin to controll Orvibo s20 wifi controlled outlets

License:GNU General Public License v2.0


Languages

Language:JavaScript 67.9%Language:CoffeeScript 32.1%