Skip to content

A FanControl plugin to read telemetry data from Assetto Corsa and Assetto Corsa Competizione via shared memory and provide these values to control fans or other devices.

Notifications You must be signed in to change notification settings

FireFly08151/FanControl.AccSensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FanControl.AccSensors

Description: A FanControl plugin to read telemetry data from Assetto Corsa and Assetto Corsa Competizione via shared memory and provide these values to control fans or other devices.


Features

  • Reads live physics data from the game using shared memory.
  • Provides gas, brake, fuel, gear, rpm & speed sensors compatible with FanControl.
  • Easy integration with FanControl to adjust fan speed based on in-game data.

Installation

  1. Download the compiled plugin DLL.
  2. Place the DLL in your FanControl Plugins folder (usually C:\Program Files (x86)\FanControl\Plugins).
  3. Start FanControl.
  4. The plugin should appear as ACCSensors in the list of loaded plugins.

Usage

  1. Open FanControl
  2. Navigate to the Sensors section.
  3. Find the sensors under the ACCSensors plugin.
  4. Use this sensor to control fans or other devices based on the ingame data.

The Sensors read -1 when the game isn't running

Sensor Range
Gas
Brake
Fuel remaining in kg²
Gear 0 to max gear
RPM 0 to max rpm²
Speed 0 to (Vmax / 3)
Speed & Brake 0 to (Vmax / 3)

¹ Values range from 0 to 100
² Might change that to %¹ in the future

Speed is provided in km/h divided by 3, so 300 km/h equals 100°C

Speed & Brake combines both as follows: (speed/3-break/4)
This leads to fans simulating wind resistance to slow down earlier when braking.


Troubleshooting

  • Plugin not working: Make sure the game is running and that shared memory access is allowed.
  • Speed sensor always -1: The game may have closed unexpectedly or the plugin cannot access shared memory. Restart the game and FanControl.

About

A FanControl plugin to read telemetry data from Assetto Corsa and Assetto Corsa Competizione via shared memory and provide these values to control fans or other devices.

Topics

Resources

Stars

Watchers

Forks

Languages