-
Notifications
You must be signed in to change notification settings - Fork 7
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
ESA 5000 Protocol: any other commands discovered? #6
Comments
Hey, the documentation in docgreen-protocol.md contains all the known fields i am aware of. The temperature should be available, but currently i do not know where it is. This repo contains some bus sniffs with corresponding screenshots from the minirobot app. So you would have to search for some form of the temperature value Some of the sniffs in my repo are taken from there but in a different format and/or filtered. |
Ah! I was wondering that too, I saw the Temperature in the screenshots - might give it a try ;) |
It can be the value is simply coded as T(C)*10, dann 2 Bytes in total, somewhere in the packet. I'll look into the next week, using as reference also some dumps from a M365 where they found it! |
Hi, just asking: are there any other commands available? Some in this repo are labeled "unsure": were any other commands/data_field discovered afterwards?
I'd be interested in the Temperature (if any) - and what about the current (A), I see that field in 2 commands, which one should be used?
Tnx!
The text was updated successfully, but these errors were encountered: