ascillato
b0e979673a
Revert "Merge branch 'development' into development"
...
This reverts commit 3ca69e499b , reversing
changes made to 7d8495b263 .
2018-06-05 18:54:35 -03:00
ascillato
1c20dbe3a2
Revert "Revert Changes"
...
This reverts commit 1c337ae28e .
2018-06-05 18:54:30 -03:00
ascillato
1c337ae28e
Revert Changes
2018-06-05 17:04:34 -03:00
Adrian Scillato
16d8b8df4e
Sync to Tasmota
...
Sync to Tasmota
2018-06-03 13:09:55 -03:00
Theo Arends
976f167ae3
Minor fixes
...
Minor fixes
2018-06-03 17:09:10 +02:00
Adrian Scillato
8d59f463c8
Add CPU_LOAD Log
2018-06-01 19:47:43 -03:00
Theo Arends
f3c4001b4a
Fix HWRestart on rule event
...
5.14.0b
* Fix Hardware Watchdog restart when using event command (#2853 )
2018-05-29 17:24:42 +02:00
Theo Arends
ed56322f12
Add command source information
...
5.14.0b
* Add source information to command execution to be shown with logging
option 3 (#2843 )
2018-05-28 15:52:42 +02:00
Theo Arends
41496acdee
File renames and Add command WebSend
...
5.14.0b
* Add command WebSend [<host>(:<port>,<user>:<password>)] <command>
(#2821 )
2018-05-28 11:35:23 +02:00
Theo Arends
9f329d5fb0
Add rule support for IrReceive and RfReceive
...
5.14.0b
* Add rule support for IrReceive and RfReceive (#2758 )
2018-05-24 16:23:20 +02:00
Theo Arends
be895fdcc0
Move GetUsedInModule to support.ino
...
Move GetUsedInModule to support.ino (#2810 )
2018-05-24 11:24:03 +02:00
Theo Arends
1c6af967be
Add program to decode some status messages
...
5.14.0a
* Add feature information to Status 4
* Add tools folder with python script decode-status.py for decoding some
status fields like SetOption and Features
* Add python script fw-server.py in tools folder to create a simple OTA
server (#2759 )
* Fix vars on rules (#2769 )
* Fix bug in KNX menu (#2770 )
2018-05-19 17:31:55 +02:00
Theo Arends
496b41dfbd
Add compiled feature information
...
5.14.0a
* Add compiled feature information to Status 4
2018-05-17 15:36:45 +02:00
Theo Arends
12ffefe081
Add more user input validation
...
5.13.1c
* Add more user input validation to commands TimeStd and
TimeDst
2018-05-15 12:32:53 +02:00
Theo Arends
d7afc664f5
Add user entry DST/STD
...
5.13.1c
* Add user entry DST/STD using commands TimeStd and TimeDst
with options like 0,0,3,1,2,120 (#2721 )
2018-05-14 23:22:29 +02:00
Theo Arends
20eb04b7ef
v5.13.1b - Prep for user entry DST/STD
...
Prep for user entry DST/STD (#2721 )
2018-05-13 19:43:48 +02:00
Adrian Scillato
0cfc921461
Fix DST and STD times for Southern Hemisphere
...
Fix issue #2684 DST and STD times for Southern Hemisphere
2018-05-13 00:12:02 -03:00
Theo Arends
d18707f977
Fix KNX reconnection issue
...
5.13.1a
* Fix KNX reconnection issue (#2679 )
2018-05-11 15:00:41 +02:00
Theo Arends
c51bcd77d1
Add Hardware Serial Fallback to TasmotaSerial
...
5.13.1a
* Update TasmotaSerial to 2.0.0 allowing Hardware Serial Fallback when
correct connection are configured
2018-05-10 17:21:26 +02:00
Theo Arends
0aea9ba572
Add hardware serial option to MHZ-19
...
Add hardware serial option to MHZ-19 (#2659 )
2018-05-09 13:43:22 +02:00
Theo Arends
d935004e4a
Fix rule backlog issue and add On/Off test
...
5.13.1a
* Fix rule power trigger when no backlog command is used (#2613 )
* Add rule state test for On/Off in addition to 0/1 (#2613 )
2018-05-06 16:07:42 +02:00
Theo Arends
e6e126391d
Fix compile error when ADC enabled and No rules
...
5.13.1a
* Fix compile error when ADC is enabled and Rules are disabled
(#2608 )
2018-05-03 15:21:45 +02:00
Theo Arends
2c94ecfb6d
Fix uptime 17651+ days
...
5.12.0o
* Fix NTP sync to Thu Jan 01 08:00:10 1970 results in uptime
17651+ days (core2.4.1/sdk2.2.1)
2018-04-30 14:18:46 +02:00
Theo Arends
36da4794d2
Fix some language files
...
Fix language files and allow Analog#A0div10 from 0 to 100
2018-04-29 13:45:36 +02:00
Theo Arends
44598e5fc4
Add ANALOG#A0div10 trigger to rules
...
5.12.0n
* Add ANALOG#A0div10 trigger to rules to be used in rule like on
analog#a0div10 do publish cmnd/ailight/dimmer %value% endon
2018-04-28 18:18:37 +02:00
Theo Arends
c835235141
v5.12.0n - Change ADS1115 and Counter JSON
...
5.12.0n
* Change ESP8266 Analog JSON message from {"Analog0:123"} to
{"ANALOG":{"A0:123"}} to accomodate rules (#2560 )
* Change Counter JSON
message from {"Counter1":0,"Counter3":0} to {"COUNTER":{"C1":0,"C3":0}}
to accomodate rules
* Change ADS1115 JSON message from
{"ADS1115":{"Analog0":123,"Analog1":123}} to
{"ADS1115":{"A0":123,"A1":123}}
2018-04-28 15:55:38 +02:00
Theo Arends
e1011d3cdd
Disable sleep on core 2.4.1
...
5.12.0m
* Disable sleep when using Esp/Arduino core 2.4.1 (#2559 )
2018-04-28 11:17:16 +02:00
Theo Arends
9549ab3ad3
Remove display of passwords ( #2505 )
...
Remove display of passwords (#2505 )
2018-04-21 18:17:24 +02:00
Theo Arends
c8277472b9
Better Fix config filename truncation
...
Better Fix config filename truncation (#2484 )
2018-04-20 17:43:20 +02:00
Theo Arends
8f985abc1f
Fix config filename truncation
...
5.12.0m
* Fix configuration filename truncation when it contains spaces (#2484 ,
#2490 )
2018-04-19 21:41:59 +02:00
Theo Arends
c1bdc07cdf
Revert "Fix config filename truncation"
...
This reverts commit 729d0340f1 .
2018-04-19 21:33:20 +02:00
Theo Arends
729d0340f1
Fix config filename truncation
...
5.12.0m
* Fix configuration filename truncation when it contains spaces (#2484 ,
#2490 )
2018-04-19 21:31:31 +02:00
Theo Arends
107379276b
Fix sunrise and sunset calculation ( #2461 )
...
5.12.0l
* Fix sunrise and sunset calculation (#2461 )
2018-04-17 17:05:24 +02:00
Theo Arends
5858ecdb79
Fix negative Lat an Long value entry
...
5.12.0l
* Fix negative Latitude and Longitude value entry (#2461 )
2018-04-17 15:34:18 +02:00
Theo Arends
946fcd2fe4
v5.12.0l - Increase rules save area to 511 chars
...
5.12.0l
* Release rules up to 511 characters
* Prepare for feature
release - call on translators to update their language files
2018-04-14 14:39:16 +02:00
Theo Arends
08456e55e6
v5.12.0k - Add rules
...
5.12.0k
* Add commands Publish, Rule, RuleTimer and Event. See Wiki about Rule
restriction, usage and examples
2018-04-13 17:42:11 +02:00
Theo Arends
2049730877
Fix DS18x20 temperature updates (#
...
5.12.0k
* Change Timer parameter name from Power to Action
* Fix
update temperature on DS18x20 drivers (#2328 )
2018-04-12 14:01:43 +02:00
Theo Arends
ee7227254f
Minor changes to prep for rules
...
Change German day display to two character (#2403 )
2018-04-11 10:11:20 +02:00
Theo Arends
7a9ee6b669
v5.12.0k - Fix two define changes
...
5.12.0k
* Prepare for simple rules by enlarging Settings area to now
2048 bytes
* Fix freeing more code space when emulation is disabled
(#1592 )
* Fix compile error when not defined USE_TIMERS (#2400 )
2018-04-10 11:45:53 +02:00
Theo Arends
524979aa5f
v5.12.0j - Add Sunrise/set timer option
...
5.12.0j
* Add optional Sunrise and Sunset timers with commands Latitide
and Longitude to be enabled with define USE_SUNRISE in user_config.h
(#2317 )
2018-04-05 12:49:43 +02:00
Theo Arends
d564615b7d
v5.12.0i - Add timers
...
5.12.0i
* Add 16 timers using commands Timer and Timers (#1091 )
2018-03-23 17:20:20 +01:00
Theo Arends
2c4b8a4a3b
v5.12.0h - Add HSBColor and Channel commands
...
5.12.0h
* Add PWM status to command State if PWM enabled (#2203 )
* Add
command HSBColor Hue,Sat,Bri (#1642 , #2203 )
* Add command Channel
0..100 to control dimmer value for individual color channels (#2111 ,
#2203 )
2018-03-20 16:28:18 +01:00
Theo Arends
2ba4d6fb47
v5.12.0h - Add Serial Bridges
...
5.12.0h
* Add support for Software Serial bridge using commands
SerialDelimiter, SBaudrate and SSerialSend. Supports 8N1 and text only
(#2190 )
* Add support for Hardware Serial bridge using commands
SerialDelimiter, Baudrate and SerialSend. Supports 8N1 and text only
(#2182 )
2018-03-20 14:31:11 +01:00
Theo Arends
d3ef9caa34
v5.12.0g - Add hardware serial mqtt bridge
...
5.12.0g
* Add support for MQTT to hardware serial bridge using commands
Baudrate and SerialSend. Currently supports 8N1 and text only (#2182 )
2018-03-18 13:47:30 +01:00
Theo Arends
ad40a85161
v5.12.0e - Add wifi Retry time offset
...
5.12.0e
* Add additional time offset to Wifi Retry based on device mac
address (#2089 )
2018-03-11 15:23:17 +01:00
Theo Arends
ac848572c9
v5.12.0c - Fix hold time action and wifi
...
5.12.0c
* Fix intermittent exception when dns lookup is used while sleep is enabled
* Fix 5.4.0 regression turning off single press after button hold during 4x hold time
* Fix possible wifi connection problem by erasing sdk configuration parameters
2018-02-24 16:37:33 +01:00
arendst
4c75873027
v5.12.0c - Fix intermittent sleep exception
...
5.12.0c
* Fix intermittent exception when dns lookup is used while
sleep is enabled
2018-02-20 16:19:48 +01:00
arendst
feb7184f45
v5.12.0b - Fix Hass define compile error
...
5.12.0b
* Fix compile error when define HOME_ASSISTANT_DISCOVERY_ENABLE
is not set (#1937 )
2018-02-17 14:09:39 +01:00
arendst
1c81b0cdd9
v5.12.0b - Add Restart time
...
5.12.0b
* Add Restart time to Status 1 (#1938 )
* Change Sonoff SC JSON
format (#1939 )
2018-02-17 13:47:11 +01:00
arendst
cdacd3ed3a
v5.12.0b - Add optional formatting
...
5.12.0b
* Add serial debug info
* Add optional usage of %d or %X
suffices in MQTT client to append chipid (#1871 )
* Add optional usage
of %d or %X suffices in MQTT topic to append chipid (#1871 )
* Add
optional usage of %d or %04d in ota url to be replaced with chipid
(#1871 )
* Add user configurable serial GPIOs to MagicHome and Arilux
modules (#1887 )
2018-02-13 14:30:30 +01:00