Skip to content
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

Error when accessing sensor numbers 30, 31, 62, 63 #3

Open
gustavosr8 opened this issue May 2, 2024 · 1 comment
Open

Error when accessing sensor numbers 30, 31, 62, 63 #3

gustavosr8 opened this issue May 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gustavosr8
Copy link
Contributor

When requesting data from the sensors 30, 31, 62 and 63, the MCH returns an Parameter out of range (c9h) error, even if we have sensors with bigger indexes (like 100, 200) or smaller (like 1, 2) that can be read without problem. The index <-> sensor assign is MCH responsibility, and each time the IOC is initialized, the assignation is different. So, each time, four different sensors records doesn't works properly, but the indexes is always the same (30, 31, 62 and 63).

@gustavosr8 gustavosr8 added the bug Something isn't working label May 2, 2024
@gustavosr8
Copy link
Contributor Author

Update: the MCH has received an firmware update (v2.23.5) and now the fail indexes are 93 and 92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant