Skip to content
stefanbode edited this page Jul 12, 2018 · 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 :-))
  • Improved Startuptime incl TLS MQTT and measurement in <9 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 successfull 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 Setoption14 and Setoption31 to set it. 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.
Clone this wiki locally