tedsalmon / BlueBus

A Bluetooth module for vehicles equipped with I-Bus
Other
169 stars 41 forks source link

(Feature Request) M3 SMG display function on 5hp19 #64

Closed sven358 closed 3 years ago

sven358 commented 3 years ago

I don't know if this can be done, but I retrofitted a M3 SMG cluster into mine 325i, But once you do that you will lose the Manual/sport display on your normal cluster. and the SMG cluster is turned on but it's just doing nothing. you can't see in wich gear the gearbox currently is.

So i was thinking, if we could get the actual gear from the bus and echo the SMG signal on the bus, would it display the gear? I would love that to work.

Sven

HDC67 commented 3 years ago

I don't believe the ability to read the current gear or set the gear on the SMG dash is available from the Ibus which is what BlueBus uses. The Ibus is mainly used for less critical items, like navigation etc. SMG uses CANbus for most/all of its communications with DME.

sven358 commented 3 years ago

I don't know, maybe the actual display isn't that "critical" to be on the main canbus, If it's not possible I guess it stops here. but then again if you didn't ask you won't get the answer.

HDC67 commented 3 years ago

It's not available.

sven358 commented 3 years ago

Okay, Then lets close this one. thanks anyway!

tedsalmon commented 3 years ago

Thanks @sven358 for your request and thanks @ShonkyCH for fielding it! :smile:

To put the final nail in the coffin, the I/K-Bus on the E46 doesn't get any of the cool (and rightful so!) data that is available on the CANbus. That being said, the selected gear is available on the I/K-Bus by means of 0x13, which 100% doesn't work on manual cars, but may work on SMG cars. Still, I cannot take this information and write to the gear position indicator LCD as the IKE doesn't allow that kind of manipulation.

Thanks! -Ted

HDC67 commented 3 years ago

Interesting. I have an E46 M3 SMG, but haven't ever seen that message on the ibus. I should take a look, although not sure there's a lot you could really do with it.