-
Notifications
You must be signed in to change notification settings - Fork 12
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
Identify unknown fields on messages #52
Comments
Would help to post a (near) full report string to digest - the protocol always puts the digits in the same order but, for example, your list contains two "r"'s at the end and not quite sure if it matches up. It seems the protocol has been extended a bit and some stuff might not be knowable, but I know a few of them... v - Protocol version (09u on yours) - I think I last knew of protocol v7. Tells the server what fields to expect (using a "scanf" style syntax). |
@FalconFour thanks for the information I just edited my description The second "r" entry was "E" that I just corrected. I'm started a branch to create some sensors for this extra information, andf make a PR after testing to get this new values |
Referenced from #77 |
I'm checking some messages that are sent by my juicebox to try to understand more about some missing fields that are available on home assistant juicenet integration and not in this proxy.
This line of code have some unidentified fields
https://github.com/snicker/juicepassproxy/blob/master/juicepassproxy.py#L231
looking the messages that my device is sending there are some fields that I have some idea about what they represent, and maybe more people can confirm or help to get more information
v
s
F
u
M an C
m
t
e
r
i
b B
P
r
E
The text was updated successfully, but these errors were encountered: