-
Notifications
You must be signed in to change notification settings - Fork 6
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
Device discovery mechanism used by the J.O.E. App #8
Comments
This sound interesting. Hmmm... If you are interested, I can give you access to the decompiled JUAR Joe App code (Java) and you can have a look at it. |
Yes, I would like to have a look and see if I can figure out the detection mechanism. I will also do some Wireshark capturing. |
@crazyelectron-io I invited you to the repo. Feel free to report your findings here: https://github.com/Jutta-Proto/protocol-cpp/discussions/categories/jura-joe-app-reverse-engineering |
I'm a bit busy and can have a good look coming weekend. |
I recently picked one up and ran into the same problem. The issue wasn't that the machine needed to be on the default VLAN. The problem I found is if the machine and the phone are not on the same VLAN, then it doesn't work. I reached out to Jura support. They just told me to update the app and then sent a "replacement" WiFi dongle which exhibits the same issue. |
The detection works via UDP-Broadcasts. This also explains why it has problems crossing networks/vlans. The JOE-App sends "0010A5F3000000000000000000000000" to the nework and the coffeemaker responds with its state, model, manufacturingdate etc. Those values are than used to derive the key for the handshake and initialize the "WifiFrogAdapter". There also seems to be a timestamp to be used while deriving the key which explains why the data sent differs between retries. That's at least what the recent APK of the JOE-App does as I don't have a wifi-adapter at hand (on order, awaiting delivery). @COM8 If you could add me to the reverse-repo that would be gladly appreciated! |
@benbender awesome! Sure, please send a mail to [email protected]. |
I got my WIFI-dongle today and had to find out that Jura totally f'ed up their naming schemes. I'm having a Jura ENA 8 and thought, until now, that those are all the same besides the color. Turns out there is one with buttons (mine) and a "(EC)" model with a touchscreen. Only the one with the touchscreen is supported by the Wifi-dongle… So this journey ends here for my part and I ordered a BT-dongle instead. Even if I can't go down the wifi-route, I wanted to document the fact that I'm quite certainthat it should be relatively easy to make the wifi-connection work via open-source software as well. So I'm hoping someone with a compatible machine will pick that lead up and make it work for all of us! :) |
Did anyone have a look at the code that detects/finds the Jura device?
My Z10 (or the App actually) can only function if I put both the phone and the Smart Connect in the default VLAN 0. If I use another VLAN, de Z10 connects to the network and gets a correct IP address but the App never sees the device.
My guess is that it has to do with the discovery mechanism used by the App.
The text was updated successfully, but these errors were encountered: