modpoll
modpoll copied to clipboard
A New Command-line Tool for Modbus and MQTT
:robot: I have created a release *beep* *boop* --- ## [1.2.0](https://github.com/gavinying/modpoll/compare/v1.1.0...v1.2.0) (2024-08-15) ### Features * add docker compose for better developer experience. ([01f15e8](https://github.com/gavinying/modpoll/commit/01f15e8d140eadf3413471463fbb26cd7d8fc175)) * introduce MQTT topic pattern to replace...
Is there an option to publish the timestamp of acquisition along with the data? If QOS>0 is selected and there is an MQTT outage, the messages should be buffered, I...
I added another change whereby mqtt messages are only sent when the value is outside of a range of values. Currently changes are sent if the two values are not...
:robot: I have created a release *beep* *boop* --- ## [1.2.1](https://github.com/gavinying/modpoll/compare/v1.2.0...v1.2.1) (2024-09-23) ### Bug Fixes * Allow github action to read the PR title and add labels ([22cb7c8](https://github.com/gavinying/modpoll/commit/22cb7c8dce284675193865c8fe399320bb0f2636)) --- This...
Thanks for your great work! I am reading some registers that need a factor and an offset to be applied to the register value. Is there any way to achieve...
Many devices use bit-packing to merge 16 alarm signals to a single register. Is it possible to poll a resister, but make a reference to a single bit value? Example...
First and foremost thanks a lot for this awesome tool and all the work you've put into creating and still put maintaining it! :-* I'm setting up a proof of...
I have multiple [Heatmiser Modbus Room Thermostats](https://www.heatmiser.com/modbus-thermostat-series/). Is it possible to describe a device type and then specify multiple device ids for that device type? Or do you have to...