openhab-core icon indicating copy to clipboard operation
openhab-core copied to clipboard

Inconsistency when sending ON/OFF command to groups

Open TheNinth7 opened this issue 2 years ago • 3 comments

When sending a command to a group with Member Base Type = None, it only works if the group contains only members of type Switch. If it contains a single item of another type, it will not work. However, if Member Base Type = Switch it works even if the group contains members of other types.

Tested this with groups of type Location, an Item of type Equipment/String and items of type Equipment/Switch.

The script I used was prepared via UI with the following action:

actions:
  - inputs: {}
    id: "2"
    configuration:
      itemName: EG
      command: OFF
    type: core.ItemCommandAction

TheNinth7 avatar Dec 29 '22 02:12 TheNinth7

This issue has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/update-status-of-group-members/142601/8

openhab-bot avatar Dec 29 '22 02:12 openhab-bot

I guess this issue is not binding specific and should be transfered to the core repository

lsiepel avatar Jun 16 '24 08:06 lsiepel

Perhaps @J-N-K, @wborn or @kaikreuzer can help transferring this issue?

jlaur avatar Jun 16 '24 09:06 jlaur