TRX_WEATHER
THGR132N_1 T: 14.2 BAT: ok
THGR228N_1 T: 2.4 H: 56 BAT: ok
... but I have 8 more THGR132N sensors that aren't being detected. If I use RFXmngr, I can see all of the messages being received from the other sensors.
[/ALIGN]
For FHEM commandref is always a good point to look at ;-)
On default the TRX module displays the different channels supported for a sensor. See for example
http://oregonscientific.premiumstore.com/pdf/oregon/sensorchart.pdf of the number of channels supported by a sensor by Oregon Scientific.
THGR132N only support three different channels. Thus you can see at most three diffent sensors if you set the channels right. On your case you seem to have all sensors set to channel 1 (dip switches).
The module also allows to support more IDs using the attribute longids. See commandref of TRX for this.
In your case just issue:
attr RFXTRXUSB longids THGR132N
After this the TRX modules will use the long IDs of the sensors.
The drawback is described in commandref:
"The drawback is that the deviceid changes after changing batteries. All devices listed as longids will get an additional one byte hex string appended to the device name."
Because of this this is not the default setting. Normally I do not advise to buy more sensors that different channels supported by Oregon Scientific.
Thus you have to live with the fact that your IDs will change after changing the battery.
If you think that my description in commandref is not described well, just give me something new to put in there.
Regards
Willi