I have small problem. Zwave device, introducing itself as:
Brand CONNECT
Product 5052xx
Description Battery Powered Dual Wall Controller
Command Class Basic, Configuration, ManufacturerSpecific, Association, Version, MultiChannelAssociation,
is sending following data according zway-server log files. User interface (v2.2.2) is not able to handle it and expert UI is showing some data but cannot be used to create homeautomation functions.
Left button ON:
[D] [zway] RECEIVED: ( 01 0C 00 04 00 07 06 60 06 01 20 01 FF 4F )
[D] [zway] SENT ACK
[D] [zway] SETDATA devices.7.data.lastReceived = 0 (0x00000000)
[D] [zway] SETDATA devices.1.instances.1.commandClasses.32.data.srcNodeId = 7 (0x00000007)
[D] [zway] SETDATA devices.1.instances.1.commandClasses.32.data.srcInstanceId = 1 (0x00000001)
[D] [zway] SETDATA devices.1.instances.1.commandClasses.32.data.level = 255 (0x000000ff)
Left button OFF:
[D] [zway] RECEIVED: ( 01 0C 00 04 00 07 06 60 06 01 20 01 00 B0 )
[D] [zway] SENT ACK
[D] [zway] SETDATA devices.7.data.lastReceived = 0 (0x00000000)
[D] [zway] SETDATA devices.1.instances.1.commandClasses.32.data.srcNodeId = 7 (0x00000007)
[D] [zway] SETDATA devices.1.instances.1.commandClasses.32.data.srcInstanceId = 1 (0x00000001)
[D] [zway] SETDATA devices.1.instances.1.commandClasses.32.data.level = 0 (0x00000000)
Right button ON:
[D] [zway] RECEIVED: ( 01 0C 00 04 00 07 06 60 06 03 20 01 FF 4D )
[D] [zway] SENT ACK
[D] [zway] SETDATA devices.7.data.lastReceived = 0 (0x00000000)
[D] [zway] SETDATA devices.1.instances.3.commandClasses.32.data.srcNodeId = 7 (0x00000007)
[D] [zway] SETDATA devices.1.instances.3.commandClasses.32.data.srcInstanceId = 3 (0x00000003)
[D] [zway] SETDATA devices.1.instances.3.commandClasses.32.data.level = 255 (0x000000ff)
Right button OFF:
[D] [zway] RECEIVED: ( 01 0C 00 04 00 07 06 60 06 03 20 01 00 B2 )
[D] [zway] SENT ACK
[D] [zway] SETDATA devices.7.data.lastReceived = 0 (0x00000000)
[D] [zway] SETDATA devices.1.instances.3.commandClasses.32.data.srcNodeId = 7 (0x00000007)
[D] [zway] SETDATA devices.1.instances.3.commandClasses.32.data.srcInstanceId = 3 (0x00000003)
[D] [zway] SETDATA devices.1.instances.3.commandClasses.32.data.level = 0 (0x00000000)
How to finetune / modify zway-server to allow device to be used as binary switch or controller or any other format what might be suitable to input on/off signal for example to if/then module?
Background for this case is that there are not so many on/off wall switch available, which can be nicely integrated with existing interior and Schneider Electric seems to be only one in Europe currently with that (old) device.
Schneider Electic wall controller support
-
- Posts: 4
- Joined: 04 May 2016 22:26
Re: Schneider Electic wall controller support
Issue solved.
After data was visible in logs, used 'Trap events from Remotes and Sensors' app to generate corresponding devices, which was then attached to other apps.
After data was visible in logs, used 'Trap events from Remotes and Sensors' app to generate corresponding devices, which was then attached to other apps.