ISY -> HA not getting button press's

I have an ISY 994 and it use to work great allowing me to trigger HA automations based on button presses. It stopped working and wasn’t that important to me at the time so I let it go. Now it’s becoming more important to me. My HA automations work fine if I trigger them thru the HA UI - turn on kitchen light thru the HA UI, the Hue under cabinet lights turn on. But if I hit the button on the kitchen light nothing.

I’ve upgraded to HA .67 and now ISY 5.0.12C but it would appear I am not alone based on other posts.

I’ve tried both state (which is what use to work)

  • alias: Testing123
    initial_state: True
    hide_entity: false
    trigger:
    platform: state
    entity_id: light.office
    to: ‘on’
    from: ‘off’
    action:
    service: homeassistant.turn_on
    entity_id:
    - light.mom_dads_hue

and event

  • alias: Kitchen_cab_on_hue
    initial_state: True
    hide_entity: false
    trigger:
    platform: event
    event_type: isy994_control
    event_data:
    entity_id: light.office
    control: ‘DON’
    action:
    service: homeassistant.turn_on
    entity_id:
    - light.mom_dads_hue

Is there a fix? if not, is there something that works better than the ISY? I can’t afford to change out all my Insteon switches.

for anyone else - resetting the PLM thru the ISY worked for me.