Staars
9f8d0fcd85
update driver
2020-05-26 20:44:40 +02:00
Theo Arends
32a39b828c
Merge pull request #8553 from phjr/fix-device-power-on-esp8266
...
fix default power state logic invoked even if already serviced by a d…
2020-05-26 18:31:32 +02:00
Peter Halicky
f80d2ede3a
fix default power state logic invoked even if already serviced by a driver
2020-05-26 18:20:46 +02:00
Theo Arends
371870a826
Fix ESP32 GUI template upload
...
Fix ESP32 GUI template upload (#8534 )
2020-05-26 17:38:34 +02:00
Theo Arends
66233b1749
Add support for full MAC address
...
Add support for unique MQTTClient (and inherited fallback topic) by full Mac address using ``mqttclient DVES_%12X`` (#8300 )
2020-05-26 17:08:13 +02:00
Theo Arends
12391c30a7
Relax NTP: Not synced message
2020-05-26 14:43:21 +02:00
Theo Arends
a3964d1679
Add NTP: Not synced message
...
Add NTP: Not synced message (#8142 )
2020-05-26 14:38:31 +02:00
Theo Arends
bacb730b53
Fix escape of non-JSON received serial data
...
Fix escape of non-JSON received serial data (#8329 )
2020-05-26 12:35:21 +02:00
Theo Arends
ed543d93c3
Merge pull request #8529 from abmaonline/encode-json
...
Encode json string from serial to mqtt
2020-05-26 12:25:58 +02:00
Theo Arends
7bfbe95d0f
Update tasmota.h
2020-05-26 12:15:20 +02:00
Theo Arends
78f106ccb7
Fix Time 0 NTP sync
2020-05-26 11:50:35 +02:00
Theo Arends
b3540879ab
Zero fill millis positions to three digits
2020-05-26 10:26:41 +02:00
Theo Arends
b12dbb893c
Add info text on cam init
2020-05-25 17:52:31 +02:00
Theo Arends
2e88ced738
Fix exception due to webcam problem
...
Fix exception due to webcam problem (#8534 )
2020-05-25 17:25:47 +02:00
gemu2015
c1979cbd18
fix >W section bug, some refactoring
2020-05-25 15:49:03 +02:00
Theo Arends
90d3cd45c4
Add command `Time 4
`
...
Add command ``Time 4`` to display timestamp using milliseconds (#8537 )
2020-05-25 11:44:17 +02:00
Theo Arends
c333b67669
Fix DisplaySevenSegment compilation error
2020-05-25 10:21:36 +02:00
Norbert Richter
eb6de53628
Fix setting addr typo
2020-05-24 20:07:25 +02:00
Matthijs Abma
721c2c8f7f
Reduce input buffer so hex/json encoded content always fits
2020-05-24 17:47:57 +02:00
Matthijs Abma
7210934774
Cleanup code and only allocate buffer when needed
2020-05-24 17:47:57 +02:00
Matthijs Abma
a4ce4830e8
Encode content when not raw or json
2020-05-24 17:47:57 +02:00
Theo Arends
a5130fa2e4
Merge pull request #8517 from abmaonline/send-on-full-buffer
...
Send all chars from serial to mqtt
2020-05-24 12:03:28 +02:00
Theo Arends
6073bd9eb6
Update changelog
2020-05-24 11:55:39 +02:00
Theo Arends
43b999600e
Merge pull request #8520 from peteakalad/peteakalad-SGP30_Sensor_Fixes
...
SGP30 Sensor Fixes #8519
2020-05-24 11:19:57 +02:00
Stephan Hadinger
fe045c3c9d
Fixed description of file
2020-05-24 10:00:32 +02:00
Stephan Hadinger
f5f1bdefdb
Add wildcard patter for JSON marching in rules using `?
` pattern
2020-05-24 09:57:11 +02:00
peteakalad
11cb3e838c
Fix for SGP30 for Abs Humidity on Web UI
2020-05-23 22:41:50 +01:00
Matthijs Abma
7f18e1e8e3
Split logic for adding char to buffer and sending
...
the buffer, to make sure the char doesn't get
lost when the buffer is full
2020-05-23 17:44:49 +02:00
Matthijs Abma
2626345662
Store if current byte is delimiter for later reuse
2020-05-23 17:44:49 +02:00
Theo Arends
ca8b38d0d0
Add LedPwm commands
...
Add commands ``LedPwmOn 0..255``, ``LedPwmOff 0..255`` and ``LedPwmMode1 0/1`` to control led brightness by George (#8491 )
2020-05-23 15:17:13 +02:00
Theo Arends
aafa0862ab
Refactor LedPwm code
2020-05-23 13:09:16 +02:00
Theo Arends
dc9ce42888
Refactor LedPwm code
2020-05-23 13:04:17 +02:00
Theo Arends
924a8772e1
Merge branch 'development' into ledpowerpwm
2020-05-23 12:46:51 +02:00
Theo Arends
d0de78352f
Fix Energy Frequency display
2020-05-23 12:15:14 +02:00
gemu2015
2eccc09086
remove unishox def
2020-05-23 10:36:19 +02:00
gemu2015
584b3c2ef8
scripter update
...
add direct access to some energy registers and sml registers
make google charts optional #define USE_GOOGLE_CHARTS
2020-05-23 10:24:08 +02: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
02faa2ea49
Fix style and compilation error when no compression
2020-05-23 10:05:57 +02:00
George
e780f25283
Gamma correction
...
Implement changes proposed by @s-hadinger review.
* Use 0-255 range in settings
* Apply gamma correction from xdrv_light & use changuintscale helper fn (as per pwm light routine)
2020-05-23 17:13:04 +10:00
Stephan Hadinger
6154fd1015
Fixed compilation error
2020-05-22 23:05:55 +02:00
Stephan Hadinger
45b83a8c77
Compression candidates for Hue emulation
2020-05-22 22:54:34 +02:00
Stephan Hadinger
7ee9b2d34d
Compressed string in Wemo emulation
2020-05-22 22:14:17 +02:00
Theo Arends
93ca102391
Change ExportActiveTariff to ExportTariff
2020-05-22 18:31:14 +02:00
Theo Arends
855e054db8
Change Energy JSON data
...
- Bump version 8.3.1.2
- Change Energy JSON Total field from ``"Total":[33.736,11.717,16.978]`` to ``"Total":33.736,"TotalTariff":[11.717,16.978]``
- Change Energy JSON ExportActive field from ``"ExportActive":[33.736,11.717,16.978]`` to ``"ExportActive":33.736,"ExportActiveTariff":[11.717,16.978]``
- Add Three Phase Export Active Energy to SDM630 driver
2020-05-22 17:48:21 +02:00
Theo Arends
86921e60b2
Add support for VEML6075 and VEML7700
...
- Add support for VEML6075 UVA/UVB/UVINDEX Sensor by device111 (#8432 )
- Add support for VEML7700 Ambient light intensity Sensor by device111 (#8432 )
2020-05-22 15:16:01 +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
c8b5750568
Add dump of compressed rules over 512 chars and unishox decompress fix
2020-05-21 20:12:41 +02:00
Theo Arends
14807254ba
Fix apostrophe regression
2020-05-21 18:03:05 +02:00
Theo Arends
f1205385bd
Fix the GUI display of apostrophe
...
Fix the GUI display of apostrophe in any name (#8489 , #8323 )
2020-05-21 17:49:59 +02:00
Theo Arends
089379ccb6
Merge pull request #8504 from effelle/development
...
HAss force [is_topic_light] for PWM_Dimmer module
2020-05-21 17:47:22 +02:00