Skip to content

Releases: 1technophile/OpenMQTTGateway

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

OpenMQTTGateway v0.9.8

31 Jul 20:01
7f296ff
Compare
Choose a tag to compare

A little release to bring some features and bug fixes. Among others, the support of Tire Pressure Monitoring System with ESP32 so that you can monitor your vehicle tires pressure, a bug fix regarding the RF gateway, and the possibility to set into the JSON OTA command the server binary certificate.

New devices:

New features:

Under the hood:

Docs: