Releases: 1technophile/OpenMQTTGateway
OpenMQTTGateway V0.6
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:
OpenMQTTGateway v0.5
-
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
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
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
security fix release, don't diffuse ssid of the gateway
OpenMQTTGateway
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
OpenMQTTGateway
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
First release of the 433toMQTTto433 and IR gateway