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

08.bai.HW7401.csv question #16

Closed
modenet opened this issue Feb 23, 2016 · 3 comments
Closed

08.bai.HW7401.csv question #16

modenet opened this issue Feb 23, 2016 · 3 comments

Comments

@modenet
Copy link

modenet commented Feb 23, 2016

hi, I need to read all error from my ecoblock (I juest update yo ebus-configutation 2.x file to be able to read bai error).

if I use "read -c bai currenterror"
I obtain "-;-;-;-;-"
I think this is ok because my ecoblock has no error. this evening I will try to generate an error and read it again...

if I use "read -c bai errorhistory"
ERR: end of input reached
and on log I see: 2016-02-23 14:51:43.361 [main error] prepare message part 0: ERR: end of input reached

if I use "read -c bai Status"
I see obtain "ERR: invalid position in decode"
no log is appen.

can you help me to read all errors from my ecoblock?
thanks

@modenet
Copy link
Author

modenet commented Feb 24, 2016

I confirm that "read -c bai currenterror" show Fxx erros of my ecoblock. great work!
I obtain "XX;-;-;-;-" (XX is ecoblock error code)
can you sat me something about "read -c bai errorhistory"?
thanks

@john30
Copy link
Owner

john30 commented Feb 25, 2016

the error history needs an additional input parameter, because it is a history (i.e. several items can be queried). the first entry is retrievable with "read -c bai -i 1 errorhistory" (if i remember correctly, you could also try with 0 instead), the next with "read -c bai -i 2 errorhistory" and so on.

@modenet
Copy link
Author

modenet commented Feb 26, 2016

nothing to do with "read -c bai -i 0 errorhistory" from 0 to 9.
I always obtained: 1;0;-:-;-.-.-;-

with "read -c bai -i 1 errorhistory"
I obtained 0;-:-;-.-.-;-

thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants