OpenMQTTGateway v0.9.8
1technophile
released this
31 Jul 20:01
·
708 commits
to development
since this release
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:
- Add "server_cert" parameter to firmware_update command. thanks to @h2zero
- allow BLE WRITE procedures for WriteWithoutResponse characteristics thanks to @DigiH
- Advertise discovery of the battery sensor for MiFlora devices thanks to @Kernald
Under the hood:
- Enable transmit outside of CC1101 thanks to @1technophile
- Update ibeacon naming thanks to @1technophile
- Remove duplicate BLE service data sent over MQTT. thanks to @h2zero
- Bugfix: missing break in BLE connect switch. thanks to @h2zero
Docs: