dragouf

Results 34 comments of dragouf

ok no problem. Here is the result of the hap-client-tool command in debug : ``` message-socket no connection; let's make one. +0ms hap-client:hap Reusing long-term keys +0ms hap-client:tlv turning 0...

also tried with the dump command : ``` message-socket no connection; let's make one. +0ms hap-client:hap Reusing long-term keys +0ms hap-client:tlv turning 0 into buffer +0ms hap-client:tlv adding 1 bytes...

in case here is what I get with avahi-browse : ``` + wlp1s0 IPv6 Koogeek-P1-C93CAC _hap._tcp local + wlp1s0 IPv4 Koogeek-P1-C93CAC _hap._tcp local = wlp1s0 IPv6 Koogeek-P1-C93CAC _hap._tcp local hostname...

@forty2 thanks for the fix, I tried with `hap-client-tool -c node -p 80 -d 192.168.1.93 pair` and now got this with the fix : ``` message-socket no connection; let's make...

Hi @forty2, no idea about this error ? I wanted to try to debug to but my home computer is not working for the moment...

also, since it will be windows auth of the server in this case you can transfer browser windows user by using impersonation like this : ``` var wi = (WindowsIdentity)context.User.Identity;...

I am currently using the [homebridge-camera-ffmpeg](https://github.com/Sunoo/homebridge-camera-ffmpeg) project to get it working. When someone opens the garden entrance, it triggers a dummy doorbell switch, and I receive a notification with a...

maybe you forgot to do `npm install` before to send folder to lambda

Hi @FlorLouv, Sorry, for the command line the work is not done but the library is fonctionnal. You can use it in your script. You have an example in the...

yes there is a bug with server side processing which reset page setting. I did a quick fix by creating a function to get parameters from url : ``` function...