I now have only the Hideki protocol enabled.
Nothing appears in my fhem.log yet. :-(
So it seems FHEM is not receiving it at all and there is no interference with another protocol. (Or the 7390 is the problem but that sounds even stranger)
Fritzbox 7390 is ok. I have also running a 7390 with a RFXtrx433 with my drivers without any problems.
Using Windows does not change it.
If you use RFXtrx433 with just hideci enables and attach the RFXtrx433 to Windows using RFXmngr without changing protocols, do you see the sensor?
Are you sure that you did not change any protocols in RFXmngr after you saved this permanently?
If not it could be that the documentation is just not correct and the TFA sensor belongs to another protocol like oregon.
If RFXtrx433 receives with Hideci only try the following:
- In RFXmngr:
* Change to Hideci only
* save protocol permanently in RFXmngr
* detach RFXtrx433 from USB and attch it again
* Look if the sensor is displayed oin RFXmngr without changing any protocols in RFXmngr
* If yes, attach it to your 7390
* On FHEM uncomment the follwing lines in 45_TRX.pm (remove the leading #):
339 #my $hexline = unpack('H*', $TRX_data);
340 #Log 1, "TRX: TRX_Read '$hexline'";
349 #my $hexline = unpack('H*', $rmsg);
350 #Log 1, "TRX_Read rmsg '$hexline'";
352 #$hexline = unpack('H*', $TRX_data);
353 #Log 1, "TRX_Read TRX_data '$hexline'";
358 #Log 1, "TRX_Read END";
* change line 303
from
Log 4, "TRX: Init status hexline='$hexline'";
to
Log 1, "TRX: Init status hexline='$hexline'";
* restart FHEM or do a "reload 45_TRX.pm"
* Send me the output of fhem.log
This way we will see any bytes transfered,
Regards
Willi