Commit Graph

5818 Commits

Author SHA1 Message Date
Staars 509a79e5f6 more lsfr-LUT-entries and PDU-types 2020-02-13 17:16:32 +01:00
Theo Arends a7e9058d3b
Merge pull request #7734 from ivankravets/patch-2
Use dev version of PlatormIO Core
2020-02-13 17:11:25 +01:00
Theo Arends 7cc783a532 Add another new DHT driver based on ESPEasy
Add another new DHT driver based on ESPEasy. The old driver can still be used using define USE_DHT_OLD. The previous new driver can be used with define USE_DHT_V2 (#7717)
2020-02-13 17:02:07 +01:00
Ivan Kravets a7c85a673e
Use dev version of PlatormIO Core
I would be thankful if you use the development version of PIO Core. It's very stable and you should not have any problems with it.
This should help us to be informed about any critical changes in PIO Core which can affect this project. Please report us any issues if they are related to PIO Core.
2020-02-13 17:19:02 +02:00
Theo Arends 51211dfd55 Attempt to fix slow wifi connection caused by #7602
Attempt to fix slow wifi connection caused by #7602
2020-02-13 12:46:06 +01:00
Theo Arends 48c02960d4
Merge pull request #7728 from s-hadinger/zigbee_persist_fix
Fix wrong encoding of Zigbee persistent data
2020-02-13 09:14:32 +01:00
Hadinger a50a7d486f Fix wrong encoding of Zigbee persistent data 2020-02-12 22:38:17 +01:00
Theo Arends daba78f45a
Merge pull request #7727 from Jason2866/patch-1
Statisfy Platformio v.4.2 syntax
2020-02-12 20:48:19 +01:00
Theo Arends 545fa2ec2b
Merge pull request #7726 from Jason2866/development
Fix Platformio.ini syntax for v.4.2 (and Travis compile fail)
2020-02-12 20:47:15 +01:00
Jason2866 7f180fa6bc
Statisfy Platformio v.4.2 syntax 2020-02-12 20:22:21 +01:00
Jason2866 0faea08bc5
Update platformio.ini 2020-02-12 19:56:54 +01:00
Jason2866 4f0ee274d1
Update platformio.ini 2020-02-12 19:54:14 +01:00
Jason2866 5caacecc04
Merge pull request #2 from arendst/development
Update
2020-02-12 19:36:53 +01:00
Theo Arends 8079ee9749 Change MQTT message size
Change MQTT message size with additional 200 characters
2020-02-12 18:00:53 +01:00
Theo Arends ba345625de Fix wifi connection issues
Fix wifi connection issues since 7602 (#7621)
2020-02-12 16:55:39 +01:00
Theo Arends 9814468b32
Merge pull request #7713 from ascillato/patch-1
Fix Deep-Sleep-Wake timming
2020-02-10 21:33:10 +01:00
Adrian Scillato a904da2a2e
Fix Deep-Sleep-Wake timming
https://github.com/arendst/Tasmota/issues/7621
2020-02-10 16:57:42 -03:00
Adrian Scillato 7339b56279
Updated Spanish Translation 2020-02-10 13:29:42 -03:00
Theo Arends 7d0577eb31 Add new DHT driver
Add new DHT driver. The old driver can still be used using define USE_DHT_OLD (#7468)
2020-02-10 16:29:17 +01:00
Theo Arends edadaa284f Bump version to 8.1.0.7 2020-02-10 15:20:38 +01:00
Theo Arends af63bb363d Add support for FiF LE-01MR energy meter
Add support for FiF LE-01MR energy meter by saper-2 (#7584)
2020-02-10 15:18:11 +01:00
Theo Arends b5c1da91fe
Merge pull request #7711 from Jason2866/patch-3
Update de-DE.h
2020-02-10 15:14:49 +01:00
Jason2866 40dedd46b6
Update de-DE.h 2020-02-10 15:06:43 +01:00
Theo Arends 33e48df520
Merge pull request #7584 from saper-2/fif-le01mr
Fif le01mr
2020-02-10 14:52:33 +01:00
Theo Arends d89c14ba27
Merge branch 'development' into fif-le01mr 2020-02-10 14:52:22 +01:00
Theo Arends f0272b339c Fix compile error 2020-02-10 14:24:53 +01:00
Theo Arends 3de74e8850 Add optional Wifi AccessPoint passphrase
Add optional Wifi AccessPoint passphrase define WIFI_AP_PASSPHRASE in my_user_config.h (#7690)
2020-02-10 13:54:27 +01:00
Theo Arends c5a4703696 Merge pull request #7705 from Jason2866/patch-3
unique topic for every device by default
2020-02-10 08:41:38 +01:00
Jason2866 47862e3c59
unique topic for every device by default 2020-02-09 19:38:46 +01:00
Theo Arends 1598e6227a
Merge pull request #7703 from Jason2866/patch-3
Disable Display support for Tasmota-IR
2020-02-09 18:36:19 +01:00
Jason2866 e6e5157ccb Disable Display support for Tasmota-IR
because compiling fails if enabled
2020-02-09 17:22:14 +01:00
Theo Arends 504570d5d5 Fix MaxPower functionality
Fix MaxPower functionality (#7647)
2020-02-09 16:21:48 +01:00
Theo Arends 286a0c4fe4
Merge pull request #7702 from Staars/development
add LYWSD02-support to the MI-HM10-driver
2020-02-09 15:35:40 +01:00
Staars 829b36868b small cleanups 2020-02-09 15:32:45 +01:00
David Gwynne 25034c153a use TuyaSend0 to send a TUYA_CMD_QUERY_STATE command. 2020-02-09 18:44:05 +11:00
Staars f4bc0721b5 add LYWSD02-support 2020-02-08 18:09:17 +01:00
Theo Arends ae0b6492b0 Merge pull request #7699 from s-hadinger/zigbee_setoption_66
`ZbZNPReceived`and `ZbZCLReceived`are published to MQTT when `SetOption66 1`
2020-02-08 14:36:20 +01:00
Hadinger 4d9f67b5ad Add ``ZbZNPReceived``and ``ZbZCLReceived``are published to MQTT when ``SetOption66 1`` 2020-02-08 14:16:39 +01:00
Theo Arends ff9370eefd
Merge pull request #7695 from Jason2866/patch-3
Remove comment...
2020-02-08 10:12:50 +01:00
Theo Arends dbdd11d327
Merge pull request #7694 from s-hadinger/patch-1
Remove trailing comments
2020-02-08 10:12:35 +01:00
Jason2866 52609a41d8
Remove comment...
since the option activated does not work reliable on all platforms when it is there!
2020-02-07 23:15:34 +01:00
s-hadinger 2acc0e3a8f
Remove trailing comments 2020-02-07 22:48:34 +01:00
Theo Arends 004df125a5
Merge pull request #7692 from effelle/development
Ha Discovery: remove non alpha characters from HA sensor topic name
2020-02-07 16:19:00 +01:00
Federico Leoni fe1919098d Update xdrv_12_home_assistant.ino 2020-02-07 12:11:29 -03:00
Theo Arends 1a074da0b5 Add BootCount Reset Time to Status
Add BootCount Reset Time as BCResetTime to ``Status 1``
2020-02-07 12:38:10 +01:00
Theo Arends 945a9e0100
Merge pull request #7687 from ako-sxt/development
PCF8574 - skip detection if i2c address is defined in USE_MCP230xx_ADDR
2020-02-07 11:53:52 +01:00
Theo Arends 15df54bb07 Add support for HM-10
Add support for MI-BLE sensors using HM-10 Bluetooth 4.0 module by Christian Staars (#7683)
2020-02-07 10:50:06 +01:00
Theo Arends 15a9c85319
Merge pull request #7691 from Jason2866/patch-3
Disable HM-10 by default
2020-02-07 10:43:12 +01:00
Jason2866 8ef5ad0204
Disable HM-10 by default 2020-02-07 10:41:38 +01:00
Theo Arends 134ec7f14b
Merge pull request #7683 from Staars/hm10
support LYWSD03-BT-sensor via HM-10(-bridge)
2020-02-07 10:17:17 +01:00