Commit Graph

6977 Commits

Author SHA1 Message Date
Theo Arends d7f6c78ed9 Add command ``DeviceName``
Add command ``DeviceName`` defaults to FriendlyName1 and replaces FriendlyName1 in GUI
2020-05-17 17:10:17 +02:00
Theo Arends 744927c0a4
Merge pull request #8466 from curzon01/development
Refactor unishox Python
2020-05-17 16:38:20 +02:00
Norbert Richter 0cfea4add6
Refactor unishox Python 2020-05-17 16:28:09 +02:00
Theo Arends 01ae037253
Merge pull request #8465 from Jason2866/patch-1
Enable user_config_override.h for ESP32 by default
2020-05-17 15:10:59 +02:00
Jason2866 5f7635e68b
Enable user_config_override.h for ESP32 by default
since we have always a user_config_override.h generated with override_copy.py if there is none.
2020-05-17 14:55:00 +02:00
Theo Arends 1c441f9059 Free unused buffer 2020-05-17 12:04:55 +02:00
Theo Arends 6ef6a73cb9
Merge pull request #8463 from s-hadinger/unishox_python
Add unishox Python
2020-05-17 10:46: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 63d15b68a6
Merge pull request #8458 from nagyrobi/patch-1
Add SetOption59 capability to MCP230XX
2020-05-16 17:52:10 +02:00
Theo Arends 80c8bf675c Publish teleperiod data on command TelePeriod
Publish teleperiod data on command ``TelePeriod`` (#2567)
2020-05-16 17:44:29 +02:00
nagyrobi 29177652dd
Add SetOption59 capability to MCP230XX 2020-05-16 17:30:43 +02:00
Theo Arends 79083a9882 Update BUILDS.md 2020-05-16 11:30:16 +02:00
Theo Arends c11952595e Change QPC detection from 4 to 7 power interrupts
Change Quick Power Cycle detection from 4 to 7 power interrupts (#4066)
2020-05-16 11:22:48 +02:00
Theo Arends a9cd30f26e Merge pull request #8452 from s-hadinger/xy_shrink
Size code reduction for XY calculations
2020-05-15 22:39:53 +02:00
Stephan Hadinger d7bcfefa31 Size code reduction for XY calculations 2020-05-15 22:10:02 +02:00
Theo Arends 7ffb4dac53
Merge pull request #8451 from gemu2015/sml-update
sml update
2020-05-15 18:20:20 +02:00
gemu2015 1bbc77e6a7 sml update
fix SML ESP32 uart handling
add replace cmd vars to SML section
add * option to SML WeBGUI
scripter add optional ws2812 array offset
scripter negative for next  loops
2020-05-15 15:30:32 +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 b9a4e7beda
Merge pull request #8448 from arijav/new_branch
Thermostat: Small bugfix and PI autotune feature added (disabled by define, as experimental and un…
2020-05-15 12:22:19 +02:00
Javier Arigita 187bc9d23e Added source reference for Autotune 2020-05-14 23:42:01 +02:00
Javier Arigita b1fd316876 Further dev. of PI autotuning 2020-05-14 23:35:45 +02:00
Javier Arigita ee25e6e637 Bugfix and autotune added (disabled by define, as experimental and untested) 2020-05-14 22:44:32 +02:00
Theo Arends 7f109b5755 Add Arduino IDE 2.7.1 config 2020-05-14 16:14:59 +02:00
Theo Arends 3fa1cbdd5a Oops, wrong button 2020-05-14 15:42:15 +02:00
Theo Arends fff26f6538 Fix button default state
- Fix button default state
- Bump version 8.3.0.1
2020-05-14 15:32:27 +02:00
Theo Arends ab8a824c01
Merge pull request #8441 from Jason2866/patch-1
Core 2.7.1.not 2.7.0
2020-05-14 13:33:11 +02:00
Jason2866 31fe729649
Core 2.7.1.not 2.7.0 2020-05-14 12:50:47 +02:00
Theo Arends 4e05975b6c Sync with released 8.3.0 2020-05-14 12:40:48 +02:00
Theo Arends 6584fd0292 Update TEMPLATES.md 2020-05-13 17:43:33 +02:00
Theo Arends b37092adb8 Update BUILDS.md 2020-05-13 14:49:13 +02:00
Theo Arends 05c7661e04 Update BUILDS.md 2020-05-13 14:47:31 +02:00
device111 88136168bb Update tasmota_configurations.h 2020-05-13 12:52:20 +02:00
Theo Arends eb35b73552 Fix IDE compilation error 2020-05-13 12:38:01 +02:00
Theo Arends 9b9b9e7d35
Merge pull request #8431 from malbinola/fix/wmtelejson
WindMeter sensor: hide unsupported wind direction in tele messages
2020-05-12 23:06:32 +02:00
Theo Arends d788319923
Merge pull request #8430 from s-hadinger/zigbee_1208
Zigbee optimized state machine and support for better ZCL Step commands
2020-05-12 23:06:16 +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
Stephan Hadinger 75591fb201 Zigbee optimized state machine and support for better ZCL Step commands 2020-05-12 21:13:46 +02:00
Matteo Albinola 632a8decec Hide unsupported wind direction in tele messages 2020-05-12 21:12:16 +02:00
Theo Arends bfb0c343a0
Merge pull request #8428 from effelle/effelle-discovery
HA Discovery : minor optimizations
2020-05-12 19:55:54 +02:00
Federico Leoni ae5970c107
HA Discovery : minor optimizations 2020-05-12 14:06:35 -03:00
Theo Arends af32b3f5e5 Add ESP32 configuration webcam 2020-05-12 15:42:16 +02:00
Theo Arends 640c834bad Add ESP32webcam to CI 2020-05-12 14:59:41 +02:00
Theo Arends d0daea1037 Change ESP32 from Wemos to ESP32dev
- Change ESP32 from Wemos to ESP32dev
- Add environment tasmota32-webcam using esp32cam
2020-05-12 14:54:18 +02:00
Theo Arends 7078466e7c Refactor webcam 2020-05-12 14:30:07 +02:00
Theo Arends cd081c5521
Merge pull request #8425 from gemu2015/psram-info
add psram to info page ESP32
2020-05-12 14:28:00 +02:00
gemu2015 d182817892 add psram to info page ESP32 2020-05-12 14:19:10 +02:00
Theo Arends ed39212c80
Merge pull request #8422 from gemu2015/webcam-fix
webcam bugfix and some cleanup
2020-05-12 09:03:46 +02:00
gemu2015 a6aad08a5e webcam bugfix and some cleanup 2020-05-12 08:14:58 +02:00