adlerre / obd2-mqtt

OBD2 to MQTT for Home Assistant
GNU General Public License v3.0
25 stars 1 forks source link

No values ​​from car VW e-UP #25

Open sstuercke opened 3 days ago

sstuercke commented 3 days ago

Hi René, the connection to the MQTT broker works. However, no values ​​are read on my VW e-UP. Is the VW e-Up not supported?

VWeUP.txt

adlerre commented 3 days ago

Hi,

I can't say whether it is supported or not. Because I've never tested it with an EV.

If you want to help me, you can check the box for "Check if PID is supported" in the settings and test it again on your car. After that, I'm interested in the values ​​for supportedPids_*.

sstuercke commented 2 days ago

Hi René, here are the supportedPids. 13e02f8d5d6d_supportedPids_1_20 = 10000000000010000000000000010001 13e02f8d5d6d_supportedPids_21_40 = 10000000000010000000000000010001 13e02f8d5d6d_supportedPids_41_60 = 1110000010000000000000000000000000 13e02f8d5d6d_supportedPids_61_80 = 11000100110000111000000000100001

Of interest is the SoC and whether it is connected to the wallbox. I have also enclosed a protocol. esp-web-tools-logs.txt VWeUP.txt

Thanks

adlerre commented 2 days ago

Thank you, that helps me a lot. I'm analyzing it and trying to implement support. But please be patient, as I'm currently working on a major rebuild.

But I could provide a branch for testing in the meantime.

sstuercke commented 2 days ago

It would be good if I could test it.