snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

HomeKit Sensor Status #193

Closed CyberChris79 closed 3 years ago

CyberChris79 commented 3 years ago

Hello,

when i open a window and my HomeKit App is open, the status does not update. Only when i close the HomeKit App and open it again, the new status is shown.

How can i fix that issue?

Thanks a lot

Christian

snowdd1 commented 3 years ago

Without knowing the configuration of both KNX devices and homebridge-knx I can only guess:

The address you put into listen is not an active feedback but "query only" and requires a read request on the bus - that is what homebridge-knx does upon starting up, but not frequently. Use ETS to configure the sensor to send active status notifications, and use that address in listen.

As I said, my best guess.

CyberChris79 commented 3 years ago

Hello Raoul,

thank you for your fast answer. I could fix this, so you can close the Issue.

Greetings Christian