Skip to content

Releases: 1technophile/OpenMQTTGateway

OpenMQTTGateway v0.9.3

11 Jan 15:59

Choose a tag to compare

Gateway

  • Set gateway name and base topic by wifi manager
  • Publish gateway HA discovery message once with retain flag
  • Add network advanced setup macro (no need anymore to modify the code)
  • Wifi automatic reconnection improvments for ESP32

BLE

  • Add M5stack, M5stick-c and M5stick boards into platformio.ini
  • Add Vegtrug (Mi Flora like) BLE sensor
  • Add of cleargrass temperature, humidity and air pressure BLE sensor
  • Add Xiaomi MiLamp Night led on BLE gateway
  • Add Mi band steps reading
  • Add Unit of Measurement for MiFlora Fertility and Fix MiJia BT thanks to @kanttti
  • Add Ble Xiaomi scales compatibility, thanks to @pavon87 & @kanttti
  • Implement minimum rssi filtering for BLE devices

Others

  • Make ON OFF actuator more flexible (set the pin into json payload)
  • ESP IR library update
  • Add support for HC-SR04 sensor thanks to @mpember
  • Name of the wifi AP is now the gateway name
  • Vuepress powered documentation
  • Avoid spam of buffer message in hcsr501 thanks to @chesterbr
  • Continuous integration improvments

OpenMQTTGateway v0.9.3rc release candidate

21 Dec 06:32
db8df1d

Choose a tag to compare

Hass discovery improvments (#512)

Rename set commands to config
correct json buffer size and gateway name
replace state to cmd
replace set by config
add restart and erase command
add unicity to gateway command switches
BLE devices shouldn't be child of the gateway
make the BTtoMQTT topic consistent with other definitions

OpenMQTTGateway v0.9.3beta

08 Nov 21:45

Choose a tag to compare

Pre-release

Beta release for testing, binaries, libraries and code deployment

OpenMQTTGateway v0.9.2

04 Aug 15:48

Choose a tag to compare

This release add new devices compatible with OMG (in particular BLE ones) and a new way of developing/uploading OpenMQTTGateway -> Platformio, which will enable an easier development and configuration.
Added to that the ESP32 earns 2 important functionnalities:

  • wifimanager, now several esp32 binary are provided enabling to flash directly without modifying the code.
  • the compatibility with IRremoteESP8266 (enabling now to send and receive IR with ESP32)

Enhancements:

Bug fixes:

Thanks to all the contributors and among others:
@Legion2
@BigDi
@joen
@kabturek
@pkozul
And all who submitted good issues, feedback and wiki improvments.

OpenMQTTGateway v0.9.1

22 Apr 11:57

Choose a tag to compare

This release add a new technology to OMG -> LORA, LORA enable long range communication with low power devices. No need to worry now about the range of your sensors with LORA you will reach several kilometers!

Enhancements:

Bug fixes:

Thanks to all the contributors and among others:
@tjhowse
@SenexCrenshaw (not still merged but keeping the idea)
@aussieW
@codegrau
@kiralikbeyin
@maxi1134
@End0rphi
And all who submitted good issues, feedback and wiki improvments.

OpenMQTTGateway V0.9

31 Jan 22:10

Choose a tag to compare

This big release add some exciting features, in particular the add of the pilight library thanks to the work of @steadramon & @puuu. It includes also a new json API to enable to pass the advanced parameters directly into the payload.
Finaly with the help of @animavitis we implemented auto discovery for Home Assistant on which we will need your feedback.

Enhancements:

Wiki/comments:

  • Doc update with the new json API, you can find the previous documentation here
  • Add of Pilight user guide

Bug fixes:

Others:

Thanks to all the contributors and among others:
@animavitis
@steadramon
@StryKaizer
@johnou
@alibahba
@McGr3g0r
@belidzs
And all who submitted good issues, feedback and wiki improvments.

OpenMQTTGateway v0.8.1

14 Nov 20:25
33e6ad5

Choose a tag to compare

Correct a serial transmission issue for SONOFF RFBRIDGE (other boards are not impacted by this issue) #310

OpenMQTTGateway V0.8

31 Jan 20:46

Choose a tag to compare

This big release add the decoding of a new BLE device the mijia temperature and humidity sensor, a gateway dedicated to 315mhz, a new IR dump mode for decoding more protocols with ESP and a lot more

Enhancements:

Libraries:

  • Wifimanager update
  • IRRemoteESP8266 update

Wiki/comments:

Bug fixes:

Others:

Thanks to all the contributors and among others:
@intractve
@torwag
@xelfe
@QuagmireMan
@f-reiling
And all who submitted good issues, feedback and wiki improvments.

OpenMQTTGateway V0.7

29 Apr 20:59

Choose a tag to compare

This release add a new gateway (GSM/GPRS) so as to send and receive SMS, the wifi manager portal, a new sensor and some other improvments corrections listed below.

  • A6 A7 gateway (Zgateway2G) thanks to the A6Lib wiki
  • Now you can avoid setting your credentials into the code by using wifi manager portal with ESP8266
  • Add of TSL2561 sensor thanks to the work of @broekema
  • Relay support with actuatorONOFF
  • Unique path is now integrated into all modules from the Gateway_Name and Base_Topic set into user_config.h, as a consequence you should update your controller configuration.
    Example: before OMG published data to home/433toMQTT now it will publish to home/OpenMQTTGateway/433toMQTT
    before OMG receive commands from home/commands/MQTTto433 now it will receive commands from home/OpenMQTTGateway/commands/MQTTto433
    Per default the Base_Topic is home and the Gateway_Name is OpenMQTTGateway
  • Correct IR schematic
  • Libraries are now included into the repository (lib folder) to avoid people searching for the good revision
  • Simplify user_config.h by removing config_XX.h calls

OpenMQTTGateway V0.6.2

18 Jan 23:34

Choose a tag to compare

correct arduino uno/mega connection to MQTT