Skip to content

Releases: 1technophile/OpenMQTTGateway

OpenMQTTGateway V0.6

01 Jan 21:11
7c6e0cc
Compare
Choose a tag to compare

This release mainly focus on implementing compatibility with ESP32 based boards.
ZgatewayBT - Presence detection, mi flora reading, ZgatewayRF and ZgatewayRF2 are now working on ESP32.
As the arduino dev environment for ESP32 is constantly evolving the ESP32 implementation should be considered as a beta stage.

Added to that this release contains:

  • Add support for presenting status with 3 LEDs thanks to @8666
  • globally expose repeat functionality as advanced function thanks to @broekema
  • Add support for TSL2561 based light intensity measurement thanks to @broekema
  • Add IR raw signal forward

OpenMQTTGateway v0.5

25 Nov 16:06
Compare
Choose a tag to compare
  • Xiaomi flora (flower care) integration with HM10/11

  • SONOFF RF Bridge compatibility

  • show ip and mac after connect thanks @ChiefZ

  • add INA226 current/voltage sensor

  • add HC SR501 support

  • add ADC pin reading

  • repeat for IR Panasonic

  • irrremote_ESP8266 V220 compatibility

  • RFM69 gateway code cleaning and buffer overflow prevention thanks @philfifi

  • wire transmission correction thanks @Koepel

OpenMQTTGateway v0.4

23 Sep 21:03
Compare
Choose a tag to compare

This release add several gateways and sensors to the mix:

  • RFM69 bidirectional gateway, enable now to talk to moteino and other RFM69 based devices with the RFM69 advantages; long range, acknowledgment, encryption. This gateway is based on the work of @bbx10
  • I2C sensor support thanks to the work of @HannesDi
  • Over The Air update thanks to the work of @PatteWi
  • RF with KAKU protocol supported when sending MQTTtoRF2 thanks to the newremoteswitch library from @FuzzyLogic
  • support now new IRRemote_ESP8266 library 2.x.x
  • HM-11 is now supported added to HM-10
  • I divided user_config.h into one config file per gateway/sensor so as to avoid taking all the parameters when using only parts of the gateway
  • changed wiring pins
  • RF2 gateway can now receive

OpenMQTTGateway v0.4-beta

02 Sep 19:44
Compare
Choose a tag to compare
Pre-release

This release add several gateways and sensors to the mix:

  • RFM69 bidirectional gateway, enable now to talk to moteino and other RFM69 based devices with the RFM69 advantages; long range, acknowledgment, encryption. This gateway is based on the work of @bbx10
  • I2C sensor support thanks to the work of @HannesDi
  • Over The Air update thanks to the work of @PatteWi
  • RF with KAKU protocol supported when sending MQTTtoRF2 thanks to the newremoteswitch library from @FuzzyLogic
  • support now new IRRemote_ESP8266 library 2.x.x
  • HM-11 is now supported added to HM-10
  • I divided user_config.h into one config file per gateway/sensor so as to avoid taking all the parameters when using only parts of the gateway

This is a beta version, testers are welcome.

OpenMQTTGateway

08 Jun 19:11
Compare
Choose a tag to compare

security fix release, don't diffuse ssid of the gateway

Documentation

OpenMQTTGateway

02 Jun 21:57
Compare
Choose a tag to compare

Add BLE beacons detection thanks to HM10 keyes module
Add the possibility to pass raw data to and from mqtt from and to IR
Add the ability to handle RF codes with different bit length than 24
Add RF and IR repeater function
Add the possibility to filter unknown protocols for IR
Add the possibility to take into account Sony IR protocol special parameters
Correct DHT wrong pin assignement
Add an option to don't resend dht temperature and humidity when there is no value change
Change to GPL V3 license to prepare future libraries add

Documentation

OpenMQTTGateway

13 Apr 19:43
Compare
Choose a tag to compare

Avoid duplicate of RF signals for multiple gateway installations
Add static IP adress for esp8266
Implement MQTT last will and testament
Change the acknowledgment to be Home assistant compatible
Add a publication of advanced receiption data to a topic
add the remove duplicate function to IR signals
Add the ability to pass the RF protocol with the gateway
Merge arduino and esp8266 code

433toMQTTto433

21 Feb 20:31
Compare
Choose a tag to compare

First release of the 433toMQTTto433 and IR gateway