-
-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Labels
Description
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 ?