Announcement

Collapse
No announcement yet.

Homekit and Homeseer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Send you all a PM!

    I'm still in a very experimental situation. At least I've the server running (on Windows). I'm able to control 1 device with Siri, but when I add another one, it fails during the pair.

    Regards,

    Erwin

    Comment


      #17
      hi,

      i am also playing with setting this up on windows and raspberry but still missing packages on windows. I have succefully set this up on raspberry and being able to control more than one device succesfully.

      btw i use the eve iphone application

      btw witch nodejs windows installer did you use? i took the x86 but im running 64 bit win7 OS

      I am using this json for testing now

      Code:
      {
          "description": "This is an example configuration file with all supported devices. You can use this as a template for creating your own configuration file containing devices you actually own.",
      
          "accessories": [
             
              {
          "accessory": "Http",
      	"PIN": "031-45-155",
          "name": "Woonkamer Spots",
                  "on_url": "http://xxx/JSON?request=controldevicebyvalue&ref=5357&value=255",
                  "off_url": "http://xxx/JSON?request=controldevicebyvalue&ref=5357&value=0",
                  "brightness_url": "http://xxx/JSON?request=controldevicebyvalue&ref=5357&value=%b",
                  "http_method": "GET"
              },
              {
          "accessory": "Http",
      	"PIN": "031-45-156",
          "name": "VideoCams",
                  "on_url": "http://xxx/JSON?request=controldevicebyvalue&ref=49&value=255",
                  "off_url": "http://xxx/JSON?request=controldevicebyvalue&ref=49&value=0",
      	"brightness_url": "http://xxx/JSON?request=controldevicebyvalue&ref=49&value=%b",
                  "http_method": "GET"
              },
              {
          "accessory": "Http",
      	"PIN": "031-45-157",
          "name": "lamp tafel 2",
                  "on_url": "http://xxx/JSON?request=controldevicebyvalue&ref=7487&value=255",
                  "off_url": "http://xxx/JSON?request=controldevicebyvalue&ref=7487&value=0",
      	"brightness_url": "http://xxx/JSON?request=controldevicebyvalue&ref=7487&value=%b",
                  "http_method": "GET"
              }
      
      
      		
          ]
      }

      where xxx is my ip

      regards

      Bart
      Last edited by bartbakels; August 12, 2015, 06:52 AM.
      Regards Bart
      ------------------------------------------
      Win7 64Bit on Intel NUCI7 with SSD
      HSPRO 3.
      Devices; 1370 Events; 691

      Jon00 Scripts, JowHue, HSTouch, Plugwise, Z-wave, Ultranetatmo, Ultracam, PHlocation, BLUSBUIRT, MeiHarmony, Buienradar, MEiUnifi Pushover 3P, Random, Nest HSPhone and Blueiris

      Visonic Powermax Alarm System (HS3) Interface: http://www.domoticaforum.eu/viewtopic.php?f=68&t=11129

      Comment


        #18
        getting a error that bugnum.node cant found , but its in there and the link is correct... why it cant be found

        i already have nodejs 0.12.7 x64 on pc



        Code:
        C:\homebridge-homeseer>npm run start
        
        > HomeseerHomeKitBridge@0.0.0 start C:\homebridge-homeseer
        > node app.js
        
        Starting Homeseer HomeKit Bridge...
        
        module.js:356
          Module._extensions[extension](this, filename);
                                       ^
        Error: The specified module could not be found.
        C:\homebridge-homeseer\node_modules\HAP-NodeJS\node_modules\srp\node_modules\big
        num\build\Release\bignum.node
            at Module.load (module.js:356:32)
            at Function.Module._load (module.js:312:12)
            at Module.require (module.js:364:17)
            at new require (module.js:380:17)
            at Object.<anonymous> (C:\homebridge-homeseer\node_modules\HAP-NodeJS\node_m
        odules\srp\node_modules\bignum\index.js:4:14)
            at Module._compile (module.js:456:26)
            at Object.Module._extensions..js (module.js:474:10)
            at Module.load (module.js:356:32)
            at Function.Module._load (module.js:312:12)
            at Module.require (module.js:364:17)
            at require (module.js:380:17)
            at Object.<anonymous> (C:\homebridge-homeseer\node_modules\HAP-NodeJS\node_m
        odules\srp\lib\srp.js:2:16)
        
        npm ERR! HomeseerHomeKitBridge@0.0.0 start: `node app.js`
        npm ERR! Exit status 8
        npm ERR!
        npm ERR! Failed at the HomeseerHomeKitBridge@0.0.0 start script.
        npm ERR! This is most likely a problem with the HomeseerHomeKitBridge package,
        npm ERR! not with npm itself.
        npm ERR! Tell the author that this fails on your system:
        npm ERR!     node app.js
        npm ERR! You can get their info via:
        npm ERR!     npm owner ls HomeseerHomeKitBridge
        npm ERR! There is likely additional logging output above.
        npm ERR! System Windows_NT 6.1.7601
        npm ERR! command "C:\\homebridge-homeseer\\\\node.exe" "C:\\homebridge-homeseer\
        \node_modules\\npm\\bin\\npm-cli.js" "run" "start"
        npm ERR! cwd C:\homebridge-homeseer
        npm ERR! node -v v0.10.33
        npm ERR! npm -v 1.4.28
        npm ERR! code ELIFECYCLE
        npm ERR!
        npm ERR! Additional logging details can be found in:
        npm ERR!     C:\homebridge-homeseer\npm-debug.log
        npm ERR! not ok code 0
        Last edited by Malosa; August 13, 2015, 06:15 AM.
        Preferred -> Jon's Plugins, Pushover, Phlocation, Easy-trigger,
        Rfxcom, Blade Plugins, Pushbullet, homekit, Malosa Scripts




        HS3Pro 4.1.14.0 on windows 10 enterprise X64 on hp quadcore laptop 8 GB.

        Comment


          #19
          if u want it correctly to work dont use the eve app , use insteon+ app it detects everything and u can use it on multiple phones / tablets ...

          it even detects if the apps are sync with eve and normal they dont detect ...

          its a much better app then eve and really easy to config in separate rooms , so you can ask like : turn off the little lamp on my desk in the living room ,or turn off the little lamp in my livingroom .

          or ask , are there lights on in my livingroom .
          Preferred -> Jon's Plugins, Pushover, Phlocation, Easy-trigger,
          Rfxcom, Blade Plugins, Pushbullet, homekit, Malosa Scripts




          HS3Pro 4.1.14.0 on windows 10 enterprise X64 on hp quadcore laptop 8 GB.

          Comment


            #20
            Homekit is an universal framework. It doesn't matter which App you're using. However, the implementation of the frameworks differs for each App.

            I agree that Insteon+ is much easier to configure than Eve. Both are free, but Insteon+ requires user registration. The end result for Siri is for both Apps the same. It doesn't matter which App you've used for configuration.

            Note that with IOS 9 (currently Beta) you can share your Homekit configuration between multiple devices. It's using the iCloud Family Sharing feature. It's even possible to give Guests limited access to your devices.

            I believe to have a fully working package now for Windows. It's currently being tested by several users. Please send me a PM if you also want to give it a try. But note that you need some background knowledge of Windows and CMD.exe to get it running.

            Comment


              #21
              Hi,

              I tested it, and I'm really exited. Siri does work perfectly (even in Dutch )

              I intend to create a native HS plug-in based on the bridge made by Erwin.

              I think I can have a first beta by the end of the month....
              Regards,

              Rien du Pre
              The Netherlands
              Using:
              Homeseer PRO latest HS4 BETA on a Raspberry
              Plugin's:
              RFXCOM, mcsMQTT, Z-Wave

              Comment


                #22
                can't wait

                good luck , and take your time !

                Originally posted by Rien du Pre View Post
                Hi,

                I tested it, and I'm really exited. Siri does work perfectly (even in Dutch )

                I intend to create a native HS plug-in based on the bridge made by Erwin.

                I think I can have a first beta by the end of the month....
                Preferred -> Jon's Plugins, Pushover, Phlocation, Easy-trigger,
                Rfxcom, Blade Plugins, Pushbullet, homekit, Malosa Scripts




                HS3Pro 4.1.14.0 on windows 10 enterprise X64 on hp quadcore laptop 8 GB.

                Comment


                  #23
                  if we can decode this one to homeseer , than we are done ,

                  i contacted the script maker and he is building right now an addon for temperature sensors and thermostats..... but we need to recode it for homeseer

                  https://github.com/nfarina/homebridg...ms/Domoticz.js
                  Preferred -> Jon's Plugins, Pushover, Phlocation, Easy-trigger,
                  Rfxcom, Blade Plugins, Pushbullet, homekit, Malosa Scripts




                  HS3Pro 4.1.14.0 on windows 10 enterprise X64 on hp quadcore laptop 8 GB.

                  Comment


                    #24
                    Originally posted by Rien du Pre View Post
                    Hi,



                    I tested it, and I'm really exited. Siri does work perfectly (even in Dutch )



                    I intend to create a native HS plug-in based on the bridge made by Erwin.



                    I think I can have a first beta by the end of the month....

                    Any progress with the plugin?

                    I have the nodejs (x86) installed on my windows 8.1 pc (x64) but can't get any further, I tried installing the tweaked Vera nfarina but I got errors. Should I install the vanilla nfarina? I'll get more time tonight to play.

                    Cheers
                    J

                    Comment


                      #25
                      Originally posted by Skinnez View Post
                      Any progress with the plugin?

                      I have the nodejs (x86) installed on my windows 8.1 pc (x64) but can't get any further, I tried installing the tweaked Vera nfarina but I got errors. Should I install the vanilla nfarina? I'll get more time tonight to play.

                      Cheers
                      J
                      I had issues as well and didn't have the time to investigate. The new homekit based on iOS will be available soon. I think it's better to wait till then.

                      So I need at least 2 months before I will have something stable with enough functionality.
                      Regards,

                      Rien du Pre
                      The Netherlands
                      Using:
                      Homeseer PRO latest HS4 BETA on a Raspberry
                      Plugin's:
                      RFXCOM, mcsMQTT, Z-Wave

                      Comment


                        #26
                        See http://board.homeseer.com/showthread.php?t=177016. User Stipus has created homeseer.js as platform. Now I will try to upgrade my Homebridge installation to the latest version.

                        Comment


                          #27
                          I put together a video and a detailed article on my install of HomeBridge if anyone wants some more help getting it working:

                          My blog article:
                          http://www.thegeekpub.com/4947/use-s...-myq-homeseer/

                          and my YouTube video:
                          https://www.youtube.com/watch?v=bbk_IxHnFog

                          It takes a little patience, but it is definitely worth it. I've got Siri running my whole damn house!

                          Comment


                            #28
                            Hi Mike

                            Great video !
                            And a good blog article!

                            Got iT also working for a while , this version and the version from fraggel , i use them both


                            Regards


                            Originally posted by mike5906 View Post
                            I put together a video and a detailed article on my install of HomeBridge if anyone wants some more help getting it working:



                            My blog article:

                            http://www.thegeekpub.com/4947/use-s...-myq-homeseer/



                            and my YouTube video:

                            https://www.youtube.com/watch?v=bbk_IxHnFog



                            It takes a little patience, but it is definitely worth it. I've got Siri running my whole damn house!





                            Sended from far far away
                            Preferred -> Jon's Plugins, Pushover, Phlocation, Easy-trigger,
                            Rfxcom, Blade Plugins, Pushbullet, homekit, Malosa Scripts




                            HS3Pro 4.1.14.0 on windows 10 enterprise X64 on hp quadcore laptop 8 GB.

                            Comment


                              #29
                              Originally posted by mike5906 View Post
                              I put together a video and a detailed article on my install of HomeBridge if anyone wants some more help getting it working:

                              My blog article:
                              http://www.thegeekpub.com/4947/use-s...-myq-homeseer/

                              and my YouTube video:
                              https://www.youtube.com/watch?v=bbk_IxHnFog

                              It takes a little patience, but it is definitely worth it. I've got Siri running my whole damn house!
                              I followed awesome your tutorial and have been able to control my lights (on and off) with Siri. Thanks for putting the information out there.

                              I haven't been able to get the dimmers to work. The switches aren't recognized as dimmers in MyTouchHome app. I also experimented trying to control my garage doors using the homebridge-httpdoor application, but keep running into a "options.uri is a required argument" error. So my question for your is this... when you say you have Siri running your entire house have you been able to control things such as dimmers, garage door, and alarm system? This seems like a tall order, but perhaps my js knowledge just isn't good enough.

                              Comment


                                #30
                                Yes sir. I have Homebridge connected to all of my lights. I didn't have to do anything special to get the dimmers working, they just worked. I also have my Garage doors working with MyQ, but I am using the liftmaster plugin, rather than httpdoor.

                                Comment

                                Working...
                                X