forked from arendst/Tasmota
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge to 6.4.1 #3
Merged
wienerdogracing
merged 1,109 commits into
wienerdogracing:development
from
arendst:development
Dec 31, 2018
Merged
Merge to 6.4.1 #3
wienerdogracing
merged 1,109 commits into
wienerdogracing:development
from
arendst:development
Dec 31, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Command CalcRes
Add SetOption59 info
Add support for PS-16-DZ Dimmer
decode-config.py: add 6.3.0.11 to .14 settings
Make serial buffer space reservation dynamic
Add dynamic buffer space
Fix dynamic buffer handling
* Add support for SM Smart Wifi Dimmer PS-16-DZ (#4465) * Move some static (serial) buffers to dynamic buffers
Prep for Software SPI used by some displays
Hass: Restart if topic is changed
PS_16_DZ: cleanup/optimize
Fix possible overflow situation
Small improvements to Hass MQTT discovery
Add support for Teckin US Wifi Smart Switch with Energy Monitoring (#4481)
6.4.0.3 20181222 * Change Hass discovery to short MQTT messages as used by Hass 0.81 and up (#4711) * Change FallbackTopic detection (#4706) * Add define WIFI_SOFT_AP_CHANNEL in my_user_config.h to set Soft Access Point Channel number between 1 and 13 as used by Wifi Manager web GUI (#4673) * Fix Alexa "this value is outside the range of the device". Needs power cycle and Alexa deletion/discovery cycle. (#3159, #4712)
Added option for checking mqtt tls against root ca
Add define USE_MQTT_TLS_CA_CERT for checking MQTT TLS against root ca using Let's Encrypt cert from sonoff_letsencrypt.h - not supported with core 2.3.0 (#4703)
- remove SetOption55 (hass_short_discovery_msg)
decode-config.py: adapt settings change
Change FallbackTopic from cmnd/<mqttclient>/ to cmnd/<mqttclient>_fb/ to discriminate from Topic (#1528)
PS_16_DZ: fix broken if-statement
Change MQTT GUI password handling (#4723)
6.4.1.1 20181224 * Fix most compiler warnings
Fix compiler warning
Change switch input detection by optimizing switch debounce (#4724)
Add INPUT_PULLUP option for single DS18B20
This PR adds a new variable %timestamp% to be used in a rule to allow the user to include the Time Stamp as Tasmota has for Status, Sensors, etc, for example: Command: publish stat/topic/sensor {"Time":"%timestamp%","mysensor":"%var1%"} Output: {"Time":"2018-12-27T12:52:57","mysensor":"1"} (#4734)
Add variable %timestamp% to be used in rules
Update platformio.ini with latest stage option
6.4.1.3 20181229 * Change sonoff_template.h module lay-out by removing non-configurable GPIOs
Add more debugging options to Switch using SwitchDebounce
Fix DS3231 driver breaking function chain (#4759)
This reverts commit 8fe61f6.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.