Closed Pubaluba closed 1 year ago
You can use the https://github.com/a-s-z-home/modbus4mqtt fork.
How to Install? Readme is the same (pip3 -install ....)
git clone....?
Same as this. As it is a fork it has only some changes.
Same as this. As it is a fork it has only some changes.
?? How to say pip3 tonuse the fork?
Please Help. Thanks
This is definitely something I'm keen on adding. I'm moving house currently, and have a fair bit of other work going on, so I'm a bit time-limited. @JPSteindlberger has done a large amount of the work involved in implementing this feature. I hope to build on their work to get this merged before too long.
Hi, please merge this fork with Serial and unit-ID support.
Git shows It can bei merge automaticaly, but im Not a collobarator. It can easiely selected @pull requests across forks. It should bei done in few minutes.
Thank you.
Same as this. As it is a fork it has only some changes.
After replacing Files and instaling ccorp module: errors occour : So, how to use the fork?
root@ips:~# modbus4mqtt --config /root/mqtt/oelheizung.yaml
2023-07-13 22:34:25 INFO Starting modbus4mqtt v0.6.1
Traceback (most recent call last):
File "/usr/local/bin/modbus4mqtt", line 8, in
Have You been able to run it?
https://github.com/Pubaluba/modbus4mqtt_rebuild/
i made my own fork, and added float and double Support.
https://github.com/Pubaluba/modbus4mqtt_rebuild/
i made my own fork, and added float and double Support.
I also have my own fork already, i modified the poll loop to be executed on time, in that case you will not need to run it from cron, python is starting very long, specially on low end hardware. Also fixed some other small things and mainly the "RetryOnEmpty" settings, you should fix that too, Your version will not retry if the slave does not answer for the first time.
Would be Nice to have the ability to publish the Float32/float64 valzes of Energy Meter (kWh/Power/Vorlage/.....). to mqtt Server.
Would even donate for this feature.
Thank you for your good work.