Fibaro problems in automation

Get this problem when i try to switch off a unit thrue HA -> HC2

Code:

  • id: ‘1574157341401’
    alias: Stänga av “Pure Air Zone Headboard”
    description: ‘’
    trigger:
    • entity_id: cover.rullgardin_sovrummet_2
      from: closed
      platform: state
      to: open
      condition: []
      action:
    • data:
      fibaro_id: 629
      service: switch.turn_off

Is it correct way to use fibaro_id with service?

Best regards!

Please format your code with the </> button, it’s very hard to read without it.
A cursory glance tells me that (I think) your issue lies with the fibaro_id: it should be (say) entity_id: switch.myswitchformythingy
But you are interacting with HA and hc so I’m not certain. Is the node registered with hc and you are using HA to switch it ?
Why run both hc AND HA?

Hi,

Thanx, it’s solved the issue! I check the manual :joy: but i miss understood:

Why i use HC2 and HA is bcoz i had HC2 before and all my units paried, (I should to switch to only HA) Switch to HA bcoz the IKEA intergration and so on :wink:

Best Regards!