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.
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.
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?
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.