Theo Arends
200c952138
Fix KNX config error
...
5.13.1a
* Fix KNX config error (#2628 )
2018-05-05 09:51:46 +02:00
Theo Arends
d875dae47a
Updated Italian language file
...
5.13.1a
* Updated Italian language file (#2618 )
2018-05-04 16:31:05 +02:00
Theo Arends
7aa40cf568
Add Portuguese in Brazil language
...
5.13.1a
* Add Portuguese in Brazil language file
2018-05-04 15:39:18 +02:00
Theo Arends
5462057cad
Fix timer data I/O errors
...
5.13.1a
* Fix several timer data input and output errors (#2597 , #2620 )
2018-05-04 09:54:56 +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
036b958f76
v5.13.1a - Update otaurl
...
5.13.1a
* Change user_config.h otaurl to
http://sonoff.maddox.co.uk/tasmota/sonoff.bin (#2588 , #2602 )
2018-05-02 10:15:50 +02:00
Theo Arends
69ef562b36
Fix configuration restore
...
5.13.0a
* Fix configuration restore (#2591 )
2018-05-01 18:02:45 +02:00
Theo Arends
1fb9c0e531
v5.13.0a - Add optional module select not to be used
...
5.13.0a
* Add define MODULE for user selecting default model although
it preferably should not be changed (#569 , #2589 )
2018-05-01 12:42:17 +02:00
Theo Arends
d629b8ce2a
v5.13.0a - Fix JSON buffer size
...
5.13.0a
* Fix JSON buffers size too small for execution in some
situations (#2580 )
2018-05-01 11:28:36 +02:00
Theo Arends
962a50452c
v5.13.0
...
Sync with master
2018-04-30 17:35:42 +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
040a7adaf1
v5.12.0o - Fix Energy Today overflow
...
5.12.0o
* Fix Energy Today and Yesterday overflow (#2543 )
2018-04-30 12:07:48 +02:00
Theo Arends
67aaa2777c
Revert "Fix Energy Today and Yesterday overflow"
...
This reverts commit c86a9f8e53
.
2018-04-30 11:10:38 +02:00
Theo Arends
c86a9f8e53
Fix Energy Today and Yesterday overflow
...
5.12.0o
* Fix Energy Today and Yesterday overflow (#2543 )
2018-04-29 15:29:43 +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
4675dbea1c
Add rules variables and teleperiod trigger
...
5.12.0m
* Add rule variables and teleperiod trigger to accomodate user HA
messages
2018-04-27 18:06:19 +02:00
Theo Arends
f9c702f8eb
v5.12.0m - Add MQTT_TELE_RETAIN
...
5.12.0m
* Add define MQTT_TELE_RETAIN compile option default set to 0 (#1071 )
2018-04-25 12:06:53 +02:00
Theo Arends
8fea3e49a8
5.12.0m - Changes and Fixes
...
5.12.0m
* Remove sonoff-xxl
* Add sonoff-classic, sonoff-allsensors and sonoff-knx
* Add some coloring to important web buttons
* Add user selectable defines for Sunrise/set Dawn option (#2378 )
* Add GPIO_User to GPIO02 for all Sonoff T1 (#2524 )
2018-04-23 11:37:46 +02:00
Theo Arends
a8b83aa036
Add support for Sonoff Pow R2 ( #2340 )
...
5.12.0m
* Add support for Sonoff Pow R2 (#2340 )
2018-04-20 16:55:27 +02:00
Theo Arends
2743c35462
Add support for HC-SR04
...
5.12.0m
* Add support for sensor HC-SR04 ultrasonic (#113 , #1964 , #2444 )
2018-04-20 14:31:09 +02:00
Theo Arends
e0aeb8e0a2
Add Greek translation
...
5.12.0m
* Add Greek language file (#2491 )
2018-04-19 21:57:14 +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
b479f9b015
Revert "Fix config filename truncation"
...
This reverts commit cb0305d2a3
.
2018-04-19 21:30:07 +02:00
Theo Arends
cb0305d2a3
Fix config filename truncation
...
5.12.0m
* Fix configuration filename truncation when it contains spaces (#2484 ,
#2490 )
2018-04-19 21:28:26 +02:00
Theo Arends
8a77c48759
Fix Esp/lib 2.3.0 compile error
...
5.12.0m
* Fix compile error when using ESP/Arduino library v2.3.0 by
reverting KNX async UDP library to default UDP library (#2488 , #2492 ,
#2493 )
2018-04-19 20:27:57 +02:00
Theo Arends
8bc6475850
v5.12.0m - Add KNX support and Random Timer
...
5.12.0m
* Reinit timers to accomodate random window (#2447 )
* Add
random window to timers (#2447 )
* Add optional KNX IP Protocol Support
(#2402 )
2018-04-18 17:28:45 +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
a612be5bcd
Add timer sunrise and sunset offset
...
5.12.0l
* Add timer sunrise and sunset offset (#2378 )
2018-04-14 18:00: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
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
dd59560200
Add hexadecimal RGB color entry on RGBCW leds
...
5.12.0i
* Add hexadecimal RGB color entry on RGBCW leds (#2304 )
2018-04-02 15:00:26 +02:00
Theo Arends
883fa4ce8d
Add hexadecimal Data entry to command IrSend
...
5.12.0i
* Add hexadecimal Data entry to command IrSend using 0x
notation (#1290 , #2314 )
2018-04-02 14:19:57 +02:00
Theo Arends
1ccac05b43
Add Domoticz Battery and RSSI Quality
...
5.12.0i
* Add Domoticz Battery and RSSI Quality (#1604 )
2018-04-01 21:37:00 +02:00
Theo Arends
8af9452116
Change led multiple color sep from dot to space
...
5.12.0i
* Add multiple color entry support for command Led like Led2
120000 001200 000012 setting led2 as Red, Led3 as Green and Led4 as Blue
(#2303 )
2018-04-01 11:04:00 +02:00
Theo Arends
ce98c6cacc
Add multiple colors to Led command
...
5.12.0i
* Add multiple color entry support for command Led like Led2
120000.001200.000012 setting led2 as Red, Led3 as Green and Led4 as Blue
(#2303 )
2018-03-31 19:56:16 +02:00
Theo Arends
96212834cf
Change Backlog max commands to 30
...
5.12.0i
* Change max number of commands in Backlog from 15 to 30
2018-03-31 18:59:37 +02:00
Theo Arends
67477b1f4e
Add support for SGP30 sensor
...
5.12.0i
* Add support for SGP30 gas and air quality sensor (#2307 )
2018-03-31 16:26:00 +02:00
Theo Arends
5ee463ddfb
Change Timer parameter Device to Output
...
Change Timer parameter Device to Output and add German translation
(#2294 )
2018-03-30 11:15:04 +02:00
Theo Arends
9f0fdd597c
Change Reset on Button Hold time to 40 seconds
...
5.12.0i
* Change default Reset configuration time from 4 seconds to 40
seconds on Button hold (#2268 )
2018-03-29 17:21:03 +02:00
Theo Arends
c85edf15ac
Change MQTT Energy response topic to SENSOR
...
5.12.0i
* Change MQTT response topic for Energy changes from ENERGY to
SENSOR (#2229 , #2251 )
2018-03-29 14:51:34 +02:00
Theo Arends
a935f92998
v5.12.0i - Add HAss Button discovery
...
5.12.0i
* Add Home Assistant MQTT Discovery for Buttons (#2277 )
2018-03-29 13:03:13 +02:00
Theo Arends
c4b3d42693
v5.12.0i - Add Timers webpage
...
5.12.0i
* Add commands Timer 0 to clear timer and Timer 1..16 to copy
timer
* Add optional Timer configuration webpage to be enabled in
user_config.h with define USE_TIMERS_WEB
* Change webpage parameter
communication
2018-03-28 18:01:38 +02:00