-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New plugin how to write value for reseting counter #1380
Comments
In xml: I see StartDiagnosticSession.Default (I use this one to start session) StartDiagnosticSession.Programming Do you think I have to use this one to be able to write (reset) counter ? |
Hello, I may have found something, thanks to a video: https://youtu.be/cNc5uVA0Jf8?t=511
|
Hello, I can reset low speed counter using start_diag_extend_session() |
Hello @Furtif, do you think you can merge my pull request ? |
I not have access in repo plugins this need @cedricp |
make TIPS as translatable , fix screen please. |
About screen I am using: Do you know a best way to do it ? I have translation for tips, PS: I have test on Linux and Mac, are you on Windows ? |
I have test in windows, I have changed plugin mode (not more as submodule) |
Hello, I have pushed "Tips translate" I have added self.setFixedSize(480, 480) Thank you |
On windows i thinks better this:
need maybe add the other string values as _(translate) style :
etc all translatable stuffs |
Hello ! please see PR |
Hello,
I try to write a new plugin for reseting water pump counters (low, middle, high speed).
I have look at the other plugins, I can read values but reseting (write) return None.
For example:
https://github.com/Jodaille/ddtplugins/blob/master/zoe_waterpump_counter_reset.py#L216-L224
reset_request = self.evc_ecu.requests[u"DataWrite.($3349) Time Counter for the driving WEP in Low Speed"] request_response = reset_request.send_request()
Nb: I start diag session before https://github.com/Jodaille/ddtplugins/blob/master/zoe_waterpump_counter_reset.py#L174-L181
Can you see what am I missing ?
The text was updated successfully, but these errors were encountered: