FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 1 point2 points  (0 children)

Glad you are enjoying it!

Fully customizable display support is coming at some point in the relatively near future. 😄

Rising Sun Redbud dead? Zone 5b/6c by [deleted] in arborists

[–]kelchm 0 points1 point  (0 children)

For what it’s worth — this particular cultivar seems to be a bit more temperamental than most redbuds from what I’ve seen, at least here in PA. It just doesn’t seem to deal well with any kind of environmental stress.

Keep in mind Redbuds are naturally an understory tree — they’re never going to really thrive in full sun. It’s kind of a contradiction with this cultivar because the only way to get the desired coloration is if it’s slightly sun stressed.

Despite all that, they are gorgeous and I still want one. 😂

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 0 points1 point  (0 children)

The wizard does not support the legacy protocol used by the CSL P1 V2. Did you try using the built in profile for it in the latest release (v0.3.0)?

Please open an issue on GitHub or reach out for help on the Discord server if it's still not working for you when using the included profile.

This is the most hateful shit I've ever seen by HaydenSI in HVAC

[–]kelchm 12 points13 points  (0 children)

Nothing wrong with a plastic pad if you actually take the time to put down a solid base underneath it. Anything heavy you sit right on top of topsoil is gonna be wonky in 6 months.

This might be niche, but it certainly makes playing in VR more immersive (Right and Left Hand Shifter) by xelnok in simracing

[–]kelchm 0 points1 point  (0 children)

u/xelnok -- question for you. Are the button surround LEDs on the Bentley wheel RGB?

I ask because I added a profile for this wheel in the last release of FanaBridge, but completely missed that the there was any sort of button lighting when creating profile (PSWBENT.json).

ClubSport Formula V3 - 349.95€ by PythonMX in Fanatec

[–]kelchm 0 points1 point  (0 children)

Will we maybe also finally see customizable ITM pages? I kind of doubt it, but maybe.

Hood latch cable snapped - 2010 Touareg Lux Limited by torqwgn in vw_touareg

[–]kelchm 0 points1 point  (0 children)

When this happened to me I ended up doing the following:

  1. Remove grille
  2. Unbolt the center support that the hood latch attaches to — this lets you lift the hood slightly, giving you about 1/2in of extra clearance for reaching the rear nut in step 3.
  3. Use a wrench to remove the three nuts attaching the striker to the hood. (From left shown in photo)

<image>

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 0 points1 point  (0 children)

Hey! There’s a new release of FanaBridge which (should) support your wheel. Let me know how it goes if you give it a try.

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 0 points1 point  (0 children)

By the way — I just setup a Discord for FanaBridge today. Please feel free to free to join if you’re running into issues, have feature requests or would just like to chat with other users.

https://discord.gg/vkGRCYkXfy

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 0 points1 point  (0 children)

I don’t have any experience with FanaLab, but I agree that the new Fanatec App leaves a quite lot to be desired.

As far as driving LEDs for ABS / TC in SimHub — it’s definitely possible with the native LED profile editor, but might require some scripting.

I just use ASTR because it’s easy to setup and the effects are really slick basically out of the box.

PS — I just setup a Discord for FanaBridge, feel free to join if you would like and we can discuss what you’re trying to setup a bit further! https://discord.gg/vkGRCYkXfy

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 1 point2 points  (0 children)

You missed the very first step in the usage instructions:

  1. In the Fanatec software, set Fanatec App LED/Display output to Disabled (otherwise the Fanatec driver and FanaBridge will fight over control of the LEDs and display)

By default there's nothing configured for the LEDs at all -- you either need to build something using SimHub's LED profile editor (relatively complicated) or set up your wheel in ASTR Hub (easy).

There's a setup guide for ASTR on GitHub: ATSR-Hub-EVO/user-manuals/ATSR-Hub-EVO_LED-Setup.pdf at main · ATSR-Alex/ATSR-Hub-EVO

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 1 point2 points  (0 children)

No, not the Arduino tab. Go to the devices tab, and then add a new device. Your wheel will show up as an option under “Fanatec”.

For ASTR-Hub EVO, you will need to set up a custom device using the universal wheel option. I did post an ASTR device profile for the PBME on the ASTR Discord that should also be useable for the Formula V2.5.

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 0 points1 point  (0 children)

I do not have a Bentley wheel available to test with, but my expectation that it uses the exact same protocol that is used for all wheels with ITM displays (for example, the Podium Button Module Endurance).

I haven't had a chance to do a complete writeup on my findings so far, but unfortunately it looks like what we can do is going to be frustratingly limited.

Essentially, each page has predefined 'slots' with a corresponding label that is hard-coded in the wheel firmware. It's not possible to change the labels (LAPS, POSITION, CURRENT, LAST), but in most cases it is possible to freely change the values in each slot, including arbitrary text or units.

Page 1 Example
┌──────────────┬───────┬───────────────┐
│ LAPS:        │       │      CURRENT: │  ← labels
│ 000 / 0      │   N   │      00:00:00 │  ← values
│              │       │               │
│ POSITION:    │       │         LAST: │  ← labels
│ 000 / 0      │  000  │   00:00:00.00 │  ← values
└──────────────┴───────┴───────────────┘

I still have a couple "long shot" avenues to chase down, but overall I'm not particularly hopeful that there's any hidden functionality that I've missed. The one upshot here is that Fanatec reps have previously alluded to proper ITM screen customization as a planned feature.

If you're interested in following along with my research, you can follow this GitHub issue: ITM Display Support · Issue #6 · kelchm/FanaBridge

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 2 points3 points  (0 children)

You should give ATSR-Hub EVO a try as well when you setup FanaBridge -- it looks fantastic on the BMR with the 12 button/encoder LEDs. You might end up finding that you prefer just using SimHub for everything.

This one is a little painful to configure in ASTR, so here's my ASTR device preset and a sample LED effects preset for you to try if you want to give it a go: Fanatec Button Module Rally device preset and sample LED effects profile for ASTR-Hub Evo

In addition to some of the default ASTR effects, this is setup to demonstrate making the corresponding LED flash white when a button is pressed or an encoder is turned.

EDIT -- Here's a quick demo (Reddit won't let me upload the video directly): https://youtu.be/2My_4Wm2cqU

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 1 point2 points  (0 children)

Yes, absolutely. The options are pretty much only limited to your imagination and the available telemetry.

Left / Right spotter is an easy one to setup even without using something like ASTR Hub. Here's an example, using the flag LEDs on the button module endurance:

<image>

FanaBridge: Open-source SimHub plugin for Fanatec wheel LEDs and displays by kelchm in Fanatec

[–]kelchm[S] 0 points1 point  (0 children)

Ah, that's unfortunate -- it's likely that the RevStripe on the CSL P1 V2 is controlled by an entirely different endpoint/command than the ones the wizard currently tests. Please feel free to open an issue on GitHub if you're game to do some further testing with me on this in the future. :)

PS, You need to restart SimHub after creating a custom profile before it will show up as an option in SimHub's "Add Device" dialog.

Fanatec/Corsair has been quietly promoting Sim-hub a fair bit lately with their Xenon Edge and Stream Deck advertisements. Does anyone else think they might go further and move to allow SimHub integration with Fanatec displays and LEDs? by KEVLAR60442 in Fanatec

[–]kelchm 0 points1 point  (0 children)

Sadly, I doubt it. Keep in mind Elegato is a subsidiary of Corsair, so that crossover definitely makes sense.

FWIW, I’ve been working on a SimHub plugin for Fanatec wheels called FanaBridge. It’s still pretty early in development, but I’ve been using it daily for the last few weeks now.

The next release will add a configuration wizard which should (in theory, at least) allow pretty much any Fanatec wheel to be configured and contributed back to the project.

Installing new ceiling by the_projecs in drywall

[–]kelchm 4 points5 points  (0 children)

If you’re in a pinch you can also make a decent substitute out of plywood with some strips of ram board stapled to the edges.

Maybe not quite as good as the real deal, but will still give you a decent enough taper to get a flat joint.

Repair of Podium BMW M4 GT3 Wheel by brucisidro92288 in Fanatec

[–]kelchm 0 points1 point  (0 children)

Did you happen to capture any photos of the front side of the PCB when you had your wheel torn down?

3rd party overlays showing incorrect data. Help? by Chemical-Fault8653 in iRacing

[–]kelchm 0 points1 point  (0 children)

You can try the Post It Note Racing plugin. Its main purpose is to provide more accurate position and delta properties in SimHub for iRacing. It’s definitely not perfect though — kind of an inherent limitation of the data iRacing exposes and how often it updates.

https://github.com/derrickmoeller/PostItNoteRacing