OpenMQTTGateway v1.3.0
1technophile
released this
27 Jan 21:27
·
460 commits
to development
since this release
What's Changed
This release is dedicated to the Theengs Plug, our first device sold with OpenMQTTGateway!
Put your DIY Smart Home to the next level with this 3-in-1 Smart Plug, the Theengs Plug can:
- Act as a Bluetooth Gateway to retrieve data from sensors
- Be controlled remotely
- Measure the energy consumption of the plugged device
- Do presence detection (beta)
New BLE devices support:
Devices | Model | Measurements |
---|---|---|
BlueCharm | BC08 | acceleration x/y/z-axis/voltage/temperature |
Jaalee | JHT F525 | temperature/humidity/battery |
Features:
- [HA Discovery] Add a check on device id before concatenating it to the device name by @1technophile in #1398
- [ONOFF] Fix actuator manual control with button press and overheat protection by @1technophile in #1403
- [BLE] Simplify the publication of advertisement data by @1technophile in #1408
- Update platformio.ini - For rtl_433_ESP release 0.1.6 by @NorthernMan54 in #1413
- Enable OOK_PULSE_MANCHESTER_ZEROBIT modulation decoder
- Add Oregon-CM160 ( oregon_scientific.c ) device decoder
- Added board ESP32 DOIT DevKit V1 with SX1278 module Ai-Thinker Ra01 by @diepeterpan in #1411
- Add device_class to MQTT Discovery for rtl_433_ESP by @NorthernMan54 in #1419
- add JSON parsing and hardware serial support to RS232 gateway by @mreijnde in #1409
- Update to ZdisplaySSD1306 to reduce overall resource usage, and enable message queuing by @NorthernMan54 in #1417
- [BT] Regular BLE system parameter pub by @1technophile in #1422
- [BT] BT connect based on time by @1technophile in #1423
- [BT] Bump Theengs Decoder to v1.1.0 by @1technophile in #1425
- [ONOFF] Add overcurrent protection by @1technophile in #1426
- [ONOFF] Publish state at the start and a given frequency by @1technophile in #1427
- [ONOFF] Improve Led display by @1technophile in #1430
Documentation:
- [DOCS] Generate board documentation automatically from platformio.ini by @1technophile in #1405
- [DOCS] Update vuepress by @1technophile in #1407
- [DOCS] Add Theengs Plug links by @1technophile in #1416
CI:
- [CI] Enable sub workflow call by @1technophile in #1406
- [CI] Change environments ini name by @1technophile in #1414
- [CI] Update actions versions by @1technophile in #1420
- [CI] Point development to decoder development by @1technophile in #1421
- [CI] Run development portal building every night by @1technophile in #1415
New Contributors
- @diepeterpan made their first contribution in #1411
- @mreijnde made their first contribution in #1409
Full Changelog: v1.2.0...v1.3.0