Giter Site home page Giter Site logo

Comments (21)

dexterbg avatar dexterbg commented on June 2, 2024

Great to hear it still works.

There is most probably a simple solution to this, but we should first get a clue about the reason for the aborts. Can you provide a debug log (TWIZY_DEBUG_LEVEL set to 2) of a charge process including an abort event?

Do you use the original Renault charger? Many Twizy have issues with the first generation of these. Maybe your charger is about to die. Most issues result from the charger getting too hot, in some cases it could be traced down to a blocked/malfunctioning fan. Did you check if the fan works normally?

You also should open and check the connector from the charger to the battery, there have been reports of these corroding / burning / melting.

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 2, 2024

Glad to hear you :D
Im using original charger
71693504_387887638789330_3866996856043077632_n
Charger was dismantled and cleaned including fan, so everything is clean.
I will try to record this log today but its totaly random

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 2, 2024

Yes, that's version 06 from 2013, IIRC still the first generation (second begins with Ind 08).
Fingers crossed it doesn't die now, you certainly won't get a replacement on warranty…

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 2, 2024

I cant reproduce problem now, today charging without shutdown as i say its random. Did you have idea how to fix this by extra bits of code ? Code seems less expensive than charger 😁

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 2, 2024

Hi after a longer while, i tried debug mode 2 but using this make my car unable to drive or charge, after dump everything crash (like after 10 seconds after run). My charger from 2013 likely died some days ago, i installed another which i bought from internet, charger from 2016, everything working well but still finish charging before reaching 100% )but still better because less frequent), any ideas ?

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 2, 2024

Well, if you bought a used charger, you cannot know if that doesn't have the same issue already…
Debug mode 2 normally works, no idea about the crash. Regarding the charge stops, another (maybe better) option would be a separate CAN log.

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 2, 2024

Debug mode 2 make my twizy not able to charge or drive, when dump appear via bluetooth GO light disappear and if trying to drive km/h also. Charger (new one) working well, sometimes shutdown near 80%-90%. Separate can log how to do that ?

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 2, 2024

Use some separate CAN logging device. Needs to be capable of 500 kbit CAN logging. You can use my https://github.com/dexterbg/CanLogger, but take care to turn on compiler speed optimization, comment out the logic inputs, and/or use a faster Arduino board.

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 2, 2024

I have no clue how to do that, tried some things, but no success. I started to doing code solution.
} if (twizy.isPluggedIn() == 1) { if (twizy.inState(Off) && (soc <= 98)) { Serial.print(F("bmsEnterState: forcing charging ")); twizy.enterState(StartCharge); } }
obraz

I got success, i see by bluetooth bmsEnterState: forcing charging only if plugged in and offbut how to change status from Off to Charging

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 2, 2024

Changed code a bit got 3MW working, but still keeps staing in off state
obraz
Screenshot_20200425-231245

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 2, 2024

Are you trying to (re-)start the charge from the BMS? That will not work. The BMS doesn't start the charge, the charger does. The BMS can tell the charger to reduce current or stop, but not to start.

My idea was there is possibly something causing a stop charge command, but you should see that in the BMS log. If you don't, the charger stops by itself, and then the BMS cannot do anything about that.

There's just one slight possibility that may also cause the charger to abort: if your Arduino has a timing issue, i.e. cannot sustain exact 10 ms intervals for the communication. See config #define TWIZY_CAN_CLOCK_US. Try reducing and increasing this in small steps around the default of 10000.

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 2, 2024

Problem happen unfortunnelly on 4 different complete arduino boards. So probablly its not timing issue but i will try, thats last way i got now before doing something like hardware solution

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 2, 2024

I still think you need to capture a debug log and/or CAN log of an abort event first to get a hint about the source of the issue.

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 2, 2024

https://streamable.com/ivw80g
This is how this looks on twizy debugmode 2
Still no can logging sadly

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 2, 2024

how to make a virtual bms for tweezy acid or gel I need a virtual bms for the answer please

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 2, 2024

don.t close please

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 2, 2024

you have instagram or facebook please help

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 2, 2024

I bought a Renault Tweezy without BMS and for 4 years I can’t make a virtual BMS, I can make a video on how to make your first virtual BMS based on acid batteries, I would buy a Renault Twizy accumulator, but I need to bring it from Korea if it will cost about 2000 to bring it from Korea to our country $ 3000 and in our country on average they earn $ 200 help please make a virtual BMS from acid batteries, you can throw off the connection diagram of the components

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 2, 2024

please help

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 2, 2024

my email [email protected]

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 2, 2024

dexterberg

from twizy-virtual-bms.

Related Issues (10)

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.