Robert Klep

Results 672 comments of Robert Klep

Maak je gebruik van een nieuwe Homebridge configuratie, of heb je de oude gebruikt? In het laatste geval zou er misschien iets kunnen zijn "blijven hangen" waardoor iOS het commando...

Dat laatste zou je wel kunnen proberen, ja. Ik snap ook niet precies wat er gebeurt, het lijkt alsof iOS in de war is.

Als je een nieuwe naam/username/port/pin hebt geconfigureerd ziet iOS dat als een nieuwe installatie, dus ik denk niet dat het opnieuw opzetten van Hoobs iets zal oplossen :( Ik weet...

Try with this: ``` $ sudo npm i kaku-rpi -g --unsafe-perm ```

Instead of a numerical address, try using one of `A, B, C, D`, for instance: ``` kaku 37 A 0 1 ``` I don't know the ACD-200, perhaps it's an...

@rickb100 thanks for the update! I don't know why it doesn't work on the Pi Zero (although I've never tried myself so not sure if it's supposed to work on...

The suggested JSON should be added to an already existing `config.json` file, it's not valid standalone. Here's an example merging the Homebridge [sample configuration file](https://github.com/nfarina/homebridge/blob/master/config-sample.json) and the `homebridge-klikaanklikuit` configuration: ```...

@rcuijpers the JSON is valid, so what exactly does Homebridge break on?

@rcuijpers oh okay 👍🏻 Here's an example: ``` { "bridge": { "name": "Homebridge", "username": "CB:22:3D:E2:CE:31", "port": 51826, "pin": "033-44-254" }, "accessories": [ { "accessory": "NefitEasy", "name": "NefitEasy", "options": { "serialNumber":...