[OBSOLETE] Jasco/GE Motion Switch 26931

I changed it via the smartapp…just changed one setting 1 minute on the timeout duration…

this is really way too cool! no more button presses to change configuration…

Wondering if there’ve been any changes to the other dth that apply to this one? I noticed it doesn’t seem as if the motion sensor is responding in the tile section, other than that everything seems OK! :slight_smile:

I have been updating them both at the same time until today. I did quite a bit of work on the dimmer that will also need to be done on the switch. I did order one of the switches though, so I’ll probably wait until that is here to release any more for the switch. That way I can test it a little before posting.

@mlebaugh - Thanks for taking on the development of the DTH for this gem. I want to add a few around the house once it is working fine but for now I am having a few issues…

  1. I can’t get it to pair in secure mode. I do not have many plugged in Zwave Plus devices at this time so I wonder whether it needs a direct connection to the hub in order to connect in secure mode… If so, I wonder if adding a few other Zwave plus devices between the hub and this motion switch will help. It is not practical to pair it next to the hub… even though I could do it.

  2. I use Leviton Vizia RF+ switches and they all report heir status pretty much immediately. This motion switch is not updating its status unless I click on the refresh button. I am guessing this is just due to Alpha code. If it doesn’t update immediately it will be a deal breaker for me so I am waiting on this to be figured out before buying more.

  3. It doesn’t appear that the configuration settings are working correctly. This is what the log shows when I press “Configure”:

3:10:21 PM: debug Parse returned Garage Light 2 indicator status is when on
3:10:21 PM: debug Parse returned Garage Light 2 indicator status is when off
3:10:20 PM: debug Parse returned Garage Light 2 indicator status is when off
3:10:20 PM: debug Parse returned Garage Light 2 indicator status is when on
3:10:19 PM: debug Parse returned Garage Light 2 indicator status is when on
3:10:19 PM: debug Parse returned Garage Light 2 indicator status is when off
3:10:15 PM: debug Updating Switch Settings

  1. The motion sensing doesn’t appear to work other than locally turning on the load. What I mean is that the hub is not informed of any movement but the lights do go on.

All of these items except #1 are likely due to the fact that I don’t have a simple switch yet to test with. I should have one this weekend to mess with.

The last 2 (#3 and #3?) are for sure due to that. I’ve fixed those issues on the dimmer side.

Number 2 is likely because I started with some code for a non zwave plus switch which did not have instant status. I did see that another forum member had a regular (non motion) he zwave plus switch DTH that I was going to use as a base.

1 Like

Got the switch in today. Added the zwave fingerprint, motion and updated the preferences. The newest version is in the initial post.

I was also able to add button push events for the device thanks to the work for the regular GE plus switches that @nuttytree has done over here. I plan to try to merge in the association groups as in the other device handler soon.

Thanks for the update! I get back home tomorrow and I’ll try to d/c and repair them to see if I can get caught up. I’ll let you know.

Reset, repaired, works great - two thumbs up :slight_smile:

1 Like

One thing I noticed - trivial really, is that toggling the recycle time (whatever that turns out to be) doesn’t appear to modify the setting.

Note that it’s still reporting as 20s, despite being disabled. I’ve tested it at various settings, reconfigured and all the normal approaches, and it still reports as 20s.

Yes I’ve noticed this too. I cant seem to figure out why the configuration isn’t taking. I did confirm the command is being sent, but it doesn’t seem to modify the setting on the switch.

It’s weird, because I don’t remember seeing that ability, whatever it is, in the documents. Maybe it’s going to take a firmware update?

I excluded mine and included it back again more than once but it still fails to work properly. When motion turns on the light, no event is reported and the ST app doesn’t reflect any change. If I press the refresh button the on/off status updates and under Recently I see all the configs settings scroll by as if I had just updated them.

When some say they are resetting the switch, are they pressing any of the buttons in some special way to wipe any previous configuration? Sorry… I lost my instructions.

I simply unpaired, and then repaired. It automatically identified using the current dth posted above.

@Nhaley - under Recently in the ST app do you see any motion events? How long does it take ST to notice of any changes - motion / on / off?

Yep, it’s near instantaneous.

@Nhaley - Would you mind checking whether your switch paired in secure mode? I believe you can check in the IDE under Raw Description. I believe it would say zw:Ls for secure and like in my case just L for insecure. I am not sure why it is not connecting in secure mode in my case. I am guessing it cannot reach the hub directly and I do not have enough zwave plus repeaters in between. If anyone can confirm this might be the case it would help…

@Nhaley - Is your switch close to the hub or do you have other zwave plus repeaters in between that may be relaying the secure messages?

zw:L type:1001 mfr:0063 prod:494D model:3032 ver:5.28 zwv:4.05 lib:03 cc:5E,72,5A,73,27,25,2B,2C,70,86,71,60,8E,85,59,7A,56 role:05 ff:8700 ui:8700 ep:[‘1001 5E,59,25,20’, ‘0701 5E,59,71’]

Thank you for helping me figure out why mine is not working.

Here’s what I’ve got:

zw:L type:1001 mfr:0063 prod:494D model:3032 ver:5.28 zwv:4.05 lib:03 cc:5E,72,5A,73,27,25,2B,2C,70,86,71,60,8E,85,59,7A,56 role:05 ff:8700 ui:8700 ep:[‘1001 5E,59,25,20’, ‘0701 5E,59,71’]

Looks identical to yours.

Mine is about 25’ from the hub, line of sight, but there are a couple zwave devices in between.

edit: I’ve gone through a network repair without incident…

I wonder what the configuration button on the left side of the top button (only visible without the wall plate). I did not find any explanation for it on the instructions however when I try to pair the switch it seems to only become visible to ST once I press that button even though I believe the instructions just say to press either the top or bottom buttons.

It’s there in the manual - it handles occupancy/vacancy/manual adjustments per the manual (see configuration button H).

@Nhaley I’ve managed to get reset cycle setting to work. It changes the amount of time between when motion is detected and when it reports back. I’ll get that in the next update once I clean all the changes up.