Shutter controller Philio PAN08-1B position report only in 10% steps

Hi,

I have several of these Roller shutter controls installed and they work fine. However, the current position reporting after a change via Z-Wave always jumps to the nearest 10% value.

No matter if I do it via slider or automation. When I set the position with the hardware switches, It reports correctly:

2020-05-07 11:25:36.974 Info, Node026, Received SwitchMultiLevel report: level=36
2020-05-07 11:25:36.974 Detail, Node026, Refreshed Value: old value=30, new value=36, type=byte

When I set it via Z-Wave, first the correct value is reported, then another report with the rounded value arrives:

2020-05-07 11:29:17.138 Info, Node026, Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Level - 0 - 1 - 26
2020-05-07 11:29:17.138 Info, Node026, SwitchMultilevel::Set - Setting to level 26
2020-05-07 11:29:17.139 Info, Node026,   Duration: Default
2020-05-07 11:29:17.139 Detail, Node026, Queuing (Send) SwitchMultilevelCmd_Set (Node=26): 0x01, 0x0b, 0x00, 0x13, 0x1a, 0x04, 0x26, 0x01, 0x1a, 0xff, 0x25, 0xf2, 0xec
2020-05-07 11:29:17.139 Detail, Node026, Queuing (Send) SwitchMultilevelCmd_Get (Node=26): 0x01, 0x09, 0x00, 0x13, 0x1a, 0x02, 0x26, 0x02, 0x25, 0xf3, 0x0f
2020-05-07 11:29:17.139 Detail,
2020-05-07 11:29:17.139 Info, Node026, Sending (Send) message (Callback ID=0xf2, Expected Reply=0x13) - SwitchMultilevelCmd_Set (Node=26): 0x01, 0x0b, 0x00, 0x13, 0x1a, 0x04, 0x26, 0x01, 0x1a, 0xff, 0x25, 0xf2, 0xec
2020-05-07 11:29:17.148 Detail, Node026,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-07 11:29:17.148 Detail, Node026,   ZW_SEND_DATA delivered to Z-Wave stack
2020-05-07 11:29:17.168 Detail, Node026,   Received: 0x01, 0x18, 0x00, 0x13, 0xf2, 0x00, 0x00, 0x02, 0x00, 0xda, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0xdf
2020-05-07 11:29:17.168 Detail, Node026,   ZW_SEND_DATA Request with callback ID 0xf2 received (expected 0xf2)
2020-05-07 11:29:17.168 Info, Node026, Request RTT 28 Average Request RTT 28
2020-05-07 11:29:17.168 Detail,   Expected callbackId was received
2020-05-07 11:29:17.168 Detail,   Expected reply was received
2020-05-07 11:29:17.168 Detail,   Message transaction complete
...
2020-05-07 11:29:17.202 Info, Node026, Response RTT 33 Average Response RTT 33
2020-05-07 11:29:17.202 Info, Node026, Received SwitchMultiLevel report: level=26
2020-05-07 11:29:17.202 Detail, Node026, Refreshed Value: old value=36, new value=26, type=byte
...
2020-05-07 11:29:19.452 Info, Node026, Received SwitchMultiLevel report: level=30
2020-05-07 11:29:19.452 Detail, Node026, Refreshed Value: old value=26, new value=30, type=byte

The Position report mode (config param 6) is set to 1 (Report destination level in 5s).
Before Homeassistant, I used a Zipato Zipabox and with that I didn’t have the Problem, so I guess it might have to do with HASS.

Any Ideas?

I know this is an old topic but this fixed it on mine:

Change the Step Size Value to 1 in User Values in ozw-admin.

Hi, thank you for the hint.
I beleive, the the OZW-Admin is part of the new beta OZW-Integration which I don’t use yet.

I tried to find a corresponding setting in the old z-Wave integration, but so far could not set it as I need.
But when the new one is out of Beta, I have the place where to look.