Releases: 1technophile/OpenMQTTGateway
OpenMQTTGateway v0.9.3rc release candidate
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
Beta release for testing, binaries, libraries and code deployment
OpenMQTTGateway v0.9.2
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:
- Platformio compatibility
- Fastled compatibility
- ESP32 wifi manager compatibility
- Add of on demand BLE scans and settable interval
- Mijia cleargrass and clock integration LYWDS02
- Memory consumption optimization
- IRRemoteESP8266 library update to 2.6.3
- Add of RF protocol Mertik Maxitrol G6R-H4T1
- Add of hexadecimal publication and reception for IR
Bug fixes:
- In certain case IR sending was causing an ESP restart
- wifi and mqtt disconnections handling improvments
- avoid the value reset with home assistant
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
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:
- [White list and blacklist management for BLE sensors](#331
- LORA gateway
- Better handling of HASS auto discovery
- Ability to switch off HM10 led
- Mi flora and Mi jia auto discovery with HASS
- Memory consumption optimization
- IRRemoteESP8266 library update to 2.5.6
- pubsubclient library update to 2.7
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
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:
- Enable wifiManager.setConfigPortalTimeout(xxxx) to avoid OMG issues after a MQTT server restart
- MQTT Discovery for HASS
- Json implementation
- Add Home Assistant MQTT room presence support
- multi gpio input module
- Code size reduction to have enable Arduino UNO with one gateway at a time
- ESPilight integration
- Add received value into the subject
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
Correct a serial transmission issue for SONOFF RFBRIDGE (other boards are not impacted by this issue) #310
OpenMQTTGateway V0.8
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:
- BLE gateway now compatible with Mijia temperature
- New 315mhz gateway also based on rcswitch
- Added decode for battery level and combined temperature/humidity
- add MQTT publishing of service data from BLE devices
- GPIO Input to MQTT
- IR dump mode with ESP8266
- Go to AP mode if MQTT connection fail at start
- Don't go to AP mode is wifi is lost
- for ADC reading send to MQTT depending on a threshold
- change in rssi publishing for BLE
- Publish gateway state parameters by MQTT
- Add hostname to wifi connection
Libraries:
- Wifimanager update
- IRRemoteESP8266 update
Wiki/comments:
- Config example miflora home assistant
- IR schematic fix
- Zgateway BT comments improvments
Bug fixes:
- Ethernet advanced config implementation is now automaticaly detected
- compilation error with arduino and BT
- Current code crashes ESP on trace call
Others:
- Added ESP8266 bin file
- Added SonoffRFBridge bin file
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
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
correct arduino uno/mega connection to MQTT
OpenMQTTGateway V0.6.1
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