steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

Unable to add accessory #78

Closed thomasknuchel closed 3 years ago

thomasknuchel commented 4 years ago

I have OpenHab and Homebridge on Ubuntu running. I am able to connect via Openhab2-complete. However, I cannot get the assessory added.

[4/25/2020, 10:31:53 AM] [openHAB2-Complete] openHAB host (http://192.168.1.155) is online, now syncing...
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] Syncing all items & types from openHAB
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] 'OpenHAB2 - Complete Edition' plugin loaded - Version 1.1.0
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] ---
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] Loading accessories from configuration, this might take a while...
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] Unable to add accessory Sensibo: Error: Not configuring numeric actor characteristic for Sensibo: Item type was not synced initially and is therefore not available, skipping
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] Unable to add accessory MyPhone: Error: Not configuring binary actor characteristic for MyPhone: Item type was not synced initially and is therefore not available, skipping
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] Syncing all item values from openHAB
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] Finished loading 0 accessories from configuration
[4/25/2020, 10:31:53 AM] [openHAB2-Complete] ---

Json:

    "bridge": {
        "name": "Homebridge B364",
        "username": "0E:18:EB:70:B3:64",
        "port": 51776,
        "pin": "842-71-229"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "platform": "openHAB2-Complete",
            "host": "http://192.168.1.155",
            "port": "8080",
            "accessories": [
                {
                    "name": "Sensibo",
                    "type": "thermostat",
                    "currentTempItem": "SensiboSky"
                },
                {
                    "name": "MyPhone",
                    "type": "switch",
                    "item": "myphone11pro"
                }
            ]
        }
    ]
}

OpenHab: I have named my items in PaperUI, 1:1 as used in item.

Thanks for your help. Thomas

steilerDev commented 3 years ago

Is this problem still persisting?

steilerDev commented 3 years ago

And please post the DEBUG output of homebridge! See: https://github.com/homebridge/homebridge/wiki/Basic-Troubleshooting

thomasknuchel commented 3 years ago

Not persisting. Re-Installation helped.

On 29 Sep 2020, at 15:26, Frank Steiler notifications@github.com wrote:

 Is this problem still persisting?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.