Download here: SimHub Dashboards

Try this formula, where you have to change ${mWheel} by the correct value for each wheel

JavaScript:
const zero = 273.15;

const t4 = $prop(`GameRawData.CurrentPlayerTelemetry.${mWheel}.mTireCarcassTemperature`) - zero;
const t1 = $prop(`GameRawData.CurrentPlayerTelemetry.${mWheel}.mTireInnerLayerTemperature01`) - zero;
const t2 = $prop(`GameRawData.CurrentPlayerTelemetry.${mWheel}.mTireInnerLayerTemperature02`) - zero;
const t3 = $prop(`GameRawData.CurrentPlayerTelemetry.${mWheel}.mTireInnerLayerTemperature03`) - zero;
return t4*0.34 + t1*0.22 + t2*0.22 + t3*0.22;
Cheers for that seems it not effecting all cars some are spot on other cars are way off so seems to be a game/telementry issue.
 
Cheers for that seems it not effecting all cars some are spot on other cars are way off so seems to be a game/telementry issue.
Could you give me one or two cars that are way off? So I could look to refine the formula
 
Hello, thank you all for the incredible work you’ve done. A quick (possibly silly) question: do the dashboards also work on iRacing and Assetto Corsa 1 (for RSS mods)?


Thanks! ;)
 
I think they have other variables

Just give it a try. But you should find acc Dashboards on overtake gg easy
 
Hi, I have the problem that the dashboard (Ferrari 499P) says all the time "lift off", while i am sitting in the box etc.. How can I remove that / what did I do wrong?

Edit: Nevermind, i need to cycle trough and then I think in the general view, I don't have that "lift off" message. But in the other views, I still have that. Not ideal but the main view i will use most.
 
Last edited:
Hi guys! 😊

noticed a minor thing on 499P Dash that maybe has been simply amended/removed 😊
I remember that, when i use the light during the night, the dash became light blue. Tried yeserday Interlagos gold race, when i switched on the light for the evening, i noticed that light blue no longer appears
 
Sorry if it’s already been raised but is anyone else having a problem with the predicted lap time not being correct on the McLaren GT3? It seems to be between 1s and 3s out of the actual lap time.
 
Hi Redadeg, fisrt of all thank you so much for your work and effort!
Your dashboards are giving me a lot of inmersion and I’m havng much fun with them.
Just want to ask you something, with the Oreca LMP2 everythig works except the tyre temperatures. Comparing them with the ones from the game Hud, they are around 10 degrees lower than what the game hud shows and even if the car spins and tyres get hot, in your dashboard they don increase higher than 62 degrees.
I downloaded the last version from the website, no additional plugins instslled as I’ve read on this thread, but I don’t know if I miss something.

Could you help me with this please? Thank you!
 
Yeah, the tyre temps where always a problem. I read something about formula here, but as i am low on time...maybe someone else can sum it up?
 
Hi guys! 😊

noticed a minor thing on 499P Dash that maybe has been simply amended/removed 😊
I remember that, when i use the light during the night, the dash became light blue. Tried yeserday Interlagos gold race, when i switched on the light for the evening, i noticed that light blue no longer appears
Shall i bring it back? Seems like somebody killed it...
 
Sorry if it’s already been raised but is anyone else having a problem with the predicted lap time not being correct on the McLaren GT3? It seems to be between 1s and 3s out of the actual lap time.
Hm, its the same formula as in the BMW M4 GT3. Can you check BMW maybe as well?
 
Hm, its the same formula as in the BMW M4 GT3. Can you check BMW maybe as well?
Yes, same problem. The predicted time is generally faster than the actual time. The delta time is matching the in game readings but the predicted time is not in sync. Having the same problem with the Ferrari. I’ve removed all the plug ins from sim hub and game folders and re installed the dashboards now.
 
@Chris lynch

The 2 GT3 Boards you tested have this formula: toshorttime([PersistantTrackerPlugin.EstimatedLapTime], 3, false, true)

Farrari 499 P Hypercar has this formula: [PersistantTrackerPlugin.EstimatedLapTime]

Can you try Ferrari 499? In my thinking it should be the same....but who knows...

Otherwise the Corvette GT3: [GameRawData.CurrentPlayer.mEstimatedLapTime]

Can you check the Corvette pls as well? I have sadly no oportunity to test ....
 
@Chris lynch

The 2 GT3 Boards you tested have this formula: toshorttime([PersistantTrackerPlugin.EstimatedLapTime], 3, false, true)

Farrari 499 P Hypercar has this formula: [PersistantTrackerPlugin.EstimatedLapTime]

Can you try Ferrari 499? In my thinking it should be the same....but who knows...

Otherwise the Corvette GT3: [GameRawData.CurrentPlayer.mEstimatedLapTime]

Can you check the Corvette pls as well? I have sadly no oportunity to test ....
Hi Red, thanks for your reply. I’ve tested the HY 499 and corvette GT3. Getting very strange results tbh. I’ve taken some screenshots just before the finish line after a few laps to show the difference. The HY 499 predicted lap time seems to be the most accurate (but the game dash does not show it) corvette seems to also be random and I’m noticing the lap time delta’s not being in sync on some readouts. As you say if the code is the same then the expect the outputs to match? Not able to show predicted lap time on the BMW but lap time was up on best and predicted time was slower. Let me know if you want some more testing.

Thanks again
 

Attachments

  • IMG_0702.jpeg
    IMG_0702.jpeg
    146.2 KB · Views: 26
  • IMG_0701.jpeg
    IMG_0701.jpeg
    143.1 KB · Views: 25
  • IMG_0700.jpeg
    IMG_0700.jpeg
    137.3 KB · Views: 22
  • IMG_0699.jpeg
    IMG_0699.jpeg
    138.3 KB · Views: 20
  • IMG_0698.jpeg
    IMG_0698.jpeg
    139.4 KB · Views: 25
Shall i bring it back? Seems like somebody killed it...
no no don't worry, it was only a thing that i noticed but nothing vital 😊 If you put again, in the future, your hands on this dash, ok we can add again but ask you add now, being really low on time, seems to me a bastard thing to be ask
 
Back
Top