-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
When will old ZOE start working? #79
Comments
Yes, it will. In theory it should already work but I didn't have the possibility to test it, yet. |
@groninge01 Hence you seem to be self-building: If you are willing to test you will need a CAN-hat for the RPi using a MCP2515 controller. The PiCAN from skpang and the CAN-hat from Waveshare are known to work. The Q210 will not work using a Bluetooth dongle or other ELM327-based adapters with my current code. |
I have cloned https://github.com/noradtux/evnotipi and the rpi is once again connected to the bluetooth dongle. Now I know some Python. I don't know any OBD stuff :) I was kind of hoping to look at the evnotify repo and figure out from there what cmds to put in the Q210 class. I am however completely lost... Where do I start to build the Q210 class? |
The implementation for the "old" Zoes is in car/zoe.py. The specific car modules basically are supposed to provide additional information like max capacity. I just took a look, there are still some minor adjustments to the new infrastructure missing. I will add those right now ... |
I copied the EVNotify class to the empty EVNotifyAPI directory. But not quite there yet it seems... |
Okay, looks like during merging I put an outdated version of the Zoe code into the repo. I had the better one in a backup, that's now restored and in the repo. And as said, this will not work with ELM327 dongles, especially over bluetooth, because they are too slow and will miss most frames and so will need lots of effort to make work properly. |
git pull --recurse-submodules |
Ok. At this moment that is all the hardware I have. If bluetooth won't work I will stop wasting your time. Thanks for your time so far... |
Hi,
Because Renault services is not working for our Q210 I wanted to use Evnotify to monitor the charging process. I charge at my work place and there is also wifi coverage in the garage.
So I setup a rpi3 to connect to a bluetooth dongle -> working. I installed all dependencies for evnotipi on it. Evnotipi connects to the dongle fine and then states
'Old ZOE not working yet'
:(When will the old ZOE start working? Or what can I do to get to Q210 working myself? :)
The text was updated successfully, but these errors were encountered: