Skip to content

powerdelta #18504

Answered by gemu2015
grericht asked this question in Q&A
Apr 25, 2023 · 3 comments · 8 replies
Discussion options

You must be logged in to vote

SML does not support power delta. you may implement this with additional script code.
but if you only want to have values as fast as possible, simply add 16 to the decimal precision of the decode line. thus values are transmitted as they arrive from the meter. (see sml docs)

e.g change from
1,77070100010801ff@1000,Verbrauch_Tarif_1,kWh,Total_Tarif1,3
to
1,77070100010801ff@1000,Verbrauch_Tarif_1,kWh,Total_Tarif1,19

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@grericht
Comment options

@gemu2015
Comment options

Answer selected by grericht
@grericht
Comment options

@gemu2015
Comment options

@Qhilm
Comment options

@itsmicash
Comment options

Comment options

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

@grericht
Comment options

Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #18503 on April 25, 2023 17:59.