Skip to content

Commit

Permalink
added links to 433utils
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas22122212 committed Jan 9, 2018
1 parent 237a9d9 commit 1523779
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---

homebridge-rfoutlets-protocol is based on homebridge-rfoutlets
homebridge-rfoutlets: https://github.com/wstameris/homebridge-rfoutlets
homebridge-rfoutlets (https://github.com/wstameris/homebridge-rfoutlets) and 433Utils (https://github.com/ninjablocks/433Utils/tree/master/RPi_utils)

Distributed with modifications under the terms of the Apache License


---

Apache License
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Homebridge plugin purpose-built for controlling 433MHz radio frequency outlets w

This is a forg from homebridge-rfoutlets as it didn't feature different protocols. How ever there is no support for different GPIO pins anymore. I needed protocol 4 to get my [brennenstuhl RC-CE1-4001](https://www.brennenstuhl.com/en-DE/Comfort-Line-Remote-Control-Set-RC-CE1-4001)(same as LIDL Silvercrest RCR DP3 3711-A) working.

Tested on a Raspberry Zero W (armv6) Raspbian (Debian) and Node.js v8.9.1. This should work on most Raspberry Pi models, however YMMV
Homebridge-rfoutlets-protocol uses a compiled version of `codesend` from the [433Utils/RPi_utils](https://github.com/ninjablocks/433Utils) (by ninjablocks) which is based on [rc-switch](https://github.com/sui77/rc-switch/) (by sui77).

Tested on a Raspberry Zero W (armv6) Raspbian (Debian) Stretch and Node.js v8.9.1. This should work on most Raspberry Pi models, however YMMV. Possibly you need to compile `codesend` for your CPU architecture (using `make` and the [433Utils/RPi_utils](https://github.com/ninjablocks/433Utils)) and replace `.../node/lib/node_modules/homebridge-rfoutlets-protocol/codesend` with your self compiled version.

Supports *lights*, *switches*, *outlets* and *fans*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-rfoutlets-protocol",
"version": "0.1.1",
"version": "0.1.2",
"description": "RF (433MHz) outlet remote control plugin for homebridge which uses different protocols: https://github.com/thomas22122212/homebridge-rfoutlets-protocol",
"license": "(MIT OR ISC)",
"keywords": [
Expand Down

0 comments on commit 1523779

Please sign in to comment.