Hauptmenü

Rflink gateway

Begonnen von Markus., 06 Februar 2017, 16:07:21

Vorheriges Thema - Nächstes Thema

Markus.

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

mahowi

Abgesehen von der 2,4GHz Variante, was macht das Teil, was SIGNALduino oder CUL nicht können?
CUBe (MAX): HT, FK | CUBe (SlowRF): ESA2000WZ
JeeLink: LaCrosse | nanoCUL433: Smartwares SHS-51001-EU, EM1000GZ
ZME_UZB1: GreenWave PowerNode, Popp Thermostat | SIGNALDuino: HE877, X10 MS14A, Revolt NC-5462,  IT Steckdosen + PIR
tado° | Milight | HUE, Lightify | SmarterCoffee

Markus.

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

Stuntteam

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.








macmattes

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

NilsB

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

herrmannj

Modul is under construction. Contact is welcome 😀

Br
Joerg

melwinek

What is the progress of the work?

herrmannj

under construction, sceduled in a couple of weeks

melwinek


herrmannj

yes (slowly :) but not at beta right now

Sequenzial

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

And if you got stuck, just ask here.




BR