Commit Graph

625 Commits

Author SHA1 Message Date
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
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 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
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 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
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
Theo Arends 02f2e7aa79 Update French language file
Update French language file (#2452)
2018-05-16 10:21:17 +02: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
Theo Arends 457f438bac v5.14.0a - Sync with release 2018-05-15 17:13:51 +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 5d55a11110
Merge pull request #2732 from ascillato/patch-1
Update Spanish Translation
2018-05-15 10:03:39 +02:00
Adrian Scillato a503804d03
Update Spanish Translation
Update Spanish Translation
2018-05-14 20:19:26 -03:00
Adrian Scillato 2ae1c56aa0
Update Spanish Translation
Update Spanish Translation
2018-05-14 20:18:09 -03: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 f637339fd3
Merge pull request #2727 from gtortone/development
SDM120 power meter - new metrics
2018-05-14 21:50:40 +02:00
Gennaro Tortone c3f1543759
Delete c_cpp_properties.json 2018-05-14 21:36:31 +02:00
Gennaro Tortone 4fba54f96d
Delete arduino.json 2018-05-14 21:36:22 +02:00
Theo Arends 13234dfbe5
Merge pull request #2726 from ascillato/patch-1
KNX: Add control for all Tasmota Outputs.
2018-05-14 21:19:10 +02:00
Gennaro Tortone 4a7cd60a56 add new metrics to SDM120 power meter 2018-05-14 14:04:10 +02:00
Gennaro Tortone 712424d405 Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development 2018-05-14 09:08:43 +02:00
Adrian Scillato 4d5b74a4ee
KNX: Add control for all Tasmota Outputs.
Add control by KNX for all Tasmota Outputs
Before this commit, only Relays were able to be controlled by KNX. Now all Outputs can be controlled using KNX.
2018-05-13 21:16:02 -03: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
Theo Arends 854e0f9eb8 Prep for user entry STD/DST
Prep for user entry STD/DST (#2721)
2018-05-13 18:54:21 +02:00
Theo Arends 137ac82654 Revert "Prep for user entry STD/DST"
This reverts commit 42cd1b97dc.
2018-05-13 18:48:14 +02:00
Theo Arends 42cd1b97dc Prep for user entry STD/DST
Prep for user entry STD/DST (#2721)
2018-05-13 18:44:35 +02:00
Theo Arends a6e0156576 Add SetOption16 Power legacy/indexed mode
5.13.1a
* Add SetOption26 to enforce use of indexes even when only one relay is
present (#1055)
2018-05-13 17:38:44 +02:00
Theo Arends 764080d1f5
Merge pull request #2709 from ascillato/patch-1
Update Spanish Translation
2018-05-13 09:23:49 +02:00
Theo Arends 0db6a0bcaf
Merge pull request #2714 from ascillato/patch-3
Fix DST and STD times for Southern Hemisphere
2018-05-13 09:23:12 +02:00
Theo Arends 6ad6734dd7
Merge pull request #2713 from ascillato/patch-2
Create templates for Bugs, Requests and Troubleshooting
2018-05-13 09:20:16 +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
Adrian Scillato b83543d209
Update Bug_report.md 2018-05-12 21:03:46 -03:00
Adrian Scillato da89d75f8b
Update Custom.md 2018-05-12 21:03:37 -03:00
Adrian Scillato 2cb713f5c6
Update Feature_request.md 2018-05-12 21:03:26 -03:00
Adrian Scillato 043ce1a51c
Troubleshooting Template 2018-05-12 20:34:35 -03:00
Adrian Scillato 1e9b985e6b
Delete ISSUE_TEMPLATE.md 2018-05-12 20:33:35 -03:00
Adrian Scillato fa4e37b09b
Create Feature_request.md 2018-05-12 20:33:14 -03:00
Adrian Scillato ef0f05025f
Create Custom.md 2018-05-12 20:32:52 -03:00
Adrian Scillato 162a3cc2ce
Create templates for Bugs, Request and Troubleshooting
As an attempt to help on the issues resolutions, a clasification is needed also providing some steps for the descriptions required.
2018-05-12 20:31:34 -03:00
Adrian Scillato 2167c642a6
Update Spanish Translation 2018-05-12 17:03:26 -03:00
Theo Arends e6a1eff8ed Add support for sensor SI1145
5.13.1a
* Add support for sensor SI1145 UV Index / IR / Visible light (#2496)
2018-05-12 21:15:59 +02:00
Theo Arends dec6a626bb
Merge pull request #2704 from ascillato/patch-2
Fix Translation Error for PL #2698
2018-05-12 17:10:49 +02:00
Theo Arends 85727f4879
Merge pull request #2696 from ascillato/patch-1
Update Spanish Translation
2018-05-12 17:10:19 +02:00
Adrian Scillato 7e9db309bf
Fix Translation Error for PL #2698
Fix Translation Error for PL #2698
2018-05-11 22:20:21 -03:00