Commit Graph

1028 Commits

Author SHA1 Message Date
Adrian Scillato c3bd8da26f
Update from Tasmota
Update from Tasmota
2018-05-17 22:09:08 -03:00
Theo Arends edf9a5cb76
Merge pull request #2759 from gtortone/development
fw-server: add ip option
2018-05-17 18:07:49 +02:00
Gennaro Tortone 0356a90805 fw-server: add ip option 2018-05-17 18:03:02 +02:00
Theo Arends f095b4818c Add python firmware server
Python firmware server can provide binary OTA images to Tasmota. See
README for usage. Tested on Linux.
2018-05-17 16:13:30 +02:00
Adrian Scillato 66e07dc6af
Upgrade from Tasmota
Upgrade from Tasmota
2018-05-17 11:09:30 -03: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
Adrian Scillato 209d9e7625
Update from Tasmota
Update from Tasmota
2018-05-17 08:50:56 -03:00
Theo Arends 80ffea085b Admin and some fixes
5.14.0a
 * Add KNX energy data (#2750)
 * Fix display selection of
un-available GPIO options in Module Configuration webpage (#2718)
 * Fix
IRSend not accepting data value of 0 (#2751)
2018-05-17 11:55:40 +02:00
Theo Arends 14ae3e1096
Merge pull request #2752 from crankyoldgit/patch-1
Allow IR messages with a data payload of zero.
2018-05-17 11:39:17 +02:00
Theo Arends eae5024e1b
Merge pull request #2750 from ascillato/patch-1
Add Energy Information for KNX
2018-05-17 11:38:00 +02:00
Adrian Scillato aa86943c92
Update platformio.ini 2018-05-17 04:16:21 -03:00
Adrian Scillato f7a93142ee
Update README.md 2018-05-17 03:06:47 -03:00
David Conran 4b72080b6d
Allow IR messages with a data payload of zero.
Ref: Issue #2751

Incorrect assumption that if the result of `strtoul()` is zero (0) it is a parse failure. That's incorrect as the "data" payload could actually be 0.

Ref: https://github.com/markszabo/IRremoteESP8266/issues/447#issuecomment-389745404
2018-05-17 15:41:44 +10:00
Adrian Scillato d31c960124
Update platformio.ini 2018-05-17 02:28:36 -03:00
Adrian Scillato 0d64b6caba
Update 2018-05-17 02:11:05 -03:00
Adrian Scillato c91ffb2a86
Update README.md 2018-05-17 02:04:14 -03:00
Adrian Scillato 11a17b6c76
Add Energy Information for KNX
Add Energy Information for KNX
2018-05-17 01:54:15 -03:00
Adrian Scillato b381408312
Add Energy Information for KNX
Add Energy Information for KNX
2018-05-17 01:46:10 -03:00
Adrian Scillato 187b7ac375
Add Energy Information for KNX
Add Energy Information for KNX
2018-05-17 01:44:46 -03:00
Adrian Scillato 92d4001c0c
Add Energy Information for KNX
Add Energy Information for KNX
2018-05-17 01:42:51 -03:00
Adrian Scillato 1a44bfec52
Update user_config.h 2018-05-17 00:22:24 -03:00
Adrian Scillato 629854bae0
Update platformio.ini 2018-05-17 00:21:35 -03:00
Adrian Scillato 0fe052b7da
Update platformio.ini 2018-05-16 15:07:57 -03:00
ascillato de78f5cd99 Update from Tasmota
Update from Tasmota
2018-05-16 14:49:07 -03:00
Theo Arends 25ba74cfb4 Fix timer re-trigger after restart
5.14.0a
 * Fix timer re-trigger within one minute after restart (#2744)
2018-05-16 17:17:31 +02:00
Theo Arends b67a1291e9
Fix pio compile errors 2018-05-16 11:23:40 +02:00
Theo Arends bace5a2f57 Fix pio compile errors
Fix pio compile errors caused by changed parameters and trict parameter
checking
2018-05-16 11:01:18 +02:00
Theo Arends 482c5324ee Add KNX communication enhancement
5.14.0a
 * Add KNX communication enhancement (#2742)
2018-05-16 10:56:09 +02:00
Adrian Scillato f4904df1a2
Update from Tasmota
Update from Tasmota
2018-05-16 05:40:03 -03:00
Theo Arends 02f2e7aa79 Update French language file
Update French language file (#2452)
2018-05-16 10:21:17 +02:00
Adrian Scillato e093d60539
Update user_config.h 2018-05-16 05:13:43 -03:00
Adrian Scillato 74f257de42
Update from Tasmota
Update from Tasmota
2018-05-16 05:12:34 -03:00
Theo Arends 6cb3f7f06b Add Eastron SDM630 energy meter
5.14.0a
 * Add Eastron SDM630 energy meter (#2735)
2018-05-16 10:07:41 +02:00
ascillato d8b57db15d Upgrade Figures 2018-05-16 04:52:24 -03:00
ascillato 205481629c Added KNX Communication Enhancement
Added option to enable KNX Communication Enhancement. If activated, will make the device send 3 times the same telegram drastically reducing the telegram lost.

This improves issue #78
2018-05-16 04:20:35 -03:00
Adrian Scillato 2a0cc518f6
Update README.md 2018-05-15 13:50:26 -03:00
Adrian Scillato 7fe5cf9fa8
Update README.md 2018-05-15 13:45:22 -03:00
Adrian Scillato fb67865678
Update COPYFILES.BAT 2018-05-15 13:38:17 -03:00
Adrian Scillato 0b98c8a54f
Update platformio.ini 2018-05-15 13:37:20 -03:00
Adrian Scillato 47e62ce4b1
v5.14.0a - Sync with release
v5.14.0a - Sync with release
2018-05-15 13:34:04 -03:00
Adrian Scillato 5d28dc3f6f
Update platformio.ini 2018-05-15 13:33:54 -03:00
Theo Arends 457f438bac v5.14.0a - Sync with release 2018-05-15 17:13:51 +02:00
Adrian Scillato df93272b3b
Update user_config.h 2018-05-15 11:30:40 -03:00
Adrian Scillato a402ff96ee
Update from Tasmota
Update from Tasmota
2018-05-15 11:27:56 -03:00
Adrian Scillato 887ba2ccc4
Update user_config.h 2018-05-15 11:27:40 -03: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
Adrian Scillato ba15d7a0f8
Sync with Tasmota
Sync with Tasmota
2018-05-15 05:11:05 -03:00
Theo Arends 5d55a11110
Merge pull request #2732 from ascillato/patch-1
Update Spanish Translation
2018-05-15 10:03:39 +02:00
Adrian Scillato 396f46bcbf
Update user_config.h 2018-05-14 21:39:56 -03:00
Adrian Scillato 4d1c7d66e4
Update from Tasmota
Update from Tasmota
2018-05-14 21:36:54 -03:00