Page 2 of 2

Re: Module PoppKeypad doesn't work

Posted: 23 Sep 2019 10:40
by añep
piet66 wrote:
27 Aug 2019 16:12
Hi,
tried to make my Popp keypad run. But I can't manage it:

1. The module requires the input of the chosen keypad, but the enum menu remains empty. Reason I think: there's no device 'devices_sensorBinary:tamper' created. Exchanged in module.json "namespaces:devices_sensorBinary:tamper:deviceId" by "namespaces:devices_battery:deviceId" to be able to select the battery device of my keypad.

2. After storage of the config message 'Something went wrong'.
Log-messages:
[2019-08-27 14:31:27.962] [core] Notification: error (core): Cannot instantiate module: PoppKeypad: TypeError: Cannot read property 'data' of undefined
[2019-08-27 14:31:27.971] [core] TypeError: Cannot read property 'data' of undefined
at ZWave.dataBind (automation/modules/ZWave/index.js:3804:83)
at AutomationController._dataBind (automation/modules/ZWave/index.js:208:9)
at AutomationController.EventEmitter.emit (automation/lib/eventemitter2.js:322:33)
at automation/userModules/PoppKeypad/index.js:71:37
at PoppKeypad.zwayReg (automation/userModules/PoppKeypad/index.js:78:19)
at PoppKeypad.init (automation/userModules/PoppKeypad/index.js:122:18)
at AutomationController.instantiateModule (automation/classes/AutomationController.js:498:13)
at AutomationController.createInstance (automation/classes/AutomationController.js:936:17)
at ZAutomationAPIWebRequest._.extend.createInstance (automation/ZAutomationAPIProvider.js:1333:31)
at ZAutomationAPIWebRequest.ZAutomationWebRequest.handleRequest (automation/WebserverRequestRouter.js:263:35)

What can I do to get the keypad work?


The same problem here. In v2.3.8 it's ok, but v3.0.0 interview problem in secure mode, never 100%. I only interview completed with no secure mode inclusion, but Popp KeyPad App no display device to select. In Network -> Neighbors does not appear.

Firmware
Library Type: Static Controller
SDK Version: 6.81.01
Serial API Version: 05.36

Software Information
Version number: v3.0.0
Compile-ID: 146fa9b44605907737b17032131987cab573da1f
Compile-Date: 2019-07-18 02:13:01 +0300

UI
UI version 1.5.0
Built date 18-07-2019 01:48:51

Re: Module PoppKeypad doesn't work

Posted: 23 Sep 2019 16:10
by piet66
Hi,
as I already told I finally managed it to run.

Some hints what I would observe, when I would do it once more:
- put keypad close to controller for interview
- include in secure mode
- be patient, it needs very long time
- observe log file during interview process
Here you can see more interesting info, like
security interview started, timed out, failed, finished
- never call for NIF during interview process, cause it breaks security interview.

Good luck!

Re: Module PoppKeypad doesn't work

Posted: 23 Sep 2019 18:25
by añep
piet66 wrote:
23 Sep 2019 16:10
Hi,
as I already told I finally managed it to run.

Some hints what I would observe, when I would do it once more:
- put keypad close to controller for interview
- include in secure mode
- be patient, it needs very long time
- observe log file during interview process
Here you can see more interesting info, like
security interview started, timed out, failed, finished
- never call for NIF during interview process, cause it breaks security interview.

Good luck!
Thanks piet66, it worked for me!!! I have included keypad in secure mode from expert mode, i have checking log inclusion and keypad antene at 10 cm of Razberry antene.

Re: Module PoppKeypad doesn't work

Posted: 26 Sep 2019 14:03
by añep
I have view another problem, the device not appear in Neighbors and Route Map in expert UI.

Re: Module PoppKeypad doesn't work

Posted: 26 Sep 2019 14:25
by piet66
That's correct. It has no neighbours.
It's something like a handheld, which can be moved around. It's not useful to store neighbours for such devices.

Re: Module PoppKeypad doesn't work

Posted: 27 Sep 2019 09:45
by añep
piet66 wrote:
26 Sep 2019 14:25
That's correct. It has no neighbours.
It's something like a handheld, which can be moved around. It's not useful to store neighbours for such devices.
Ok, thanks for your response.