careylipu / modbridge

Bridge between modbus and MQTT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modbridge

Build Status Coverage Status Go Report Card

A tool for polling a modbus instance and pushing updates over MQTT.

Quickstart

Setup uses plain golang build for building the binaries. Pre-built binaries are availble on the releases page. Docker images shall be made available on docker hub.

Custom configuration can be added by changing the config.yml file. The current example configuration is for a unipi neuron L303. Currently only polling the coil values is implemented.

About

Bridge between modbus and MQTT

License:MIT License


Languages

Language:Go 98.9%Language:Dockerfile 1.1%