Search found 15 matches

by s4nder
08 Apr 2020, 19:40
Forum: RFlink: General Discussions
Topic: Latest R49 beta
Replies: 1
Views: 34292

Re: Latest R49 beta

I am looking for this too, but then for Funkbus support. Can anyone send it to me?

Is there any life in the development of RFlink?
by s4nder
06 Feb 2018, 16:52
Forum: RFLink: Unsupported devices
Topic: Berker Funkbus
Replies: 4
Views: 10665

Re: Berker Funkbus

Hello Stuntteam, Sorry to open this old tread, but i have some Gira devices here at home and i would like to help implementing a transmit function. I found some other sources (German) that seem to have it figured out; https://forum.fhem.de/index.php/topic,19065.0/all.html?PHPSESSID=5dupvnrk65gi687uk...
by s4nder
31 May 2017, 16:19
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

@Mics78; remove some un-needed plugins from the ESP-Easy source. The error you get means that the firmware is too big...
by s4nder
16 May 2017, 15:10
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

@Mics78; I used rc-switch 2.6.2 (straight from github) together with the ESP-easy mega dev8 release. That works for me... @trs: Your code looks great, my own code is kinda messy with conversions/variables but for me it works. What I really use from my own code is that I can save the pulselength or r...
by s4nder
25 Apr 2017, 09:41
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

@psy0rz; verry good question, I did not see that until now! It is not of my making... Code looks a wee bit shorter that what I stamped together... :lol:

I cannot say that my version is better or not, I barely have time to code everything... Ill leave that to you pro-coders ;)
by s4nder
24 Apr 2017, 09:56
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

@ipua; I think it would be better if someone would create a new plugin for that. This plugin only supports the RC-switch library. @annakin; Also use the _P035_IRTX.ino and _P016_IR.ino plugins, then it will work. I tried to make a newer version that can control Tristate/ Dip Switch/ Intertechno swit...
by s4nder
31 Mar 2017, 19:16
Forum: ESP Easy: Hardware
Topic: Sensirion SHT30 supported?
Replies: 30
Views: 31433

Re: Sensirion SHT30 supported?

Got the STH30 build from the playground source, but there where some build errors: Wire/Wire.h: In member function 'void SHT3X::get()': Wire/Wire.h:69:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, in note: candidate 2: uint8_t TwoWire::requestFrom(uint8_t, uint8_t) It does compile however...
by s4nder
23 Mar 2017, 22:51
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

Strange, I tried to upload them a few days ago and the files where there for a few hours. Now i still can't find them. Why are they removed? :?
by s4nder
07 Mar 2017, 17:41
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

Post it here, we might try to create a plugin out of it... Well you were warned. Here it is. It works with sockets that have dip switches for selecting the code and ones with two rotary code selectors. ........... Ill try to see if I can get any logic in the plugin to support dip switches. But for ...
by s4nder
28 Feb 2017, 10:10
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

For my understanding, under 'commando' it expects the raw binary sequence? Higher level command from rc-switch (like the ones mentioned here ) are not supported, right? It uses a 8 digit code that is received with the reciever plugin. Then you can use it like this: http://*yourwemos*/control?cmd=RF...
by s4nder
24 Feb 2017, 09:02
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

Can someone post my plugins to the Github Plugin playground?: https://github.com/letscontrolit/ESPEasyPluginPlayground No clue how to do this... :lol: Maybe this way the plugins will find their way to the final builds. By the way, i also use these modules now: https://www.aliexpress.com/item/433-Mhz...
by s4nder
28 Jan 2017, 14:52
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

Good question, I think that should work but i cannot test it. NEXA / HOME EASY is a quite simple protocol but unfortunately I cannot find a 'compatibility'-list for the rc-switch library. Maybe someone has already done a fork for it: https://433mhz.codeplex.com/SourceControl/latest For me at home I ...
by s4nder
24 Jan 2017, 10:26
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

No problem, glad i can contribute something back to the community. There is only one annoying bug with my plugin; if you use the _P016_IR.ino plugin (IR recieve) on the same device the RF receiver 'receives' strange codes (that the IR receiver actually receives it seems...). But my code has a check ...
by s4nder
19 Jan 2017, 12:19
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 67195

Re: rc-switch plugin

I made a 2 plugins with RC-Switch, but did not find the time to test it or publish it. Here is the code: _P112_RFTX.ino: //####################################################################################################### //########################### Plugin 112: Output 433 MHZ - RF ###########...
by s4nder
30 Sep 2016, 12:27
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 49295

Re: RF 433 plugin for KAKU in the playground

This looks nice! I was developing my own plugins to do exactly the same thing :roll: ! I got quite far with my plug-ins using the RCSwitch library. Sending and recieving works perfectly. Only annoying bug i have is that it interferes with the IR receive plugin (_P016_IR.ino), the Ir plugin logs rece...