LZW45 Home Assistant Calculator Issues... Help?

I thought I remembered this method working previously but I’m not having any luck

alias: Bulk Strip With Partial Params
sequence:
  - service: zwave_js.bulk_set_partial_config_parameters
    data:
      parameter: "22"
      value: 10336
    target:
      device_id: be232b75ee6368c299856acad9a301d5
  - service: zwave_js.bulk_set_partial_config_parameters
    target:
      device_id: be232b75ee6368c299856acad9a301d5
    data:
      value: 25443
      parameter: "23"
  - service: zwave_js.bulk_set_partial_config_parameters
    target:
      device_id: be232b75ee6368c299856acad9a301d5
    data:
      parameter: "24"
      value: 257
  - service: zwave_js.bulk_set_partial_config_parameters
    target:
      device_id: be232b75ee6368c299856acad9a301d5
    data:
      value: 65791
      parameter: "30"
mode: single

This script is throwing the error
Screen Shot 2023-11-27 at 10.37.20 PM
I had previously written this “guide” on using multicast to set the LED bar across multiple reds and at that time you could force add parameters to the switch using the bulkset partial param Instant Notifications All Switches Using Multicast on HA - #29 by garymcl
I can’t get it to work this time around, tomorrow I may try creating a custom config as some people did here Instant Notifications All Switches Using Multicast on HA - #29 by garymcl

ALSO, thanks for the great calculators Nathan, I have been using them for years!