Giter Site home page Giter Site logo

Comments (6)

pvtom avatar pvtom commented on August 21, 2024 1

Implemented with release v2.2

from rscp2mqtt.

Treasy79 avatar Treasy79 commented on August 21, 2024 1

Problem solved :-) There were something wrong with the copy of the new compiled file to the /opt/rscp2mqtt directory.

Now also values bigger than 4500 are accepted and executed.

THX a lot for your support!

from rscp2mqtt.

Treasy79 avatar Treasy79 commented on August 21, 2024

After the upgrade I can still only set the max 4500, all other values are not taken. I can see the custom regex line that allows the higher value, still it doesn't work.

Is there anything special to consider when upgrading?

from rscp2mqtt.

pvtom avatar pvtom commented on August 21, 2024

@Treasy79 , the call mosquitto_pub -t "e3dc/set/power_limits" -m true sets the mode in which values can be specified. Then you can set the values e.g. with mosquitto_pub -t "e3dc/set/max_charge_power" -m 4000. Observe the output value to e3dc/ems/max_charge/status. "0" means the value fits, S10 accepts the value, "1" the value is in the not recommended range but is accepted, "-1" an invalid value was passed (e.g. higher than 4500 in case of a non-PRO serie), "-2" for set currently not possible. What value do you get in the different ranges allowed by your device? If I call mosquitto_pub -t "e3dc/set/power_limits" -m false, the S10 automatically sets the power value back to 4500 watts (e3dc/ems/max_charge/power).
Prerequisites: Have you checked that the program runs only once? (call pkill before starting the newly compiled program).

from rscp2mqtt.

Treasy79 avatar Treasy79 commented on August 21, 2024

from rscp2mqtt.

pvtom avatar pvtom commented on August 21, 2024

It looks like the old version is still active. Did you stop the program before? Please use the command pkill rscp2mqtt for this. Then follow the steps from the readme and start the program with ./rscp2mqtt -d.

from rscp2mqtt.

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.