02-26-2017, 10:25 AM
Yes I have the protocol enabled and I can see messages like this in RFXmngr:
In this case RFXmngr has decoded the message I guess (CO² value is 966.00 ppm).
But in my home automation server (FHEM) I get the raw hex messages which looks like this:
0x0a710000867600017ae870
I am looking for information on how to decode that, please. I could not find specifications for protocol "RFXMeter".
Thanks!
Code:
Packettype = RFXMeter
subtype = RFXMeter counter
Sequence nbr = 29
ID = 8676 decimal:34422
Counter = 96600
if RFXPwr = 96,6 kWh
Signal level = 7 -64dBm
But in my home automation server (FHEM) I get the raw hex messages which looks like this:
0x0a710000867600017ae870
I am looking for information on how to decode that, please. I could not find specifications for protocol "RFXMeter".
Thanks!