You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you enter the time for inching, i.e. 1200 sec, Zigbee2MQTT delivers an Error message:
error 2024-12-23 14:38:41z2m: Publish 'set' 'inching_control_set' to 'Waschraum Keller' failed: 'RangeError [ERR_OUT_OF_RANGE]: ZCL command 0x70c59cfffe499e0a/1 customClusterEwelink.protocolData({"data":[1,23,7,128,128,0,2400,9,0,0,2424]}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"manufacturerCode":4742,"writeUndiv":false}) failed (The value of "value" is out of range. It must be >= 0 and <= 255. Received 2400)'
According to its manual, the ZBminiR2 accepts values from 0.5 to 3599.5 seconds for inching time. However according to this error message, only values between 0 and 255 are accepted. Additionally, the entered values are doubled (here from 1200 to 2400), so that the highest value you can enter is 127.5 seconds.
Also the inching capabilities are not transferred to Homeassistant as entities.
What did you expect to happen?
I could setup an inching time for longer than 127 seconds and that I can activate the Inching via Automations.
How to reproduce it (minimal and precise)
As described above
Zigbee2MQTT version
1.42.0
Adapter firmware version
20230507
Adapter
SONOFF Zigbee 3.0 USB Dongle Plus, TI CC2652P
Setup
Addon on HomeAssistant on ThinClient with Intel i5
Debug log
No response
The text was updated successfully, but these errors were encountered:
I think this is a restriction of zbminir2, which allows values only up to 127.5 seconds. The validation and option description in Z2M seems to be wrong (allowing larger values).
I reported this issue to Sonoff two months ago asking them to increase the limit. The response was that my request was forwarded to product team. There was a firmware update after that but nothing has changed in this regard.
I suggest you to write to Sonoff with a similar request. The more requests they get the higher are the chances for an improvement.
What happened?
When you enter the time for inching, i.e. 1200 sec, Zigbee2MQTT delivers an Error message:
According to its manual, the ZBminiR2 accepts values from 0.5 to 3599.5 seconds for inching time. However according to this error message, only values between 0 and 255 are accepted. Additionally, the entered values are doubled (here from 1200 to 2400), so that the highest value you can enter is 127.5 seconds.
Also the inching capabilities are not transferred to Homeassistant as entities.
What did you expect to happen?
I could setup an inching time for longer than 127 seconds and that I can activate the Inching via Automations.
How to reproduce it (minimal and precise)
As described above
Zigbee2MQTT version
1.42.0
Adapter firmware version
20230507
Adapter
SONOFF Zigbee 3.0 USB Dongle Plus, TI CC2652P
Setup
Addon on HomeAssistant on ThinClient with Intel i5
Debug log
No response
The text was updated successfully, but these errors were encountered: