gree-remote icon indicating copy to clipboard operation
gree-remote copied to clipboard

Indoor/Outdoor temperature sensors

Open abagos opened this issue 3 years ago • 2 comments

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 avatar Jan 26 '22 07:01 abagos

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?

tomikaa87 avatar Aug 30 '22 07:08 tomikaa87

The app is INVmate II: https://play.google.com/store/apps/details?id=com.inventor&hl=en&gl=US

abagos avatar Aug 30 '22 08:08 abagos