MiTemperature2 icon indicating copy to clipboard operation
MiTemperature2 copied to clipboard

Read the values of the Xiaomi Mi Bluetooth Temperature sensor 2 including custom encrypted format.

Results 23 MiTemperature2 issues
Sort by recently updated
recently updated
newest added

don't suggest skipidentical for Influx callback as describbed in readme

Hi, I have case where: - atc (1 device) - count 2 - sendToDomoticz.py - Raspi 3b+ Problem is that script does not exit after 2 sending. Any idea what...

a daemon mode would be really nice. An output to the console should be surpressed and only forwarded to the callback function.

So I tried to install the script on freshly installed raspbian os upgraded to testing/bookworm and when I tried to install bluepy, `pip` complained about missing `glib.h`. So I had...

Hi, there are few errors in sendToDomoticz.py first of all val_bat = sys.argv[6] sys.argv[6] is actualy timestamp and sys.argv[5] is voltage. Also domoticz accepts percentage (0-100) for battery I modified...

Hello, Im trying to retrieve values on domoticz, but it is not working. I added Dummy in domoticz, created Virtual Device as Temp+Hum, it gets IDX 19 Then I eddited...

error is where please? /MiTemperature2# python3 LYWSD03MMC.py -d -c 1 --name Exam --httpcallback "https://mydomain.com/myscript?name={sensorname}&temp={temperature}&hum={humidity}&bat={batteryLevel} `InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings`

The encryption scheme for the official firmware has been reverse engineered so it's possible to read the values from the BLE advertisement packets without having to flash the sensor with...

Since 25.02.2020 my script dramatically reduces power consumption. However I have one sensor which needed 4 batteries sice then. That's a lot. Look at the graph ![grafik](https://user-images.githubusercontent.com/37013344/82160788-4b53a000-9887-11ea-8a80-e1bc16225e26.png) So I dug...

According to [this](https://des.gbtcdn.com/uploads/pdm-desc-pic/Electronic/image/2019/12/13/20191213152954_41283.jpg) the sensor stores three months of values locally. Does anyone know how to retrieve this logged data?