Commit Graph

2125 Commits

Author SHA1 Message Date
synekvl 6610767b4b
Update cs-CZ.h 2018-10-11 21:13:58 +02:00
Theo Arends 067910c4db
Merge pull request #4033 from ascillato/patch-1
Update Spanish Translation
2018-10-11 20:51:58 +02:00
Adrian Scillato 458a441da6
Updated Spanish Translation 2018-10-11 15:38:31 -03:00
Theo Arends ab56648e2e Fix compile error
Fix compile error
2018-10-11 18:26:49 +02:00
Theo Arends ace8491d59 Update arduino-mqtt library
Update arduino-mqtt library to 2.4.0
2018-10-11 18:19:52 +02:00
Theo Arends fcc6d5437b Add HX711 Load Cell
* Add support for DS3231 Real Time Clock
 * Add support for HX711 Load Cell
 * Add command WeightRes 0..3 to control display of decimals for kilogram
2018-10-11 17:33:07 +02:00
Theo Arends d34054bef4
Merge pull request #4032 from ascillato/patch-1
Fix Compiler Warning for Core STAGE SDK 3.0.0
2018-10-11 16:17:41 +02:00
Adrian Scillato a33030b622
Fixed Compiler Warning for Core STAGE SDK 3.0.0 2018-10-11 10:54:34 -03:00
Theo Arends ac595d44b0 Fix compiler error
Fix compiler error on BE_MINIMAL not finding WaitForRestart()
2018-10-11 08:32:09 +02:00
Theo Arends 29a9cce96d 6.2.1.14 Forgot deletes
Oops
2018-10-10 22:31:25 +02:00
Theo Arends b3039de1b6 6.2.1.14 Rewrite Webserver
6.2.1.14 20181010
 * Rewrite Webserver page handler for easier extension (thx to Adrian Scillato)
2018-10-10 22:21:44 +02:00
Theo Arends b75c4359dc
Merge pull request #4029 from guyelg/development
Add support for DS3231 Extrnal RTC with I2c interface
2018-10-10 20:47:18 +02:00
guyelg 9c77d1d761
disable the sensor by default 2018-10-10 21:01:07 +03:00
guyelg 5684c844aa
fix address in user_config.h 2018-10-10 20:54:26 +03:00
Theo Arends 633a45f964 Revert "6.2.1.14 Webserver rewrite"
This reverts commit 077b8a79e1.
2018-10-10 19:41:08 +02:00
guyelg f98b4cf69d
add support for DS3231 - I2C RTC 2018-10-10 20:31:21 +03:00
guyelg 8aabe10711
Add support for DS3231-external I2C RTC 2018-10-10 20:25:04 +03:00
Theo Arends 077b8a79e1 6.2.1.14 Webserver rewrite
6.2.1.14 20181010
 * Rewrite Webserver page handler for easier extension (thx to Adrian Scillato)
2018-10-10 16:40:54 +02:00
Theo Arends be5f86f911
Merge pull request #4015 from ascillato/patch-1
Add comment for sleep command (datasheet)
2018-10-08 22:40:26 +02:00
Adrian Scillato 3bc3e7e332
Add comment for sleep command (datasheet) 2018-10-08 17:25:42 -03:00
Theo Arends ba16e00e36 Add command WebRefresh
Add command WebRefresh 1000..10000 to control web page refresh in milliseconds. Default is 2345
2018-10-08 14:39:36 +02:00
Theo Arends 86666aebfa
Merge pull request #4006 from andrethomas/patch-1
Remove note on new MQTT build
2018-10-08 12:12:53 +02:00
andrethomas 641005ebbc
Remove note on new MQTT build 2018-10-08 12:01:38 +02:00
Theo Arends 30154e2335 6.2.1.13 Change to ArduinoMqtt
6.2.1.13 20181008
 * Change default Mqtt client library from PubSubClient to non-blocking ArduinoMqtt by Joel Gaehwiler
2018-10-08 10:30:24 +02:00
Theo Arends c78a35d984
Merge pull request #4002 from ascillato/patch-1
Add PWM Freq Limits Config at Compile time
2018-10-07 20:19:50 +02:00
Adrian Scillato efb328de09
Add PWM Freq Limits Config at Compile time 2018-10-07 14:27:09 -03:00
Adrian Scillato dfce7a280a
Add PWM Freq Limits Config at Compile time
PWM_MAX and PWM_MIN are added with explanation comments in order to let a user, who wants to use a Servo, to config these values. Not added at runtime in order to avoid issues with dimmers.
2018-10-07 14:24:52 -03:00
Theo Arends 5bbec2617f 6.2.1.12 - Fixes Shelly1 and CSL
6.2.1.12 20181007
 * Fix Shelly1 switchmode 3 and 4 when using pushbutton (#3989)
 * Add support for CSL Aplic WDP 303075 Power Socket with Energy Monitoring (#3991, #3996)
2018-10-07 12:37:03 +02:00
Theo Arends 7acd9a1277
Merge pull request #3996 from Phelagor/CSL_Module-Support
Added support for CSL Aplic WDP303075
2018-10-06 22:25:43 +02:00
phelagor adc3d4ebaa Added support for CSL Aplic WDP303075
- Added template for Module.
- Added support for HLW8012 (HLW_SEL is different to sonoff POW, needs different level to read voltage)
2018-10-06 22:05:15 +02:00
Theo Arends e0b79bde01
Merge pull request #3995 from mike2nl/development
missing "" around UV Index text in json
2018-10-06 21:04:09 +02:00
Mike 461fed6290
missing "" around UV Index test in json
Fixed the missing "" around the UV Index test in json
Old one:
"VEML6070":{"UvLevel":6212,"UvIndex":8.32,"UvIndexText":Danger,"UvPower":0.208}}

New one:
"VEML6070":{"UvLevel":6212,"UvIndex":8.32,"UvIndexText":"Danger","UvPower":0.208}}

Now it works. I have no mqtt system running so i did not know that this would happen.
Possible i have to build up one system.
2018-10-06 20:48:26 +02:00
Mike 70cdb7e19b
Merge pull request #6 from arendst/development
update my repo
2018-10-06 20:41:37 +02:00
Theo Arends c39890033b
Merge pull request #3993 from synekvl/development
Update cs-CZ.h
2018-10-06 19:05:19 +02:00
synekvl 174f2736dc
Update cs-CZ.h 2018-10-06 18:46:29 +02:00
Theo Arends d3d40a1609 Update cs-CZ language 2018-10-06 16:46:25 +02:00
Theo Arends f3ca46c333
Merge pull request #3986 from ascillato/patch-1
Update Spanish Translation
2018-10-06 10:15:37 +02:00
Adrian Scillato f8b93ad3ea
Updated Spanish Translation 2018-10-05 21:59:39 -03:00
Theo Arends 4208baddac Update language files
Update language files
2018-10-05 17:54:12 +02:00
Theo Arends 0d7954a0ec
Merge pull request #3974 from Jason2866/patch-1
Update de-DE.h -> Powerusage
2018-10-04 15:45:05 +02:00
Jason2866 4ba1020609
Update de-DE.h 2018-10-04 13:41:15 +02:00
Theo Arends 623feaa706
Merge pull request #3972 from Staars/development
Update for APDS9960
2018-10-04 11:08:46 +02:00
Theo Arends 52d88439ff Fix Domoticz exception
Fix exception when wrong Domoticz JSON message is received (#3963)
2018-10-04 11:01:50 +02:00
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