RF 433 plugin for KAKU in the playground

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
danielchagasrs
Normal user
Posts: 20
Joined: 09 Jan 2017, 20:20
Location: Porto Alegre / Brazil

Re: RF 433 plugin for KAKU in the playground

#31 Post by danielchagasrs » 03 Feb 2017, 23:34

Can't compile... Always getting errors...

Does anybody could upload the compiled image and share the download link?
I'm using 4M ESP modules.

Thanks.

data
Normal user
Posts: 93
Joined: 10 Dec 2016, 11:26

Re: RF 433 plugin for KAKU in the playground

#32 Post by data » 04 Feb 2017, 08:48

Here's an image I am using on a 4M Wemos mini D1 with Kaku and some other 433MHz related plugins. The analog input configured to measure supply voltage.

download at http://tinydevices.de/esp-easy-firmware/

Added Plugins:
109 NEXA
111 RF
112 RFTX
122 Neopixel
199 433MHz Kaku

Raimund
New user
Posts: 2
Joined: 04 Feb 2017, 20:35

Re: RF 433 plugin for KAKU in the playground

#33 Post by Raimund » 04 Feb 2017, 20:40

data wrote:Here's an image I am using on a 4M Wemos mini D1 with Kaku and some other 433MHz related plugins. The analog input configured to measure supply voltage.

download at http://tinydevices.de/esp-easy-firmware/

Added Plugins:
109 NEXA
111 RF
112 RFTX
122 Neopixel
199 433MHz Kaku
It would be great if you could upload the source code please. Thanks :D


danielchagasrs
Normal user
Posts: 20
Joined: 09 Jan 2017, 20:20
Location: Porto Alegre / Brazil

Re: RF 433 plugin for KAKU in the playground

#35 Post by danielchagasrs » 04 Feb 2017, 21:24

data wrote:Here's an image I am using on a 4M Wemos mini D1 with Kaku and some other 433MHz related plugins. The analog input configured to measure supply voltage.

download at http://tinydevices.de/esp-easy-firmware/

Thank you. :)

sebi2003
New user
Posts: 6
Joined: 11 Aug 2017, 07:38

Re: RF 433 plugin for KAKU in the playground

#36 Post by sebi2003 » 14 Aug 2017, 10:23

I bought REV Ritter Outlet Sockets from Bauhaus also available at amazon:

Code: Select all

https://www.amazon.de/gp/product/B0017USSM4/ref=ox_sc_act_title_2?ie=UTF8&psc=1&smid=A3JWKAKR8XB7XF
I successfully integrated the kaku plugin from the playground with Arduino IDE (2.0.0 dev11 version).

The chipset is TE90TP16N (self-learing).

I also sniffed the code from the remote control with Arduino Serial Monitor via NewRemoteSwitch library (downloaded from here:

Code: Select all

http://fhilgendorf.square7.ch/Rever/
From this Forum:

Code: Select all

https://www.arduinoforum.de/arduino-Thread-Ritter-Funksteckdose-433mhz?page=2
Serial monitor showed:
Addr 17594190 unit 15 on, period:255us

How can I Transmit this Code via ESPEasy?
I tried the following Rule:
on demoEvent do
newKakuSend,17594190,15,16
endon
I Also tried Rule:
on demoEvent do
newKakuSend,17594190,15,0 //also newKakuSend,17594190,15,1 etc.
endon
I executed the Rule with the command "http://<ESP#1-ip >/control?cmd=event,demoEvent".
ESPEasy told me the command was transmitted, but the outlet socket did not switched on. What is wrong?

I am using this kit:

Code: Select all

http://www.ebay.de/itm/RF-Sender-Empfanger-Modul-433MHz-Wireless-Link-Kit-fur-Arduino-/332339792823?hash=item4d60fecbb7:g:ZjEAAOSwz2tZjYEA

79kiko
Normal user
Posts: 15
Joined: 23 Aug 2016, 05:18

Re: RF 433 plugin for KAKU in the playground

#37 Post by 79kiko » 02 Oct 2017, 01:36

I want testing this RF plugin,but compilation end with error.

Code: Select all

_P111_RF.ino: In function 'boolean Plugin_111(byte, EventStruct*, String&)':
_P111_RF:61: error: 'irReceiver' was not declared in this scope
         if (irReceiver != 0) {
             ^
_P111_RF:88: error: 'irReceiver' was not declared in this scope
         if (irReceiver != 0) break;

sebi2003
New user
Posts: 6
Joined: 11 Aug 2017, 07:38

Re: RF 433 plugin for KAKU in the playground

#38 Post by sebi2003 » 08 Nov 2017, 14:40

lock at this one viewtopic.php?p=20598#p20598
I had the same problem. After deleting some standard plugins and do exactly what is mentioned in the tutorial for compliling ESPeasy with Arduino IDE everything works for me.
I compiled KAKU Plugin and the other RF send / receive Plugins together.

Great Plugin. Now I can switch every self-learning rf 433 mhz socket.

Just a hint: If you want to use MQTT to switch rf sockets, use rules in combination with MQTT import plugin. Its absolutely excellent because you can subscribe to a topic and switch everything from openhab or fhem or HAAS or whatelse.

mvroosmalen
New user
Posts: 2
Joined: 14 Mar 2018, 15:16

Re: RF 433 plugin for KAKU in the playground

#39 Post by mvroosmalen » 14 Mar 2018, 15:29

Hi,

I've tried to compile the plugin for a wemo, but without success. I removed all standard plugins (_P...) and placed the three RF plugins in the folder. I used the following configuration:
arduino-1.6.12P230
espeasy mega-20180314, and earlier versions (2.0.0-dev11)

After I compile the famous error 1 appears....

any idea's???

Thanks

Mark

mvroosmalen
New user
Posts: 2
Joined: 14 Mar 2018, 15:16

Re: RF 433 plugin for KAKU in the playground

#40 Post by mvroosmalen » 18 Mar 2018, 19:38

Nobody any idea or suggestions? :D

AFUDirk
New user
Posts: 1
Joined: 12 Apr 2018, 09:23
Location: Germany

Re: RF 433 plugin for KAKU in the playground

#41 Post by AFUDirk » 12 Apr 2018, 09:30

data wrote: 04 Feb 2017, 08:48 Here's an image I am using on a 4M Wemos mini D1 with Kaku and some other 433MHz related plugins. The analog input configured to measure supply voltage.

download at http://tinydevices.de/esp-easy-firmware/

Added Plugins:
109 NEXA
111 RF
112 RFTX
122 Neopixel
199 433MHz Kaku
Hello, the link does not work. I would like to try this image.

data
Normal user
Posts: 93
Joined: 10 Dec 2016, 11:26

Re: RF 433 plugin for KAKU in the playground

#42 Post by data » 16 Apr 2018, 16:19

Oh, sorry, I moved the folder last year. Try this one:
http://tinydevices.de/ESP-Easy/ESPEasy.ino.generic.bin

makro01
New user
Posts: 1
Joined: 06 Nov 2020, 13:31

Re: RF 433 plugin for KAKU in the playground

#43 Post by makro01 » 09 Dec 2020, 15:44

Hello,
have someone this RF Plugin and the latest ESPEasy relase.
and can giv it to me.
I dont bring it together :(

Regards Makro

Post Reply

Who is online

Users browsing this forum: No registered users and 95 guests