This should get you going.
Uncomment the necessary fields for a 3 phase load.
[{"id":"e4a02e8dd8f25f92","type":"victron-virtual","z":"9f95e47b9a8d70a1","name":"","outputs":1,"device":"acload","default_values":false,"acload_nrofphases":1,"enable_s2support":false,"battery_capacity":25,"include_battery_temperature":false,"battery_voltage_preset":"24","battery_voltage_custom":24,"generator_type":"ac","generator_nrofphases":1,"include_engine_hours":false,"include_starter_voltage":false,"include_history_energy":false,"grid_nrofphases":1,"include_motor_temp":false,"include_controller_temp":false,"include_coolant_temp":false,"include_motor_rpm":true,"include_motor_direction":true,"position":0,"pvinverter_nrofphases":1,"switch_1_type":1,"switch_1_min":0,"switch_1_max":"","switch_1_initial":0,"switch_1_label":"","switch_1_unit":"","switch_1_step":1,"switch_1_customname":"","switch_1_group":"","switch_1_include_measurement":false,"switch_1_rgb_color_wheel":false,"switch_1_cct_wheel":false,"switch_1_rgb_white_dimmer":false,"fluid_type":0,"include_tank_battery":false,"include_tank_temperature":false,"tank_battery_voltage":3.3,"tank_capacity":0.2,"temperature_type":2,"include_humidity":false,"include_pressure":false,"include_temp_battery":false,"temp_battery_voltage":3.3,"x":320,"y":460,"wires":[["93fa80a7081fa9ab"]]},{"id":"93fa80a7081fa9ab","type":"debug","z":"9f95e47b9a8d70a1","name":"debug 7","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":"payload","statusType":"auto","x":520,"y":460,"wires":[]},{"id":"f0a888d88d7bfdd8","type":"inject","z":"9f95e47b9a8d70a1","name":"","props":[{"p":"topic","v":"0","vt":"num"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":350,"y":400,"wires":[["5bd91fdac60b4e2a"]]},{"id":"5bd91fdac60b4e2a","type":"function","z":"9f95e47b9a8d70a1","name":"AC Load","func":"msg.payload = {\n \"/Serial\": 1,\n \"/Ac/L1/Voltage\": 235,\n \"/Ac/L1/Current\": 1,\n \"/Ac/L1/Power\": 200,\n \"/Ac/L1/PowerFactor\": 1,\n \"/Ac/L1/Energy/Forward\": 1000,\n \"/Ac/L1/Energy/Reverse\": 0,\n/*\n \"Ac/L2/Voltage\": 235,\n \"/Ac/L2/Current\": 1,\n \"/Ac/L2/Power\": 200,\n \"/Ac/L2/PowerFactor\": 1,\n \"/Ac/L2/Energy/Forward\": 1000,\n \"/Ac/L2/Energy/Reverse\": 0,\n \"/Ac/L3/Voltage\": 235,\n \"/Ac/L3/Current\": 1,\n \"/Ac/L3/Power\": 200,\n \"/Ac/L3/PowerFactor\": 1,\n \"/Ac/L3/Energy/Forward\": 1000,\n \"/Ac/L3/Energy/Reverse\": 0,\n*/\n \"/Ac/Power\": 200,\n \"/Ac/Energy/Forward\": 1000,\n \"/Ac/Energy/Reverse\": 0,\n};\nreturn msg;\n","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":520,"y":400,"wires":[["e4a02e8dd8f25f92"]]},{"id":"7ce0e879f0fb196c","type":"global-config","env":[],"modules":{"@victronenergy/node-red-contrib-victron":"1.6.56"}}]