mbmd icon indicating copy to clipboard operation
mbmd copied to clipboard

ModBus Measurement Daemon - simple reading of data from ModBus meters and grid inverters

Results 65 mbmd issues
Sort by recently updated
recently updated
newest added

@ochykysh could you kindly double-check https://github.com/volkszaehler/mbmd/blob/master/meters/rs485/orno1p.go? It seems strange to have 3p values in the opcodes map for a 1p meter? Also seems as if not all opcodes are referenced...

bug

Running command: mbmd run -a /dev/tty.usb-1.1.4 -d ORNO3P:1 --raw --comset 8E1 -r 60s -m tcp://127.0.0.1:1883 gives me right values in web interface but completely wrong in mqtt, like: ... homie/orno3p1-1/meter/voltagel1/$name...

Unfortunately the Kostal smartmeter was not found by 'mbmd scan'. 192.168.0.30:502 -d kostal:71 is working. I found it in a forum.

I have ORNO WE-516 configured on address 1. I also have two ORNO 504 configured as 2 and 3. No matter how I connect them (just one, or two or...

how can i read meter SEMTR SolarEdge SE-MTR-3Y ?? i use this command: ./mbmd run -d solaredge:[email protected]:1502 and i have data from inverter, how can i read meter too? i...

How can i read inverter heatsink temperature data and report to mqtt?

Is there a way to get also battery info of Kostal Plenticore inverter?

Hello @andig I have an old version of the PRO380 MOD from Inepro and it provides the same features but the Modbus registers are different. Right now I don't use...

Hello developers, I am using a smartmeter YG889-9SY from Shanghai Yige Electric Co., Ltd. to count my solar power. Unfortunately it isn't mentioned in the list of existing meters. The...

Define target build dir as tmpfs (makes build a little faster) Be more specific by using FROM alpine:latest instead only FROM alpine