BTICINO Integration

Hi everyone.

I’m pretty new in HA and have an existing BTICINO Bus that I want to integrate. So far I was able to install Sdomotica BTicino MyHomes SCS and have the gateway running.
No I’m struggling with the addresses f.e. the light bulbs. According to MyHome App that one in the office should have 42. But it won’t work. Any advice or suggestions?
Actor is an F411/2

The code that I implemented is:
“bridge”: {
“name”: “HomebridgeSdomoticatrie”,
“username”: “CC:22:3D:E3:CE:77”,
“port”: 51826,
“pin”: “031-45-154”
},

"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",

"accessories": [
],

"platforms": [
    {
        "name": "Config",
        "port": 8581,
        "platform": "config"
    },
	
{
        "platform": "MyHome2",
        "name": "MyHome2",
        "host": "127.0.0.1",
        "port": "3002",
        "password": "12345",
        "url": "http://127.0.0.1:3000",
        "log": "0",
        "source1": "Radio",
        "source2": "Radio Dab",
        "source3": "MediaPlayer Spotify",    
        
     "accessories":[
		{"type":"Lightbulb", "name": "Büro", "address": "42", "can_dim": false},

thanks for your help
Thomas

solved the issue by redoing the ground settings exactly as described by Sdomotica