forked from arendst/Tasmota
-
Notifications
You must be signed in to change notification settings - Fork 40
Home
stefanbode edited this page Aug 30, 2019
·
20 revisions
Welcome to the wiki of this mod. You will find the related pages here on the right.
This mod includes the following changes:
- DeepSleep support up to 136 Years (deepsleep=xxx [sec]). Support also 1day or more deepsleep. Just define deepsleep e.g. 1 day = 86400. (wakes up every hour for <0.3 seconds until time reached. just set deepsleep through serial or MQTT to a value in sec. from 10 - 4.294.967.295 (136 Years :-)). Rule support to shutdown devices before depsleep
- Improved Startuptime incl TLS MQTT and measurement in <7 sek
- Support for I2C 8-channel DIO extension board PCF-8574 (large extension to support 32 relays and pulsetimers on 8 relays (can be changed by changing constant MAX_PULSETIMER).
- Support CHIRP moisture sensor.
- Report total UPTIME (seconds) between two deepsleep cycle. This allows to see uptime, even if connect was not successful or there was a reboot. Using RTC memory to ensure correct uptime
- Added support of "counterdevider[1..MAX_COUNTERS]" (serial and MQTT command), to count only the 1 count every counterdeviderX impulses (max 65.000 impulses = 1 count, default 1s).
- Added Support for Shutter use-Case. In this case, two relays are paired into one switch. Based on the value on the first relay the second relay will set automatically. Use INTERLOCK 1, INTERLOCK 1,2 and setoption80 1 to set it. Full support for RULES with shutter. See Wiki
- Added support for Switches to control the shutter
- Added support for momentary motors that only need a pulse to start/stop (pulsetime=5 on both relays)
- Added support for non-linear opening. This takes care that on shutters, in the beginning, the holes are first opening before the lower part of the shutter begin to move.
- Added support for up to 4 shutters with 8 relays and switches for ONE ESP8266
- Added support to wire shutters in a short-circuit save the configuration. If you do not believe the software INTERLOCK functionality. Wall buttons/switches work differently in this configuration. Not straightforward, but great if you just want to control it with web and/or MQTT commands.
- Changed the time duration calculation to real-time. This ensures that network or other services do not anymore impact the runtime of the motor. Before the shutter was operating longer than defined depending on several factors. Typically 1-5 seconds.