Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.9.1 release #382

Merged
merged 35 commits into from
Apr 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f030523
Update IRRemoteESP8266 version to 2.5.5
1technophile Feb 7, 2019
ef431f6
Update ESPilight library to 0.16.0
1technophile Feb 15, 2019
c37a1d2
Enable to switch HM1X led by a macro
1technophile Feb 15, 2019
4f90ea3
add log output through mqtt
1technophile Feb 15, 2019
3b17625
change default pin for rf receiver on ESP32
1technophile Feb 21, 2019
1ab21b3
Add LORA gateway
1technophile Feb 21, 2019
0d55152
Update README.md
1technophile Feb 26, 2019
325437a
Update README.md
1technophile Feb 26, 2019
7eb231c
add LORA gateway parameters
1technophile Feb 27, 2019
97e8217
a first try for mi flora and mi jia auto discovery on hass
1technophile Mar 1, 2019
a34d476
add LORA gateway auto discovery
1technophile Mar 4, 2019
da859cc
Some memory optimization for Arduino UNO following this thread:
1technophile Mar 9, 2019
98066b0
Update README.md
1technophile Mar 10, 2019
498bea8
no need of going >67 as the code can handle only unsigned long at thi…
1technophile Mar 10, 2019
f0d9a1e
Add "repeat" field to RF JSON messages. (#372)
tjhowse Mar 15, 2019
1abd939
update pubsubclient release to 2.7
1technophile Mar 15, 2019
7a39bba
update irremote ESP8266 to 2.5.6
1technophile Mar 16, 2019
60f68d0
publish discovery for sensors BLE once per run, add ble white and bla…
1technophile Mar 16, 2019
bbb4dd3
remove optimistic and retain flag from auto discovery
1technophile Mar 19, 2019
e619191
correct json buffer size optimizations
1technophile Mar 19, 2019
e1c9e0f
correct switch between modes raw versus message + protocol and add ra…
1technophile Mar 19, 2019
1206877
Add pilight repeater function
1technophile Mar 27, 2019
0a31a47
add comment for sonoff rf bridge IR add
1technophile Mar 27, 2019
54d9515
Separate list of contributors for main file reading improvment
1technophile Mar 27, 2019
4dafcd3
correct deduplication issue with SRFB and improve OMG performance
1technophile Apr 1, 2019
5bc0d4d
Correct return always false when using HM10 and return number instead…
1technophile Apr 1, 2019
9eb6320
add message if wrong pubsubclient library used
1technophile Apr 13, 2019
9926c12
correct isue with using a different receiver with RFM69 than the defa…
1technophile Apr 13, 2019
255c93d
revert thigh and tlow for sonoff rf bridge SRFBtoMQTT
1technophile Apr 14, 2019
61a17db
correct wrong json object name
1technophile Apr 14, 2019
072fa2c
change actuator default assignment
1technophile Apr 14, 2019
1fb2aaa
change default input gpio pin
1technophile Apr 14, 2019
b46b5af
add comment for sonoff pin
1technophile Apr 14, 2019
0b66ba0
Prepare 0.9.1 release
1technophile Apr 14, 2019
43cea28
Update CONTRIBUTING.md (#381)
1technophile Apr 14, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ agree to follow the code of conduct below

[code of conduct]: https://github.com/1technophile/OpenMQTTGateway/blob/master/CODE_OF_CONDUCT.md

Fork, then clone the repo
Fork the [development branch](https://github.com/1technophile/OpenMQTTGateway/tree/development), then clone the repo

Make your modification,
* If you want to add a new gateway, name it `ZgatewayXXX`, `XXX` replaced by your gateway communication type, can be more than three letters
Expand Down
40 changes: 40 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Contributors:
- @@1technophile
- @crankyoldgit
- @glasruit
- @HannesDi
- @Landrash
- @larsenglund
- @ChiefZ
- @PatteWi
- @jumpalottahigh
- @zerinrc
- @philfifi
- @Spudtater
- @prahjister
- @rickybrent
- @petricaM
- @ekim from Home assistant forum
- @ronvl from Home assistant forum
- @Chris Broekema
- @Lars Englund
- @Fredrik Lindqvist
- @Philippe LUC
- @Patrick Wilhelm
- @Georgi Yanev
- @8666
- @animavitis
- @belidzs
- @alibahba
- @HosfordDotMe
- @torwag
- @intractve
- @QuagmireMan
- @f-reiling
- @McGr3g0r
- @steadramon
- @puuu
- @tjhowse
- @StryKaizer
- @johnou
- @posicat
Loading