OpenMQTTGateway Versions Save

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.

v0.9.16

1 year ago

What's Changed

Full Changelog: https://github.com/1technophile/OpenMQTTGateway/compare/v0.9.15...v0.9.16

v0.9.15

1 year ago

What's Changed

New sensors:

Others:

Full Changelog: https://github.com/1technophile/OpenMQTTGateway/compare/v0.9.14...v0.9.15

v0.9.14

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/1technophile/OpenMQTTGateway/compare/v0.9.13...v0.9.14

v0.9.13

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/1technophile/OpenMQTTGateway/compare/v0.9.12...v0.9.13

v0.9.12

2 years ago

@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: https://github.com/1technophile/OpenMQTTGateway/compare/v0.9.11...v0.9.12

v0.9.11

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/1technophile/OpenMQTTGateway/compare/v0.9.10...v0.9.11

v0.9.10

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/1technophile/OpenMQTTGateway/compare/v0.9.9...v0.9.10

v0.9.9

2 years ago

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:

lib_deps =
  ${libraries.wifimanager8266}

or

lib_deps =
  ${libraries.wifimanager32}

MISCELLEANOUS:

New Contributors

Full Changelog: https://github.com/1technophile/OpenMQTTGateway/compare/v0.9.8...v0.9.9

v0.9.9beta

2 years ago

for testing purposes only

v0.9.8

2 years ago

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: