Announcement

Collapse
No announcement yet.

Anyone up for Zigbee testing?

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

    Anyone up for Zigbee testing?

    We're close to releasing the beta for our enhanced Zigbee plugin. The plugin is designed to work with the Nortek HUSBZB-1 dual Zigbee / Z-Wave stick

    Tested products so far:
    Manufacturer Model Type Tested By
    CREE BA19-08027OMF LED bulb HomeSeer
    EWelink SA-003 Plugin outlet Bigstevep
    GE A19 LED bulb HomeSeer
    3A Smart Home GmbH 3A12S-15 RGB Controller HomeSeer
    SmartThings GP-U999SJVLBAA MultiSensor HomeSeer
    SmartThings GP-U999SJVLDAA Plugin outlet HomeSeer
    SmartThings GP-U999SJVLEAA Button HomeSeer
    SmartThings GP-U999SJVLCAA Water sensor HomeSeer
    SmartThings GP-U999SJVLAAA Door/Window Sensor HomeSeer
    Sylvania GardenSpot mini led Led multicolor light HomeSeer
    If you already have Zigbee devices and would like to give it a whirl, please post to this thread. Let us know what you have.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    #2
    Hi Makro...

    I'd love to give it a go... I do have that USB dongle already.

    My Zigbee devices are:

    Smartthings Arrival Sensor v4: F-SS-PRES-001
    Smartthings Motion Sensor: GP-U999SJVLBAA
    Smartthings Plugin outlet: GP-U999SJVLDAA
    Smartthings Button: GP-U999SJVLEAA
    Smartthings Door/Window Sensor: GP-U999SJVLAAA

    And last but really NOT least: A Generic Zigbee On Off Controller (like a sonoff):

    Click image for larger version

Name:	images.jpg
Views:	1315
Size:	27.2 KB
ID:	1374772

    The handler for the above in hubitat is (in case it is helpful)

    /**
    *
    * Driver for Chinese 'Zigbee ONOff Switch'
    * made by 'SZ' this is actually sold as a 'Lamp_01' model
    * but is, in effect, a zigbee relay switch
    *
    * Hacked together and cleaned up from a driver example by Robin Winbourne
    *
    * Cobra
    *
    *
    *
    */


    metadata {
    definition (name: "Zigbee OnOff Switch", namespace: "Cobra", author: "Andrew Parker") {

    capability "Configuration"
    capability "Switch"
    command "toggle"

    fingerprint profileId: "0104", inClusters: "0000, 0003, 0004, 0005, 0006", outClusters: "0000", manufacturer: "SZ", model: "Lamp_01", deviceJoinName: "Zigbee OnOff Switch"
    }
    }


    preferences {

    input name: "logEnable", type: "bool", title: "Enable debug logging", defaultValue: true
    input name: "txtEnable", type: "bool", title: "Enable descriptionText logging", defaultValue: true

    }



    def initialize(){
    configure()

    }

    def logsOff(){
    log.warn "debug logging disabled..."
    device.updateSetting("logEnable",[value:"false",type:"bool"])
    }

    def updated(){
    log.info "updated..."
    log.warn "debug logging is: ${logEnable == true}"
    log.warn "description logging is: ${txtEnable == true}"
    if (logEnable) runIn(1800,logsOff)
    }



    def parse(String description) {
    if (logEnable) log.debug "description is $description"
    def event = zigbee.getEvent(description)
    if (event) {
    sendEvent(event)
    if (txtEnable) log.info "Switching $event.value"
    state.onoffNow = event.value
    if (logEnable) log.debug " evt = $state.onoffNow" // debug testing
    }
    else {
    if (txtEnable) log.info "Unhandled data from device : $description (Nothing to worry about here)"
    def mydata = (zigbee.parseDescriptionAsMap(description))
    if (logEnable) log.debug "$mydata"

    }
    }


    def toggle(){
    if (txtEnable) log.info "Toggle called..."
    if (state.onoffNow == 'on'){
    if (logEnable) log.debug "Switch is currently on so I'm turning it off"
    off()
    }
    else{
    if (logEnable) log.debug "Switch is currently off so I'm turning it on"
    on()

    }
    }



    def off() {
    zigbee.off()
    }

    def on() {
    zigbee.on()
    }


    def configure() {
    if (logEnable) log.debug "Configure"
    zigbee.onOffConfig() + zigbee.onOffRefresh()
    }

    KR

    PP

    Comment


      #3
      Sure I'll help out Beta testing a plugin for you. I have a Nortek HUSBZB-1 (tested MQTT with it) laying around here and I use a lot of Zigbee stuff I just connect them to HS using the Hubitat plugin. I would rather use them locally and skip the cloud to cloud Hubitat to HS connection if possible. I use all the Smartthings you have above and I use a lot of the Iris Iris Motion Sensor 3326-L. Also I use Smartthngs Multi Sensor GPU999SJVLAAA, Centralite 3-Series Model 3210-L (Zigbee Switch with Zwave repeater) Zooz and GE Switch and Dimmers etc. to name just a few. I have a lot of Zigbee stuff laying around here especially the Iris stuff (I buy motion sensors, contact sensors typically for $3-$5 each on fleebay) along with other Zigbee switches etc. so I could build a decent Zigbee Mesh network with them for testing. Anyway let me know.

      Comment


        #4
        Any chance of Axis Gear control?
        https://www.helloaxis.com/

        Comment


          #5
          Zigbee 3.0 devices should work by default but may need some tweaking and testing. I don't think we've 'cracked the code' yet on the old IRIS devices... if someone has the inside scoop on those, please share.
          💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

          Comment


            #6
            I’ll test. I have a nortek stick

            Sylvania Plug
            SmartThings Motion Sensor
            Sylvania (Centralite) Motion Sensor
            Iris Gen 2 (Centralite) Motion Sensor
            Iris 2nd gen plugs
            Iris Contact Sensor
            Orbit Zigbee Water Valve

            Comment


              #7
              OK guys... jump in! https://forums.homeseer.com/forum/de...in-now-in-beta
              💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

              Comment


                #8
                Any chance of Axis Gear control?
                https://www.helloaxis.com/

                Comment


                  #9
                  Originally posted by Demusman View Post
                  Any chance of Axis Gear control?
                  https://www.helloaxis.com/
                  Is it a Zigbee 3.0 device? If so, it might just work. Anyway, the purpose of this thread is to get a little help testing things. If you have one of these and would like to test it, please jump in!
                  💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

                  Comment


                    #10
                    Originally posted by macromark View Post

                    Is it a Zigbee 3.0 device? If so, it might just work. Anyway, the purpose of this thread is to get a little help testing things. If you have one of these and would like to test it, please jump in!
                    I still have the Osram Lightify hub. Does it still work with the driver? Saw on one of the links you posted that the driver supports 2 hubs but you're saying just the one here.

                    Comment


                      #11
                      Hello there...

                      So far... not good...

                      Tried with two devices and none of them works.. but both are recognized though... that's a start

                      For what is worth:


                      Samsung Arrival Sensor v4:

                      Click image for larger version

Name:	Screen Shot 2020-04-03 at 18.29.44.png
Views:	1127
Size:	13.9 KB
ID:	1374888
                      One identical to the above:
                      Click image for larger version

Name:	Screen Shot 2020-04-03 at 18.29.51.png
Views:	1122
Size:	31.2 KB
ID:	1374889

                      Now the Door/window multisensor:
                      Click image for larger version

Name:	Screen Shot 2020-04-03 at 18.30.01.png
Views:	1130
Size:	42.9 KB
ID:	1374890
                      The above looks good but... won't update while closed or open... will always look as closed...

                      Now from the logs:

                      Click image for larger version

Name:	Screen Shot 2020-04-03 at 18.31.18.png
Views:	1136
Size:	319.4 KB
ID:	1374891


                      Tomorrow will test the rest..

                      KR

                      PP







                      Comment


                        #12
                        Added a few Devices and they seem to work ok-- I'm getting quite a few errors in the Logs.

                        Sylvania Outlet
                        Smartthings Moisture Sensor

                        Comment


                          #13
                          Great to see folks diving in. Thanks! If you discover products that work OK, please add them to this thread and we'll add them to the compatible problems list.

                          On the other hand, if you have issues with products, please post a separate thread that includes the product you tried, the results and (if possible) screen shots of the device page and/or any errors in the log. - Thanks!
                          💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

                          Comment


                            #14
                            Originally posted by ppespepe View Post
                            Hello there...

                            So far... not good...

                            Tried with two devices and none of them works.. but both are recognized though... that's a start

                            For what is worth:


                            Samsung Arrival Sensor v4:

                            Tomorrow will test the rest..

                            KR

                            PP
                            Thanks - Please post a separate thread that includes the brand and the model of the products you're testing, and the results.
                            💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

                            Comment


                              #15
                              Wil test when hs4 release. I have this dongle here.

                              But what i have here is lot of philips hue bulbs and the keypad + hue motion sensors
                              lot's of xiaomi sensors.

                              For now ...deconz is really stable.

                              Question: Will the zwave ship fw inside the dongle be up to date? And will we be able to save and RESTORE the zave network with that dongle? I saw in your notes that there is anothe dongle avilable , what is it?

                              - Will the zigbee dongle support ota update?

                              Comment

                              Working...
                              X