Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
7d6ff64
Home-Assistant callbak (#67)
etpedro Jan 31, 2021
0d3bbbd
Added skipidentical support for ATC mode (#74)
mvdklip Mar 12, 2021
e7945b7
Support for pvvx Firmware 2.9+
JsBergbau Apr 9, 2021
6bf3310
Bugfix for battery
JsBergbau Apr 9, 2021
caa4bb5
Better packet parsing
JsBergbau Apr 10, 2021
445a3f3
Bugfix
JsBergbau Apr 15, 2021
1bdd5c2
Added callback for FHIR Server
JsBergbau Apr 25, 2021
bb78e3c
Delete MiTemperature2 Node-Red Flows.txt
JsBergbau May 1, 2021
e358a82
v3, added integrated MQTT support
JsBergbau May 1, 2021
f057016
Bugfix for connection mode and MQTT
JsBergbau May 3, 2021
2802300
Bugfix for connection mode and MQTT
JsBergbau May 3, 2021
c0a2ab3
Added HTTP callback support (#85)
mvdklip May 15, 2021
48b8d1d
Added support for MQTTS (MQTT over TLS). (#97)
francescop75 Aug 29, 2021
08983ae
Add sudo (#98)
ligi Sep 20, 2021
a6b07aa
v4 supported for encrypted format
JsBergbau Oct 12, 2021
78122d2
Added requirement for encrypted ATC mode
JsBergbau Oct 12, 2021
ed907c6
Updated requirements for encrypted ATC mode
JsBergbau Nov 1, 2021
0225249
Fix checking of "two point calibration" arguments (#101)
NordMike Nov 1, 2021
ee9eec6
Update Docker file to apt update (#103)
SimplyRyan Nov 27, 2021
4686505
Update README.md
JsBergbau Dec 14, 2021
f7c6a48
Add support for Qingping/Cleargrass advertisements and fix support fo…
mvdklip Jan 2, 2022
018d3ad
Fix some typos, misspellings, etc (#109)
mvdklip Jan 11, 2022
3770cb4
Passive mode requirements reformatting
JsBergbau Jan 13, 2022
be29a50
Cryptodomex old version install no longer needed
JsBergbau Jan 22, 2022
37925ab
Fix for encrypted format
Federerer Jan 23, 2022
ab1f01a
Bugfix for PR#112
JsBergbau Jan 25, 2022
b2d9603
Update README.md
JsBergbau Jan 25, 2022
2376929
Create sendToZabbix.sh (#113)
szuro Jan 30, 2022
96ee87b
Added table of contents
JsBergbau Feb 14, 2022
8404c59
Added option to set minimum callback interval
fwieringen Feb 16, 2022
95fa1a2
Bugfix in callback function (#119)
fwieringen Feb 16, 2022
e305de8
Display sensorname with devicelistfile + Bugfix
JsBergbau Feb 19, 2022
c3c1413
improved sendToZabbix.sh (#121)
Mar 27, 2022
388d437
More convenient dockerfile (#125)
cangelis Jun 23, 2022
9127c21
Added Prequisites libbluetooth-dev
JsBergbau Aug 1, 2022
fa31a1d
Added compatibility for venv
JsBergbau Aug 1, 2022
f9ce10e
Added note about virtual environment
JsBergbau Aug 1, 2022
27698e4
Added startup script
JsBergbau Aug 1, 2022
58d19d4
Added notes for startup script
JsBergbau Aug 1, 2022
858b992
use slim docker image (#128)
antxxxx Sep 6, 2022
38627a5
Added docker instructions (#130)
antxxxx Sep 6, 2022
c25ab36
Add support for LYWSDCGQ sensor.
temeze Oct 11, 2022
a680630
Added libglib2.0-dev information in readme (#140)
SHAdaVinci Apr 16, 2023
fb679ef
Fix parsing garbage data when preamble is not present (#142)
leumasme Jul 24, 2023
8d24d6d
Updated PyBluez installation for Debian 12 Bookworm
JsBergbau Feb 14, 2024
d5d465a
Changed installation for paho-mqtt since version 2 breaks compatibility
JsBergbau Feb 14, 2024
b4b7a19
Update README.md
JsBergbau Apr 28, 2025
afedc6c
Release v6.0
JsBergbau Aug 16, 2025
b670817
Bugfix Battery MiHome v2
JsBergbau Oct 21, 2025
f63f122
Improve BTHome v2 decoding and fix type 0x01 battery parsing (#155)
mreymann Oct 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
venv
.vscode
.vscode
__pycache__/
*.py[cod]
595 changes: 463 additions & 132 deletions LYWSD03MMC.py

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion MiTemperature2 Node-Red Flows.txt

This file was deleted.

Loading