Carlo Gavazzi EM340 wired m-bus #842
Replies: 11 comments 19 replies
-
The usb to mbus dongle should work. Then you should be able to get mbus data from the meter and we can add a driver for it. |
Beta Was this translation helpful? Give feedback.
-
Yes assuming the meter has a secondary address configured already (like 12345678) and uses 2400 bps then you run. post the telegram=|......| lines here |
Beta Was this translation helpful? Give feedback.
-
If you read the manual you will see that you have to poll mbus meters. wmbusmeters --pollinterval=60s MAIN=/dev/ttyUSB0:mbus:2400 MyMeter em24:MAIN:mbus 12345678 NOKEY I do not know how to provide the pollinternal in the ha-addon though. It can be set in the MyMeter.conf file. |
Beta Was this translation helpful? Give feedback.
-
Great! Can you run with log=debug just during a capture of a single telegram? |
Beta Was this translation helpful? Give feedback.
-
loglevel=debug |
Beta Was this translation helpful? Give feedback.
-
Ok, you can see the decoding here: It seems like can add some more fields to the driver? |
Beta Was this translation helpful? Give feedback.
-
Do you need any more info from me or should I open an "Issue" instead? @weetmuts |
Beta Was this translation helpful? Give feedback.
-
Update: I have configured Home Assistant to manually listen for these 2 parameters over MQTT, and I can follow my energy usage. When going through all the over 3 drivers in the analyze page, I made the list of fields I could find, but I don't know the rest. If you need anything regarding for implementation, eg. YAML for Home Assistant - please let me know :-) |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hello I need help. The first device have the parameters:
The second device have the parameters:
I want to read the data in 60s interval. Is there a step-by-step manual to configure. With the documentation i'm not able to do it. I look forward to your answers. |
Beta Was this translation helpful? Give feedback.
-
Hi! I have a Gavazzi EM340 (this one) connected to a computer over a USB-MBUS device. It works together with wmbusmeters. Today I get total increasing of consumed kWh which is good. I think it should be possible to parse even more data from the device, this document suggest that. What can I do to improve the parsing? Log from wmbusmeters: Log from mbus-serial-request-data: |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am considering buying the energy meter Carlo Gavazzi EM340, which has a wired m-bus port (Protocol M-bus according to
EN13757-1), which I hope could be connected to Home Assistant with wmbusmeters using a USB to m-bus (like https://www.aliexpress.com/item/1005004533668296.html - slave version).
I cannot seem to find out if wmbusmeter has a driver for it...
Has anyone gotten this up and running?
Beta Was this translation helpful? Give feedback.
All reactions