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

Indoor/Outdoor temperature sensors #45

Open
abagos opened this issue Jan 26, 2022 · 2 comments
Open

Indoor/Outdoor temperature sensors #45

abagos opened this issue Jan 26, 2022 · 2 comments
Labels

Comments

@abagos
Copy link

abagos commented Jan 26, 2022

A unit branded as "Inventor" reports Indoor and Outdoor temperature in the Android application (Invmate II). How would it be possible to determine the name of the outdoor sensor? Using the python cli the unit was detected and the value of the TemSen sensor is 41. The Android app reports the indoor temperature as 19 degrees Celsius.

@abagos abagos changed the title Indoor/Outdoor temperature units Indoor/Outdoor temperature sensors Jan 26, 2022
@tomikaa87
Copy link
Owner

There are two possible ways:

  1. You can capture the network traffic between the Android app and the network and look for status response packets. With the device's unique key, it can be decrypted and the status fields can be revealed.
  2. The Android app can be disassembled and we can look for the status field in question. Do you have a link to the .apk of the app?

@abagos
Copy link
Author

abagos commented Aug 30, 2022

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

No branches or pull requests

2 participants