2398 Commits

Author SHA1 Message Date
Theo Arends
8233593559 Fix ESP32 default odroid joystick setting 2020-08-06 14:39:01 +02:00
Stephan Hadinger
642d95fc62 Fix Zigbee Power command 2020-08-06 09:55:08 +02:00
Theo Arends
7cd362a84e
Merge pull request #9039 from joba-1/development
Fix ln(x) via taylor series for special case x = 1
2020-08-06 09:29:13 +02:00
Theo Arends
d7e8c41141
Merge pull request #9037 from gemu2015/st7789
st7789 display driver
2020-08-06 09:25:25 +02:00
gemu2015
649053007a fix ft5206 watch touch controller 2020-08-06 08:53:09 +02:00
joba-1
d6bcab2920
Fix ln(x) via taylor series for special case x = 1 2020-08-05 23:42:34 +02:00
Stephan Hadinger
a2a61ce55a Quick fix for regression on Power command 2020-08-05 21:00:30 +02:00
Stephan Hadinger
28c035aabd Zigbee EZSP fixes 2020-08-05 20:49:07 +02:00
gemu2015
5d102f52f7 st7789 added 2020-08-05 20:21:21 +02:00
RemiDing
fa27a0881d Merge branch 'development' of https://github.com/RemiDing/Tasmota into development 2020-08-04 22:55:05 +02:00
RemiDing
9ca5e94715 detect double click 2020-08-04 22:53:44 +02:00
Theo Arends
d321b6cf68 Fix ESP32 analog indexes 2020-08-04 18:01:51 +02:00
Theo Arends
ce388c799f Add ESP32 Analog input support for GPIO32 to GPIO39 2020-08-04 16:33:05 +02:00
stefanbode
35b0d671b7
Update xsns_29_mcp230xx.ino
- Removed custom code for INTERLOCK. referenced to normal INTERLOCK groups trough POWER command.
- Compiler Options to save space
- redirect sensor29 set relay status to POWER command
2020-08-04 08:31:50 +02:00
Theo Arends
b8973d64d0
Merge pull request #9023 from stefanbode/patch-16
Added exposure of MCP Out Pins as Relays
2020-08-03 18:23:51 +02:00
Theo Arends
a3445e5b5f Add ESP32 ADC framework 2020-08-03 18:21:34 +02:00
stefanbode
d16cdb108c
Added required hooks 2020-08-03 18:08:49 +02:00
stefanbode
b966a5a933
Exposed OUT Pin as Relays 2020-08-03 18:02:27 +02:00
Theo Arends
1d990ad091 Fix ESP32 PWM range 2020-08-03 11:52:25 +02:00
Staars
ccdfff33dd add support for MHO-C303 2020-08-02 15:07:18 +02:00
Theo Arends
e1b825ed75 Fix ESP32 PWM resolution calculation 2020-08-02 12:40:15 +02:00
Theo Arends
6185941b18 Fix display redundant power toggle
Fix display redundant power toggle if backlight is configured as PWM
2020-08-02 11:42:28 +02:00
gemu2015
6323e777a0 scripter display dump 2020-08-02 07:35:25 +02:00
Stephan Hadinger
f1bea6b363 Add Zigbee better support for IKEA Motion Sensor 2020-08-01 18:52:04 +02:00
Theo Arends
317d4977d1 Fix masterlog_level to control master log level control 2020-07-31 16:56:42 +02:00
Theo Arends
a5857ac03f Add masterlog_level to control master log level control 2020-07-31 11:53:12 +02:00
Theo Arends
feb5ffc3dd Oops broke esp8266 compile. Fixed 2020-07-31 11:37:12 +02:00
Theo Arends
6aee706f01 Fix ESP32 Zigbee compilation 2020-07-31 11:35:26 +02:00
Theo Arends
753d161a57
Merge pull request #8821 from halfbakery/shutter_ha_discovery
Shutter ha discovery
2020-07-30 20:32:16 +02:00
Norbert Richter
cd6de24f14
Fix ShutterStopToggleDir init 2020-07-30 18:10:29 +02:00
Jason2866
3b7305f20c
Add changes from https://github.com/esp8266/Arduino/commit/a6798691
to be compatible with Arduino master.
2020-07-30 13:41:51 +02:00
Theo Arends
70c7f38a1f Release 8.4.0 2020-07-29 16:58:07 +02:00
Theo Arends
99feefba84 Merge branch 'development' into pre-release-840 2020-07-29 14:49:20 +02:00
Theo Arends
ba3856d900 Change IRRemoteESP8266 library
Change IRRemoteESP8266 library from v2.7.6 to v2.7.8.10, fixing Samsung and Pioneer protocols (#8938)
2020-07-29 14:44:45 +02:00
Stephan Hadinger
e83351864e Change IRRemoteESP8266 IR lib to pre-2.7.9, fixing Samsung and Pioneer protocols (#8938) 2020-07-29 13:57:44 +02:00
Theo Arends
9a3307a73f Prep release 8.4.0 2020-07-29 11:18:56 +02:00
Theo Arends
69e252b7d7 Prep release 8.4.0 2020-07-29 10:31:38 +02:00
Stephan Hadinger
c47d8d03a5 Change Zigbee randomizing of parameters at first run or after Reset 2020-07-29 10:02:04 +02:00
Theo Arends
0abe6c6a2b Zigbee EFR32 xmodem upload
Zigbee EFR32 xmodem upload (#8583)
- Now checks for upload complete
- Add optional define ZIGBEE_BOOTLOADER_SOFTWARE_RESET_FIRST for software reset first
2020-07-27 18:31:14 +02:00
Theo Arends
2012eaccf4 POC3 Zigbee EFR32 xmodem upload
POC3 Zigbee EFR32 xmodem upload (#8583)
- Extend ACK timeout after EOT
2020-07-27 15:43:24 +02:00
Theo Arends
e8beeba651 Remove obsolete debug info 2020-07-27 11:05:44 +02:00
Theo Arends
a6fe5f859b POC2 Zigbee EFR32 xmodem upload
POC2 Zigbee EFR32 xmodem upload (#8583)
- Swap reset states
- Speed up XMODEM upload by changing current loop sleep
- Add more debug messages
2020-07-27 11:01:20 +02:00
Theo Arends
30d0f050c7 POC Zigbee EFR32 xmodem upload
POC Zigbee EFR32 xmodem upload (#8583)
2020-07-26 18:55:31 +02:00
Stephan Hadinger
267a49b140 Fix compilation error for Zigbee ZNP 2020-07-26 13:54:24 +02:00
Theo Arends
806a862cac Add EFR32 upload framework 2020-07-25 18:25:06 +02:00
Theo Arends
520558d381 Fix no sensor issue 2020-07-25 17:08:11 +02:00
Stephan Hadinger
781cb4d9c7 Zigbee EZSP improvements and reduced logging 2020-07-25 15:40:42 +02:00
Theo Arends
38179062ae Refactor TuyaMcu year 2020-07-25 14:52:37 +02:00
bettman66
0467ffc62a millennium error 2020-07-25 09:21:56 +02:00
Theo Arends
3acae81fc0 Change Domoticz commands prefix from `Domoticz to Dz`
- Change Domoticz commands prefix from ``Domoticz`` to ``Dz``
- Add command ``DzSend<type> <index>,<value1(;value2)|state>`` to send values or state to Domoticz
2020-07-24 15:30:21 +02:00