ETS2/ATS Telemetry Web Server + Mobile Dashboard

mgysgtdev
Posts: 485
Joined: 05 Sep 2015 18:32
Location: netherlands
Contact:

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1421 Post by mgysgtdev » 03 Apr 2021 16:13

@KRH[DK] i do experience some lag but i couldn't find out if it either would be my code or the server. But now that you mention it i might consider it would be the server.
Proud owner of a homemade DAF XF105 Simpit
[ external image ]
User avatar
Trinity4u
Posts: 76
Joined: 06 Sep 2018 12:20

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1422 Post by Trinity4u » 03 Apr 2021 16:36

In the Ets2Telemetry.exe.config, set this line.

Code: Select all

    <!-- Defines number of seconds to wait before sending next JSON telemetry object (1 minimum, 86400 maximum). -->
    <add key="BroadcastRate" value="1" />
User avatar
KRH[DK]
Posts: 880
Joined: 08 Jan 2013 13:20
Location: Denmark
Contact:

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1424 Post by KRH[DK] » 04 Apr 2021 10:05

Problem still persists.

It's not the rate how often it sends.
The problem is that after updating from 4.0.5 to 4.1.2x the program itself started to not respond (looking at the task manager)
mgysgtdev
Posts: 485
Joined: 05 Sep 2015 18:32
Location: netherlands
Contact:

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1425 Post by mgysgtdev » 04 Apr 2021 11:56

My problem seems to be that the gauges doesn't turn smoothly
Proud owner of a homemade DAF XF105 Simpit
[ external image ]
User avatar
KRH[DK]
Posts: 880
Joined: 08 Jan 2013 13:20
Location: Denmark
Contact:

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1426 Post by KRH[DK] » 04 Apr 2021 12:58

Fiddled around with some firewall, and after that i went more smooth again as before.
So dunno what the problem was..
mgysgtdev
Posts: 485
Joined: 05 Sep 2015 18:32
Location: netherlands
Contact:

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1427 Post by mgysgtdev » 04 Apr 2021 13:54

Ill see if excepting the port through the firewall will help

EDIT: still experiences with gauges that lag. but not just my huge skin but every skin
Proud owner of a homemade DAF XF105 Simpit
[ external image ]
User avatar
KRH[DK]
Posts: 880
Joined: 08 Jan 2013 13:20
Location: Denmark
Contact:

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1428 Post by KRH[DK] » 04 Apr 2021 19:34

Still - I'm not complaining about the lag on the skin... It's the PROGRAM that stops responding - the way you notice it is VIA the skin on the tablet...

Something in windows is getting the Telemetry server program to stop working every 5 sec.
boss89
Posts: 3
Joined: 07 Feb 2020 04:39

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1429 Post by boss89 » 06 Apr 2021 11:02

Hey just wanted to get a bit of help, Im using 3.2.5, making my own skin and having a few issues, ive got some features working perfect, speed, gears, time, location from and to all working, but cant seem to get fuel efficiency and distance to go working, this is what im using in the dashboard.css file

.truck-fuelAverageConsumption {
visibility: visible;
color: #FF0000;
font-size: 110px;
font-weight: bold;
position: absolute;
left: 350px;
top: 100px;
font-family: Arial, Helvetica, sans-serif;
}
and also
.navigation-estimatedDistance {
visibility: visible;
color: #FF0000;
font-size: 80px;
font-weight: bold;
position: absolute;
left: 550px;
top: 100px;
font-family: Arial, Helvetica, sans-serif;
}
now for some reason neither of these will work, any ideas?
User avatar
Trinity4u
Posts: 76
Joined: 06 Sep 2018 12:20

Re: ETS2/ATS Telemetry Web Server + Mobile Dashboard

#1430 Post by Trinity4u » 06 Apr 2021 18:23

Are they declared in dashboard.html?
If they are, then add this to your dashboard.js under "Funbit.Ets.Telemetry.Dashboard.prototype.filter = function (data, utils)"
data.truck.fuelAverageConsumption = data.truck.fuelAverageConsumption;
data.navigation-estimatedDistance = data.navigation-estimatedDistance
Post Reply

Return to “General discussion about the game”

Who is online

Users browsing this forum: No registered users and 9 guests