Skip to content

Releases: 1technophile/OpenMQTTGateway

OpenMQTTGateway v1.0.0

25 Oct 14:30
fd8c3a7
Compare
Choose a tag to compare

An exciting release for OpenMQTTGateway, with 3 major changes:

  • @NorthernMan54 added the support of the HELTEC LORA 32 v2/v2.1 433Mhz with RTL_433 📶. Isn't it huge?🥳
    No need to solder or check pins. Just upload heltec-rtl_433 from the web upload to the board, and you will benefit from the most powerful 433mhz library decoding, RTL_433 , we support Pulse Position Modulation (OOK_PPM) and Pulse Width Modulation (OOK_PWM) as a start (this is 80 decoders🙂).
    A great way to pick up weather stations, sensors, door bells... the list of compatible devices is huge. Feel free to share your feedback in the forum.
    image

  • Added to the 433mhz, @DigiH did a huge work on the Bluetooth decoder, adding many new devices and improving the existing ones!
    The decoder now supports more than 55 devices!
    You can enjoy this changes with OpenMQTTGateway, but also with the TheengsGateway, the Theengs App will be updated soon.
    Note that Theengs Gateway can also work with OpenMQTTGateway as satellites/proxies. See our MQTTtoMQTT function implemented in June in OMG.

  • Thanks to @BadWolf42, we can now persist the BLE configuration to don't rely only on the broker-retained values

And plenty of other changes thanks to the help of our contributors.

What's Changed

New BLE devices and changes:

Devices Model Measurements
Amazfit Smart Watch/Band steps, activity heart rate (when activated in the Zepp Life settings)
ClearGrass CGG1 multi firmware support PVVX-ATC
Hydractiva Digital Amphiro/Oras sessions/time/litres/temperature/energy
April Brother ABTemp uuid/mfid/major/txpower @ 1 m/temperature/battery
April Brother N03 temperature/humidity/luminance/battery
ClearGrass Clock LYWSD02 temperature/humidity/battery
Oria/Brifit/SigmaWit/SensorPro TH Sensor temperature/humidity/battery
Qingping CGPR1 presence/luminance/battery
Qingping CGDN1 temperature/humidity/PM2.5/PM10/carbon dioxide
RDL52832 mfid/uuid/minor/major/txpower @ 1 m/temperature/humidity/acceleration
RBaron b-parasite moisture/temperature/humidity/luminance (v1.1.0+)/voltage
SmartDry Laundry Sensor temperature/humidity/shake/voltage/wake
Switchbot Motion Sensor movement/light level/sensing distance/led/scope tested/battery
Switchbot Contact Sensor contact/movement/scope tested/light level/battery
Switchbot Curtain motion state/position/light level/battery/calibration state
Thermobeacon WS02 temperature/humidity/voltage/timestamp/maximum temperature/maximum temperature timestamp/minimum temperature/minimum temperature timestamp
Thermobeacon WS08 temperature/humidity/voltage/timestamp/maximum temperature/maximum temperature timestamp/minimum temperature/minimum temperature timestamp
ThermoPro TP357 temperature/humidity
ThermoPro TP358 temperature/humidity
ThermoPro TP359 temperature/humidity
Oria/Brifit/SigmaWit/SensorPro TH Sensor temperature/humidity/battery
Otio/BeeWi Door & Window Sensor contact/battery

Features and fixes:

Breaking

New Contributors

Full Changelog: v0.9.16...v1.0.0

OpenMQTTGateway v0.9.16

13 Aug 15:41
8f9db35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.15...v0.9.16

OpenMQTTGateway v0.9.15

29 Jul 18:36
fbab242
Compare
Choose a tag to compare

What's Changed

New sensors:

Others:

Full Changelog: v0.9.14...v0.9.15

OpenMQTTGateway v0.9.14

15 Jul 09:38
c04c629
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.13...v0.9.14

OpenMQTTGateway v0.9.13

21 Jun 00:09
6efc90b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.12...v0.9.13

OpenMQTTGateway v0.9.12

04 May 11:18
Compare
Choose a tag to compare

@h2zero integrated natively SwitchBot S1 BLE control to this release, the switch is auto-discovered into HASS like all the other BLE sensors with OMG.

switchbot-s123

What's Changed

New Contributors

Full Changelog: v0.9.11...v0.9.12

OpenMQTTGateway v0.9.11

06 Mar 22:28
08d8d10
Compare
Choose a tag to compare

What's Changed

  • Add support for XMWSDJ04MMC by @kabili207 in #1162
  • Update ZgatewayRF2.ino by @aaddame in #1164
  • Fix unit discovery for kg and hpa by @1technophile in #1171
  • Fix discovery of connectable devices by @kabili207 in #1173
  • Bump Theengs Decoder version by @1technophile in #1178
  • New IBT-2X version
  • XMTZX04HM extension
  • XMTZX05HM extension
  • Add temperature decoding to JQJCY01M
  • Fix IBT 6XS
  • Replace lbs by lb
  • Add SOLIS 6 Probes BBQ
  • Add temp to JQJCY01M
  • Update XMTZC05HM to include XMTZC02HM

New Contributors

Full Changelog: v0.9.10...v0.9.11

OpenMQTTGateway v0.9.10

09 Feb 11:42
5b42e02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.9...v0.9.10

OpenMQTTGateway v0.9.9

28 Jan 01:40
0a8458f
Compare
Choose a tag to compare

What's Changed

Among new devices and boards this release brings some exciting features like the capability to connect and control a BLE device immediately like a switchbot, here is a sample command for the SWITCHBOT S1:

{
  "ble_write_address": "FF:AA:BB:FF:DD:EE",
  "ble_write_service": "cba20d00-224d-11e6-9fb8-0002a5d5c51b",
  "ble_write_char": "cba20002-224d-11e6-9fb8-0002a5d5c51b",
  "ble_write_value": "570100",
  "value_type": "HEX",
  "ttl": 4,
  "mac_type":1,
  "immediate": true
}

OMG has been supporting for a long time reading of BLE broadcasters, we can also read data through a BLE connection but being able to act on a BLE device is something that is now more mature thanks to the work of @h2zero and @DigiH.
Feel free to test and share your snippets of OMG command for the others!
Do you like BBQ? So get ready for the sunny months and set up your meat cooking monitoring thanks to 3 Inkbird BBQ sensors supported.
You wanted to analyze your HASS entities data on a long-term basis and you didn't set up a separate DB to store those, you now have the support of long-term statistics into HASS directly with the auto-discovery.
You are a professional looking for an ESP32 firmware that can integrate to AWS and send sensor data, OMG now supports this type of integration.
But that's not all, here is the exhaustive list of improvements!

NEW BOARDS:

NEW DEVICES:

  • ThermoBeacon WS08
  • ThermoBeacon WS02
  • BlueMaestro TempoDisc
  • INKBIRD 6XS and 2X BBQ sensor support
  • GOVEE H5075, H5072 and H5102

NEW FEATURES:

FIX:

BREAKING:

  • [BREAKING] Change unique id structure for HASS discovery by @1technophile in #1147
    You will see duplicate entities if you use HASS autodiscovery, explanation here
  • [BREAKING] Differentiate WM version by @1technophile in #1148
    If you are using your own PlatformIO environment you will need to add the link to the suitable wifimanager library directly into your environment library list:
lib_deps =
  ${libraries.wifimanager8266}

or

lib_deps =
  ${libraries.wifimanager32}

MISCELLEANOUS:

Read more

OpenMQTTGateway v0.9.9beta

21 Dec 12:30
66ce0d5
Compare
Choose a tag to compare
Pre-release

for testing purposes only