Announcement

Collapse
No announcement yet.

Possible to use Micasaverde vera as Zwave conntroller

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

    Possible to use Micasaverde vera as Zwave conntroller

    hi,

    i have a micasa verde vera and wanted to see if i can use that as the zwave controller in homeseer.

    i didnt want to buy an additional controller if i didnt have to.

    any suggestions?
    thanks
    KJ

    #2
    No this isn't possible.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      thanks for the prompt reply.

      Comment


        #4
        Dear Rupp can I use micasaverde controllers as secondery one (first is z-stick)?

        Comment


          #5
          Originally posted by alireza44907 View Post
          Dear Rupp can I use micasaverde controllers as secondery one (first is z-stick)?
          I'm not sure as I know nothing about this controller. If it can become a secondary then it may work.
          💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

          Comment


            #6
            If it work do you think it may control danfoss radiator thermostats?

            Comment


              #7
              Originally posted by alireza44907 View Post
              If it work do you think it may control danfoss radiator thermostats?
              I'm also looking at Danfoss - did you try this?

              Comment


                #8
                i use homeseer and vera together.

                Vera controls only living connect, and i trigger vera scenes from homeseer.

                Simple homeseer script that triggers scene 2 in vera

                Code:
                sub main()
                
                dim page
                
                page = hs.GetURL("http://local-ip","/data_request?id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=2",FALSE,3480)
                
                msgbox page
                
                end sub

                Comment


                  #9
                  Hello

                  i tried this script but it didn't work , any idea how to customise it ? i replaced the local ip with my veralite ip but it didn't work

                  Comment


                    #10
                    Try and get the http command to work in a browser first, then do the script.

                    I have not owned a Vera for years now, so i cant help more.

                    Comment

                    Working...
                    X