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
sync with parent #1
Merged
matteo-campanella
merged 56 commits into
matteo-campanella:development
from
arendst:development
Sep 5, 2019
Merged
sync with parent #1
matteo-campanella
merged 56 commits into
matteo-campanella:development
from
arendst:development
Sep 5, 2019
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
…on or platformio needed. Install docker, build the container on your machine or use the one already published on docker hub and start building customized firmware. See README.md for more information.
…edicated-IR Tasmota version. Warning: +81k Flash when compiling with USE_IR_REMOTE_FULL
Add Full support of all protocols in IRremoteESP8266
Optimize TasmotaSerial lib to lower iram usage
Update NeoPixelBus library to 2.5.0.09 (#6292)
Add define USE_WS2812_BTYPE to select different bitbang timing (#6292)
…S2812, WS2812X, WS2813, SK6812, LC8812 or APA106 (DMA mode only) Add compile time define USE_WS2812_HARDWARE to select hardware type WS2812, WS2812X, WS2813, SK6812, LC8812 or APA106 (DMA mode only)
Fix sensors and drivers using TasmotaSerial regression from 6.6.0.8 (#6320)
…om' to customize firmware with IR Full protocol support
Add 'sonoff-ir' pre-packaged IR-dedicated firmware and 'sonoff-ircustom' to customize firmware with IR Full protocol support
epoch, json export, web show
scripter update
fix counter irq mode
Disable USE_DISCOVERY and USE_EMULATION in sonoff-ir, reducing code size by 30k
Allow user_config_override.h to change parameters like USE_MQTT_TLS.
Fix wrong set of IR protocols with 'sonoff-ircustom'
Move '#include user_config_override.h' in 'my_user_config.h'.
Add Zigbee support phase 2
… future replacement for USE_SDM120 - Pls test and report Add driver USE_SDM120_2 with Domoticz P1 Smart Meter functionality as future replacement for USE_SDM120 - Pls test and report (#6282)
Container to build all or custom builds with one run.
Fix USE_SDM120_2 issues (#6282)
Sml update
Fix turning on/off all power when limit is reached (#6340)
…ster Init Energy Total on energy monitoring devices with Energy Total Register (#6282)
…ster Init Energy Total on energy monitoring devices with Energy Total Register (#6282)
Add restore power state when limiit restored (#6340)
Add restore power state when limit is restored (#6340)
…t once Add command Power0 0/1/2/Off/On/Toggle to control all power outputs at once (#6340)
Restore initial energy total default behaviour regression from yesterday
Refactor and document power control
Refactor sonoff.ino
Refactoring
… Epoch * Add time to more events (#6337) * Add command Time 1/2/3 to select JSON time format ISO + Epoch, ISO or Epoch
More and more Tuya MCU based devices are coming in the market and people requesting to support them. This patch makes Tuya module more configurable and easier to add new functionalities. Its not just a dimmer or a switch anymore. After this Patch Tuya MCU module has a list of supported functions and the user would need to map the functionId to dpId of their device. Once mapped correctly the Tuya module will take care for handling proper function for dpId. Currently functions supported are 1. Relays1 to 8 : FunctionID 11 to 18 2. Dimmer : FunctionID 21 3. Power ( Deca Watt ) : Function ID 31 4. Current ( milli Amps ) : Function ID 32 5. Voltage ( deca Volts ) : Function ID 33 The changes are - Use a TuyaMCU command to map DPs to Functions instead of many different SetOptions. SetOption41, 44, 45, 46, 65 won't be needed after this patch. - TuyaMCU command takes argument like `11,1` which means Map Function id 11 (Relay1) to DPID 1 - Migrates old settings flags and options to new TuyaMap command
Tuya mcu support
Redesign Tuya support by Shantur Rathore (#6353)
Fix exception on AddLogBuffer (#6282)
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.
Description:
Related issue (if applicable): fixes #
Checklist: