Skip to content

Tags: 1technophile/OpenMQTTGateway

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYS] Avoid queue overloading at start (#2114)

Give one cycle of the loop without starting BT

Co-authored-by: Florian <[email protected]>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYS] Change OTAPASSWORD for devices using a part of the MAC as the p…

…assword (#1834)

To keep the same password as previously, if it was not changed

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[DOCS] Update devices from new decoder version (#1675)

v1.5.1

Toggle v1.5.1's commit message
[BT] Application level Watchdog Timer to avoid scan_evt timeout

Implement a BLE scan watchdog to bypass the problem related to the BLE scan hang scan_evt timeout
This is a bypass solution to espressif/arduino-esp32#5860
The watchdog will restart the ESP if no new BLE messages has been added to the queue following:

checked every 120s
if we are after the last BLE message time + the BLE scan interval for passive
if the process is not locked by an OTA update or other operation
We restart the ESP
We also remove the WDT0 enable and disable functions.

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[BT] Bump decoder version (#1574)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ONOFF] Set power indicator status at start (#1456)

So that it reflects the real state of the relay even if a restart of the board was done

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ONOFF] - Improve Led display (#1430)

Improve Led display when limits are reached

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[DOCS] Add warning for Shelly Plus 1 (#1392)

This board firmware is for testing only, not for production use

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Workaround unsecure AP bug on restart. (#1343)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update RN8209 sensors names (#1342)

to NRG to be more generic

Co-authored-by: Florian <[email protected]>