Commit Graph

1191 Commits

Author SHA1 Message Date
Adrian Scillato e9238ac773
Update Optional files 2018-05-31 03:45:53 -03:00
Adrian Scillato 46929204e1
Added Console Commands for TX and RX with KNX 2018-05-31 03:34:58 -03:00
ascillato 3d2b9dc583 Added KNX Console Commands 2018-05-31 03:21:35 -03:00
Adrian Scillato 9c862161e0
Added KNX Console Commands
* Added Console Commands to send KNX Commands
  usage: KnxTx_Cmnd[slot] command
  where [slot] is any of the 5 slots on the KNX Menu and command is 0 or 1
  example: KnxTx_Cmnd1 0

* Added Console Commands to send KNX Values
  usage: KnxTx_Val[slot] value
  where [slot] is any of the 5 slots on the KNX Menu and value is a number
  example: KnxTx_Val1 35

* Added Slots on the KNX Web Menu to select Group Addess to send data from console commands

* Added Events to trigger rules when received data from KNX
  usage on rules as: event#KnxRx_Val[slot]
  where [slot] is any of the 5 slots on the KNX Menu
  example: rule on event#KnxRx_Val1 do VAR1 %value% endon

* Added Events to trigger rules when received read requests from KNX
  usage on rules as: event#KnxRx_Req[slot]
  where [slot] is any of the 5 slots on the KNX Menu
  example: rule on event#KnxRx_Req1 do KnxTx_Val1 35 endon

* Added Slots on the KNX Web Menu to select Group Addess to receive data to trigger rules
2018-05-31 02:58:54 -03:00
Adrian Scillato 9bc4829de8
Added Keys to be used by KNX Console Commands 2018-05-31 02:46:09 -03:00
Adrian Scillato 5571135437
Update user_config.h 2018-05-31 02:44:17 -03:00
Adrian Scillato 1bc3057c8a
Update platformio.ini 2018-05-31 02:42:13 -03:00
Adrian Scillato bc4abb1a04
Add KNX Slots to be used in Rules 2018-05-30 15:19:17 -03:00
Adrian Scillato 8eda46abba
Sync to Tasmota
Sync to Tasmota
2018-05-30 12:38:46 -03:00
Theo Arends 72f36a88a6 Update language files
Update language files
2018-05-30 17:24:09 +02:00
Adrian Scillato a616a41ab0
Sync to Tasmota
Sync to Tasmota
2018-05-30 12:15:14 -03:00
Theo Arends c4312182f0
Merge pull request #2863 from vivianlink/patch-1
fix capitalization error
2018-05-30 17:10:30 +02:00
Adrian Scillato 5f2fdd0241
Update README.md 2018-05-30 00:06:34 -03:00
Vivian a175c3d150
Update README.md 2018-05-29 19:00:25 -07:00
Vivian 72fad5384e
Update README.md 2018-05-29 15:24:10 -07:00
Adrian Scillato 3f571f30a8
Sync to Tasmota
Sync to Tasmota
2018-05-29 13:53:29 -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
Adrian Scillato 4455cbd4c1
Update COPYFILES.BAT 2018-05-29 10:43:35 -03:00
Adrian Scillato 87d9873301
Update platformio.ini 2018-05-29 10:40:41 -03:00
Adrian Scillato d1c140045a
Sync to Tasmota
Sync to Tasmota
2018-05-29 10:27:57 -03:00
Adrian Scillato 6acf9f3a0d
Update platformio.ini 2018-05-29 10:27:36 -03:00
Theo Arends ae9f5fd2e3 Add Ukranian language
Add Ukranian language
2018-05-29 14:47:53 +02:00
Adrian Scillato da2775c1f8
Sync to Tasmota
Sync to Tasmota
2018-05-28 20:07:33 -03: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
Adrian Scillato da3c00c218
Sync to Tasmota
Sync to Tasmota
2018-05-27 20:01:11 -03:00
Theo Arends 1c96097c7a Fix sdm120/630 compile error
Fix sdm120/630 compile error when webserver is disabled (#2764)
2018-05-27 14:14:41 +02:00
Theo Arends b8edfddd7e Fix Pow R2 and S31 checksum error
Fix Pow R2 and S31 checksum error (#1907)
2018-05-27 14:13:14 +02:00
Adrian Scillato d294ea6033
Sync to Tasmota
Sync to Tasmota
2018-05-24 14:40:11 -03:00
Theo Arends d1db31fc0a Fix rule string comparison 2018-05-24 17:08:14 +02:00
Theo Arends e6daeda43e Fix initial rule3 clearence 2018-05-24 16:36:12 +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 ca08b77aad Add two more rule sets
5.14.0b
 * Increase rule storage space to 3 rule sets of 512 characters
using commands rule1, rule2 and rule3
2018-05-24 14:25:52 +02:00
Theo Arends be895fdcc0 Move GetUsedInModule to support.ino
Move GetUsedInModule to support.ino (#2810)
2018-05-24 11:24:03 +02:00
Gennaro Tortone f415bd668d remove temporary media directory 2018-05-23 20:15:47 +02:00
Gennaro Tortone a730766ee2 images for wiki 2018-05-22 16:54:56 +02:00
Adrian Scillato 70ec86fbc8
Sync with Tasmota
Sync with Tasmota
2018-05-21 23:10:58 -03:00
Theo Arends 4fbc51a874 Add optional token %id% to fulltopic
5.14.0a
* Add optional token %id% substituting the unique MAC address for topic
names by Michael Graf (#2794)
2018-05-21 17:52:24 +02:00
Adrian Scillato b6e6b263f3
Sync with Tasmota
Sync with Tasmota
2018-05-20 17:09:05 -03:00
Theo Arends 0d838136e6
Merge pull request #2788 from altelch/development
Update to HUE Bridge V1 Software Version
2018-05-20 18:05:26 +02:00
Heiko Krupp acc4d0c0a0
Update to HUE Bridge V1 Software Version 2018-05-20 18:01:12 +02:00
Theo Arends 06258e5a68 Rules fixes and additions
5.14.0a
* Add rules %mem1% to %mem5% variable names storing data in flash
(#2780)
* Add rules test on %varx% or %memx% (#2780)
* Fix anomalies in rules (#2778)
2018-05-20 17:46:00 +02:00
Adrian Scillato d4cc669353
Update stale.yml 2018-05-19 18:31:39 -03:00
Adrian Scillato 7cf56ed643
Sync to Tasmota
Sync to Tasmota
2018-05-19 13:01:06 -03:00
Theo Arends acd4c93201
Merge pull request #2773 from znanev/patch-1
Update Bulgarian translations
2018-05-19 17:48:28 +02:00
znanev bf2f44264e
Update Bulgarian translations
Update Bulgarian translations to v5.14.0a
2018-05-19 16:40:48 +01: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
Adrian Scillato 7ebbde9cd8
Sync to Tasmota
Sync to Tasmota
2018-05-19 05:32:47 -03:00
Theo Arends 93048af5d1
Merge pull request #2766 from gtortone/development
upgrade of italian language
2018-05-19 09:56:34 +02:00
Theo Arends ff91ab8463
Merge pull request #2770 from ascillato/patch-1
Fix Bug on KNX Menu
2018-05-19 09:54:48 +02:00