Heat and Cold Meter Reader - Mbus EN 1434-3 - Lecteur de compteur d'énergie

This project propose to do an interface between a computer with TCP/IP port and a heat meter with MBus port and protocol, allowed by the european norm EN 1434-3; to permit to read all consumption recorded (power max, flow rate,temperature,...)
This project propose to do an interface between a computer with TCP/IP port and a heat meter with MBus port and protocol, allowed by the european norm EN 1434-3; to permit to read all consumption recorded (power max, flow rate,temperature,...)
La norme NF EN 1434-3 a uniformisé la manière de relever les consommations d'énergie sur les compteurs type chauffage/eau glacée/électricité (puissance instantanée, puissance crête, consommation mensuelle, débit, ...). Tant du point de vue format du logiciel que du point de vue protocole (M-bus) (http://www.m-bus.com/). C'est un sujet croissant car les futures constructions devront être équipées de compteurs pour suivre les consommations. On trouve quelques logiciels libres pour importer les données (JMbus: http://www.openmuc.org/index.php?id=8 ou http://www.rscada.se/libmbus/). En revanche, concernant l'interface entre le compteur et le PC (en RS232 ou mieux en TCP/IP), des données sont manquantes, ci-après deux schémas électroniques trouvés: http://www.m-bus.com/files/minimaster.tif ou http://modersolaire.free.fr/sitejoomla/index.php?option=com_content&view=article&id=55&Itemid=81 A noter que Texas Intrument fait une puce dédiée: la TSS721A. Les appareils professionnels coûtent plus de 600 euros: http://www.guenther-schell.de/schell_counter/mbussystemsdataloggersystems/mlcmasterseries.php?navid=13 http://www.gmidatabox.fr/passerelle-intelligente-m-bus-meter-bus-multi-protocole-linux-java-p-907.html# L'objet du projet est d'éditer un schéma électronique pour la réalisation d'une interface entre un compteur Mbus et un ordinateur sur port TCP/IP.
Discussie (8 opmerking(en))
Abbas Khan 21 uur geleden
Abbas Khan 21 uur geleden
Abbas Khan 21 uur geleden
Abbas Khan 21 uur geleden
Bobbylebob 11 jaar geleden
Hi,
Interesting project for home monitoring. My advice is to forget TCP/IP for this project. TCP/IP layers are far too complicated and always need software development (or an expensive plug'n play module)
The M-Bus protocol seems to be a serial link communicating at very low speed (i diagonal read the documents, i could be mistaking). A simple well known FT232 chip (mainly used through elektor's pages) will easily translate this serial link into USB, without any embedded software.
What's interseting is that FT232 chip will be enumerated as a virtual serial port in your computer, which can now be treated like all serial ports. http://www.rscada.se/libmbus/ seems to support this. You just have to check it is able to support all COM numbers (not only COM1 or COM2).
Hope this helps !
P.S. Edit : You were wondering about powering your board. That could be tricky with TCP/IP... But it's obvious with USB. You can easily get 5V 100mA from this port, and even up to 500mA if needed. It will perfectly fit your design.
.David.
stef 12 jaar geleden
stef 11 jaar geleden
the TSS721A chipset from TI if somebody know how to wire it.
http://www.ti.com/product/tss721a
stef 11 jaar geleden
Recommandations (10kb)
stef 11 jaar geleden
I invite you to see these two pages:
http://modersolaire.free.fr/sitejoomla/index.php?option=com_content&view=article&id=55&Itemid=81
and
http://www.jc-e.eu/product-02-en.html
This second link is a good example, perhap's with a 9V battery. (or power by computer's port?)