What's Changed
This one is huge. More boards supported, more devices, and some exciting changes to make your life easier 🎊
The auto-discovery is seeing new improvements to have better control of the gateway, but in particular, it now supports RTL_433 ESP32 !!
So with one binary flash in less than 5 minutes, you can retrieve your 433Mhz sensors, and OMG will automatically create the devices into your favorite Home Automation controller.
Here is an example with a 433Mhz weather station WS2032:
Added to this, you can also see the RTL_433 sensor messages on the screen. Thanks @NorthernMan54 .
We also reached a significant milestone of the Theengs Decoder with V1.0.0 thanks to @DigiH, more than 70 BLE devices supported 🚀
New boards:
- Added Thingpulse ESP32 gateways by @hallard in #1369
- Added tinypico RGB LED by @hallard in #1370
- Shelly plus 1 by @1technophile in #1349 , for TESTS only, WARNING - internal temperature sensor of the board not supported for the moment, no overheating management from this sensor at the firmware level
- Update to rtl_433_ESP 0.1.5 and support for LILYGO® LoRa32 V2.1_1.6.1 433 Mhz by @NorthernMan54 in #1371
New BLE devices and changes:
Devices | Model | Measurements |
---|---|---|
BlueMaestro | TempoDisc 1 in 1 | temperature/battery |
BlueMaestro | TempoDisc 4 in 1 | temperature/humidity/pressure/battery |
ClearGrass alarm clock | CGD1 | temperature/humidity/battery |
ClearGrass alarm clock | CGC1 | temperature/humidity/battery |
GOVEE | H5074 | temperature/humidity/battery |
GOVEE | H5101 | temperature/humidity/battery |
GOVEE | H5106 | PM2.5/temperature/humidity/battery |
GOVEE | H5174 | temperature/humidity/battery |
GOVEE | H5177 | temperature/humidity/battery |
Oria/Brifit/SigmaWit/SensorPro | TH Sensor T301 | temperature/humidity/battery |
Mopeka | Pro | temperature/level/sync status/voltage/battery/reading quality |
Sensirion | MyCO₂/CO₂ Gadget | temperature/humidity/carbon dioxide |
Sensirion | SHT4X TH sensor | temperature/humidity |
ThermoPro | TP393 | temperature/humidity |
Auto-discovery:
- [HA Discovery] - Transform switch discovery to button when relevant by @1technophile in #1356
- [HA Discovery] - Add numbers for interval and scans netween connects by @1technophile in #1357
- [HA Discovery] Save the BLE settings and change switch to optimistic false by @1technophile in #1364
- [HA Discovery] Remove auto discovery switch by @1technophile in #1365
- [BREAKING] Add RTL_433 discovery with Home Assistant convention by @1technophile in #1379 , if you add sensor for RTL_433 OMG you will have to update your topic structure as it changed with this PR.
Features:
- ssd1306 display of module messages by @NorthernMan54 in #1383
- Enable connection with encryption without certificate validation by @1technophile in #1386
- Add ESP32 internal temperature measurement and automatic Actuator switch Off by @1technophile in #1384
- Add BMP280 support, compiler directive support for oversampling by @melyux in #1344
- Add dynamic, active scan setting by @1technophile in #1360
Miscellaneous:
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #1345
- [CI] Upload binaries and lib as Artifacts on PR/branches by @1technophile in #1347
- [CI] Remove unnecessary macro by @1technophile in #1348
- [CI] Update sha retrieval by @1technophile in #1352
- Add the possibility to set LOG_LEVEL_LCD and LOG_TO_LCD for M5 boards… by @1technophile in #1358
- Small typo fixes by @DigiH in #1359
- [CI] Fix bootloader and partition links by @1technophile in #1366
- Typo fixes by @DigiH in #1381
- Small fix on BME280 Config & CC1101-TXPower Throttle by @Dattel in #1382
- Bump decoder to v1.0.0 by @1technophile in #1387
Documentation:
- [DOCS] Add base directory by @1technophile in #1353
- [DOCS] Move base outside of ThemeConfig by @1technophile in #1354
- [DOCS] Update firmware_build dev path by @1technophile in #1355
- [DOCS] Fix bootloader and boot app bin link by @1technophile in #1367
- [CI and DOC] Add LilyGO RTL 433 by @1technophile in #1373
- [DOCS] Update package lock by @1technophile in #1361
- Add capability to build docs to a dev folder by @1technophile in #1351
New Contributors
Full Changelog: v1.1.1...v1.2.0