Commit Graph

392 Commits

Author SHA1 Message Date
Adrian 32905cd4d9
Update es-AR.h 2018-03-28 17:21:33 -03:00
Adrian 145ed4e759
Update en-GB.h 2018-03-28 17:21:02 -03:00
Adrian aae79106ea
Update xdrv_09_timers.ino 2018-03-28 17:04:06 -03:00
Adrian 66d59fc808
Update xdrv_05_domoticz.ino 2018-03-28 17:01:29 -03:00
Adrian 59bb4e1777
Update user_config.h 2018-03-28 17:00:26 -03:00
Adrian cb3157a3a2
Update en-GB.h 2018-03-28 16:59:38 -03:00
Adrian c7fa439762
Update settings.h 2018-03-28 16:58:59 -03:00
Adrian 81d02add3d
Update es-AR.h 2018-03-28 16:56:04 -03:00
Adrian bef2587ce6
Update en-GB.h 2018-03-28 16:53:37 -03:00
Adrian 2339cf2793
Update webserver.ino 2018-03-28 16:45:56 -03: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
Adrian 1fa1cb3139
Merge pull request #12 from arendst/development
v5.12.0i - Add timers
2018-03-24 02:44:58 -03: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
Adrian a64b839729
Merge pull request #11 from arendst/development
Update fork
2018-03-22 11:35:38 -03:00
Adrian 01609f84f9
Update and rename xdrv_08_KNX.ino to xdrv_10_KNX.ino 2018-03-22 11:33:45 -03:00
Theo Arends d89534164a v5.12.0h - Add optional Arduino OTA
5.12.0h
 * Add optional Arduino OTA support to be enabled in
user_config.h (#1998)
2018-03-21 17:58:39 +01:00
Theo Arends 7d7f5f2207 5.12.0h - Add all FriendlyNames to Status
5.12.0h
 * Add all FriendlyNames to Status information (#2208)
 * Change
status display of Ssid and SetOption
2018-03-21 10:42:56 +01:00
Theo Arends f80fb89668 v5.12.0h - Add Channel status information
5.12.0h
 * Add Channel status information (#2211)
2018-03-21 09:56:39 +01:00
Theo Arends 687f96f843 v5.12.0h - Change to default PWM Color/Dimmer
5.12.0h
 * Add support for Zengge WF017 PWM Led strip controller
(#2202)
 * Change default option SetOption15 from 0 to 1 providing
better initial PWM experience
2018-03-21 09:27:05 +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
Adrian 293e9adbee
Merge pull request #10 from arendst/development
Update Tasmota to v5.12.0g - Add hardware serial mqtt bridge
2018-03-18 19:30:57 -03: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
Adrian 7f81535171
Update xdrv_08_KNX.ino 2018-03-18 01:07:42 -03:00
Adrian 0b91203fbc
Update webserver.ino 2018-03-18 00:14:45 -03:00
Adrian 1d821fce84
Update xdrv_08_KNX.ino 2018-03-18 00:00:36 -03:00
Adrian e5663fc0cf
Update webserver.ino 2018-03-17 23:59:54 -03:00
Adrian d45b3ffa37
Update sonoff.ino 2018-03-17 23:58:59 -03:00
Adrian e633ea2cae
Update es-AR.h 2018-03-17 23:56:25 -03:00
Adrian a388fe068e
Update en-GB.h 2018-03-17 23:55:44 -03:00
Adrian c83dcc0103
Update user_config.h 2018-03-17 16:43:17 -03:00
Adrian fc66689168
Update webserver.ino 2018-03-17 15:32:25 -03:00
Adrian 0b8e504d27
Update en-GB.h 2018-03-17 15:19:59 -03:00
Adrian 50d3ce15e6
Update es-AR.h 2018-03-17 15:17:16 -03:00
Adrian 49a2dcab2b
Update webserver.ino 2018-03-17 14:56:00 -03:00
Adrian ef37aab5dd
Merge pull request #7 from arendst/development
update fork
2018-03-17 12:40:59 -03:00
Adrian e8c90d1e5a
Update user_config.h 2018-03-17 12:40:05 -03:00
Adrian f3fba7e818
Update sonoff.ino 2018-03-17 12:38:12 -03:00
Theo Arends bdb652547e v5.12.0f - Add BRG and RBG support
5.12.0f
 * Add compile time support for WS2812 BRG and RBG led
configurations to be defined in user_config.h (#1690)
2018-03-17 15:22:29 +01:00
Theo Arends 42ad9e1a66 Revert "v5.12.0f - Add BRG support"
This reverts commit 55c43ded0e.
2018-03-17 15:10:08 +01:00
Theo Arends 55c43ded0e v5.12.0f - Add BRG support
5.12.0f
 * Add support for WS2812 BRG led configuration to be defined as
NEO_BRG in user_config.h (#1690)
2018-03-17 15:00:53 +01:00
Adrian 6f7f31d0ce
Add KNX Keys 2018-03-17 03:47:15 -03:00
Adrian de7746b008
Add KNX Keys 2018-03-17 03:46:37 -03:00
Adrian 43af6a1e0f
Update xdrv_08_KNX.ino 2018-03-17 03:43:14 -03:00
Adrian 8d7bcf94f2
Update sonoff.ino 2018-03-17 03:42:18 -03:00
Adrian ed2b3b626e
Merge pull request #5 from arendst/development
update fork
2018-03-17 03:38:15 -03:00
Theo Arends 3e7142f2a4 v5.12.0e - Fix S31 power on wrong power report
Fix S31 power on wrong power report
2018-03-16 17:33:14 +01:00
Theo Arends 5677a9c854 v5.12.0e - Fix S31 power on wrong power report
Fix S31 power on wrong power report
2018-03-16 16:46:58 +01:00
Theo Arends 1c8e8b7be7 v5.12.0e - Clear up HAss effect list syntax (#1930)
Clear up HAss effect list syntax - still unusable due to mqtt message
way too long (#1930)
2018-03-16 11:13:10 +01:00
Theo Arends de9c965d76 v5.12.0e - Hu language spelling correction (#2175)
Hu language spelling correction (#2175)
2018-03-16 10:20:32 +01:00
Theo Arends ea8ca36ca7 v5.12.0e - Updated PowerDelta code (#2157)
Updated PowerDelta code (#2157)
2018-03-15 17:33:35 +01:00
Theo Arends 3eccfb0b87 v5.12.0e - Add Restart Reason to Status 1
5.12.0e
 * Add Restart Reason to Status 1 report (#2161)
2018-03-14 17:28:30 +01:00
Theo Arends 12fa894303 v5.12.0e - Add command PowerDelta
5.12.0e
 * Add command PowerDelta 0..100 (percentage) to Energy
monitoring devices to report on active power load change (#2157)
2018-03-14 14:32:51 +01:00
Adrian 0964a1a9dd
Update xdrv_00_mqtt.ino 2018-03-13 04:42:57 -03:00
Adrian 41c0e59d54
Merge pull request #4 from arendst/development
update fork
2018-03-13 04:36:52 -03:00
Theo Arends 058e911c94 v5.12.0e - Add Domoticz dust sensors
5.12.0e
 * Add Domoticz dust (custom) sensors to PMS5003 and NovaFitness
SDS drivers as PM1, PM2.5 and PM10
2018-03-12 14:56:48 +01:00
Theo Arends 846f4d0178 v5.12.0e - Better fix MAX31850 higher temperatures
5.12.0e
* Fix MAX31850 higher temperatures (#1269)
2018-03-12 11:04:38 +01:00
Adrian c62a0f16cd
Merge pull request #3 from arendst/development
update fork
2018-03-12 04:47:42 -03:00
Theo Arends 9a421ab6a2 v5.12.0e - Fix MAX31850 higher temperatures
5.12.0e
 * Fix MAX31850 higher temperatures (#1269)
2018-03-11 17:44:58 +01:00
Theo Arends fa25b8c043 v5.12.0e - Add display remaining time to PulseTime
5.12.0e
 * Add display of remaining pulse time to command PulseTime
(#2085)
2018-03-11 15:46:58 +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 4063275f7d v5.12.0e - Add Clock features
5.12.0e
* Add commands Color6 RRGGBB for Clock marker color and Rotation pixels
for Clock rotation (#2092)
2018-03-10 17:58:54 +01:00
Theo Arends f30135791d v5.12.0e - Add HTML local language header
5.12.0e
 * Add HTML language header in local language (#2123)
2018-03-10 14:51:40 +01:00
Theo Arends a72aa2c9c5 v5.12.0e - update language Cz 2018-03-10 12:14:11 +01:00
Adrian 5731f24b47
Update webserver.ino 2018-03-09 23:54:14 -03:00
Adrian 633fba2efe
Update xdrv_08_KNX.ino 2018-03-09 23:52:33 -03:00
Adrian 3c65fa51d1
Update webserver.ino 2018-03-09 23:48:21 -03:00
Adrian 7a438e9bd5
Merge pull request #2 from arendst/development
update fork
2018-03-09 23:44:44 -03:00
Theo Arends b51f060e04 v5.12.0e - Add second TLS fingerprint
5.12.0e
 * Add a second TLS fingerprint to allow switching keys in TLS
mode (#2033, #2102)
2018-03-09 18:08:17 +01:00
Theo Arends ba3fc63265 v5.12.0d - Add more Sonoff Sc Domoticz support
5.12.0d
 * Add Sonoff SC domoticz support for Sound level as Counter and
Air quality (#2118)
2018-03-09 13:47:44 +01:00
Theo Arends 34fc03d6f8 v5.12.0d - Add support for multiple SHT3X
5.12.0d
 * Add support for multiple SHT3X sensors (#1949, #2110)
2018-03-09 12:13:40 +01:00
Theo Arends 76a74cc427 v5.12.0d - Add Mqtt discovery suffix and precision
5.12.0d
* Add always suffix with device number in Mqtt discovery topic (#1962)

* Add single decimal precision to Nova Fitness SDS0x1 sensor values
(#2093)
2018-03-08 17:53:02 +01:00
Theo Arends 9538dfb585 v5.12.0d - Add Czech and Taiwan language
5.12.0d
* Add Czech language file
* Add Chinese (Traditional) in Taiwan language file (#2108)
2018-03-08 14:02:00 +01:00
Adrian f702865089
Update xdrv_00_mqtt.ino 2018-03-07 19:40:39 -03:00
Adrian 9bd73732fa
Update user_config.h 2018-03-07 19:39:57 -03:00
Adrian 885d9c5267
Update user_config.h 2018-03-07 19:38:13 -03:00
Adrian 893e10d8b1
Create xdrv_08_KNX.ino 2018-03-07 19:37:07 -03:00
Theo Arends 15886c1df3 Fix exception if no MQTT data 2018-03-03 19:04:33 +01:00
Theo Arends a16e2316b3 v5.12.0d - Add support for Nova Fitness SDS011
5.12.0d
 * Add support for Nova Fitness SDS011 and possibly SDS021
particle concentration sensor (#2070)
2018-03-03 15:28:30 +01:00
Theo Arends c60c8af237 v5.12.0d - Add alternative MQTT libraries
5.12.0d
* Add support for optional MQTT drivers to be selected in user_config.h
(#1992)
2018-03-02 15:38:37 +01:00
Theo Arends 573d016140 v5.12.0d - Add Portuguese language
5.12.0d
 * Add Portuguese language file
2018-02-28 18:01:40 +01:00
Theo Arends 9014ad3a8e v5.12.0d - Adds and Fix
5.12.0d
 * Prep for optional MQTT drivers by separating mqtt code from
sonoff.ino to file xdrv_00_mqtt.ino
 * Add compiler check for stable
lwIP version v1.4 (#1940)
 * Add diacritics to Polish language file
(#2005)
 * Add Hungarian language file (#2024)
 * Fix MQTT TLS
fingerprint validation (#2033)
2018-02-27 14:59:46 +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 6b3584ef86 v5.12.0b - Consolidate TSL2561 driver
5.12.0b
 * Change TSL2561 driver to joba library and delete Adafruit
library (#1644)
2018-02-20 16:10:31 +01:00
arendst 2f244ea3a0 v5.12.0b - Update Russian language file (#1966) 2018-02-19 15:46:55 +01:00
arendst 664cdeb63f v5.12.0b - Add support for sensor SHTC3
5.12.0b
 * Add support for sensor SHTC3 (#1967)
2018-02-19 15:33:06 +01:00
arendst 77be56363a v5.12.0b
5.12.0b
 * Add Multichannel Gas sensor using MultiChannel_Gas_Sensor
library (#1245)
2018-02-18 18:39:28 +01:00
arendst ecfa14d28b v5.12.0b - Add alternative TSL2561 driver
5.12.0b
 * Add optional TSL2561 driver using library Joba_Tsl2561 to be
enabled in user_config.h with define USE_TSL2561_JOBA (#1951)
2018-02-18 17:31:14 +01:00
arendst d2ade8015b v5.12.0b - Add command RfKey<x> 5
5.12.0b
 * Add Sonoff Bridge command RfKey<x> 5 to show current RF key
values either default or learned (#1884)
2018-02-18 16:47:26 +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 5c60979682 v5.12.0b
5.12.0b
 * Add Webserver upload preflight request support (#1927)
 * Add
Home Assistant clear other device (#1931)
2018-02-16 17:35:51 +01:00
arendst b8d016914e v5.12.0b - Add Russian language
5.12.0b
 * Add Russian language file (#1909)
2018-02-15 12:29:07 +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
arendst 193fdc9118 v5.12.0a - Fixes and changes
5.12.0a
 * Change platformio option sonoff-ds18x20 to sonoff-xxl
enabling ds18x20 and all other sensors in one image
 * Fix providing web
page configuratin option for Friendly Name when no device (relay or
light) is configured (#1850)
 * Change default paremeters in
user_config.h to undefined for easy installation (#1851)
 * Change max
user configurable hold time from 10 to 25 seconds (#1851)
2018-02-10 15:13:27 +01:00
arendst 741344ae59 v5.12.0a - Sync with new release 2018-02-09 17:16:39 +01:00
arendst badaa57240 v5.11.1j - Update TSL2561 driver (#1825) 2018-02-08 16:03:17 +01:00
arendst 0908c336ee v5.11.1j - Provide user driver/sensor hooks 91-99
Provide user driver/sensor hooks 91-99 (#1828)
2018-02-08 15:20:03 +01:00
arendst 51d3419c9d v5.11.1j - Fix console string length (#1819)
5.11.1j
* Prep for release
* Fix regression from 5.11.1h web console and http input max length from
100 to 254 characters (#1819)
2018-02-08 12:45:26 +01:00