Busch-Jaeger Free@Home

I am still struggling with getting the FreeAtHome Binding up and running.

After I managed the bring my Bridge online, I try to setup my thermostats right now.

I configured the bridge in PaperUI, and this is now online. So far so good.

Then I created the things & items file:

freeathome.things:

Bridge freeathome:bridge:dxxxxxxe
{
Thing thermostat ABBxxxxxxxxx_ch0000 [
label = “Thermostat Bad unten, ABBxxxxxxxxx”,
DeviceID = “ABBxxxxxxxxx”,
ChannelId = “ch0000”,
dataPointIdSwitch = “idp0012”,
dataPointIdSwitchUpdate = “odp0008”,
dataPointIdTarget = “idp0016”,
dataPointIdTargetUpdate = “odp0006”,
dataPointIdEcoUpdate = “odp0009”,
dataPointIdEco = “idp0011”,
dataPointIdRoomUpdate = “odp0010”
]}

freeathome.items

//Thermostat Bad unten ABBxxxxxxxxx
Switch thermostatBadunten_OnOff “Thermostat Bad unten Ein/Aus” { channel=“freeathome:thermostat:dxxxxxxe:ABBxxxxxxxxx_ch0000:therm_switch” }
Switch thermostatBadunten_Eco “Thermostat Bad unten Eco Mode” { channel=“freeathome:thermostat:dxxxxxxe:ABBxxxxxxxxx_ch0000:therm_eco_switch” }
Number thermostatBadunten_Temp “Thermostat Bad unten Raumtemperatur” { channel=“freeathome:thermostat:dxxxxxxe:ABBxxxxxxxxx_ch0000:therm_room_temp” }
Number thermostatBadunten_TargetTemp “Thermostat Bad unten Zieltemperatur” { channel=“freeathome:thermostat:freeathome:bridge:xxxxxxe:ABBxxxxxxxxx_ch0000:therm_target_temp” }

The files/models were created successful and items were linked correctly, no obvious errors in the logviewer.
As you can see i tried different options in the channel, with full bridge name and just with the id.

But now i do not get any values to show. Also i do not see any updates of the item in the logviewer.

Did i miss something in the configuration and/or file creation? Is the thing configuration correct?

Thanks once more for your support.

Regards,
Fichte