BTT Smart Sensor issues

Hello, When attempting to print with a BTT Smart sensor with this config I get this Error. I am at a loss with this and am looking for some guidance.
Board: BTT Oct V1.1
Firmware v0.11.0-6-g336cc92a

Error:
"The value 'my_sensor' is not valid for SENSOR klipper"

When running Set_Filament_Sensor I receive this error:
"Error on 'SET_FILAMENT_SENSOR': missing SENSOR"

Config:

bigtreetech smart filament sensor

[filament_motion_sensor btt_sfs]
extruder: extruder
switch_pin: !PG15

execute PAUSE immediately after a runout is detected

pause_on_runout: true

A list of G-Code commands to execute after a filament runout is detected. If

pause_on_runout is set to True this G-Code will run after the PAUSE is

complete. The default is not to run any G-Code commands.

runout_gcode:
RESPOND TYPE=error MSG="filament runout!"
M117 filament runout!

Any Help with this would be greatly appreciated!
Was this page helpful?