Theo Arends
0d7a1a62fc
Merge pull request #3970 from mike2nl/development
...
MP3 Driver Update
2018-10-04 09:41:48 +02:00
Theo Arends
485518b57b
Merge pull request #3968 from Frank071/patch-1
...
Update _changelog.ino
2018-10-04 09:39:11 +02:00
Mike
4ebcbf084a
Driver update
...
1.0.0.4 20181003
added
- MP3Reset command in case that the player do rare things and needs a reset, the default volume will be set again too
- MP3_CMD_RESET_VALUE for the player reset function
- MP3_CMD_DAC command to switch off/on the dac outputs
cleaned
- some comments and added function text header
fixed
- missing void's in function calls
tested
- works with MP3Device 1 = USB STick, or MP3Device 2 = SD-Card
- DAC looks working too on a headset. Had no amplifier for test
2018-10-04 08:25:32 +02:00
Mike
6794029416
Merge pull request #5 from arendst/development
...
udate from source
2018-10-04 08:20:37 +02:00
Frank Maas
dbb7b27905
Update _changelog.ino
...
It's not 2019 yet...
2018-10-04 00:19:32 +02:00
Theo Arends
42e8b193f7
Merge pull request #3967 from blenk92/development
...
Fix XSS-Vulnerability in configuration page
2018-10-03 20:04:19 +02:00
Max
cea848dec4
Fix XSS-Vulnerability in configuration page
...
Add HTML entity encoding to the SSID of networks that can be found
using the "Scan for wifi networks" function of the configuration
page.
2018-10-03 19:29:46 +02:00
Theo Arends
1707c73264
Update Hebrew language file
...
Add Hebrew language file (#3960 )
2018-10-03 13:55:07 +02:00
Theo Arends
93460c6498
Change MQTT timeout
...
Change MQTT_ARDUINOMQTT command timeout from 1 to 10 seconds
2018-10-03 10:00:46 +02:00
Theo Arends
ce5264518d
Merge pull request #3962 from andrethomas/patch-1
...
Update README.md
2018-10-02 19:53:19 +02:00
andrethomas
ee9f609ed3
Update README.md
...
Update README to include link and information about newly proposed MQTT library and the availability of pre-compiled binaries for same.
2018-10-02 19:33:31 +02:00
Theo Arends
5b6ec3b435
Merge pull request #3960 from rt400/heb_lng
...
Create Hebrew Language File
2018-10-02 18:42:51 +02:00
Yuval
0826249cff
Create Hebrew Language File
2018-10-02 19:25:18 +03:00
Theo Arends
6cd59d2b3e
Forgot the library swap
2018-10-02 17:19:02 +02:00
Theo Arends
0ad250c10b
6.2.1.11 Add MQTT Client
...
6.2.1.11 20191002
* Remove support for MQTT Client based on esp-mqtt-arduino by #define MQTT_LIBRARY_TYPE MQTT_ESPMQTTARDUINO
* Add support for MQTT Client based on lwmqtt to be selected by #define MQTT_LIBRARY_TYPE MQTT_ARDUINOMQTT
2018-10-02 17:07:30 +02:00
Theo Arends
8091dfca11
Merge pull request #3958 from curzon01/development
...
v1.5.0012: 'decode-config.py' add args, 6.2.1.x settings, fix filename using @v
2018-10-02 13:47:12 +02:00
Norbert Richter
7dcb10a911
v1.5.0012: 'decode-config.py' add args, add 6.2.1.x settings, fix filename with @
...
- add: developer version settings 6.2.1.2, 6.2.1.3, 6.2.1.6, 6.2.1.10
- add: args '--raw-keys', '--no-raw-keys', '--raw-values', '--no-raw-values', '--hide-pw'
- add: value -1 for arg '--json-indent' to disable indent if default is enabled
- changed: json output to file use always raw values
- fix: add again removed return code desc
- fix: needless dot . in filename for @v
- fix: rule(123) none-raw outputs
2018-10-02 13:42:21 +02:00
Theo Arends
3ed06695ba
Fix Teckin energy monitoring
...
Fix Teckin energy monitoring (#3950 )
2018-10-02 09:38:36 +02:00
Theo Arends
c0117e5315
Merge pull request #3955 from zuckschwerdt/feat-w1parasite
...
Add W1_PARASITE_POWER optimization for DS18X20
2018-10-01 21:31:36 +02:00
Theo Arends
2f429e5a44
Merge pull request #3954 from andrethomas/development
...
PCA9685 - bugfix for telemetry + status command
2018-10-01 21:30:20 +02:00
Christian W. Zuckschwerdt
3280c7d177
Add W1_PARASITE_POWER optimization for DS18X20
2018-10-01 20:26:27 +02:00
andrethomas
2f85a4728b
PCA9685 - bugfix for telemetry + status command
2018-10-01 19:32:55 +02:00
Theo Arends
d9a0c0e4ae
Merge pull request #3953 from ascillato/patch-1
...
Add Dimmer Trigger for Rules
2018-10-01 18:25:10 +02:00
Theo Arends
6d00489043
Merge pull request #3952 from mike2nl/development
...
Fixed wrong sensor name
2018-10-01 18:23:45 +02:00
Adrian Scillato
bcc9432214
Added Dimmer Trigger for Rules
...
For example
rule on Dimmer#state<30 do ... endon
rule on Dimmer#boot<10 do ... endon
2018-10-01 13:13:47 -03:00
Mike
13d37a144a
Fixed wrong sensor name
...
Fixed a wrong sensor name in line 23. It's not the SPG30, it's the CSS811
2018-10-01 18:06:25 +02:00
Mike
81439e834a
Merge pull request #4 from arendst/development
...
update tasmota
2018-10-01 18:04:03 +02:00
Theo Arends
9e5aaef51f
Add OBI/Teckin Socket support
...
* Add support for OBI Power Socket (#1988 , #3944 )
* Add support for Teckin Power Socket with Energy Monitoring (#3950 )
2018-10-01 12:19:58 +02:00
Theo Arends
e4363eae42
Merge pull request #3949 from andrethomas/development
...
PCA9685 - Add #define USE_PCA9685_FREQ
2018-10-01 11:18:13 +02:00
andrethomas
047f430ad8
PCA9685 - Remove unused callbacks in Xdrv15()
2018-10-01 00:27:16 +02:00
andrethomas
da0b283fe7
PCA9685 - Add telemetry output
2018-10-01 00:18:37 +02:00
andrethomas
068211cae9
Add #define USE_PCA9685_FREQ 50 if not defined
...
Add #define USE_PCA9685_FREQ 50 if not defined in user_config.h
2018-09-30 23:33:14 +02:00
andrethomas
ee0ef227dc
Add ability to set default PWM Freq using #define #define USE_PCA9685_FREQ
2018-09-30 23:07:46 +02:00
Theo Arends
f62b911159
Merge pull request #3944 from florianschroen/development
...
Add support for OBI smart socket
2018-09-30 19:35:02 +02:00
Florian Schroen
89825907d0
Add support for OBI smart socket
...
Model tested: WFG-1
Models maybe working: WFF-1, WFE-1, WFI-1, WFD-1, WFR-1, WFA-1, WFU-1
Manufactured by: Cixi Yidong Electronics Co. Ltd - http://www.cn-yidong.com/
Sold by: OBI DIY market in Germany - https://www.obi.de/
2018-09-30 19:16:55 +02:00
Theo Arends
b9b6d132f5
Fix timer offset -00:00
...
Fix timer offset -00:00 causing 12:00 hour offset (#3923 )
2018-09-30 17:52:41 +02:00
Theo Arends
191df17b13
Add support for EXS Relay V5.0
...
Add support for EXS Relay V5.0 (#3810 )
2018-09-30 16:52:25 +02:00
Theo Arends
2fd42446e9
Add ESP Switch support
...
Add support for Michael Haustein ESP Switch
2018-09-30 14:33:26 +02:00
Theo Arends
6a1a21f03a
6.2.1.10 Add RGBWWTable
...
6.2.1.10 20180930
* Add command RGBWWTable to support color calibration (#3933 )
2018-09-30 11:02:47 +02:00
Theo Arends
c77d9f39bd
Merge pull request #3933 from emontnemery/color_calibration
...
Add basic support for color calibration
2018-09-30 10:55:17 +02:00
Theo Arends
cdc8a4d9eb
tiny change
2018-09-30 10:54:52 +02:00
Erik
87dc6fe20e
Add basic support for color calibration
2018-09-29 16:55:53 +02:00
Theo Arends
53acb34279
Merge pull request #3932 from curzon01/development
...
v1.5.0011: 'decode-config.py' fixes & enhancements
2018-09-29 14:00:21 +02:00
Norbert Richter
3997792429
v1.5.0011: 'decode-config.py' fixes & enhancements
...
- add configuration data header to json and binary outputs
--add template @v and @f for output filename
- add output of crc values on crc error
- add '--exit-on-error-only' arg make it possible to process partly valid data
- replaced '--sort <word>' by '--unsort'
- changed data size and data crc error into warnings
- changed output always in json format
- removed arg '--format' (obsolete)
- removed collections module (obsolete)
v1.5.0010: 'decode-config.py' add more detailed outputs
- add bit structure for struct TimeRule, Timer, Mcp230xxCfg
- add program return code desc
- add error handling for additonal python modules
- changed 'Settings' definition to handle array of struct
- changed field conversion string to formular evaluation for values
- fix and enhance output values
2018-09-29 13:56:02 +02:00
Theo Arends
302d524367
Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development
2018-09-29 13:09:57 +02:00
Theo Arends
3b3579f1db
Fix config crc errors
...
Fix invalid configuration restores and decode_config.py crc error when savedata = 0 (#3918 )
2018-09-29 13:09:51 +02:00
Theo Arends
9406431563
Merge pull request #3926 from znanev/patch-1
...
Fix dead links to wiki pages
2018-09-29 12:37:02 +02:00
Theo Arends
2252be521a
Fix I2CScan invalid JSON
...
Fix I2CScan invalid JSON error message (#3925 )
2018-09-29 12:34:24 +02:00
Theo Arends
3d6b9859bd
Merge pull request #3929 from emontnemery/fix_hass_colors
...
Use color2 command (HASS sends normalized RGB)
2018-09-29 10:27:02 +02:00
Erik
8255c001b6
Use color2 command (HASS sends normalized RGB)
2018-09-29 10:12:32 +02:00