buckket / mumbi

Control mumbi m-FS300 remote power sockets with BeagleBone, Raspberry Pi and others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mumbi

Recently I bought a bunch of wireless remote control power sockets. I wanted to control them not only via the supplied remote, but also via my computer. There’re numerous solutions out there, but somehow none supports this exact model I’ve got, which is a "self-learning" one, meaning there’re no DIP-switches to select the device and/or house code. I hooked up my logic analyzer and grabbed the raw signal straight from the remote. I was not successful decoding the protocol so far, but at least I can mimic it. All you need is a 433/434 MHz RF transmitter and an embedded Linux platform with GPIOs like a BeagleBone Black or Raspberry Pi.

This repo includes a simple command-line app as well as Python extension to control such devices.

Check out src/mumbi.c for some information about the protocol and how this works.

Requirements

License

mumbi is released under the GPLv3+ License. See the bundled LICENSE file for details.

About

Control mumbi m-FS300 remote power sockets with BeagleBone, Raspberry Pi and others

License:GNU General Public License v3.0


Languages

Language:C 82.4%Language:Python 14.1%Language:Makefile 3.4%