hatasmota icon indicating copy to clipboard operation
hatasmota copied to clipboard

iFan03 shows boolean actions for light and fan with same name in visual editor

Open GsakuL opened this issue 2 years ago • 0 comments

This is "just" a visual issue. Functional it all works.

As per tasmota instructions I added my iFan03 via TasmotaDiscovery (SetOption19 0) and used the Tasmota Integration. The device is picked up correctly, and I see all entities. Yet when making an automation and selection Action->Device->[the iFan] i get the options off/on/toggle twice: once for the fan and once for the light, with the exact same name: image

The first triplet seems to be always for the fan, as i amused from the device overview: image

It is obvious in the YAML editor only (see below). For someone using the visual editor not so much (refer to first image).

...
    sequence:
      - type: toggle
        device_id: 3ee2e1fa9c95a0bf51c0b18114430e99
        entity_id: light.ifan03
        domain: light
...

My 'Config -> Other' Setup on the iFan itself: image

'Config -> MQTT' image

GsakuL avatar Jun 04 '22 18:06 GsakuL