Search found 3 matches

by bdo
13 Oct 2015 20:37
Forum: Discussions in English
Topic: iOS9 and Homekit
Replies: 55
Views: 86386

Re: iOS9 and Homekit

The OpenWeather app doesn't work for me either, but after removing it, I got an additional error with my Danfoss Living Connect Thermostat. It seems, the bridge can't handle the battery device of the thermostat. Here's the config entry in automation/storage: "ZWayVDev_zway_3-0-128":{"...
by bdo
13 Oct 2015 19:33
Forum: RaZberry
Topic: Enable HomeKit and Auth Code for RaZberry
Replies: 38
Views: 42206

Re: Enable HomeKit and Auth Code for RaZberry

When I try to add the razberry to homekit, I get the following error (after entering the PIN): “The requested change is higher then the highest possible option” Any idea? Razberry v2.0.1 release You probably got a multi-level sensor with values > 100. It seems that HomeKit doesn't support e.g. Powe...
by bdo
13 Oct 2015 18:45
Forum: RaZberry
Topic: Enable HomeKit and Auth Code for RaZberry
Replies: 38
Views: 42206

Re: Enable HomeKit and Auth Code for RaZberry

Looks like you're right: the code in automation/modules/HomeKitGate/index.js looks like this: else if (deviceType == "switchBinary") { var serviceUUID = HomeKit.Services.Lightbulb; var service = accessory.addService(serviceUUID, "Binary Switch"); m.level = service.addCharacterist...