Control the fan from a script in RouterOS 7.1(*) on RB493G

Hello everyone, I updated the operating system on my rb493g to router 7.1 (exactly the same as in 7.1.3) and the following scripts stopped working for me:

/system health get active-fan
/system health set use-fan="auxiliary"

What is interesting :open_mouth: is that now these items are simply not in the section in which they were before:

/system/health> /system health print
Columns: NAME, VALUE, TYPE
#  NAME         VALUE  TYPE
0  voltage      13.3   V   
1  temperature  50     C   
2  fan1-speed   0      RPM

Please tell me how can I control the fan from a script in RouterOS 7.1 on RB493G? Thanks.

Have you tried:
"
system/health/settings/get active-fan
system/health/settings/set use-fan=auxiliary
"

Great Thanks! All work fine :smiley:

For check in console:

:put [system/health/settings/get active-fan];

Hello,

I am not feeling the command above is changing anything. I need a solution my fans will not run on full speed because of these wrong sfp-module-temperature.
mikrotik_overheated_sfp_dac_2023-08_#2.png
Have anybody an idea?

Yes, open your own topic, this is about 7.1 and 7.10 act differently.