Page 2 of 2

Re: Binary sensor is always off

Posted: 12 Aug 2023 21:36
by lanbrown
Rudi56 wrote:
12 Aug 2023 19:27
cwilms wrote:
07 Jan 2023 15:11
I managed to resolve this issue by updating the device setting mapBasicSetToSpecificReport=true.

Contact sensor updates were then interpreted as instance0.SensorBinary updates.
Sorry to bother you, but my English is even worse than my z-wave skills.
Where can/should I set this "mapBasicSetToSpecificReport" ?

I have a ZD2102EU 2013 door window sensor with firmware version 4.84
So without Gen5 and security support. :(

Can you help me?

Greetings Rudi

http://IPaddressOfZ-WayServer:8083/JS/Run/zway.devices[DeviceNumberHere].WhatYouWantToSetHere

Re: Binary sensor is always off

Posted: 13 Aug 2023 13:41
by Rudi56
Yes Sir, i did it.

Code: Select all

http://192.168.45.191:8083/JS/Run/zway.devices[32].mapBasicSetToSpecificReport=true
Response are "true"
but nothing happened. :( Zwave smarthome does show the sensor always in the same state.
(the led on the sensor blink short, when i opened the window, or when i close it.)

Where can i found the part after the zway.devices[32].???????
Is there a way to show me all the WhatICanToSetHere?
and what is the way to get the values, that is set?

Greetings and many thanks, for your help, Rudi

Re: Binary sensor is always off

Posted: 13 Aug 2023 13:52
by Rudi56
Can you see something on my z-way Server Log?
I am out of order, in a old version 3.xx all was fine, now on 4.1.1 the one windowsensor does not work. :(

Greetings Rudi

Code: Select all

[2023-08-13 12:34:40.675] [D] [zway] RECEIVED: ( 01 09 00 04 00 20 03 20 01 FF 0F )
[2023-08-13 12:34:40.675] [D] [zway] SENT ACK
[2023-08-13 12:34:40.675] [D] [zway] SETDATA devices.32.data.lastReceived = 0 (0x00000000)
[2023-08-13 12:34:40.676] [W] [zway] Ignoring Set packet recieved on lower security scheme Plain text than our highest S2 Access (acceptSetSecurityLevel is not set)
[2023-08-13 12:34:40.677] [E] [zway] Error returned from _zway_cc_call_handler(zway, device->default_instance, controller->id, 0, data[4 + L], &data[5 + L]): Function class not supported by the hardware (-4)
[2023-08-13 12:34:40.694] [D] [zway] RECEIVED: ( 01 10 00 04 00 20 0A 71 05 07 FF 00 FF 07 02 00 00 B7 )
[2023-08-13 12:34:40.694] [D] [zway] SENT ACK
[2023-08-13 12:34:40.694] [D] [zway] SETDATA devices.32.data.lastReceived = 0 (0x00000000)
[2023-08-13 12:34:40.694] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.V1event.alarmType = 7 (0x00000007)
[2023-08-13 12:34:40.695] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.V1event.level = 255 (0x000000ff)
[2023-08-13 12:34:40.695] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.V1event = Empty
[2023-08-13 12:34:40.695] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7.2.status = True
[2023-08-13 12:34:40.695] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7.2.parameters = byte[0]
[2023-08-13 12:34:40.695] [D] [zway]   ( zero-length buffer )
[2023-08-13 12:34:40.695] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7.2 = Empty
[2023-08-13 12:34:40.695] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7.status = True
[2023-08-13 12:34:40.695] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7 = Empty
[2023-08-13 12:34:41.630] [D] [zway] RECEIVED: ( 01 14 00 04 00 04 0E 32 02 21 34 00 00 00 00 00 01 00 00 00 02 C3 )
[2023-08-13 12:34:41.630] [D] [zway] SENT ACK
[2023-08-13 12:34:41.630] [D] [zway] SETDATA devices.4.data.lastReceived = 0 (0x00000000)
[2023-08-13 12:34:41.631] [D] [zway] SETDATA devices.4.instances.0.commandClasses.50.data.2.precision = 1 (0x00000001)
[2023-08-13 12:34:41.631] [D] [zway] SETDATA devices.4.instances.0.commandClasses.50.data.2.intVal = 0 (0x00000000)
[2023-08-13 12:34:41.631] [D] [zway] SETDATA devices.4.instances.0.commandClasses.50.data.2.val = 0.000000
[2023-08-13 12:34:41.631] [D] [zway] SETDATA devices.4.instances.0.commandClasses.50.data.2.delta = 1 (0x00000001)
[2023-08-13 12:34:41.631] [D] [zway] SETDATA devices.4.instances.0.commandClasses.50.data.2.ratetype = 1 (0x00000001)
[2023-08-13 12:34:41.631] [D] [zway] SETDATA devices.4.instances.0.commandClasses.50.data.2.previous = 0.200000
[2023-08-13 12:34:41.631] [D] [zway] SETDATA devices.4.instances.0.commandClasses.50.data.2 = Empty
[2023-08-13 12:34:41.670] [I] [core] [BaseModule-13] Set lastLevel to 0 for ZWayVDev_zway_4-0-50-2 (was 0.2)
[2023-08-13 12:34:42.353] [D] [zway] RECEIVED: ( 01 09 00 04 00 20 03 20 01 00 F0 )
[2023-08-13 12:34:42.354] [D] [zway] SENT ACK
[2023-08-13 12:34:42.360] [D] [zway] SETDATA devices.32.data.lastReceived = 0 (0x00000000)
[2023-08-13 12:34:42.361] [W] [zway] Ignoring Set packet recieved on lower security scheme Plain text than our highest S2 Access (acceptSetSecurityLevel is not set)
[2023-08-13 12:34:42.361] [E] [zway] Error returned from _zway_cc_call_handler(zway, device->default_instance, controller->id, 0, data[4 + L], &data[5 + L]): Function class not supported by the hardware (-4)
[2023-08-13 12:34:42.429] [D] [zway] RECEIVED: ( 01 10 00 04 00 20 0A 71 05 07 00 00 FF 07 02 00 00 48 )
[2023-08-13 12:34:42.429] [D] [zway] SENT ACK
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.data.lastReceived = 0 (0x00000000)
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.V1event.alarmType = 7 (0x00000007)
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.V1event.level = 0 (0x00000000)
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.V1event = Empty
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7.2.status = True
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7.2.parameters = byte[0]
[2023-08-13 12:34:42.430] [D] [zway]   ( zero-length buffer )
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7.2 = Empty
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7.status = True
[2023-08-13 12:34:42.430] [D] [zway] SETDATA devices.32.instances.0.commandClasses.113.data.7 = Empty
[2023-08-13 12:34:43.130] [D] [zway] RECEIVED: ( 01 14 00 04 00 04 0E 32 02 21 34 00 00 00 1C 00 01 00 00 00 00 DD )
[2023-08-13 12:34:43.130] [D] [zway] SENT ACK
[2023-08-13 12:34:43.131] [D] [zway] SETDATA devices.4.data.lastReceived = 0 (0x00000000)