-
Hello, Why is this disabled? It makes a lot of sense with an SMI, doesn't it? My SmartMeter not only transmits the meter reading but also the current consumption. I would like to report a change much faster there. Can I activate the function somehow? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
I think this is not supported as of today |
Beta Was this translation helpful? Give feedback.
-
this is my script: `>D
i should change to: `>D
??? |
Beta Was this translation helpful? Give feedback.
-
See sml docs |
Beta Was this translation helpful? Give feedback.
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