Git Product home page Git Product logo

Comments (3)

Heckie75 avatar Heckie75 commented on June 27, 2024

The sem-6000 records data by itself without connection to your PC with three different scopes

  1. aggregated per hour (call --data day)
  2. aggregated per day (call --data month)
  3. aggregated per month (call --data year)

There is no more detailled measurement implemented in SEM 6000.

You can continously take measurements by using the --measure command. By doing it this way the device is connected to your PC the whole time

$ sem-6000 FC:69:47:06:CB:C6 0000 --measure header --measure
Timestamp       Power   Volt (V)        Ampere (A)      Watt (W)        Frequency (Hz)  Power factor
2019-10-26 06:27:17     0       233     0.0     0.0     50      n/a
2019-10-26 06:27:17     0       233     0.0     0.0     50      n/a
2019-10-26 06:27:18     0       233     0.0     0.0     50      n/a
2019-10-26 06:27:19     0       233     0.0     0.0     50      n/a
2019-10-26 06:27:20     0       233     0.0     0.0     50      n/a
2019-10-26 06:27:20     0       233     0.0     0.0     50      n/a
2019-10-26 06:27:21     0       233     0.0     0.0     50      n/a

The Volcraft SEM 3600 is able to record data by itself without permanent connection on minute-level.

from voltcraft-sem-6000.

iBobik avatar iBobik commented on June 27, 2024

from voltcraft-sem-6000.

Heckie75 avatar Heckie75 commented on June 27, 2024

The smart meter returns also interim results, e.g. a value of the current running hour.
You could query this interim result by this command

sem-6000 Lamp --data day --print | tail -n1 | cut -f2

If you do this every 10-15 minutes you could calculate the Wh by youself. However, i know that this is not very precise. It is just a workaround since the SEM6000 is not able to raise data in shorter periods.

For more detailled measurements I recommend to look for a SEM3600BT.

from voltcraft-sem-6000.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.