You will find a list of OBIS Codes for Basic Meters and OBIS Declaration via MBUS in OMS spec Vol 2 Annex A and B. Additional information about DLMS is described in EN13757-1 Data exchange. |
Last Update: September 22, 2017
September 22, 2017 2579 Wireless M-Bus Q&A
Related Knowledge Base Posts -
- [W-MBUS] As far as the data format is concerned, the “”MBUS-CCT user manual”” states: “”To send ASCII characters, type them in and hit the enter key or click on the send once button””. In case bytes have to be sent, we know that te first byte should be the Length byte. We tried to transmit the same bytes sequence shown as an example in the user manual (pag. 4): ‘5 0x33 0x25 6 78 7’. In both cases (ASCII and bytes transmission) nothing is transmitted across the link (or at least nothing appears at the receiver side). Comments?
- [W-MBUS] “in order to assess the SNR threshold of my RC1700HP-MBUS device, I’m mixing the signal from the 169 MHz gateway to the Meter with a white gaussian noise signal. In order to compute the actual received noise power, I should know the amplitude of any filter present in the receiving stage. According to the standard, channels 1a/b, 2a/b and 3a/b have a width of 12.5 kHz and therefore I’m simply supposing that a filter with a bandwidth approx. equal to 12.5 kHz will be present somewhere at the receiver. Could you please confirm my assumption? “
- [W-MBUS] “I configured the MBUS radio to use the UART flow control using the CTS/RTS pins. When the host processor wants to send an MBUS message, it pulls the RTS pin low and waits for the radio to pull CTS up. The processor then sends the message. But this gives strange results, and sometimes it just fails to send the message. I also tried using only the CTS pin, where I wait for the pin to go high before sending the message. Again, this does not always work. Are the CTS/RTS pins exclusively for controlling the flow over the uart connection (host processor to radio) or are they meant to indicate when the radio can send another message ? If so, how should I use them ? “