Skip to content

Releases: 1technophile/OpenMQTTGateway

OpenMQTTGateway v0.9.3rc release candidate

21 Dec 06:32
db8df1d
Compare
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
Compare
Choose a tag to compare
Pre-release

Beta release for testing, binaries, libraries and code deployment

OpenMQTTGateway v0.9.2

04 Aug 15:48
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

correct arduino uno/mega connection to MQTT

OpenMQTTGateway V0.6.1

06 Jan 08:49
ebf82fb
Compare
Choose a tag to compare

This release is a patch adding MDNS for ESP8266.
Even if you can configure it for ESP32 please note that on my DOIT ESP32 board if MDNS is activated the BLE discovery works randomly.

Added to that this release contains:

  • DHT type choice into config_DHT thanks @HosfordDotMe
  • update RCswitch library version link into libraries folder
  • some minor improvments in term of debugging