98 Commits

Author SHA1 Message Date
Stephan Hadinger
781cb4d9c7 Zigbee EZSP improvements and reduced logging 2020-07-25 15:40:42 +02:00
Theo Arends
4584effbce Change all timer references from `Arm to Enable`
Change all timer references from ``Arm`` to ``Enable`` in GUI, ``Timer`` command and JSON message
2020-07-21 10:44:45 +02:00
Norbert Richter
f0177f3c48
Add ShutterToggleDir/ShutterStopToggleDir
same function as ShutterToggle/ShutterStopToggle but based on last movement direction, not on current position (< or > 50%)
2020-07-21 07:25:02 +02:00
Theo Arends
2c6198f27c Fix spelling
Fix spelling (#3410)
2020-07-18 18:51:13 +02:00
Stephan Hadinger
2dd3e0e0a0 Zigbee EZSP better support for groups 2020-07-10 20:15:12 +02:00
Theo Arends
b5f45aa295 Fix ESP32 SPI config 2020-06-20 17:58:21 +02:00
Stephan Hadinger
ca38d81b22 EZSP milestone 2 2020-06-19 20:54:37 +02:00
Stephan Hadinger
ee2bb0330a Add Zigbee initial support for EmberZNet protocol (raw send/receive only) 2020-06-16 20:01:14 +02:00
Stephan Hadinger
2181b0c1a4 Add serial to TCP bridge, `TCPStart and TCPBaudRate` (needs #define USE_TCP_BRIDGE) 2020-06-15 19:22:56 +02:00
Theo Arends
ef0b797686 Add basic support for ESP32 ethernet
Add basic support for ESP32 ethernet adding commands ``Wifi 0/1`` and ``Ethernet 0/1`` both default ON (#8503)
2020-06-15 18:27:04 +02:00
Stephan Hadinger
45397293e1 Add Zigbee auto-responder for common attributes 2020-06-03 22:39:04 +02:00
device111
f10ed3261c AS3935, add stage to json, fix overwrite nf-floor 2020-06-02 19:13:06 +02:00
Theo Arends
9c0fc4edcd
Merge pull request #8581 from Staars/touch
Command interface for touch button driver and a serial plotter
2020-05-30 14:23:45 +02:00
Staars
7e28e03d78 add commands to touch pin button on ESP32 2020-05-30 13:50:22 +02:00
Stephan Hadinger
b069b89561 Add Zigbee options to `ZbSend` to write and report attributes 2020-05-29 22:52:45 +02:00
Theo Arends
ca8b38d0d0 Add LedPwm commands
Add commands ``LedPwmOn 0..255``, ``LedPwmOff 0..255`` and ``LedPwmMode1 0/1`` to control led brightness by George (#8491)
2020-05-23 15:17:13 +02:00
Theo Arends
dc9ce42888 Refactor LedPwm code 2020-05-23 13:04:17 +02:00
Theo Arends
924a8772e1
Merge branch 'development' into ledpowerpwm 2020-05-23 12:46:51 +02:00
Theo Arends
93ca102391 Change ExportActiveTariff to ExportTariff 2020-05-22 18:31:14 +02:00
Theo Arends
2b798ff194
Merge pull request #8432 from device111/development
Support for VEML6075 and initial Support for VEML7700
2020-05-22 14:38:20 +02:00
George
603b628f97 Add pwm mode masking
* Extra setting & command to set - allows masking of pwm mode. Use case is for leds attached to buttons for seeing at night; this way user can combine both pwm and digital leds (i.e. pwm for the button leds but non-button status leds can stay on/off).
2020-05-20 13:23:54 +10:00
George
a305f435e8 First pass at led pwm settings
* Added settings for ledpwm_on and ledpwm_off with defaults that mimic current digitalwrite function
* Changed ledpoweridx from digitalwrite to analogwrite
* Add commands to change new settings
2020-05-20 13:23:52 +10:00
Theo Arends
d7f6c78ed9 Add command `DeviceName`
Add command ``DeviceName`` defaults to FriendlyName1 and replaces FriendlyName1 in GUI
2020-05-17 17:10:17 +02:00
device111
47a8df84be Support for VEML6075 and VEML 7700
Add support for VEML6075.
-Shows UVA, UVB, UVIndex

supported Commands are:

| Command        |      Description |
|----------------|------------------|
|VEML6075power   | Power up/down    |
|VEML6075dynamic | HD Mode          |
|VEML6075inttime | Integration Time |

Add initial Support for VEML7700  (#8260)
- the implementation based on Adafruit VEML7700 Libary.
- Shows Illuminance and White Content of Light.
2020-05-12 21:24:44 +02:00
Theo Arends
af32b3f5e5 Add ESP32 configuration webcam 2020-05-12 15:42:16 +02:00
Stephan Hadinger
2ff5a1ccb6 Add Zigbee support for router and end-device mode 2020-05-11 21:16:17 +02:00
Mickael Gaillard
2ddfb2da07 Add extra translate
Signed-off-by: Mickael Gaillard <mick.gaillard@gmail.com>
2020-05-08 00:34:25 +02:00
Theo Arends
0ca5bf4e41
Merge pull request #8243 from ctc/development
Restore tilt of venetian blinds after movement
2020-05-07 16:12:50 +02:00
Theo Arends
50614a18b5 Rename language files to fix compilation error 2020-05-05 17:09:48 +02:00
Paul C Diem
493a124783 Add DGR light sequence support 2020-04-25 17:49:34 -05:00
Ingo Flaschberger
d9ff42f5b7 Add ShutterSetOpen command 2020-04-21 16:20:20 +02:00
Theo Arends
6c5e9a89c4 Add command `SO as shortcut for command SetOption` 2020-04-21 09:48:27 +02:00
Paul C Diem
b7454d7bd8 Add DevGroupStatus command, Include member add/remove logging 2020-04-15 08:40:18 -05:00
device111
20c9a9cadf Add change global hum and temp with command 2020-04-13 13:26:49 +02:00
Paul C Diem
b4f7500a31 Add light palette support 2020-04-12 23:17:25 -05:00
Stephan Hadinger
9addde235a Add Zigbee command `ZbConfig` and configuration in Settings 2020-04-11 18:50:46 +02:00
Theo Arends
45e9408b73 Add support for AS3935 Lightning Sensor
Add support for AS3935 Lightning Sensor by device111 (#8130)
2020-04-11 14:51:08 +02:00
to-scho
771f53ddcd New shutter commands ShutterToggle, ShutterStopOpen, ShutterStopClose, ShutterStopToggle, ShutterStopPosition
ShutterToggle opens shutter when actual shutterposition <=50 and closes otherwise. ShutterStopXxx commands will stop shutter when shutter is currently moving and will be same as ShutterXxx otherwise.
2020-04-11 08:28:05 +02:00
Stephan Hadinger
cc9c3c3922 Add command `Ping` (#7176) 2020-04-10 20:40:56 +02:00
Paul C Diem
9794f12460 Add DevGroupSend command 2020-04-07 13:25:58 -05:00
Paul C Diem
2a367512d7 Add DevGroupName command 2020-04-06 12:29:50 -05:00
Stephan Hadinger
06774daba6 Add Zigbee commands `ZbBindState and manuf`attribute 2020-03-30 19:23:06 +02:00
Stephan Hadinger
6c1f5576d0 Add Zigbee ZbUnbind command 2020-03-26 20:58:59 +01:00
Stephan Hadinger
2c8dd288e7 Add command `ZbRestore to restore device configuration dumped with ZbStatus 2` 2020-03-22 16:11:01 +01:00
Theo Arends
0a0afe3615 Add Dew point to more sensors
Add Dew point to more sensors and refactor JSON Temperature and Humidity message
2020-03-17 16:29:59 +01:00
Federico Leoni
5ba26780e9 Humidity Offset 2020-03-16 14:29:55 -03:00
Theo Arends
a258296055 Add Dew Point to Temperature and Humidity sensors
Add Dew Point to Temperature and Humidity sensors
2020-03-16 17:09:15 +01:00
Theo Arends
566bc47af4 Add Dewpoint to Temp/Hum sensors Prt. 1
- Add Dewpoint to Temp/Hum sensors Prt. 1
- Update AHT10 driver (#7930)
2020-03-16 16:52:22 +01:00
Paul C Diem
fec34434a6 Merge branch 'development' of https://github.com/arendst/Tasmota into pwm-dimmer3 2020-03-15 18:26:46 -05:00
Stephan Hadinger
13dde44eb7 Add Zigbee support for Hue emulation 2020-03-14 14:17:30 +01:00