Get Data via MQTT #190
Replies: 3 comments 7 replies
-
Elm Logging must be disabled again. |
Beta Was this translation helpful? Give feedback.
-
@Werner1000 I've just created a vehicle profile for e-up, please update to the latest firmware and try it https://github.com/meatpiHQ/wican-fw/releases |
Beta Was this translation helpful? Give feedback.
-
Sad to say, seems to have been a dayfly yesterday. meatpi was switched off overnight, today same procedure as before with ver 2.98.: Only 2 MQTT-messages came when reboot/start ('MQTT elm327 log' disabled) - nothing else: and if MQTT elm327 log is enabled and Car Scanner is active: 2 questions to the 'Automate' settings:
Do I have any possibilty to get more detailed logs ? Best regards |
Beta Was this translation helpful? Give feedback.
-
WICAN works fine with Car Scanner App via BT and WIFI, so I was able to collect the SoC PID for my VW E-UP via the logging function on MQTT:
wican/xxxxxxxxxxxx/elm327 {"bus":"0","type":"tx","ts":35144,"frame":[{"id":2016,"dlc":8,"rtr":false,"extd":false,"data":[3,34,22,24,170,170,170,170]}]}
wican/xxxxxxxxxxxx/elm327 {"bus":"0","type":"rx","ts":35146,"frame":[{"id":2024,"dlc":8,"rtr":false,"extd":false,"data":[5,98,22,24,37,88,85,85]}]}
To request the SoC via MQTT I sent this request:
mosquitto_pub -h 192.168.xx.x -p 1883 -u wican -P wican -t wican/xxxxxxxxxxxx/can/tx -m "{"bus":"0","type":"tx","frame":[{"id":2016,"dlc":8,"rtr":false,"extd":false,"data":[3,34,22,24,170,170,170,170]}]}"
There is absolutely no reponse from the WICAN, even if I try several proposals / different PIDs available from different online-sources. My WICAN is functional connected to my MQTT Broker, the ONLINE- and OFFLINE messages are published as the logging-functions. WICAN SW-Version is the actual 3.28.
Any ideas whats wrong with my approach? Any hints are welcome!
Best regards
Werner
Beta Was this translation helpful? Give feedback.
All reactions