[OBSOLETE] Z-Wave.me, Popp, & Devolo Wireless wall Controller & Key Fob (EU), with button controller dimming apps and CoRE integration

Yes, I have set it up via the iphone, but the buttons seem none responsive on the fob, I also set it up as a simulator in smartthings and it all seems to work? where is your code?

My code is the first post - along with full instructions

I would suggest that you exclude and factory reset the fob first, then follow the instructions in the first post

Ok thanks for that, getting the same result with your code. so steps taken
rest fob - Button 3 - Factory Default Reset. After clicking on button 3 keep button 4 pushed for 4 seconds
press all four buttons then double click is used for network wide inclusion
Fob is found by ST
go to apps and install my apps - Button controller with dimming, double clicks, & click-holds

When I go back to fob and press button nothing is happening not even a light on the fob??

Obviously doing something wrong??

ok - firstly with the factory resetā€¦ you went into management mode first I assume (on the fob by pressing / holding all 4 buttons)?

secondly - when the fob is found by stā€¦ what device does it report it as?

Hi yes management mode by pressing / holding all 4 buttons
then Button 3 - Factory Default Reset. After clicking on button 3 keep button 4 pushed for 4 seconds

Then management mode by pressing / holding all 4 buttons
Then Button 1 - Inclusion/Exclusion: Every inclusion or exclusion attempt is confirmed by hitting this button. Single Click is used for standard inclusion and exclusion, double click is used for network wide inclusion
I use double as single does not seem to find the fob

Comes up as Z-Wave Device
and thatā€™s as far as I get,
Need some guidance after I get this far please.

Roy

Ok gotcha.

Iā€™m assuming that you have already installed the device handler code that you posted above? If so then do this:

Go to the IDE / online management portal - and go to the devices tab, then find your device (whatever you named it), click on it, then click edit, then under the device handler pull down menu select the name of that device handler that you posted above, then save. Then in the app - find the device - the device handler will probably have a button called ā€œconfigureā€ - put your wall controller back into inclusion mode and hit the configure button. If it works youā€™ll see the light on the controller flash green / red a few times. Now your device is set up. To use it (pair it to lights or blinds or whatever you want to use it to trigger) you need to use an app. The app that you posted above should work, so just follow the instructions in the app, whereby you name the automation and then go through each button (1-4) and decide what you would like to happen when you push or hold or double click or click hold any button)

Would be nice to specify on or off rather than toggle.
I want to use a button to turn off all specific lights before i go to bed :slight_smile:

Dear all,
Thank you for extensive info. I have gone through thead and installed device handler in order ton control my ebay purchased POP outlet. Considering it is a second hand, it is probably paired.

I have tried to configure it with ST by pressing on its button 3 times on a row and then launching identification via the ST App, but unsuccessful.

Considering I am new, if anyone has gone through this before. Would it be possible to guide me how to reset the POP outlet as a start ( its document does not explain clearly ( like how many seconds to press).
Any guidance to make it work is welcome :slight_smile:

Thank you !

Pressing 3 times in a row does not sound like the correct procedureā€¦ unless you have a few different device to what this thread is forā€¦ what is the exact device that you have?

1 Like

Hi Adam,
The exact device is : POPP 123597 67F. It is this exact model :

Ok - firstlyā€¦ this device is not relevant to this thread at allā€¦ This thread is for Wall Button controllers!

Anyway - I happen to have a variant of your device so may be able to help - so PM me to continue this conversationā€¦ Try doing a general z wave exclude on that device first

1 Like

I have Schneider/merten connect 2 gƄng Burton and get this fault:
> 30aedbd8-51a7-4458-bc7c-c1ee4d15b686 19:35:06: error groovy.lang.MissingMethodException: No signature of method: script14732684221311574595646.zwaveEvent() is applicable for argument types: (physicalgraph.zwave.commands.basicv1.BasicSet) values: [BasicSet(value: 255)]
> Possible solutions: zwaveEvent(physicalgraph.zwave.commands.basicv1.BasicReport), zwaveEvent(physicalgraph.zwave.commands.batteryv1.BatteryReport), zwaveEvent(physicalgraph.zwave.commands.centralscenev1.CentralSceneNotification), zwaveEvent(physicalgraph.zwave.commands.sceneactivationv1.SceneActivationSet), zwaveEvent(physicalgraph.zwave.commands.securityv1.SecurityMessageEncapsulation), zwaveEvent(physicalgraph.zwave.commands.switchmultilevelv1.SwitchMultilevelGet) @ line 71

Any help?

Just in caseā€¦These devices require two separate pieces of code, as specified in post one of this thread. One is a smartapp and the other is a device type handler.

The error that you posted is often seen if you accidentally post code into the wrong section.

Check to make sure that you pasted the smartapp into ā€œmy smartappsā€ and the device type handler into ā€œmy device handlers.ā€

Yes i dig post in the right Place. That message is what i get when pressing either of the buttons :frowning:

1 Like

Ok wow - this is incredible, I had no idea that Schneider made this z wave product family. I really wish I knew about this before because:

  1. they fit type 2 faceplates
  2. they come with way more control options
  3. they appear to have been going for a while

anyway - to your question. The reason why it does not work is because it will require a custom device handler. It does not work the same way as these Z-Wave.me / Popp / or Devolo switches.

Itā€™s similar, but not the same.

Iā€™d need to get one to make a handler for it.

1 Like

looks like there are some really funky other wall switches they do as part of the rangeā€¦ check this out:

http://katalog.merten.de/merten/liste/systemelektronik/funk-system-connect/funk-system-connect-taster/funk-taster-connect-move-2/

Its not clear if that acts as a dimmer (by twist) as well as pushā€¦ if it did Iā€™d buy one tomorrow

1 Like

Maybe i can help in some way?

Feel free to send me one.!

However I would suggest, considering the cost that you consider just changing to a type 2 switch from this threadā€¦ simply because, they are relatively cheap (about Ā£20-30), they will fit you flush mounted face plate (I assume if you are using the merten) and they are z-wave plus (the latest variant of z-wave) - these schneider ones seem to have been in production for a long time so may use an older version (assumed). There is also not that much info I can find online for them

By contrast these schneider ones are very pricey

UPDATE

DTH v1.7 - 14/09/2016

  • New UI
  • CoRE integration - so now you can do literally anything !

See post 1 for all details

2 Likes

Hi Adam,

I donā€™t seem to get any battery status since the update of the device handler to 1.7

I just get ā€“

I can see that battery is reported as Iā€™m getting ā€œParsed Command: BatteryReport(batteryLevel: 255)ā€ in the logs.

Any ideas?

Tobey