Skip to content

Commit

Permalink
Added iRacing support
Browse files Browse the repository at this point in the history
  • Loading branch information
TUnbehaun committed Jun 6, 2021
1 parent ffd90b3 commit cf9a0db
Show file tree
Hide file tree
Showing 5 changed files with 1,063 additions and 95 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
sf.json
phue-rf-save.json
__pycache__/*
external/__pycache__/*
external/__pycache__/*
external/modified/__pycache__/*
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ One Friday evening I thought to myself that it would be pretty sweet to use my P

## Supported Systems and Racing Simulators

The app is designed for Windows and currently only supports Assetto Corsa Competizione. Supporting other racing simulators is planned for the future.
The app is designed for Windows and currently supports the following racing simulators:
* Assetto Corsa Competizione
* iRacing

<!-- GETTING STARTED -->
## Local Development
Expand Down Expand Up @@ -103,10 +105,11 @@ Once the app is started, you can use it the following way:
2. Press the (hardware) link button on your Philips Hue Bridge and then within 30 seconds hit the "Connect" button in the app.
(Pressing the (hardware) link button on your Philips Hue Bridge is only necessary for the very first time you connect the app to a new Bridge)
3. You should be able to choose one or multiple of your lights under "flag light" to use as the Racing Flag Light(s)
4. Test the Racing Flag Light(s) by using the buttons under "color test"
5. Adjust brightness if needed
6. To start syncing the Racing Flag Light(s) with the Assetto Corsa Competizione Race Flag click "Start" under "acc sync"
7. To stop syncing the Racing Flag Light(s) with the ACC Race Flag click "Stop" under "acc sync"
4. Use the radio buttons under "sim" to switch between Assetto Corsa Competizione or iRacing.
5. Test the Racing Flag Light(s) by using the buttons under "color test".
6. Adjust brightness if needed.
7. To start syncing the Racing Flag Light(s) with your simulator's race flag click "Start" under "live sync".
8. To stop syncing the Racing Flag Light(s) click "Stop" under "live sync".

<!-- ROADMAP -->
## Roadmap
Expand Down Expand Up @@ -142,10 +145,11 @@ Project Link: [https://github.com/TUnbehaun/phue-racing-flags](https://github.co
* [phue](https://github.com/studioimaginaire/phue)
* [PySimpleGui](https://github.com/PySimpleGUI/PySimpleGUI)
* [PyInstaller](http://www.pyinstaller.org/)
* [pyirsdk](https://github.com/kutu/pyirsdk)

## Disclaimer

I am in no way affiliated with the Philips organization or Kunos Simulazioni.
I am in no way affiliated with Philips, Kunos Simulazioni or iRacing.

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
Expand Down
Loading

0 comments on commit cf9a0db

Please sign in to comment.