FHEM Forum

FHEM => Sonstiges => Thema gestartet von: Markus. am 06 Februar 2017, 16:07:21

Titel: Rflink gateway
Beitrag von: Markus. am 06 Februar 2017, 16:07:21
Hallo Zusammen,

Ist eigentlich eine Integration von rflink in fhem irgendwie geplant?
Hört sich schon intressant an...

https://forum.fhem.de/index.php/topic,42824.msg348910.html#msg348910

Aber mir fehlen leider dir Programierkenntnisse, jedoch ein Gateway für alle möglichen unterschiedlichen Protokolle und Geräte zu haben hört sich schon sehr intressant an.

http://www.nemcon.nl/blog2/


Gruß

Markus
Titel: Antw:Rflink gateway
Beitrag von: mahowi am 06 Februar 2017, 16:30:54
Abgesehen von der 2,4GHz Variante, was macht das Teil, was SIGNALduino oder CUL nicht können?
Titel: Antw:Rflink gateway
Beitrag von: Markus. am 07 Februar 2017, 07:13:21
Eventuell das das Ding alle Protokolle gleichzeitig kann? Und die Liste der unterstützten Geräte sieht auch ganz gut aus. Aber wie auch immer, bin zu "frisch" in der Thematik um mir dazu endgültig eine Meinung bilden zu können...;-)


Gruß

Markus
Titel: Antw:Rflink gateway
Beitrag von: Stuntteam am 08 Februar 2017, 12:15:03
Sorry for using English.. my German writing skills are not sufficient.
I am the developer of the RFLink firmware.
The hardware is as simple as getting an Arduino Mega + some decent RF receiver(s)/transmitters resulting in a complete solution for around 10 euros.
The list of supported devices/protocols can be found here: http://www.nemcon.nl/blog2/devlist
RFLink communicates over USB (or via ser2net over wifi) in a human readable form (see http://www.nemcon.nl/blog2/protref).

I received requests to get RFLink working with FHEM.
I would like to do that and can help with or maintain a module or whatever it is that is needed.
But I could really use some help to make the actual implementation. Obviously development and support of RFLink eats up most of my time.
So it would be great if there is someone with enough knowledge about FHEM to get this going.







Titel: Antw:Rflink gateway
Beitrag von: macmattes am 04 März 2017, 08:30:48
vielleicht ist dass eine lösung? einfach den rflink über esp8266 via mqtt anbinden, dann erübrigt sich ein Modul

https://github.com/Phileep/rflink-to-mqtt

bin selber gerade am überlegen ob ich mir ein rflink kaufe oder nicht, denke damit hat es sich für mich schon beantwortet
Titel: Antw:Rflink gateway
Beitrag von: NilsB am 22 März 2017, 08:40:42
Zitat von: Stuntteam am 08 Februar 2017, 12:15:03
(...) The hardware is as simple as getting an Arduino Mega + some decent RF receiver(s)/transmitters resulting in a complete solution for around 10 euros. (...)

Hi there,

I'm planning to buy the needed HW, in order to test the RFlink SW and possible FHEM-implementations later as well.
The only thing I'm getting stuck with, is your estimation of the costs. An (genuine) Arduino Mega costs at least ~35€ in Germany. Do you consider using "fake"-Arduinos? Or didn't you use the Arduino-price for the sum?

Best,
Nils
Titel: Antw:Rflink gateway
Beitrag von: herrmannj am 01 Mai 2017, 15:18:10
Modul is under construction. Contact is welcome 😀

Br
Joerg
Titel: Antw:Rflink gateway
Beitrag von: melwinek am 16 Mai 2017, 18:30:33
What is the progress of the work?
Titel: Antw:Rflink gateway
Beitrag von: herrmannj am 16 Mai 2017, 21:45:43
under construction, sceduled in a couple of weeks
Titel: Antw:Rflink gateway
Beitrag von: melwinek am 03 Oktober 2017, 19:48:59
any progress ?
Titel: Antw:Rflink gateway
Beitrag von: herrmannj am 03 Oktober 2017, 20:38:10
yes (slowly :) but not at beta right now
Titel: Antw:Rflink gateway
Beitrag von: Sequenzial am 19 Oktober 2017, 15:27:20
Zitat von: Stuntteam am 08 Februar 2017, 12:15:03
I received requests to get RFLink working with FHEM.
I would like to do that and can help with or maintain a module or whatever it is that is needed.
But I could really use some help to make the actual implementation. Obviously development and support of RFLink eats up most of my time.
So it would be great if there is someone with enough knowledge about FHEM to get this going.
Hi,
what Details do you need?

I guess you start picking some existing modules from /opt/fhem/FHEM/ like 71_XiaomiSmartHome.pm and XiaomiSmartHome_Device.pm or 74_XiaomiFlowerSens.pm and create your own from that:
eg. 71_RFlinkGateway.pm and 71_RFlink_Device.pm ?!?! (correct me someone, if this is nonsence).

In the reference you will find (mostly) more details about the existing modules:
https://fhem.de/commandref.html#XiaomiFlowerSens (https://fhem.de/commandref.html#XiaomiFlowerSens)

And if you got stuck, just ask here.




BR