160 Commits

Author SHA1 Message Date
stefanbode
482cbbfa7b
Update i18n.h 2021-02-18 13:34:58 +01:00
Theo Arends
be08ac5a33
Merge pull request #10892 from curzon01/sdm72
Add SDM72 Modbus energy meter
2021-02-10 14:19:10 +01:00
Paul C Diem
83298b2a9e Rename DevGroupDevice to DevGroupTie 2021-02-09 21:22:43 -06:00
Paul C Diem
60252a9043 Add DGR device map support 2021-02-09 15:10:32 -06:00
Norbert Richter
435be84ff3
Add SDM72 Modbus energy meter 2021-02-09 16:13:40 +01:00
Stephan Hadinger
621e08699d Preview of Berry language for Tasmota32 2021-02-07 20:19:08 +01:00
Stephan Hadinger
9d14587e20 Zigbee command `ZbScan` to do an energy scan on each radio channel 2021-02-03 20:37:44 +01:00
Adrian Scillato
4f6e97016f
Deleted duplicated entries in i18n.h
The entry: #define D_ZIGBEE_NOT_STARTED "Zigbee not started" is duplicated in i18n.h from all language files. This produces a warning while compiling due to redefinition if changing the language in my_user_config.h
2021-01-30 22:10:03 -03:00
Stephan Hadinger
8f15288f73 Zigbee fix ZbNoAutoQuery synonym 2021-01-29 19:28:26 +01:00
Stephan Hadinger
26920cbb2a Zigbee more synonyms 2021-01-29 13:45:55 +01:00
Stephan Hadinger
90afef99da Zibee add `SetOption120 1 or ZbEndpointTopic to add the endpoint as suffix in topic when using SetOption89 1` 2021-01-28 19:52:08 +01:00
Stephan Hadinger
a436dd416d Added macro for SO synonyms and MQTT 2021-01-28 09:04:42 +01:00
Theo Arends
db615c5b0b Refactor some IP addresses 2021-01-27 12:03:20 +01:00
Stephan Hadinger
bc6f2b066f Add Zigbee SetOption synonyms
Add commands ``ZbNameKey``, ``ZbDeviceTopic``, ``ZbNoPrefix``, ``ZbEndpointSuffix``, ``ZbNoAutoBind``, ``ZbNameTopic`` as synonyms for ``SetOption83, 89, 100, 101, 110 and 112`` respectively
2021-01-26 19:24:13 +01:00
Theo Arends
7249552582 Refactor dtostrfd 2021-01-26 17:12:08 +01:00
Theo Arends
20704ab700 Refactor dtostrfd 2021-01-26 16:26:00 +01:00
Theo Arends
b4ceb9e5e9 Add light synonyms
Add commands ``ChannelRemap``, ``MultiPWM``, ``AlexaCTRange``, ``PowerOnFade``, ``PWMCT``, ``WhiteBlend``, ``VirtualCT`` as synonyms for ``SetOption37, 68, 82, 91, 92, 105 and 106`` respectively
2021-01-26 14:56:58 +01:00
Theo Arends
c934a20b4f Add support for TOF10120
Add support for TOF10120 time of flight sensor by Cyril Pawelko (#10190)
2021-01-22 16:48:41 +01:00
Theo Arends
4de6648cd7 Refactor wiegand rfid reader 2021-01-21 16:12:44 +01:00
BBBits
9b81f11f17 Resolve mDNS not restarting on wifi dn/up
also changed log prefix for mDNS  from DNS: to mDN:
2021-01-12 09:57:34 +13:00
Theo Arends
dcbb3f1e0e Happy New Year 2021-01-01 13:44:04 +01:00
Stephan Hadinger
488712c3f0 Commands CTRange and VirtualCT 2020-12-29 19:31:27 +01:00
Theo Arends
b8197181d0 Remove obsolete version marker 2020-12-23 16:40:46 +01:00
Theo Arends
80ab642076 Add command `RfProtocol` to control RcSwitch
Add command ``RfProtocol`` to control RcSwitch receive protocols by BBBits (#10063)
2020-12-06 14:58:00 +01:00
BBBits
c5c28dec25 Address Theo's requests & some cleanups + errors
Removed all code changes out i18n.h  & support_command.ino
2020-12-06 10:45:01 +13:00
BBBits
7d19e9b0e2 RC-Switch Protocol Disable via Console 2020-12-05 23:51:57 +13:00
Theo Arends
b527ab4d66 Prep for ESP32-C3 ph1 2020-11-28 12:46:17 +01:00
Stephan Hadinger
698dd755de Zigbee command `ZbLeave` to unpair a device 2020-11-13 19:23:35 +01:00
Stephan Hadinger
5f39d15a84 Zigbee more consistent messages for ZbInfo and ZbLight 2020-11-13 13:32:45 +01:00
Theo Arends
4b6465fd10 Add support for fingerprint sensor
Add support for AS608 optical and R503 capacitive fingerprint sensor
2020-11-11 17:31:48 +01:00
Stephan Hadinger
39b0cf4c56 Zigbee command `ZbInfo` and prepare support for EEPROM 2020-11-11 12:09:18 +01:00
Theo Arends
85612776f6 Add Tuya commands
Add commands ``TuyaRGB``, ``TuyaEnum`` and ``TuyaEnumList`` (#9769)
2020-11-08 12:51:08 +01:00
Christopher Tremblay
959e734924 Add support for EZO PMP
Adds support for EZO Peristaltic pump
2020-11-07 01:41:22 -08:00
Theo Arends
fa7fdbd51a Consolidate AddLog_P
Consolidate `AddLog_P` into `AddLog_P2` and rename to `AddLog_P`
2020-11-06 17:09:13 +01:00
Scoobler
473362cbee Added DimmerStep to allow the change of the Dimmer Auto (+/-) Step value
Signed-off-by: Scoobler <jamienwood@hotmail.com>
2020-11-04 11:01:37 +01:00
Theo Arends
653adfa1cb Refactor Button Switch MQTT data 2020-11-03 16:24:49 +01:00
Theo Arends
9f191d9214 Breaking change when `SetOption73 1`
Breaking change when ``SetOption73 1`` JSON result from `{"ACTION":"SINGLE"}` to `{"Button1":{"Action":"SINGLE"}}`
2020-11-03 15:42:55 +01:00
Christopher Tremblay
7224b414fa Add support for EZO RGB
Adds support for EZO RGB sensor
2020-11-03 03:38:28 -08:00
Christopher Tremblay
2af5f61b03 Add support for EZO DO
Add support for EZO Disolved Oxygen sensor
2020-11-02 00:26:35 -08:00
Theo Arends
8896f7af90
Merge pull request #9697 from tichris0/development
Add support for EZO FLO sensor
2020-11-01 14:56:48 +01:00
Theo Arends
c2482e9913 Add command `SwitchText`
Add command ``SwitchText`` to change JSON switch names by barbudor (#9691)
2020-11-01 13:26:35 +01:00
Christopher Tremblay
558034b15f Add support for EZO FLO sensor
Add support for EZO FLO sensor
2020-11-01 01:28:43 -08:00
Stephan Hadinger
e3f4cc94f6 Zigbee added `ZbOccupancy` command to configure the time-out for PIR 2020-10-31 17:48:40 +01:00
Stephan Hadinger
a0801b11da Zigbee added `ZbMap` command to describe Zigbee topology 2020-10-28 17:30:46 +01:00
Christopher Tremblay
db338f1d81 Add support for EZO O2
Adds support for EZO O2 sensor
2020-10-27 03:38:54 -07:00
Christopher Tremblay
d6bea107f8 Add support for EZO EC
Adding support for Electrical conductivity sensor
2020-10-24 00:54:25 -07:00
stefanbode
cbfa3ae1de
added shutterchange command 2020-10-21 10:21:56 +02:00
Christopher Tremblay
d8b8636a44 EZOpH & EZOORP support
This commits adds support for EZOpH and EZOORP to Tasmota
2020-10-18 05:10:12 -07:00
Theo Arends
29e73dae9b Add command `NoDelay`
Add command ``NoDelay`` for immediate backlog command execution by Erik Montnemery (#9544)
2020-10-15 12:32:40 +02:00
Stephan Hadinger
241843d384 Added ZbReset 2 2020-10-10 16:19:37 +02:00