-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can not set value: The value of "offset" is out of range. It must be >= 0 and <= 2. Received 96 #502
Comments
which value you try to set? Please post a debug log of such an action too a- and please use most current (Beta) version for this. Thank you |
So far as i understood it is just reading input registers by using a RS485 Adapter from my Q Cell PV system. |
How do i get the beta version for iobroker ? Which version is it ? |
Beta is 6.2.1 - see Readme on top. Install with Admin - Expertmode - custom ionstall (GitHub icon) - tab "npm" - choose adapter. For me it sounds like a miss configuration or a read error ... he expects to read starting offset 88 but the received data only have 2 bytes |
logfile.txt |
closed because? |
Sorry. I closed the issue by an mistake |
Sorry my fault. I have reopen the issue.
Regards
Von: Ingo Fischer ***@***.***>
Gesendet: Samstag, 20. April 2024 14:42
An: ioBroker/ioBroker.modbus ***@***.***>
Cc: miltonkeans ***@***.***>; State change ***@***.***>
Betreff: Re: [ioBroker/ioBroker.modbus] Can not set value: The value of "offset" is out of range. It must be >= 0 and <= 2. Received 96 (Issue #502)
closed because?
—
Reply to this email directly, view it on GitHub <#502 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQG737JCRVGIVQWVRDXNXG3Y6JPAPAVCNFSM6AAAAABGM5L3WKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXGY3DCOBTGY> .
You are receiving this because you modified the open/close state. <https://github.com/notifications/beacon/AQG737PEVB5WRNW6CLLWIITY6JPAPA5CNFSM6AAAAABGM5L3WKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT3HYCAY.gif> Message ID: ***@***.*** ***@***.***> >
|
ok for me it seems that some of your registter definitions are wrongm, an error and no data are returned but he tries to parse that 0 byte response which leads to these errors. Please check the registers |
Describe the bug
Get some error messages 👍
Can not set value: The value of "offset" is out of range. It must be >= 0 and <= 2. Received 96
Using a RS485 Adapter to connect my Q Cell PV System.
Input Registers are :
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.
Versions:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: