Skip to content

Releases: JsBergbau/MiTemperature2

Release v6.0

17 Aug 07:53
afedc6c

Choose a tag to compare

Release v6.0

This release introduces significant changes and improvements:

  • Connect-Mode removed
    The Connect-Mode has been deprecated and fully removed. Passive mode is now the standard.

  • Script renamed
    The main script is now called MiTemperature2.py.
    The old file LYWSD03MMC.py is still present for compatibility, but it is no longer supported.

  • BTHome v2 decoding support
    Added support for decoding BTHome v2 messages.

  • Improved performance
    The requests module has been replaced by the built-in urllib.
    → This reduces dependencies and makes startup about twice as fast on Raspberry Pi Zero.

  • New debugging tool
    Added debugHTTPServer.py to inspect the HTTP requests sent by the httpcallback.

MiTemperature2 v5.0

02 Jan 16:52
f7c6a48

Choose a tag to compare

This is a major improvement. Qingping/Clearglass sensors are now supported. Thanks a lot to mvdklip for introducing this function and also for updating the Readme a lot.

What's Changed

  • Fix checking of "two point calibration" arguments by @NordMike in #101
  • Update Docker file to apt update by @SimplyRyan in #103
  • Add support for Qingping/Cleargrass advertisements and fix support for custom format by @mvdklip in #105

New Contributors

Full Changelog: v4.0...v5.0

MiTemperature2 v4.0

12 Oct 21:48
a6b07aa

Choose a tag to compare

Added support for encrypted format
Added support for custom format
Ensured mqtt.conf file compability with old versions
Added troubleshooting for connection issues

MiTemperature2 v3.1

03 May 22:24
2802300

Choose a tag to compare

Bugfix for connection mode and MQTT

MiTemperature2 v3.0

01 May 13:46
e358a82

Choose a tag to compare

With version 3 integrated MQTT support has been added. Integrated MQTT is much faster than callback version. Check the ReadMe for how to use it.

MiTemperature2 v2.1

29 Nov 23:07
439b88b

Choose a tag to compare

Added new information in ReadMe
Bugfix on minus degrees.

MiTemperature2 v2.0

25 Nov 13:48
db2ff6e

Choose a tag to compare

With this release version 2.0 ATC mode, see https://github.com/atc1441/ATC_MiThermometer is now supported.
There is also an callback for Node-RED and a Node-RED flow for easy usage in Node-RED.

MiTemperature2 v1.8

04 Apr 12:31
f204e93

Choose a tag to compare

Bugfix with --count option

MiTemperature2 v1.7

03 Apr 17:43
81d76e7

Choose a tag to compare

Bugfix
--offset2 -2 meaning offset2 of -2 is now possible

MiTemperature2 v1.6

31 Mar 13:55
c09040c

Choose a tag to compare

Added Bluetooth adapter selection
Closing/Killing bluepy-helper with --count option