Commit Graph

270 Commits

Author SHA1 Message Date
Stephan Hadinger ba40667bb9 Fix compilation with gnu++17 / c17 2020-06-09 22:21:08 +02:00
gemu2015 6038921f93 scripter upload scripts 2020-06-08 09:24:49 +02:00
device111 8c29ead09d Add support for up to eight MCP9808 temperature sensors 2020-06-02 08:35:49 +02:00
Theo Arends 02375d6b28
Update TasmotaSerial.cpp 2020-06-01 15:45:22 +02:00
gemu2015 f1a2fb2b8d fix serial buffer issues 2020-06-01 15:17:32 +02:00
gemu2015 671942aa60 faster ili9488 fill 2020-05-29 20:54:15 +02:00
gemu2015 357341899c ILI9488 ESP32 2020-05-29 19:29:03 +02:00
Stephan Hadinger 0327c4a547 Udp fix for ESP32 2020-05-27 23:52:25 +02:00
Stephan Hadinger c65a3dfba7 Fix compilation issue 2020-05-27 20:48:40 +02:00
Stephan Hadinger 3a1155f2b6 reduce footprint of multicast udp listener 2020-05-27 19:42:43 +02:00
gemu2015 77c60229cc ESP32 support for SSD1351 2020-05-27 11:14:17 +02:00
Stephan Hadinger 78b1bb6f31 Fix python version too 2020-05-25 23:29:54 +02:00
Stephan Hadinger de63d7088b Fix corrupt compression of some uppercase letters 2020-05-25 23:21:01 +02:00
Theo Arends b058fb0dfc
Merge pull request #8530 from device111/development
Consolidate FastPrecisePowf in veml7700 lib
2020-05-25 09:58:23 +02:00
device111 822062fa89 Consolidate FastPrecisePowf in veml7700 lib 2020-05-24 18:55:35 +02:00
Theo Arends 3829265e6d Consolidate FastPrecisePowf 2020-05-24 17:13:10 +02:00
device111 e1e604ee12 update veml7700 libary 2020-05-24 16:14:49 +02:00
device111 ebbbd37865 add private pow function in lib for future use
alternate pow function for future use in Tasmota to calculate normalized Lux and normalized white values.
2020-05-24 12:28:08 +02:00
peteakalad 615645e50e Fix for SPG30 Abs Humidity Not Shown on Web UI 2020-05-23 22:28:42 +01:00
peteakalad a5a7988532
Add Adafruit_SGP30_Sensor-1.2.0 2020-05-23 21:47:04 +01:00
Theo Arends 8db2489f59
Merge pull request #8510 from s-hadinger/unishox_wemo_dev
Compressed string in Wemo emulation
2020-05-23 10:10:20 +02:00
Stephan Hadinger 7ee9b2d34d Compressed string in Wemo emulation 2020-05-22 22:14:17 +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
Stephan Hadinger 609e7369bd Add safe-guard in getNumFromBits() 2020-05-21 20:54:45 +02:00
Stephan Hadinger c8b5750568 Add dump of compressed rules over 512 chars and unishox decompress fix 2020-05-21 20:12:41 +02:00
Theo Arends 7f40acb0a5
Merge pull request #8493 from s-hadinger/ir_277
Change IRremoteESP8266 library updated to v2.7.7
2020-05-20 21:15:04 +02:00
Stephan Hadinger 3c994ad3a9 Fix crash in unishox decompress #8486 2020-05-20 21:08:15 +02:00
Stephan Hadinger b7f932391a Change IRremoteESP8266 library updated to v2.7.7 2020-05-20 12:42:34 +02:00
Stephan Hadinger 6da3d95965 Fix unishox python 2020-05-19 20:23:01 +02:00
Adrian Scillato 70f51b78fe
Merge pull request #8459 from morgenroth/fix-empty-knx-packets-bug
Fix: KNX empty UDP packets sent to the network
2020-05-18 18:45:24 -03:00
gemu2015 21656fdd81 ra8876 esp32 2020-05-18 10:19:13 +02:00
Stephan Hadinger 20b2257c8c Unishox code optimized 2020-05-17 18:05:17 +02:00
Norbert Richter 0cfea4add6
Refactor unishox Python 2020-05-17 16:28:09 +02:00
Stephan Hadinger 949248fa17 Add unishox Python 2020-05-17 10:37:42 +02:00
Johannes Morgenroth 05c45f7ad7 Remove flush() call after read of KNX packets
The flush() call after read() causes empty packets being sent as response
for all UDP packets received on that port.
2020-05-16 18:05:23 +02:00
Theo Arends bafe8a137f Shrink sensors code size by 5k using local pow 2020-05-15 14:17:11 +02:00
Theo Arends 6573802f83 Shrink knx code size by 5k using local pow 2020-05-15 14:07:16 +02:00
Theo Arends eb35b73552 Fix IDE compilation error 2020-05-13 12:38:01 +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
gemu2015 9be73adb66 fix epaper driver for esp32 2020-05-10 17:49:30 +02:00
Stephan Hadinger bf829765e4 Fix compilation for ESP32 2020-05-08 21:05:37 +02:00
Stephan Hadinger ed33b9c76b Quick fix for ESP32 compilation 2020-05-08 19:56:27 +02:00
Stephan Hadinger a2b05399a3 Add automatic compression of Rules to achieve ~60% compression, added ``SetOption93 1`` to control caching of rules 2020-05-08 19:33:20 +02:00
Theo Arends d78ca09c30 Integrate OpenTherm and WindMeter 2020-05-07 16:03:27 +02:00
Stephan Hadinger 1404b6f536 Change IRremoteESP8266 library updated to v2.7.6 2020-04-26 09:59:49 +02:00
Theo Arends 6e8f2bb57b Fix ESP32 SCD30 compile error 2020-04-22 12:42:08 +02:00
Theo Arends 8fb436c2e4 Fix updated TasmotaSerial Library info 2020-04-20 15:20:43 +02:00
Theo Arends 78b771901f Update TasmotaSerial Library info 2020-04-20 15:08:27 +02:00
Theo Arends 6f207402ca Make TasmotaSerial more generic 2020-04-20 14:54:08 +02:00
Theo Arends 18de0e2b2f Remove debug message from TasmotaSerial 2020-04-20 12:33:29 +02:00