Git Product home page Git Product logo

Comments (5)

simatec avatar simatec commented on September 26, 2024

Could you change the Value from kw to "Count" or "Number" for these Values. There should also be no multiplier.
Perhaps you could also add an "l" to "Overfow" at 77/87/93 to have "Overflow".

Where does it not need a multiplier? That's not clear from your list.
Which units need to be changed? This is not clear from your list.

Since I don't have this hardware and can't test it with it, I need very specific information...

from iobroker.solax.

simatec avatar simatec commented on September 26, 2024

Can you please provide more precise data on this?

from iobroker.solax.

thorsten-vogt avatar thorsten-vogt commented on September 26, 2024

I'm not a developer, so please check the syntax, but I would write it this way:

69: { name: 'data.yieldtotalOverflow', description: 'Inverter AC-Energy out total Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.yieldtotal' overflows - Calculation example: 'data.realyieldtotal = 'data.yieldtotalOverflow'*6553,5+'data.yieldtotal'
72: { name: 'data.totalBatteryInputFromGridOverflow', description: 'Total Battery Input from Grid Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.totalBatteryInputFromGrid' overflows - Calculation example: 'data.realYieldTotal = 'data.totalBatteryInputFromGridOverflow'*6553,5+'data.totalBatteryInputFromGrid'
75: { name: 'data.totalBatteryDischargeEnergyOverflow', description: 'Total Battery Discharge Energy Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.totalBatteryDischargeEnergy' overflows - Calculation example: data.realTotalBatteryInputFromGrid = 'data.totalBatteryDischargeEnergyOverflow'*6553,5+'data.totalBatteryDischargeEnergy'
77: { name: 'data.totalBatteryChargeEnergyOverflow', description: 'Total Battery Charge Energy Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.totalBatteryChargeEnergy' overflows - Calculation example: data.realTotalBatteryChargeEnergy = 'data.totalBatteryChargeEnergyOverflow'*6553,5+'data.totalBatteryChargeEnergy'
81: { name: 'data.totalpvenergyOverflow', description: 'Total PV Energy Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.totalpvenergy' overflows - Calculation example: data.realTotalpvenergy = 'data.totalpvenergyOverflow'*6553,5+'data.totalpvenergy'
87: { name: 'data.totalFeedOverflow', description: 'Total Feed-in Energy Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.totalFeed' overflows: Calculation example - data.realTotalFeed = 'data.totalFeedOverflow'*655,35+'data.totalFeed'
89: { name: 'data.totalConsumptionOverflow', description: 'Total Consumption Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.totalconsumption' overflows - Calculation example: data.realTotalConsumption = 'data.totalConsumptionOverflow'*655,35+'data.totalconsumption'
91: { name: 'data.feedinenergyOverflow', description: 'Feed in Energy Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.feedinenergy' overflows - Calculation example: data.realFeedinenergy = 'data.feedinenergyOverflow'*655,35+'data.feedinenergy'
93: { name: 'data.consumeenergyOverfow', description: 'Consume Energy Overflow', type: 'number', role: 'indicator.state' }, // Counter of 'data.consumeenergy' overflows - Calculation example: data.realConsumeenergy = 'data.consumeenergyOverflow'*655,35+'data.consumeenergy'

from iobroker.solax.

simatec avatar simatec commented on September 26, 2024

Fix in v09.3

from iobroker.solax.

Charlie-2222 avatar Charlie-2222 commented on September 26, 2024

The Adapter is working well also for a "X1-Boost/Air/Mini" for several month.
But now I do have the same issue with Overflow of the "yieldtotal" value.
However i see no overflow value in my object datastructure.
Could it be that the enhancement in v09.3 does not include the "X1-Boost/Air/Mini" ?

from iobroker.solax.

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.