Commit Graph

3682 Commits

Author SHA1 Message Date
Theo Arends 5284d5f4f7
Merge pull request #10652 from gemu2015/mp3
support for DY_SV17F mp3 player
2021-01-21 16:13:46 +01:00
Theo Arends 4de6648cd7 Refactor wiegand rfid reader 2021-01-21 16:12:44 +01:00
gemu2015 a3a391c649 Update xdrv_14_mp3.ino 2021-01-21 15:15:54 +01:00
gemu2015 f6587f5043 support for DY_SV17F 2021-01-21 15:10:17 +01:00
Theo Arends 195a7754c6 Add Settings.device_group_maps
Add Settings.device_group_maps for future use (#10155)
2021-01-21 15:01:18 +01:00
Theo Arends 47ce7c7312 Add rule trigger string comparisons
Add rule trigger string comparisons for EndsWith ``$>``, StartsWith ``$<`` and Contains ``$|`` (#10538)
2021-01-21 14:54:38 +01:00
Theo Arends 4d83b54fda Update changelog 2021-01-21 14:18:09 +01:00
Theo Arends 5871ceaa1d
Merge pull request #10648 from emontnemery/patch-4
Attempt to fix broken settings without filesystem
2021-01-21 14:03:41 +01:00
Theo Arends 7ddb6ad233 Wiegand refactor 2021-01-21 13:44:39 +01:00
Theo Arends 10dfbd9695 Change Domoticz decimals
Make Domoticz Temp/Hum/Pressure decimals user configurable
2021-01-21 13:02:50 +01:00
stefanbode 2eac0e979e
Fix crash during hammering buttons 2021-01-21 11:51:05 +01:00
Erik Montnemery 59de8c05ea
Attempt to fix broken settings 2021-01-21 08:56:41 +01:00
Theo Arends 5561de02fa Add support for Sugar Valley NeoPool Controller
Add support for Sugar Valley NeoPool Controller by Norbert Richter (#10637)
2021-01-20 17:03:53 +01:00
Theo Arends 8744ab0f19
Merge pull request #10637 from curzon01/development
Add Sugar Valley NeoPool Controller RS485
2021-01-20 16:29:34 +01:00
Theo Arends 96c0951587 move includes 2021-01-20 15:43:26 +01:00
Theo Arends 398e29d7cf Rename define MAX_TOUCH_BUTTONS 2021-01-20 15:12:41 +01:00
Norbert Richter 46747026eb
Merge branch 'NeoPool' into development 2021-01-20 15:07:45 +01:00
Norbert Richter 8387c14dfc
Add NeoPool feature 2021-01-20 15:06:59 +01:00
Theo Arends 14788a4e74 Fix core2 compilation 2021-01-20 15:06:34 +01:00
Theo Arends 61d7d2ee64 I love undocumented defines :-( 2021-01-20 15:01:00 +01:00
Norbert Richter 29deb769d4
Move text to lang files 2021-01-20 14:47:58 +01:00
Theo Arends e21b520a17 Fix compilation 2021-01-20 14:23:16 +01:00
Theo Arends 4e90656c50 Add core2 2021-01-20 14:10:37 +01:00
Norbert Richter d4c2282170
Add Sugar Valley NeoPool Controller 2021-01-20 13:56:57 +01:00
Theo Arends 34d1a7e18d
Merge pull request #10633 from gemu2015/refactor
Refactor webcam , core2
2021-01-20 11:37:39 +01:00
Theo Arends 4c59007cc7
Merge pull request #10616 from polarduck-dev/development
fixed IPv6 address acquisition
2021-01-20 11:31:12 +01:00
Theo Arends 35bc095e00 Add support for SM2135 current selection
Add support for SM2135 current selection using GPIO ``SM2135 DAT`` index (#10634)
2021-01-20 11:20:56 +01:00
Theo Arends be74a768fb
Update support_wifi.ino
Correct inifinite loop as timeout would never trigger
2021-01-20 10:44:10 +01:00
Theo Arends e120e5f122 Fix DHT12 negative temps
Fix DHT12 negative temps (#10632)
2021-01-20 10:18:19 +01:00
gemu2015 238fce3d62 add rtsp flag to webcam config 2021-01-20 08:50:32 +01:00
gemu2015 9ce6b53691 small fixes 2021-01-20 08:49:10 +01:00
gemu2015 62649f238e refactor core2, i2s 2021-01-20 08:47:43 +01:00
gemu2015 a13c85c45e refactor rtsp and webcam 2021-01-20 08:42:44 +01:00
polarduck-dev 6ab6708c34
Merge branch 'development' into development 2021-01-19 16:39:31 +00:00
polarduck-dev e14f464a23 Removed IPV4 from the existing macros so the change is externally minimal 2021-01-19 16:33:06 +00:00
Theo Arends c16fb465fb Add correct log info 2021-01-19 16:23:16 +01:00
Theo Arends f5f6c6e5a1 Enable new BLE driver for odroid 2021-01-19 15:26:02 +01:00
Theo Arends c5984875d6 Remove upload watchdog 2021-01-19 13:57:30 +01:00
Theo Arends 9a11d3613b Remove disable messages 2021-01-19 12:26:52 +01:00
Theo Arends 865b25dff9 Remove disable messages 2021-01-19 12:23:01 +01:00
Theo Arends ec74dc3a51 Make zbbridge transfer more verbose
Make zbbridge transfer more verbose (#10413)
2021-01-19 11:54:49 +01:00
Stephan Hadinger 3265236fe1 Fix compilation ESP32 2021-01-18 22:37:36 +01:00
Stephan Hadinger b55fdcef75 Fix compilation ESP32 2021-01-18 22:32:59 +01:00
Stephan Hadinger 2f139d0e47 More PROGMEM 2021-01-18 21:48:04 +01:00
s-hadinger cdc9d8dfc9
Zigbee send ack to command (#10624)
* Zigbee send ack to command

* Fix cluster

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-18 21:28:12 +01:00
s-hadinger d725664244
Merge pull request #10623 from s-hadinger/zigbee_ezsp_increase_timeouts
Zigbee increase timeouts for EZSP
2021-01-18 20:56:01 +01:00
Stephan Hadinger 081f097b60 Zigbee increase timeouts for EZSP 2021-01-18 20:39:14 +01:00
s-hadinger 0fbdfceac7
Merge pull request #10617 from s-hadinger/zigbee_zbstatus0_bad_json
Zigbee fix bad JSON for `ZbStatus0`
2021-01-18 19:53:47 +01:00
Stephan Hadinger 57a4153a41 Zigbee fix bad JSON for `ZbStatus0` 2021-01-18 18:31:19 +01:00
polarduck-dev ff08501b39 fixed IPv6 address acquisition 2021-01-18 15:32:58 +00:00
Theo Arends d99ba6992c Refactor BLE 2021-01-18 11:51:24 +01:00
Theo Arends 1c6b0d8a4d Rebase fixes 2021-01-18 11:33:13 +01:00
Theo Arends ff6c328ba9
Merge pull request #10600 from btsimonh/BLE_ESP32_FINAL
Ble esp32 final
2021-01-18 11:18:27 +01:00
Theo Arends ea2be66731
Merge pull request #10602 from gemu2015/displayupdate
force opaque mode
2021-01-18 09:00:09 +01:00
gemu2015 bd6f6f3ae5 force opaque mode 2021-01-17 18:52:16 +01:00
Stephan Hadinger e3ea65e8fa Zigbee add RGB and RGBb to ZbInfo 2021-01-17 18:51:22 +01:00
s-hadinger a56dd0f2f5
Merge pull request #10599 from s-hadinger/zigbee_RGBb
Zigbee add RGBb taking into account brightness
2021-01-17 18:24:15 +01:00
Simon Hailes 37beaca119 Implements xdrv_52 - BLE_ESP32
Modifies xsns_52 - iBeacon,  and xsns_62 - MI32 to use the new BLE driver
2021-01-17 17:08:54 +00:00
Stephan Hadinger 06221f3ef1 Zigbee add RGBb taking into account brightness 2021-01-17 17:52:08 +01:00
Theo Arends d402060e56 Clean up Wiegand 2021-01-17 17:50:58 +01:00
s-hadinger 840f4c3bc2
Merge pull request #10597 from s-hadinger/zigbee_report_rgb
Zigbee report colors as RGB
2021-01-17 17:13:51 +01:00
Theo Arends 47e23082cc Update changelog 2021-01-17 17:01:52 +01:00
Stephan Hadinger 454892c971 Zigbee report colors as RGB 2021-01-17 16:39:40 +01:00
Theo Arends 221bf038d8
Merge pull request #10581 from matt123p/development
Put back SetOption40 support.
2021-01-17 16:37:10 +01:00
Stephan Hadinger 5f04cf2ec8 Zigbee support for Lidl Livarno Lux Remote Control Dimmer 2021-01-17 16:12:25 +01:00
Theo Arends e6afdf0291
Merge pull request #10592 from bovirus/patch-1
Update Italian language
2021-01-17 14:21:30 +01:00
Theo Arends fc23329133
Merge pull request #10589 from iot-sle/development
only in case of valid key do action. Issue#10585
2021-01-17 14:20:18 +01:00
bovirus 6cfc7d549e
Update Italian language 2021-01-17 14:16:56 +01:00
gemu2015 8c5d4ea26d fix esp32 download large files 2021-01-17 12:30:20 +01:00
sle ba12d8911e only in case of valid key do action. Issue#10585 and block very slow incoming signals 2021-01-17 11:39:21 +01:00
s-hadinger f52f26f566
Added ``USE_MQTT_TLS_DROP_OLD_FINGERPRINT`` compile time option to drop old (less secure) TLS fingerprint (#10584)
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-16 18:07:01 +01:00
s-hadinger 8f0fb3ef35
Merge pull request #10583 from s-hadinger/tls_web_ui
Fix Web UI that would not change TLS mode
2021-01-16 17:29:41 +01:00
Stephan Hadinger a90eb18f1e Fix Web UI that would not change TLS mode 2021-01-16 17:11:45 +01:00
Matt e47065a66d Put back SetOption40 support. 2021-01-16 15:14:36 +00:00
Theo Arends 2dbd1ef973 Add support for 24/26/32/34 bit RFID Wiegand
Add support for 24/26/32/34 bit RFID Wiegand interface (D0/D1) by Sigurd Leuther (#3647, #10565)
2021-01-16 15:39:33 +01:00
Theo Arends 3bb15cda2a Fix ESP32 MLX90640 compilation 2021-01-16 11:18:40 +01:00
s-hadinger dd2dc6e6b6
Merge pull request #10579 from s-hadinger/zigbee_increase_timeout
Zigbee increase timeout to 5s for first command
2021-01-16 10:56:52 +01:00
Stephan Hadinger 9270e956d4 Zigbee increase timeout to 5s for first command 2021-01-16 10:55:40 +01:00
Theo Arends 8967762ccf
Merge pull request #10577 from vic42/language_pr
some more improvements on german strings
2021-01-16 10:06:12 +01:00
Vic 6d0005cc29 some more improvements on german strings 2021-01-15 19:02:09 +01:00
Stephan Hadinger cc43530639 ESP32 support for TLS MQTT using BearSSL (same as ESP8266) 2021-01-15 18:23:05 +01:00
Vic 86cd22e95f D_COUNT is used as a noun, not as a verb 2021-01-15 16:44:59 +01:00
Theo Arends f1d15c015c Fix ESP8266 SPI detection 2021-01-15 16:19:56 +01:00
Theo Arends 43fd9ee1f2 Fix dual filesystem commands 2021-01-15 16:17:25 +01:00
Theo Arends 89a9c049d6 Add debug message regarding energy reset 2021-01-15 14:31:25 +01:00
Theo Arends 2c9203d662 Increase driver and display support 2021-01-15 12:01:15 +01:00
Theo Arends d64a6a1b10 Increase sensor support 2021-01-15 11:45:04 +01:00
Theo Arends 46bf60ac15 Small refactor NTP 2021-01-15 10:43:58 +01:00
Erik Montnemery f100ad5d03
Include SetOption117 in discovery message 2021-01-14 21:36:08 +01:00
s-hadinger 339e785387
Fix Hue emulation for ESP32 (#10564)
* Fix Hue emulation for ESP32

* Fix compilation for Zigbee

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-14 18:40:59 +01:00
Theo Arends d60b69a712 Try next NTP server on error 2021-01-14 18:09:45 +01:00
Theo Arends fdbd1dcc0a Changed command ``Sleep 0``
Changed command ``Sleep 0`` removes any sleep from wifi modem except when ESP32 BLE is active
2021-01-14 17:03:01 +01:00
Theo Arends fa4326b6b0 Fix ESP32 compilation 2021-01-13 16:57:04 +01:00
Theo Arends 40007bbae9 Add WIFI_NONE_SLEEP when sleep = 0 and SO60 = 0 2021-01-13 15:54:43 +01:00
Theo Arends 3810251658 Update support_esptool.ino 2021-01-13 14:18:39 +01:00
Theo Arends a21acebdb4 Add support for Last Known Good Settings 2021-01-13 13:51:49 +01:00
Theo Arends 861c76baca Fix ESP32 reset 5,6 regression from yesterday 2021-01-13 12:38:35 +01:00
Theo Arends a34f75f44c Fix locale File Management decimal point 2021-01-13 12:12:14 +01:00
Theo Arends e32f2d9de0
Merge pull request #10539 from Jason2866/patch-4
Fixing compile error (PCF8574)
2021-01-13 09:21:53 +01:00
Jason2866 be531c9c81
Fixing compile error 2021-01-13 08:27:40 +01:00