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

Switch from OpenHAB is not synced to Homebridge #117

Closed sven-s closed 4 weeks ago

sven-s commented 1 year ago

Describe the bug The synchronisation from openHAB to HomeBridge does not work immediately. It seams that only after a long time the value is pushed from openHAB to Homekit. The synchronisation from HomeBridge to openHAB works immediatly.

Expected behavior Changing a switch in openHAB (e.g. BasicUI) should immediately change the state in Homekit (HomeBridge).

Configurations

Plugin config:

{
    "platform": "openHAB2-Complete",
    "name": "openHAB2-Complete",
    "host": "http://myOH",
    "port": "8080",
    "accessories": [
        {
            "name": "My openHAB Switch",
            "type": "switch",
            "item": "simple_switch"
        }
    ]
}

openHAB item

Switch                simple_switch                                  "Simple Switch" 

Environment (please complete the following information):

chrisse030 commented 1 year ago

Same here. But not only for switch, also for other items.

sven-s commented 4 weeks ago

I give up and will switch to home assistant