Originally posted by: <email address deleted>
Hallo,
in der CVS-Version von fhem ist ab sofort ein neues Modul RFXX10REC
enthalten.
Dieses Modul implementiert den Empfang von Geräten mit den Protokollen
X10 Security und X10 light für den RFXCOM-Receiver (siehe
http://www.rfxcom.com/receivers.htm). Anbei die Beschreibung gemäß
commandref.html.
Mit diesen Modulen kann man X10-Security-Funksensoren von Marmitek
wie sd90 Rauchmelder und kr18-key-fob (Fernbedienung) empfangen.
Weiterhin ist es möglich, die in den USA erhältlichen X10-Security-
Sensoren für Alarmanlagen wie ds10a (Türsensor) oder ms10a (PIR-Motion-
Sensor) zu empfangen. Die sehr preisgünstigen Sensoren aus den USA
arbeiten normalerweise auf 310 Mhz und sind damit in Europa nicht
einsetzbar (auch wenn RFXCOM einen 310 Mhz-Receiver anbietet). Sie
lassen sich aber leicht auf 433 Mhz umrüsten (Anleitungen für Umbau
von ds10a, ms10a und ms14a in holländischer Sprache unter
http://www.domotica.famschenk.eu verfügbar, z.B.
http://www.domotica.famschenk.eu/DS10A_op_433Mhz.html. Kann man mit
den Internet-Übersetungsdiensten ausreichend verstehen). Beschaffung
inkl. Umrüstkosten (433 Mhz Empfänger) für unter 10 EUR.
Die X10-Security-Sensoren haben eine 16-Bit-ID, übertragen
Statusänderungen sofort und schicken regelmäßig (je nach Sensor z.B.
jede Stunde) ein Keepalive. Zusätzlich wird noch der Batteriestatus
übertragen.
Das Modul unterstützt zusätzlich noch den Empfang des Protokolls X10
light. Dieses ist ein komplett anderes Protokoll zum Schalten von
Lampen, übertragt kein Keepalive und überträgt keinen Batteriestatus.
Getestet ist es mit den in den USA erhältlichen ms14a PIR-Motion-
Sensor, der auch einen Lichtsensor enthalten hat.
Mittels der Protokolloption x10 des Moduls funktioniert auch der
Empfang der in den Niederlanden erhältlichen KlikAanKlikUit-Geräten.
Getestet wurde dies mit dem Türklingelmodul (siehe
http://www.klikaanklikuit.nl/product_detail.asp?id=80).
MfG Willi
----------------------
RFXX10REC
The RFXX10REC module interprets X10 security and X10 lightning
messages received by a RFXCOM RF receiver. Reported also to work with
KlikAanKlikUit. You need to define an RFXCOM receiver first. See
RFXCOM.
Define
define RFXX10REC [
]
specifies the type of the X10 device:
X10 security devices:
ds10a (X10 security ds10a Door/Window Sensor or compatible devices.
This device type reports the status of the switch [Open/Closed],
status of the delay switch [min|max]], and battery status [ok|low].)
ms10a (X10 security ms10a motion sensor. This device type reports the
status of motion sensor [normal|alert] and battery status [ok|low].))
sd90 (Marmitek sd90 smoke detector. This device type reports the
status of the smoke detector [normal|alert] and battery status [ok|
low].)
kr18 (X10 security remote control. Report the Reading "Security" with
values [Arm|Disarm], "ButtonA" and "ButtonB" with values [on|off] )
X10 lightning devices:
ms14a (X10 motion sensor. Reports [normal|alert] on the first deviceid
(motion sensor) and [on|off] for the second deviceid (light sensor))
x10 (All other x10 devices. Report [on|off] on both deviceids.)
specifies the first device id of the device. X10 security have a a 16-
Bit device id which has to be written as a hex-string (example
"5a54"). A X10 lightning device has a house code A..P followed by a
unitcode 1..16 (example "B1").
is the name of the Reading used to report. Suggested: "Window" or
"Door" for ds10a, "motion" for motion sensors, "Smoke" for sd90.
is optional and specifies the second device id of the device if it
exists. For example sd90 smoke sensors can be configured to report two
device ids. ms14a motion sensors report motion status on the first
deviceid and the status of the light sensor on the second deviceid.
is optional for the name used for the Reading of .
Example:
define livingroom_window RFXX10REC ds10a 72cd Window
define motion_sensor1 RFXX10REC ms10a 55c6 motion
define smoke_sensor1 RFXX10REC sd90 54d3 Smoke 54d3 Smoketest
define motion_sensor2 RFXX10REC ms14a A1 motion A2 light
Set
N/A
Get
N/A
--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.
Originally posted by: <email address deleted>
I forgot the most important (shame on me!):
Many thanks to Richard (kroon040) for his support! He has asked me to
implement this new module. He has also done intensive testing of the
modules.
Thanks a lot!!!
Regards Willi
--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.