-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonoff ZBminiR2 Inching not working as expected #25303
Comments
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. |
Just reported same issue to Sonoff Tech - annoying |
@hendrik001973 @bobo-cher @FinnVonB The ts script did have some problems, an out-of-range error occurred when the array was assigned, and has been modified to re-submit the script to PR. |
@liubotongs Thank you! I've tested the fix and it works as expected. |
Thank you very much, but what I have to do, to test this issue? |
?? sounds promising - but what script ? will there be a new release soon ? |
This will be included with the next Z2M update (once the pull request is merged into main code base). |
@bobo-cher Can you link the Issue# and/or Pull-Request please ? |
The fix Koenkk/zigbee-herdsman-converters#8790 has been already released with 2.1.2. |
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: