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
Jason2866
1fdc28a9e8
Merge pull request #67 from arendst/development
...
update
2020-05-12 15:53:03 +02: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
Theo Arends
99b4922b38
Merge pull request #8418 from s-hadinger/zb_router
...
Add Zigbee support for router and end-device mode
2020-05-11 22:11:09 +02:00
Stephan Hadinger
2ff5a1ccb6
Add Zigbee support for router and end-device mode
2020-05-11 21:16:17 +02:00
Theo Arends
b5aad9ba75
Merge pull request #8417 from gemu2015/scripter-fix
...
scripter bug fix
2020-05-11 19:31:23 +02:00
gemu2015
6d7f3843ce
scripter bug fix
2020-05-11 19:19:59 +02:00
Theo Arends
4aa1c18d82
Revert uart buffer size increase
...
Revert uart buffer size increase but visit uart buffer reads more often to solve possible uart buffer overrun caused by sleep
2020-05-11 16:45:22 +02:00
Jason2866
99298bdb89
Merge pull request #62 from arendst/development
...
Update
2020-05-11 15:52:08 +02:00
Theo Arends
001b6e4895
Fix Dew Point is null
...
Fix Dew Point is null if either or both Temperature and/ot Humidity is null (#8411 )
2020-05-11 15:38:59 +02:00
Theo Arends
125ee62ff3
Add Serial buffer overrun detection
...
Add Serial buffer overrun detection and fix serial corruption by increasing uart serial buffer to 520
2020-05-11 15:27:29 +02:00
Theo Arends
24e72ad1cb
Merge pull request #8413 from arijav/new_branch
...
Thermostat driver: Optimizations, correction of comments and update of readme
2020-05-11 09:19:09 +02:00
Javier Arigita
b31455c8eb
Minor correction
2020-05-10 23:34:53 +02:00
Javier Arigita
5062dc2c33
Optimizations, correction of comments and update of readme
2020-05-10 23:00:57 +02:00
Theo Arends
9f2f01529b
Merge pull request #8412 from s-hadinger/hue_modelid
...
Change Philips Hue emulation now exposes modelId and manufacturerId
2020-05-10 20:38:30 +02:00
Stephan Hadinger
e1def09a1b
Change Philips Hue emulation now exposes modelId and manufacturerId
2020-05-10 19:10:00 +02:00
Theo Arends
650aca898d
Merge pull request #8409 from gemu2015/scripter-fix
...
Scripter fix
2020-05-10 18:26:52 +02:00
Theo Arends
9ae2ad9214
Merge pull request #8407 from gemu2015/epaper-fix-for-esp32
...
fix epaper driver for esp32
2020-05-10 18:26:16 +02:00
gemu2015
39a92c2767
Update xdrv_10_scripter.ino
2020-05-10 18:00:37 +02:00
Theo Arends
4d84a02b5f
Add /snapshot.jpg link to webcam
2020-05-10 17:52:28 +02:00
gemu2015
9b0aa51515
scripter fix create task
2020-05-10 17:51:22 +02:00
gemu2015
9be73adb66
fix epaper driver for esp32
2020-05-10 17:49:30 +02:00
Theo Arends
aadfff1c0b
Merge pull request #8406 from s-hadinger/mqtt_escape_json
...
Add rule length, truncates rules too long and add escape JSON
2020-05-10 15:36:25 +02:00
Stephan Hadinger
1b682d3564
Add rule length, truncates rules too long and add escape JSON
2020-05-10 15:24:10 +02:00
Theo Arends
93a4700552
Cleanup default defines
2020-05-10 14:58:38 +02:00
Theo Arends
ec045445e6
Enable rule compression in my_user_config.h
2020-05-10 14:39:13 +02:00
Theo Arends
bdc0934cb8
Fix init of Energy Offset after power cycle
...
Fix init of Energy Offset after power cycle (#8356 )
2020-05-10 12:59:13 +02:00
Theo Arends
02f61a5259
Allow rule processing on single Status command
...
Allow rule processing on single Status command only
2020-05-10 11:10:55 +02:00
Theo Arends
89b130b45a
Change root rule trigger
...
Add rule trigger at root level like ``on loadavg<50 do power 2 endon`` after ``state`` command
2020-05-10 11:09:34 +02:00
Theo Arends
2dac2836d8
Merge pull request #8405 from s-hadinger/fix_batterypercentage
...
Fix BatteryPercentage calculation
2020-05-10 10:42:37 +02:00
Stephan Hadinger
de40260f3e
Fix BatteryPercentage calculation
2020-05-10 10:18:23 +02:00
Theo Arends
cc2f7cbf5a
Oops remove debug message
2020-05-09 19:35:16 +02:00
Theo Arends
bf215b1b9d
Update root level triggers
...
Add rule trigger ``#`` to trigger on any root value like ``on #loadavg<50 do power 2 endon`` after ``state`` command
2020-05-09 19:33:19 +02:00
Theo Arends
92c05faa8b
Add root level triggers as discussed on Discord
...
- Add rule trigger ``root#`` to trigger on any root value like ``on root#loadavg<50 do power 2 endon`` after ``state`` command
2020-05-09 19:22:12 +02:00
Theo Arends
2c4b8d7d3f
Merge pull request #8401 from s-hadinger/rule_fix_clear
...
Fix clearing rules
2020-05-09 18:12:46 +02:00
Stephan Hadinger
64c71970cb
Fix clearing rules
2020-05-09 18:05:13 +02:00
Michael Ingraham
860db1b1d3
FIRMWARE_BASIC remnant
2020-05-09 10:41:56 -04:00
Adrian Scillato
1d42267ced
Merge pull request #8398 from bovirus/patch-1
...
Update Italian language
2020-05-08 17:59:05 -03:00
Theo Arends
36e03bca6a
Merge pull request #8397 from s-hadinger/rule_compress
...
Add automatic compression of Rules to achieve ~60% compression
2020-05-08 21:29:44 +02:00