-
Hello, However, the meter also supplies 25 lines of historical data (meter readings). The Timestamps are in the format The decode as a numeric value with Golter |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
all numbers in this driver are double precision because meter values can get really large. i however just realized that the function dtostrfd() passes a double but does a call to dtostrf (float) thus reducing the resolution. i will modify the driver with a real double to string conversion and make a pr soon. |
Beta Was this translation helpful? Give feedback.
-
did u get the "current Power" field in your Script. Im asking because we are query the hole Power Meter but cant find the "current power" (1.7.0). thanks. |
Beta Was this translation helpful? Give feedback.
all numbers in this driver are double precision because meter values can get really large. i however just realized that the function dtostrfd() passes a double but does a call to dtostrf (float) thus reducing the resolution. i will modify the driver with a real double to string conversion and make a pr soon.