For example, those items do not show up in Home App:
*Switch Wandlampe_Studio "Wandlampe Studio" <light> (F3_Studio, light_studio) ["Switchable"] { mqtt=">[mosquitto:cmnd/wandlampe_studio/POWER:command:*:default],<[mosquitto:stat/wandlampe_studio/POWER:state:default]" }*
*Switch Stehlampe_Studio "Stehlampe Studio" <light> (F3_Studio, light_studio) ["Switchable"] {mqtt=">[mosquitto:cmnd/stehlampe_studio/POWER1:command:*:default],<[mosquitto:stat/stehlampe_studio/POWER1:state:default]"}*
*Switch FF_Living_Light_1 "Licht eins Wohnzimmer" <light> (FF_LivingDining, gLight, light_living, light_EG) ["Switchable"] {mqtt=">[mosquitto:cmnd/licht_wohnzimmer/POWER1:command:*:default],<[mosquitto:stat/licht_wohnzimmer/POWER1:state:default]"}*
*Switch FF_Living_Light_2 "Licht 2 Wohnzimmer" <light> (FF_LivingDining, gLight, light_living, light_EG) ["Switchable"] {mqtt=">[mosquitto:cmnd/licht_wohnzimmer/POWER2:command:*:default],<[mosquitto:stat/licht_wohnzimmer/POWER2:state:default]"}*
*Switch Stehlampe "Stehlampe" <light> (FF_LivingDining, gLight, light_EG) ["Switchable"] {mqtt=">[mosquitto:cmnd/stehlampe/POWER1:command:*:default],<[mosquitto:stat/stehlampe/POWER1:state:default]"}*
*Switch Lampe_Garderobe "Lampe Garderobe" <light> (FF_LivingDining, gLight, light_EG) ["Switchable"] {mqtt=">[mosquitto:cmnd/licht_garderobe/POWER1:command:*:default],<[mosquitto:stat/licht_garderobe/POWER1:state:default]"}*
while these items show up and work flawlessly:
*Switch FF_Sprinkling "Beregnung" <poweroutlet> (FF_LivingDining, gPower) ["Switchable"] { mqtt=">[mosquitto:cmnd/garten/POWER2:command:*:default],<[mosquitto:stat/garten/POWER2:state:default]" }*
*Switch FF_Kitchen_Power "Kaffeemaschine" <poweroutlet> (FF_Kitchen, gPower) ["Switchable"] { mqtt=">[mosquitto:cmnd/ecm/POWER:command:*:default],<[mosquitto:stat/ecm/POWER:state:default]" }*
*Switch FF_Garden_light "Gartenlicht" <light> (FF_LivingDining, gPower) ["Switchable"] { mqtt=">[mosquitto:cmnd/garten/POWER1:command:*:default],<[mosquitto:stat/garten/POWER1:state:default]" }*
*Switch Ladegeraet_Ebike "Ladegerät Ebike" <poweroutlet> (GF_Boiler, gPower) ["Switchable"] { mqtt=">[mosquitto:cmnd/ladegerät_ebike/POWER:command:*:default],<[mosquitto:stat/ladegerät_ebike/POWER:state:default]" }*
*Group:Switch light_EG "Licht Erdgeschoss" <light> ["Switchable"]*
*Group:Switch light_living "Licht Wohnzimmer" <light> ["Switchable"]*
Dont understand this behaviour. When copying the item and playing around with the groups (e.g., FF_LivingDining, gLight, light_living, light_EG), its possible that the item shows up in home app. Any ideas how to solve this problem?
Thanks a lot!