Search found 9 matches

by S'pht'Kr
17 Jan 2016 08:19
Forum: Discussions in English
Topic: Problem after update with probeTitle in api
Replies: 1
Views: 4310

Re: Problem after update with probeTitle in api

*bump*

I'm the developer of the integration luxus is referring to...anything on this? I actually don't see anything in the developer documentation on `probeTitle` or `probeType`, but this seems to have changed in 2.2. Is the former being deprecated in favor of the latter?

Thanks...
by S'pht'Kr
08 Nov 2015 16:45
Forum: Discussions in English
Topic: ZME_WALLC button presses in vDev interface?
Replies: 3
Views: 3233

ZME_WALLC button presses in vDev interface?

Hi, Question: Is there an existing way to wire up a switch device like the ZME_WALLC or an Aeon Labs key fob to the vDev interface, such that you can see button presses or state changes, without it controlling an actual, physical device? I had previously assumed that the switch itself would show up ...
by S'pht'Kr
12 Sep 2015 16:18
Forum: RaZberry
Topic: HomeKit debugging/development
Replies: 12
Views: 12005

Re: HomeKit debugging/development

Hmm...well, I'll be interested to see the changes when they make release, but I've already made a good bit of progress on the Homebridge module and I'm already running Homebridge anyway to support my garage door opener and Yamaha AVRs (another module I wrote). Oh, and I'm running it on a Mac Mini, n...
by S'pht'Kr
12 Sep 2015 16:12
Forum: Discussions in English
Topic: 2.1.1 Changelog?
Replies: 5
Views: 6840

Re: 2.1.1 Changelog?

Yep, Homebridge should work with iOS 9.
by S'pht'Kr
09 Sep 2015 22:01
Forum: RaZberry
Topic: HomeKit debugging/development
Replies: 12
Views: 12005

Re: HomeKit debugging/development

Jeff, I'd kind of moved on to a different approach--I'd discovered Homebridge and since it solved a more general need (and already had a module that worked with my garage door opener) I started writing a ZWay server interface module for that. It's getting a lot closer to being ready to merge, hopefu...
by S'pht'Kr
07 Sep 2015 21:53
Forum: Discussions in English
Topic: 2.1.1 Changelog?
Replies: 5
Views: 6840

Re: 2.1.1 Changelog?

Ah, great, I see...for the most part 2.0.2 became 2.1.1. Thanks! Mainly interested in what was going to break my client--for instance the "auth added on all http requests" is something I'll have to look out for. I'm building a better HomeKit integration via Homebridge, for the curious. Whe...
by S'pht'Kr
06 Sep 2015 07:50
Forum: Discussions in English
Topic: 2.1.1 Changelog?
Replies: 5
Views: 6840

2.1.1 Changelog?

Not sure what happened to 2.0.2, but apparently 2.1.1 is released...Can you tell us what has changed? Working on code that uses the vDev API so I'd REALLY like to know!
by S'pht'Kr
16 Aug 2015 21:05
Forum: Discussions in English
Topic: Unexpected result when changing thermostat temp via URL
Replies: 1
Views: 3330

Unexpected result when changing thermostat temp via URL

Working on some code that sets values via http calls to /ZAutomation. I can get lights and dimmers to work as expected, but if I do: http://name.local:8083/ZAutomation/api/v1/device-id/command/exact/21 The thermostat in zway flips out...it reports null or 0 as its setting in json results and shows w...
by S'pht'Kr
20 Mar 2015 22:42
Forum: RaZberry
Topic: HomeKit debugging/development
Replies: 12
Views: 12005

HomeKit debugging/development

I'm looking to do some debugging and probably contribute some code to the HomeKit module, but I'm just digging in and am confused about a few things: I see the automation/modules/HomeKitGate/index.js, and can understand what's going on there. But I also see modules/modhomekit.so, which is an ELF lib...