OpenHAB 2 non Exposes All my files from selected elements .Items give my openHAB Cloud

thanks for the answers, but it still does not work

File .items

Group All
Group g2F (All)
Group g2F_Entrance “Ingresso” <> (g2F)
Group gLights “Luci” (All)
Group gNetwork “WIFI” (g1F)
Group:Switch:OR(ON, OFF) gLights “All Lights [(%d)]” (All)

Switch Light_2F_Stairs “Scala Ingresso Luce” (g2F_Entrance,gTechnicView_Node0,gLights) {souliss=“T11:0:0”, autoupdate=false}
Switch SwitchAutoMode “T12” (g2F_Entrance,gTechnicView_Node0,gLights) {souliss=“T12:0:1:switch”, autoupdate=“false”}
Switch SwitchAutoMode_setup “Auto” (g2F_Entrance,gTechnicView_Node0,gLights) {souliss=“T12:0:1:automode”, autoupdate=“false”}
Switch Light_2F_Stairs_1 “T18” (g2F_Entrance,gTechnicView_Node0,gLights) {souliss=“T18:0:2”, autoupdate=false}
Switch ContattoTest “T13 stato T12” (g2F_Entrance,gTechnicView_Node0,gLights) {souliss=“T13:0:3”, autoupdate=false}

Group gTemperature “Clima Esterno” (All)
Number Temperatura “Temperatura esterna” (gTemperature) {channel=“yahooweather:weather:Italy:temperature”}
Number Umidity “Umidità esterna” (gTemperature) {channel=“yahooweather:weather:Italy:umidity”}
Number Pressione “Pressione esterna” (gTemperature) {channel=“yahooweather:weather:Italy:pressure”}

/* NTP binding demo item */
DateTime Date “Data [%1$tA, %1$td.%1$tm.%1$tY]” { ntp=“Europe/Rome:it_IT” }

Group gDiagnostics “Diagnostica” (All)
Group gNodes_Health “Souliss Stato Salute Nodi” (gDiagnostics)
Number HEALTNode0 “Health Node 0 [%1d]” (gNodes_Health,gTechnicView_Node0) {souliss=“D98:0:998”}

Group gTechnicView “Souliss Vista Nodi” (gDiagnostics)
Group gTechnicView_Node0 “Node 0 : ROW1B1” (gTechnicView)

File openhabcloud.cfg -manuale-

############################## openHAB Cloud Connector #############################

# The URL of the openHAB Cloud service to connect to.
# Optional, default is set to the service offered by the openHAB Foundation
# (https://myopenhab.org/)
#baseURL=

# Defines the mode in which you want to operate the connector.
# Possible values are:
# - notification: Only push notifications are enabled, no remote access is allowed.
# - remote: Push notifications and remote access are enabled.
# Optional, default is ‘remote’.
#mode=

**# A comma-separated list of items to be exposed to external services like IFTTT. **
# Events of those items are pushed to the openHAB Cloud and commands received for
# these items from the openHAB Cloud service are accepted and sent to the local bus.
# Optional, default is an empty list.
expose=ContattoTest