Z-wave Dimmer controlling Hue Bulb Delay with ZwaveJS2MQTT?

I have a Zooz ZEN27 dimmer, and am using it to control a Hue bulb connected to a lamp in the room via automation. The switch is NOT connected to a load, so strictly being used as a scene controller. When I toggle the switch on or off, there is a 10-13 second delay between pressing the switch and the bulb turning off/on. This delay wasn’t present in the depreciated Z-wave integration (1.4), but when I upgraded to ZwaveJS2MQTT a few months back, the delay appeared. Anyone have any insight? My automation is below

id: '1612663543864'
alias: Office Light Switch
description: ''
trigger:
  - platform: device
    type: turned_off
    device_id: 10c65781715886cf58f35836ad5cdda7
    entity_id: light.office_light_switch
    domain: light
  - platform: device
    type: turned_on
    device_id: 10c65781715886cf58f35836ad5cdda7
    entity_id: light.office_light_switch
    domain: light
condition: []
action:
  - service: light.toggle
    target:
      device_id: 46fd159c3e1fe902c2b497740533fd30
mode: single

Try to re-interview the node.

Thanks, I just tried to re-interview but the problem is still there. Anything else to try or where in the logs I can check anything? I’m not that well versed in the zwave2mqtt platform so not entirely sure where to go