-
|
This discussion should be used to discuss and reverse engineer the blanco unit ble protocol. GoalThe main idea is to integrate blanco unit into home assistant via ble (see https://community.home-assistant.io/t/3rd-party-app-integration/695991/11). How toHow to debug protocol with my fork of blemon:
Findings
##Data
write commands additionally contain (both changes after repairing device)
read commands contain
real example data after pairing with 5 digit pairing code: Data stored in shared preferences (noted hashed password is simply sha256(pin)) : Reflutter:
Next stepMost importantly would be to find out how the session data is generated from the pin. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This is great. Ill start futher investigations when i move to my new house in April! |
Beta Was this translation helpful? Give feedback.
-
|
With some blutter reverse engineering of the dart code i found out that the token is generated by: This means that development can start now. |
Beta Was this translation helpful? Give feedback.
With some blutter reverse engineering of the dart code i found out that the token is generated by:
This means that development can start now.