Automation seems to keep working while the automation is deleted

I was playing around with automations and tried switching off of the hot water storage charging + sending a notification based on the condition power consumption on the P1 smart meter above x.

The condition triggered ok because I received the notification but the command to the ebusd device did not seem to change the state of the device. So I initially disabled the automation. After some hours I noticed that another ebus device was switched off every 15 minutes, and switched back on after 4 minutes.

So I tought I made some mistake and removed the automation, restarted the ebus deamon, even restarted the Raspbery Pi multiple times, but the strange thing is that the symptoms are reappearing when the deamon is started/running.

Looks like the ghost automation that is still running, I searched thru logs and states but I have no clue what/where to look for.

Does it still exist in the automations.yaml?

➜  homeassistant cat automations.yaml 
- id: '1708024204017'
  alias: New automation
  description: ''
  trigger:
  - type: temperature
    platform: device
    device_id: c8cc50d101741f672fefb120b9a1d33f
    entity_id: 1ce61b38cb9446ce7b31400244cbc6d1
    domain: sensor
    above: 50
  condition: []
  action:
  - device_id: c8cc50d101741f672fefb120b9a1d33f
    domain: water_heater
    entity_id: 2da084326efee9df16c88227bd182f81
    type: turn_off
  mode: single
➜  homeassistant 
type or paste code here

I’ve created the ‘new automation’ to be able to see where the automations are visible or traceable, the old one does not exist.