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

new Modbus device EPSolar Eperver TracerAN changed also mbmd scan related code to find the Epever TracerAN based on the battery voltage

I have two ORNO3p meters, both are connected to different Raspberry Pi's running mbmd but logging to the same remote MQTT server. Using the default configuration both mbmd instances send...

enhancement

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.5.0 Spring 2022 Release 🌥️ Hello everyone! Welcome to another release of cobra. Completions continue to get better...

dependencies

Docs are not up to date. Changes of PR #265 and commit `a8df462` make it necessary to update the docs.

I try to read data from my SDM120C. with `/mbmd scan -a /dev/ttyUSB0 -b 2400 2020/08/05 21:53:15 config: creating RTU connection for /dev/ttyUSB0 (2400baud, 8N1) 2020/08/05 21:53:15 starting bus scan...

question

Hallo, with my SMA TP 8.0, mbmd reports also the temperature via API, but not in the gui... Is this known (and supposed to be like this): http://ip:port/api/last reports: {"SUNSPEC1.126":{"Timestamp":"2022-03-15T13:23:40.132101198Z","Unix":1647350620,"ApparentPower":250.000000,"Cosphi":-0.989000,"Current":1.200000,"CurrentL1":0.400000,"CurrentL2":0.400000,"CurrentL3":0.400000,"DCCurrentS1":0.300000,"DCCurrentS2":0.200000,"DCPowerS1":120.000000,"DCPowerS2":140.000000,"DCVoltageS1":432.000000,"DCVoltageS2":630.000000,"Export":755.370000,"Frequency":49.990000,"HeatSinkTemp":36.000000,"Power":250.000000,"ReactivePower":40.000000,"VoltageL1":227.000000,"VoltageL2":228.900000,"VoltageL3":228.200000}}...

Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.3.5 to 1.4.1. Release notes Sourced from github.com/eclipse/paho.mqtt.golang's releases. v1.4.1 The license update in v1.4.0 included changes which prevented https://pkg.go.dev from displaying the documentation. The only change...

dependencies

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0. Release notes Sourced from github.com/spf13/viper's releases. v1.12.0 This release makes YAML v3 and TOML v2 the default versions used for encoding. You can switch...

dependencies

I've found this Chinese producer: **Sinotimer**, with RS485 counter enabled devices: DDS6619-017, DDS6619-016, DDS578MR, DDS578R , **DDS024MR** For 3 phase 400V, I like [DDS024MR](https://www.aliexpress.com/item/33024113617.html) Modbus address manual [MODBUS.Address_EN.pdf](https://github.com/volkszaehler/mbmd/files/8560476/MODBUS.Address_EN.pdf) Maybe useful...

`mbmd` is really cool and almost exactly what I was looking for. Currently it is publishing each measurement in it's own MQTT topic like this: ``` mbmd/orno3p1-1/ReactivePower 7.000 mbmd/orno3p1-1/ApparentPower 8.000...