You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
abagos
changed the title
Indoor/Outdoor temperature units
Indoor/Outdoor temperature sensors
Jan 26, 2022
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.
The text was updated successfully, but these errors were encountered: