FHEM Forum

FHEM => fhem-users => Thema gestartet von: Guest am 11 März 2012, 19:53:32

Titel: RFXCOM kein Empfang?
Beitrag von: Guest am 11 März 2012, 19:53:32
Originally posted by: <email address deleted>

Guten Abend,

Ich habe einem alten RFXCOM Emfanger gekauft und angeschlossen
(Fritbox 7170). Den Empfänger wird initialisiert. Ich empfange aber
leider nichts...ausser nicht erkannte berichte von dem Türklingel
(KAKU / IT).

Abschnitt aus dem log wenn den Türklingel geht:

2012.03.10 17:21:01 1: reload: Error:Modul 43_RFXX10REC deactivated:
 Can't locate Switch.pm in @INC (@INC contains: /var/media/ftp/uStor01/
fhem/lib/perl /var/media/ftp/uStor01/fhem/lib/perl/arch /home/rudi/
fbperl/lib/perl/arch /home/rudi/fbperl/lib/perl .) at ./FHEM/
43_RFXX10REC.pm line 50.
BEGIN failed--compilation aborted at ./FHEM/43_RFXX10REC.pm line 50.

2012.03.10 17:21:01 0: ERROR: Cannot autoload RFXX10REC
2012.03.10 17:21:01 1: reload: Error:Modul 44_RFXELSE deactivated:
 Can't locate Switch.pm in @INC (@INC contains: /var/media/ftp/uStor01/
fhem/lib/perl /var/media/ftp/uStor01/fhem/lib/perl/arch /home/rudi/
fbperl/lib/perl/arch /home/rudi/fbperl/lib/perl .) at ./FHEM/
44_RFXELSE.pm line 20.
BEGIN failed--compilation aborted at ./FHEM/44_RFXELSE.pm line 20.

2012.03.10 17:21:01 0: ERROR: Cannot autoload RFXELSE
2012.03.10 17:21:01 3: RFXUSB: Unknown code  `?X?, help me!

Also, mein Frage sind:

Warum habe Ich diesen Fehlern?
Wo finde Ich den module "Switch.pm"?
Warum reagiert mein RFXCOM nur auf den Türklingel und nicht auf den IT
Sendern?

Danke für Ihre Hilfe!

Eeg.

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Titel: Re: RFXCOM kein Empfang?
Beitrag von: Guest am 11 März 2012, 23:28:36
Originally posted by: <email address deleted>

Hello,

I assume that you speak englisch?

I have never tried the RFXCOM modules on a 7170.

In line 50 of the module 43_RFXX10REC.pm the module Switch is used:
"use Switch;"

This allows to use the switch/case statement. On my first implementation of
RFXCOM I have used a switch statement, but later I have change that. The
switch statement is no longer used and can be removed therefore.

Please just remove this "use Switch;" from all RFXCOM modules:
- line 50 from 43_RFXX10REC.pm
- line 29 from 42_RFXMETER.pm
- line 20 from 44_RFXELSE.pm

Restart FHEM after this.

As this module Switch is no longer used in my RFX* modules I will remove
this in the future.

>Warum reagiert mein RFXCOM nur auf den Türklingel und nicht auf den IT
Sendern?

Which senders (vendor and type) do you mean? Do you expect that they are
supported by RFXCOM and also by my modules? Are they listed in
commandref.html?

Please remove the lines a described above and give it another try.

Regards

Willi

>
>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Titel: Re: RFXCOM kein Empfang?
Beitrag von: Guest am 12 März 2012, 07:47:32
Originally posted by: <email address deleted>

Hi Willi,

I have an IT (Intertechno) handsender, a KAKU doorbell and a KAKU
handsender. The only one that caused some visible response (the log
errors) was the door-bell (KAKU)...I understood from the RFXCOM
documentation that the receiver might be able to output ARC / IT
commands as X10.

Unfortunately, it seems that I somehow messed up my receiver by
playing around with the RFXCOM windows software that came along with
it :-(

The receiver is not responding to any command anymore...(though it did
in the beginning, but the old RFXCOM software from the CD crashed all
the time). I've asked RFXCOM if there's a way to restore/reset the
receiver to the defaults as I'm no longer able to communicate to it.

If I succeed in getting this thing to respond again I'll try removing
the references to the Switch.pm module.

Thanks for your help!

Eeg.

On 11 mrt, 23:28, Willi wrote:
> Hello,
>
> I assume that you speak englisch?
>
> I have never tried the RFXCOM modules on a 7170.
>
> In line 50 of the module 43_RFXX10REC.pm the module Switch is used:
> "use Switch;"
>
> This allows to use the switch/case statement. On my first implementation of
> RFXCOM I have used a switch statement, but later I have change that. The
> switch statement is no longer used and can be removed therefore.
>
> Please just remove this "use Switch;" from all RFXCOM modules:
> - line 50 from 43_RFXX10REC.pm
> - line 29 from 42_RFXMETER.pm
> - line 20 from 44_RFXELSE.pm
>
> Restart FHEM after this.
>
> As this module Switch is no longer used in my RFX* modules I will remove
> this in the future.
>
> >Warum reagiert mein RFXCOM nur auf den Türklingel und nicht auf den IT
>
> Sendern?
>
> Which senders (vendor and type) do you mean? Do you expect that they are
> supported by RFXCOM and also by my modules? Are they listed in
> commandref.html?
>
> Please remove the lines a described above and give it another try.
>
> Regards
>
> Willi
>
>
>
> - Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Titel: Re: RFXCOM kein Empfang?
Beitrag von: Guest am 12 März 2012, 08:53:20
Originally posted by: <email address deleted>

Am Montag, 12. März 2012 07:47:32 UTC+1 schrieb Superbert:
>
> Unfortunately, it seems that I somehow messed up my receiver by
>
playing around with the RFXCOM windows software that came along with
> it :-(
>
>  

> The receiver is not responding to any command anymore...(though it did
> in the beginning, but the old RFXCOM software from the CD crashed all
> the time). I've asked RFXCOM if there's a way to restore/reset the
> receiver to the defaults as I'm no longer able to communicate to it.
>
>
>
Maybe it is also worth trying the test program for the old receiver on the
RFXCOM website:
http://www.rfxcom.com/documents/RFreceiver.zip

About Switch.pm. I will also do the changes to SVN after appropriate
testings.

Regards Willi

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Titel: Re: RFXCOM kein Empfang?
Beitrag von: Guest am 12 März 2012, 09:48:34
Originally posted by: <email address deleted>

Hi Willi,

I don't know how I did it...but my receiver is working now :-)

I receive the klikaanklikuit doorbell signal and it's created as:
RFXX10REC_A8

Do you know if I need to do anything special to receive the IT / KAKU
signals or could it be that my receiver doesn't support those
protocols (old firmware?)?

R.

Eeg.


On 12 mrt, 08:53, Willi wrote:
> Am Montag, 12. März 2012 07:47:32 UTC+1 schrieb Superbert:
>
> > Unfortunately, it seems that I somehow messed up my receiver by
>
> playing around with the RFXCOM windows software that came along with
>
> > it :-(
>
> > The receiver is not responding to any command anymore...(though it did
> > in the beginning, but the old RFXCOM software from the CD crashed all
> > the time). I've asked RFXCOM if there's a way to restore/reset the
> > receiver to the defaults as I'm no longer able to communicate to it.
>
> Maybe it is also worth trying the test program for the old receiver on the
> RFXCOM website:http://www.rfxcom.com/documents/RFreceiver.zip
>
> About Switch.pm. I will also do the changes to SVN after appropriate
> testings.
>
> Regards Willi

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Titel: Re: RFXCOM kein Empfang?
Beitrag von: Guest am 12 März 2012, 16:20:03
Originally posted by: <email address deleted>

Am Montag, 12. März 2012 09:48:34 UTC+1 schrieb Superbert:
>
> Hi Willi,
>
> I don't know how I did it...but my receiver is working now :-)
>
> I receive the klikaanklikuit doorbell signal and it's created as:
> RFXX10REC_A8
>
> That's good.
 

> Do you know if I need to do anything special to receive the IT / KAKU
> signals or could it be that my receiver doesn't support those
> protocols (old firmware?)?
>
> Try to change the ID of the devices. On my tests the old receiver does not
receive all IDs of IT devices. If may also depend on the firmware.
The new RFXtrx433 is much better on this. Also on this new device you can
update the firmware by yourself (not possible on the old receivers).

Regards Willi

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Titel: Re: RFXCOM kein Empfang?
Beitrag von: Guest am 12 März 2012, 22:36:45
Originally posted by: <email address deleted>

Hi,

I contacted the vendor and my firmware is too old to support KAKU. I'm
not sure yet if I'll send it in for updating, or go for a different
route (maybe consider a new RFXtrx device). It seems that the newest
firmware supports most of the stuff I want to be able to receive
(though as pointed out by you as well as the vendor, I cannot update
the device myself so if I want to add support to receive something
different I'm stuck again).

Thanks for your help anyway, the modules now load without any issues!

Cheers,

Eeg.

On 12 mrt, 16:20, Willi wrote:
> Am Montag, 12. März 2012 09:48:34 UTC+1 schrieb Superbert:
>
>
>
> > Hi Willi,
>
> > I don't know how I did it...but my receiver is working now :-)
>
> > I receive the klikaanklikuit doorbell signal and it's created as:
> > RFXX10REC_A8
>
> > That's good.
> > Do you know if I need to do anything special to receive the IT / KAKU
> > signals or could it be that my receiver doesn't support those
> > protocols (old firmware?)?
>
> > Try to change the ID of the devices. On my tests the old receiver does not
>
> receive all IDs of IT devices. If may also depend on the firmware.
> The new RFXtrx433 is much better on this. Also on this new device you can
> update the firmware by yourself (not possible on the old receivers).
>
> Regards Willi

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com