meatpiHQ / wican-fw

GNU General Public License v3.0
283 stars 52 forks source link

100 identical RX Messages per second #127

Closed zugif closed 3 months ago

zugif commented 3 months ago

Hi,

sorry for the question, maybe i'm misunderstanding something. Yesterday i was able to get the SoC and Temperature of my car via MQTT via the NodeRed Example. Since today saw that i get 100 RX-Messages per second which all look like this:

{"bus":"0","type":"rx","ts":46851,"frame":[{"id":2029,"dlc":8,"rtr":false,"extd":false,"data":[33,170,170,170,170,170,170,170]}]}

Only the bold parts change, they seem to increase very fast:

grafik

Now when i'm sending a new TX request i dont seem to get the answer. I tried using the filter, but it seems like the correct answer is not beeing send from the car, so i dont get any messages after that.

Is there maybe a setting i need to update? Or does that specific RX message mean something special?

Im using: Firmware ver: v2.98 Hardware ver: v3.00_obd

Thanks and BR

meatpiHQ commented 3 months ago

@zugif Do you still see this Rx message when if you stop NodeRED?

Please post your tx and rx frames I can help you setup the filters.

zugif commented 3 months ago

Thanks for the help!

Yes i got those nonstop even while driving. I tried the adapter on another car and there is was fine, then i tried an older bluetooth OBDII adapter on my first car and it also did not work.

So i did a battery reset and now its working again - somehow i maybe confused my ecu..