Skip to content

Energy Meter write Modbus Data #14810

Answered by gemu2015
timaseth asked this question in Q&A
Feb 12, 2022 · 3 comments · 8 replies
Discussion options

You must be logged in to vote

the very last tasmota dev version supports this.
#define USE_SML_SCRIPT_CMD

define a string variable in >D with the MODBUS cmd you want to send
take "raw" mode to send any format (crc is calculated inside function) e.g.
str="r0442"

in any other section you may send the string to the meter by
sml(1 3 str)
1 being the meter number, 3 is the selector for that function

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@gemu2015
Comment options

@Erickrk
Comment options

@jensrohloff
Comment options

@gemu2015
Comment options

@jensrohloff
Comment options

Answer selected by ascillato2
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gemu2015
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants