Giter VIP home page Giter VIP logo

Comments (7)

andig avatar andig commented on June 12, 2024

You need go 1.11 as of post 0.7

from gosdm630.

art0 avatar art0 commented on June 12, 2024

Thanks @andig Upgrading to 1.11 made the trick. Does 0.7 support the reading of Total Energy per phase?

from gosdm630.

andig avatar andig commented on June 12, 2024

Not implemented yet (SDM meter?) but simple to do :)

from gosdm630.

art0 avatar art0 commented on June 12, 2024

Well, it seems like total "Import" (Kwh) is there per phase in a SDM
"Import": {
"L1": 29.529998779296875,
"L2": 47.463996887207031,
"L3": 72.39898681640625
},

from gosdm630.

andig avatar andig commented on June 12, 2024

Indeed, done for import/export but not for "net":

	ImportL1:  0x015a,
	ImportL2:  0x015c,
	ImportL3:  0x015e,
	Import:    0x0048,
	ExportL1:  0x0160,
	ExportL2:  0x0162,
	ExportL3:  0x0164,
	Export:    0x004a,

I guess this can be closed then?

from gosdm630.

art0 avatar art0 commented on June 12, 2024

Hi @andig, what do you mean by "net"?

I made a small patch to include the Maxium Total Power and the Maximum Current per phase

   MaxTotalPower: 0x0056,
            MaxCurrentL1: 0x0108,
            MaxCurrentL2: 0x010A,
            MaxCurrentL3: 0x010C,

   Frequency   *float64
    MaxTotalPower   *float64
    MaxCurrent ThreePhaseReadings

}

Not sure if this data needs to be supported in all meters to be added?

from gosdm630.

andig avatar andig commented on June 12, 2024

New readings require changes to the http cache that I still haven‘t come around to actually implement. Good if working for you!

from gosdm630.

Related Issues (20)

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.