Replies: 1 comment 13 replies
-
No such option exist for the RESULT messages in general. For serial bridge (not modbus), |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a SCRIPT project that uses the
Smart Meter
feature to send/receive MODBUS messages. Works well.Decided to port the project to BERRY.
Using
tasmota.cmd("modbussend {"deviceAddress" ...")
to send the MODBUS messages. Works well.The responses come back in ModbusReceived messages as below.
As I am issuing, and receiving, MODBUS messages every second, I am getting MQTT messages emitted every second.
I know these MQTT messages are not spam - that is how Tasmota works.
But - it is a major problem for me as these MQTT messages will be going over a low-bandwidth link to an external MQTT server that does not need them.
So my question is: How can I use BERRY to issue/receive MODBUS messages without so many MQTT messages?
(The SCRIPT method does not have this problem).
Beta Was this translation helpful? Give feedback.
All reactions