No, I am not using the assistant.
It wouldn't help though, since the Firmware contains a bug. After reverse engineering it, the M106 and M107 commands, just do not handle the Index parameter as it is defined here:
https://marlinfw.org/docs/gcode/M106.html
In a large switch-case statement in assembly, where each M command is filtered out, some commands are handled with functions which expect 3 arguments and some expect 2. For the M106 and M107 it should be 3 but the firmware wrongly takes 2.
Apart from the character confusion (Flashforge expects T as index rather than P), when using the T with the original firmware, will therefore not help.
Last week I contacted Flashforge in China to inform them about the issue. I hope they will provide an official fix.