With much help of Willi Herzig, we got in fhem also support for the rfxmeter.
Here some screenshots and configs
RFXMETER:
RFXGas (CNT: 2104.17)
RFXPower (CNT: 7820.434)
RFXWater (CNT: 211419)
fhem> l RFXPower
Internals:
CODE 01
DEF 01 0.001 kwh
IODev RFXCOM
NAME RFXPower
NR 9
STATE CNT: 7820.451
TIME 2011-01-05 20:14:52
TYPE RFXMETER
scalefactor 0.001
unitname kwh
Readings:
2011-01-05 20:14:52 meter 7820.451 kwh
Attributes:
room RFXMETER
fhem> l RFXGas
Internals:
CODE 02
DEF 02 0.01 cu_m
IODev RFXCOM
NAME RFXGas
NR 12
STATE CNT: 2104.2
TIME 2011-01-05 20:15:24
TYPE RFXMETER
scalefactor 0.01
unitname cu_m
Readings:
2011-01-05 20:15:24 meter 2104.2 cu_m
Attributes:
room RFXMETER
fhem> l RFXWater
Internals:
CODE 00
DEF 00 0.5 ltr
IODev RFXCOM
NAME RFXWater
NR 6
STATE CNT: 211429
TIME 2011-01-05 20:15:23
TYPE RFXMETER
scalefactor 0.5
unitname ltr
Readings:
2011-01-05 20:15:23 meter 211429 ltr
Attributes:
room RFXMETER
FHEM supports RFXMeter
Moderator: b_weijenberg
Re: FHEM supports RFXMeter
Looks excellent, it got my interest spiked into probably using this for "meterkast" measurements 
But not to ruin the party too much. I'll have to ask one of the global moderators to move this small bit towards the RFXcom forums as this post is a pure RFXcom party

But not to ruin the party too much. I'll have to ask one of the global moderators to move this small bit towards the RFXcom forums as this post is a pure RFXcom party

If you can't fix it with a hammer, you've got an electrical problem!
Fibaro HC2, various z-wave switching, alerting, detection modules.
ELV FHT80b heating system.
Fibaro HC2, various z-wave switching, alerting, detection modules.
ELV FHT80b heating system.
Re: FHEM supports RFXMeter
There should be maybe an softtware fhem topic??/
Re: FHEM supports RFXMeter
I must say there'll be a FHEM influence in this sub-forums a lot, but that mainly due to the software availability (open source) for the FS20 devices.
I've solved it by "moving" it to the right subforums but leaving a shadow post in here.
I've solved it by "moving" it to the right subforums but leaving a shadow post in here.
If you can't fix it with a hammer, you've got an electrical problem!
Fibaro HC2, various z-wave switching, alerting, detection modules.
ELV FHT80b heating system.
Fibaro HC2, various z-wave switching, alerting, detection modules.
ELV FHT80b heating system.
Re: FHEM supports RFXMeter
Speaking of FHEM... Have you adressed this nice progress to the fhemobile dev already so he can incorporate the graphics onto your iPad/iPhone/iPod? 

If you can't fix it with a hammer, you've got an electrical problem!
Fibaro HC2, various z-wave switching, alerting, detection modules.
ELV FHT80b heating system.
Fibaro HC2, various z-wave switching, alerting, detection modules.
ELV FHT80b heating system.
Re: FHEM supports RFXMeter
Well there is no support form fhemobile yet, but in the next version the oregon sensors will be supported.
For support for the rfxcommeter, I must know how de em1010wz looks like so I can look how to get the rfxcommeter supported.
There is also a way to make fake devices on fhem, and run a script and trigger values
for example, now I make from an oregon an HMS device, to see it in fhemobile
#!/bin/sh
datum=$(date +%Y-%m-%d)
tijd=$(date +%H:%M:%S)
temp=$(/usr/bin/tail -n1 /var/log/fhem/buiten-2011.log | cut -d " " -f4)
hum=$(/usr/bin/tail -n1 /var/log/fhem/buiten-2011.log | cut -d " " -f7)
/usr/bin/fhem.pl localhost:7072 'trigger Buitentemp T: '$temp' H: '$hum' Bat: ok; {\
$defs{Buitentemp}{STATE}="T: '$temp' H: '$hum' Bat: ok";;\
$defs{Buitentemp}{READINGS}{temperature}{VAL}="'$temp' (Celsius)";;\
$defs{Buitentemp}{READINGS}{temperature}{TIME}="'$datum' '$tijd'";;\
$defs{Buitentemp}{READINGS}{humidity}{VAL}="'$hum' (%)";;\
$defs{Buitentemp}{READINGS}{humidity}{TIME}="'$datum' '$tijd'";;\
$defs{Buitentemp}{READINGS}{battery}{VAL}="ok";;\
$defs{Buitentemp}{READINGS}{battery}{TIME}="'$datum' '$tijd'"}'
For support for the rfxcommeter, I must know how de em1010wz looks like so I can look how to get the rfxcommeter supported.
There is also a way to make fake devices on fhem, and run a script and trigger values
for example, now I make from an oregon an HMS device, to see it in fhemobile
#!/bin/sh
datum=$(date +%Y-%m-%d)
tijd=$(date +%H:%M:%S)
temp=$(/usr/bin/tail -n1 /var/log/fhem/buiten-2011.log | cut -d " " -f4)
hum=$(/usr/bin/tail -n1 /var/log/fhem/buiten-2011.log | cut -d " " -f7)
/usr/bin/fhem.pl localhost:7072 'trigger Buitentemp T: '$temp' H: '$hum' Bat: ok; {\
$defs{Buitentemp}{STATE}="T: '$temp' H: '$hum' Bat: ok";;\
$defs{Buitentemp}{READINGS}{temperature}{VAL}="'$temp' (Celsius)";;\
$defs{Buitentemp}{READINGS}{temperature}{TIME}="'$datum' '$tijd'";;\
$defs{Buitentemp}{READINGS}{humidity}{VAL}="'$hum' (%)";;\
$defs{Buitentemp}{READINGS}{humidity}{TIME}="'$datum' '$tijd'";;\
$defs{Buitentemp}{READINGS}{battery}{VAL}="ok";;\
$defs{Buitentemp}{READINGS}{battery}{TIME}="'$datum' '$tijd'"}'
Re: FHEM supports RFXMeter
em1010wz, I don't think that device exists. Do you mean the EMwz (em1000wz) or the EMpc (em1010pc).
Anyway, if you need information on the em1000wz, let me know. I have one incoming in this weeks ELV shipping
I'm not a super techy dude, but tell me what to monitor and I'll send you a dump of the em1000wz communications.
Jelle
Anyway, if you need information on the em1000wz, let me know. I have one incoming in this weeks ELV shipping

I'm not a super techy dude, but tell me what to monitor and I'll send you a dump of the em1000wz communications.
Jelle
If you can't fix it with a hammer, you've got an electrical problem!
Fibaro HC2, various z-wave switching, alerting, detection modules.
ELV FHT80b heating system.
Fibaro HC2, various z-wave switching, alerting, detection modules.
ELV FHT80b heating system.