-
Hello, 1) 2) 001_connect_succcessfull.txt Any ideas where is the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 10 replies
-
@drcvach Looks like this PID request has a multi frame response, currently the "CAN to JSON interpreter" cannot handle this type of requests. I think I can implement it but it will take some time.
Is the "MQTT elm327 log" enabled? if it is then please disable it, you should see at least one response on "wican/1091a83e9dd5/can/tx" the response will be: Then if you send: you will receive the rest of the frames. |
Beta Was this translation helpful? Give feedback.
-
@meatpiHQ - Thank you for the tip. But what still causes me problems is starting CAN communication. But when I send them in the same order vi HA, I do not get the RX response. |
Beta Was this translation helpful? Give feedback.
-
@drcvach Yes, you need to wait for the response before sending the next request. |
Beta Was this translation helpful? Give feedback.
-
@meatpiHQ
|
Beta Was this translation helpful? Give feedback.
-
I have the same problems with the Hyundai Kona 2019 looks like the same data format. example: Cell voltage 1-32 the voltage is all the "193" = 193/50 = 3,86v |
Beta Was this translation helpful? Give feedback.
-
@chris58008 There's no new update yet to address this type of messages. What needs to happen here, is to create an auto response for flow control. Hopeful I will be able to put some time into this soon. |
Beta Was this translation helpful? Give feedback.
-
Was pointed to this thread from the Discord. I have a 2022 Kona EV and am interested in getting CAN-JSON (and MQTT) working on it. Would be happy to help test. |
Beta Was this translation helpful? Give feedback.
-
@drcvach I also have a Hyundai Ioniq 2017. Could you post a screeshot of your config? I am struggling to read the SOC. The Car Scanner App is working, but only if the ignition is on. Is this normal? I need it to work with the car locked. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, was 1) in this question solved? Sitting with the same problem when wanting to get info from diffrent PIDS from my Kona but where the responses looks identical. Br Ola |
Beta Was this translation helpful? Give feedback.
-
Yes, that part is under control. But the issue is that when sending different PID's in TX i get the same response structure in RX. |
Beta Was this translation helpful? Give feedback.
@drcvach Please try this new version, I've added the index for PID. For the normal PID you should set the index to 2.
Here's how to use it:
Lets say you want to evaluate this frame, you set the index to "0" and PID to "38", everything else is as usual.
{"bus":"0","type":"rx","ts":11032,"frame":[{"id":2028,"dlc":8,"rtr":false,"extd":false,"data":[38,4,23,202,0,3,246,251]}]}
wican-fw_v292_hv300.zip