dvdgeisler
dvdgeisler
Without having actually tested it, I would tend to say that this is quite atypical. The IKEA-App interfaces the Dirigera's Rest-API in the same way and may receives state changes...
Unfortunately, the motion sensor does not work for me either... It has the attribute "isOn", whose status is reported to HA. However, for my sensor, it is always set to...
Is there any chance to write an client to operate the HomeKit interface?
Controllers have that capabilities as well, e.g.: ```json { "id": "26d8025a-1b5b-4248-991b-f85b250d6199_1", "type": "controller", "deviceType": "lightController", "createdAt": "2022-11-02T21:15:16.000Z", "isReachable": true, "lastSeen": "2022-11-10T03:05:55.000Z", "attributes": { "customName": "Remote", "model": "Remote Control N2", "manufacturer":...
I am currently working on a Homekit interface. Even if Home Assistant already provides this feature. However, I myself don't use Home-Assistant (except to test stuff in this project). HAP-Java,...
Thanks for sharing! To get you right: you are struggling with your JRE or with this Java-Client? Best, David