From 804f744c6e7c6496339bbd7a2f64730c2a4fb769 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 23 Feb 2021 11:20:30 +0100 Subject: [PATCH 1/3] Remove links to RC-Switch github since Tasmota uses his own modified RC-Switch implementation --- lib/lib_rf/rc-switch/README.md | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/lib/lib_rf/rc-switch/README.md b/lib/lib_rf/rc-switch/README.md index f323c6388..8debb6d7d 100644 --- a/lib/lib_rf/rc-switch/README.md +++ b/lib/lib_rf/rc-switch/README.md @@ -1,26 +1,10 @@ -**Fork of RC-SWITCH by @sui77** - -# rc-switch -[![Build Status](https://travis-ci.org/1technophile/rc-switch.svg?branch=master)](https://travis-ci.org/1technophile/rc-switch) - -Use your Arduino or Raspberry Pi to operate remote radio controlled devices - -## Download -https://github.com/1technophile/rc-switch/releases/latest - -rc-switch is also listed in the arduino library manager. - -## Wiki -https://github.com/1technophile/rc-switch/wiki +**Modified Tasmota Fork of RC-SWITCH by @sui77 and @1technophile** ## Info -### Send RC codes -Use your Arduino or Raspberry Pi to operate remote radio controlled devices. -This will most likely work with all popular low cost power outlet sockets. If -yours doesn't work, you might need to adjust the pulse length. +This will most likely work with all popular low cost power outlet sockets. -All you need is a Arduino or Raspberry Pi, a 315/433MHz AM transmitter and one +All you need is a 315/433MHz AM transmitter and one or more devices with one of the supported chipsets: - SC5262 / SC5272 @@ -30,14 +14,3 @@ or more devices with one of the supported chipsets: - Intertechno outlets - HT6P20X -### Receive and decode RC codes - -Find out what codes your remote is sending. Use your remote to control your -Arduino. - -All you need is an Arduino, a 315/433MHz AM receiver (altough there is no -instruction yet, yes it is possible to hack an existing device) and a remote -hand set. - -For the Raspberry Pi, clone the https://github.com/ninjablocks/433Utils project to -compile a sniffer tool and transmission commands. From 20c18b37e8e289caf90eefa196365e5145e5a2ad Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 23 Feb 2021 11:34:17 +0100 Subject: [PATCH 2/3] Update library.properties --- lib/lib_rf/rc-switch/library.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/lib_rf/rc-switch/library.properties b/lib/lib_rf/rc-switch/library.properties index b4c7388d6..09a0193fe 100644 --- a/lib/lib_rf/rc-switch/library.properties +++ b/lib/lib_rf/rc-switch/library.properties @@ -1,10 +1,10 @@ name=rc-switch -version=2.6.2 -author=sui77 -maintainer=sui77,fingolfin +version=1.0.0 +author=@sui77 @1technophile and more +maintainer=Theo Arends sentence=Operate 433/315Mhz devices. -paragraph=Use your Arduino, ESP8266/ESP32 or Raspberry Pi to operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets. +paragraph=Use ESP8266/ESP32 to operate remote radio controlled devices. category=Device Control -url=https://github.com/sui77/rc-switch -architectures=avr,esp8266,esp32 +url=https://github.com/arendst/Tasmota +architectures=esp8266,esp32 includes=RCSwitch.h From 235a074bfcecba8784a8887b1d617b280b30f9c0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 23 Feb 2021 11:36:09 +0100 Subject: [PATCH 3/3] Update library.json --- lib/lib_rf/rc-switch/library.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/lib_rf/rc-switch/library.json b/lib/lib_rf/rc-switch/library.json index 1d7d2e367..0d6a337f4 100644 --- a/lib/lib_rf/rc-switch/library.json +++ b/lib/lib_rf/rc-switch/library.json @@ -1,21 +1,19 @@ { "name": "rc-switch", - "description": "Use your Arduino or Raspberry Pi to operate remote radio controlled devices", + "description": "Use ESP8266/ESP32 to operate remote radio controlled devices", "keywords": "rf, radio, wireless", "authors": { - "name": "Suat Ozgur" + "name": "Theo Arends" }, "repository": { "type": "git", - "url": "https://github.com/sui77/rc-switch.git" + "url": "https://github.com/arendst/Tasmota.git" }, - "version": "2.6.2", + "version": "1.0.0", "frameworks": [ - "arduino", - "energia", - "wiringpi" + "arduino" ], "platforms": "*" }