Tasmota/sonoff
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
..
language Update language files 2018-05-30 17:24:09 +02:00
_releasenotes.ino Fix HWRestart on rule event 2018-05-29 17:24:42 +02:00
core_esp8266_timer.c v4.0.7 2017-03-19 18:19:08 +01:00
core_esp8266_wiring_digital.c The latest core file updates 2017-11-17 17:55:38 +01:00
core_esp8266_wiring_pwm.c v4.0.7 2017-03-19 18:19:08 +01:00
i18n.h File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
settings.h Add two more rule sets 2018-05-24 14:25:52 +02:00
settings.ino Fix initial rule3 clearence 2018-05-24 16:36:12 +02:00
sonoff.h Added Keys to be used by KNX Console Commands 2018-05-31 02:46:09 -03:00
sonoff.ino Add command source information 2018-05-28 15:52:42 +02:00
sonoff_post.h v5.13.0a - Add optional module select not to be used 2018-05-01 12:42:17 +02:00
sonoff_template.h Add Eastron SDM630 energy meter 2018-05-16 10:07:41 +02:00
support.ino Fix HWRestart on rule event 2018-05-29 17:24:42 +02:00
user_config.h Add Ukranian language 2018-05-29 14:47:53 +02:00
user_config_override_sample.h Align user_config_override_sample 2018-04-05 16:13:17 +02:00
xdrv_01_mqtt.ino File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
xdrv_02_webserver.ino Add command source information 2018-05-28 15:52:42 +02:00
xdrv_03_energy.ino Add command source information 2018-05-28 15:52:42 +02:00
xdrv_04_light.ino Add command source information 2018-05-28 15:52:42 +02:00
xdrv_05_irremote.ino File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
xdrv_06_snfbridge.ino File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
xdrv_07_domoticz.ino File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
xdrv_08_serial_bridge.ino Add rule support for IrReceive and RfReceive 2018-05-24 16:23:20 +02:00
xdrv_09_timers.ino Add command source information 2018-05-28 15:52:42 +02:00
xdrv_10_rules.ino Fix HWRestart on rule event 2018-05-29 17:24:42 +02:00
xdrv_11_knx.ino Added KNX Console Commands 2018-05-31 02:58:54 -03:00
xdrv_12_home_assistant.ino File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
xdrv_interface.ino File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
xplg_wemohue.ino Add command source information 2018-05-28 15:52:42 +02:00
xplg_ws2812.ino v5.12.0f - Add BRG and RBG support 2018-03-17 15:22:29 +01:00
xsns_01_counter.ino v5.12.0n - Change ADS1115 and Counter JSON 2018-04-28 15:55:38 +02:00
xsns_04_snfsc.ino v5.12.0m - Add KNX support and Random Timer 2018-04-18 17:28:45 +02:00
xsns_05_ds18b20.ino Fix DS18x20 temperature updates (# 2018-04-12 14:01:43 +02:00
xsns_05_ds18x20.ino Fix DS18x20 temperature updates (# 2018-04-12 14:01:43 +02:00
xsns_05_ds18x20_legacy.ino Fix DS18x20 temperature updates (# 2018-04-12 14:01:43 +02:00
xsns_06_dht.ino v5.12.0m - Add KNX support and Random Timer 2018-04-18 17:28:45 +02:00
xsns_07_sht1x.ino v5.12.0m - Add KNX support and Random Timer 2018-04-18 17:28:45 +02:00
xsns_08_htu21.ino v5.12.0m - Add KNX support and Random Timer 2018-04-18 17:28:45 +02:00
xsns_09_bmp.ino Add rules variables and teleperiod trigger 2018-04-27 18:06:19 +02:00
xsns_10_bh1750.ino Minor changes to prep for rules 2018-04-11 10:11:20 +02:00
xsns_11_veml6070.ino Minor changes to prep for rules 2018-04-11 10:11:20 +02:00
xsns_12_ads1115.ino v5.12.0n - Change ADS1115 and Counter JSON 2018-04-28 15:55:38 +02:00
xsns_12_ads1115_i2cdev.ino v5.12.0n - Change ADS1115 and Counter JSON 2018-04-28 15:55:38 +02:00
xsns_13_ina219.ino Minor changes to prep for rules 2018-04-11 10:11:20 +02:00
xsns_14_sht3x.ino v5.12.0m - Add KNX support and Random Timer 2018-04-18 17:28:45 +02:00
xsns_15_mhz19.ino Add Hardware Serial Fallback to TasmotaSerial 2018-05-10 17:21:26 +02:00
xsns_16_tsl2561.ino Add support for sensor SI1145 2018-05-12 21:15:59 +02:00
xsns_17_senseair.ino Add Hardware Serial Fallback to TasmotaSerial 2018-05-10 17:21:26 +02:00
xsns_18_pms5003.ino Add Hardware Serial Fallback to TasmotaSerial 2018-05-10 17:21:26 +02:00
xsns_19_mgs.ino v5.12.0b 2018-02-18 18:39:28 +01:00
xsns_20_novasds.ino Add Hardware Serial Fallback to TasmotaSerial 2018-05-10 17:21:26 +02:00
xsns_21_sgp30.ino File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
xsns_22_sr04.ino Minor fixes 2018-04-22 14:01:32 +02:00
xsns_23_sdm120.ino Fix sdm120/630 compile error 2018-05-27 14:14:41 +02:00
xsns_24_si1145.ino File renames and Add command WebSend 2018-05-28 11:35:23 +02:00
xsns_25_sdm630.ino Fix sdm120/630 compile error 2018-05-27 14:14:41 +02:00
xsns_interface.ino Fix DS18x20 temperature updates (# 2018-04-12 14:01:43 +02:00