Theo Arends
20e8d76877
TSL2561 driver fixes
...
Rewrite TSL2561 driver to fix some issues (#3681 )
2018-09-22 12:04:38 +02:00
Theo Arends
f4adef1f90
Merge pull request #3866 from andrethomas/development
...
PCA9685 I2C Hardware PWM - Experimental initial commit
2018-09-22 08:48:43 +02:00
andrethomas
4ff5667c2a
PCA9685 I2C Hardware PWM - Experimental
2018-09-22 00:17:08 +02:00
andrethomas
4992b43689
PCA9685 I2C Hardware PWM - Experimental
2018-09-21 23:43:58 +02:00
Theo Arends
557545cb56
Cleanup Driver
...
Cleanup Driver
2018-09-21 16:19:31 +02:00
Theo Arends
392ae6119d
Merge pull request #3854 from andrethomas/development
...
Add driverXX support for FUNC_COMMAND callback
2018-09-21 16:10:56 +02:00
Theo Arends
f7a8b1f923
Shelly2 clean up
...
Shelly2 clean up
2018-09-21 16:02:56 +02:00
Theo Arends
4065a215f0
Add Shelly2 Energy Monitoring
...
Add energy monitoring to Shelly2 (#2789 )
2018-09-21 15:22:17 +02:00
Theo Arends
415ed97dab
6.2.1.5 Add web authentication
...
Add authentication to HTTP web pages
2018-09-21 11:15:42 +02:00
andrethomas
846d7a911f
Add driverXX support for FUNC_COMMAND callback
2018-09-20 22:56:07 +02:00
Theo Arends
3474ccae74
Merge pull request #3852 from andrethomas/development
...
LM75AD - Force function parameters to be C and C++ compliant
2018-09-20 21:22:08 +02:00
andrethomas
363e19d681
MCP230xx - Force C/C++ compliance
2018-09-20 21:03:33 +02:00
andrethomas
c9f0c18466
LM75AD - Force function parameters to be C and C++ compliant
2018-09-20 20:44:17 +02:00
Theo Arends
ff4f8f75c1
Add uncalibrated energy monitor
...
Add uncalibrated energy monitoring to Shelly2 (#2789 )
2018-09-17 20:32:38 +02:00
Theo Arends
d747a6fc3d
Merge pull request #3823 from andrethomas/patch-2
...
Update Custom.md
2018-09-17 09:11:33 +02:00
Theo Arends
de406b7868
Update Custom.md
2018-09-17 09:11:18 +02:00
Theo Arends
f3e2afa10f
Merge pull request #3822 from andrethomas/patch-1
...
Update Bug_report.md
2018-09-17 09:09:01 +02:00
Theo Arends
3d74ed9964
Update Bug_report.md
2018-09-17 09:08:37 +02:00
andrethomas
2f0cd60cb3
Update Custom.md
2018-09-17 08:26:43 +02:00
andrethomas
bffc820fb0
Update Bug_report.md
2018-09-17 08:23:39 +02:00
Theo Arends
8fe2cd9b4b
Merge pull request #3818 from andrethomas/development
...
MCP230xx - Change address selection from auto to user defined
2018-09-16 22:29:28 +02:00
andrethomas
29b3e6ec27
MCP230xx - Change address selection from auto to user defined
2018-09-16 21:36:56 +02:00
Theo Arends
bf7dcb8eec
6.2.1.3 Add SerialSend5
...
6.2.1.4 20180916
* Add command SerialSend5 to send raw serial data like "A5074100545293"
* Update MCP230xx driver
* Update Czech translation
* Update MP3 driver (#3800 )
* Add userid/password option to decode-status.py (#3796 )
* Fix syslog when emulation is selected (#2109 , #3784 )
* Fix Pzem2 compilation error (#3766 , #3767 )
2018-09-16 16:09:00 +02:00
Theo Arends
2862ba739c
Merge pull request #3805 from andrethomas/development
...
MCP230xx - Fix millisecond counter reset placement
2018-09-15 19:20:14 +02:00
andrethomas
98cfb00803
MCP230xx - Fix millisecond counter reset placement
2018-09-15 18:59:45 +02:00
Theo Arends
1c23907ccd
Merge pull request #3804 from andrethomas/development
...
MCP230xx - Fix support for setoption4
2018-09-15 17:40:36 +02:00
andrethomas
d0fa749c30
MCP230xx - Fix support for setoption4
2018-09-15 15:56:56 +02:00
reloxx13
36ebd4d4ec
Merge branch 'arendst/development' into development
2018-09-15 14:36:01 +02:00
Theo Arends
9fc5d71629
Update Czech translation
...
Update Czech translation
2018-09-15 12:00:22 +02:00
Theo Arends
eae76daa76
Merge pull request #3796 from curzon01/development
...
Add login parms for tools/decode-status.py
2018-09-15 09:53:52 +02:00
Theo Arends
3ca6899c77
Merge pull request #3800 from mike2nl/development
...
Changed/added MP3 Player commands and version information
2018-09-15 09:52:42 +02:00
Mike
3c947e4c81
Added version info and new MP3 Player commands
...
- Added the version information to have some little hints what is done.
- Added new commands and changed two commands from the first version.
-- Intention was to get as less of commands as needed.
-- There will be possible a version with much more function and serial->read.
Command list:
- MP3TRACK
-- specify playback of a track, e.g. MP3Track 003.
- MP3PLAY
-- Play, works as a normal play on a real MP3 Player, starts at 001.mp3 file on the selected device.
- MP3PAUSE
-- Pause, was original designed as stop, see data sheet.
- MP3STOP
-- Stop, it's a real stop now, in the original version it was a pause command.
- MP3VOLUME
-- specifies the volume and means a console input as 0..100.
- MP3EQ
-- specify the EQ(0/1/2/3/4/5), 0:Normal, 1:Pop, 2:Rock, 3:Jazz, 4:Classic, 5:Bass.
- MP3DEVICE
-- specify playback device, USB=1, SD-Card=2, default is 2 also after reset or power down/up.
2018-09-15 09:33:53 +02:00
Mike
63a1763a3f
added MP3_VOLUME to init the MP3 Player
2018-09-15 09:13:39 +02:00
Mike
bb5b5187be
Merge pull request #1 from arendst/development
...
Update from original
2018-09-15 09:06:11 +02:00
Norbert Richter
15fb7307fc
Add login parms for tools/decode-status.py
2018-09-14 16:39:06 +02:00
Theo Arends
694718455e
Merge pull request #3788 from ascillato/patch-1
...
Update to Readme and Changelog
2018-09-13 20:36:56 +02:00
Adrian Scillato
b3d2447fc7
Update _changelog.ino
2018-09-13 11:54:24 -03:00
Adrian Scillato
2b6e97146e
Update README.md
2018-09-13 11:53:27 -03:00
Theo Arends
f5db9c20c0
Merge pull request #3787 from ascillato/patch-1
...
Add Support for Xiaomi-Phillips Bulbs
2018-09-13 16:49:30 +02:00
Adrian Scillato
6f724e705b
Added support for Xiaomi-Phillips bulb
2018-09-13 11:45:01 -03:00
Adrian Scillato
f8115a5abd
Added support for Xiaomi-Phillips bulb
...
https://github.com/arendst/Sonoff-Tasmota/issues/3055
2018-09-13 11:43:23 -03:00
Theo Arends
2e97680e99
Merge pull request #3784 from ascillato/patch-1
...
Let syslog to be active when emulation is active too
2018-09-13 08:23:12 +02:00
Adrian Scillato
8025f28409
Let syslog to be active when emulation is active too
...
solves issue https://github.com/arendst/Sonoff-Tasmota/issues/2109
2018-09-12 19:00:35 -03:00
Theo Arends
10f2e0abf2
Merge pull request #3767 from ascillato/patch-2
...
Fix Compilation Bug
2018-09-11 19:15:38 +02:00
Theo Arends
e60f7e4e9e
Update xnrg_05_pzem2.ino
2018-09-11 19:14:15 +02:00
Adrian Scillato
702f44cf04
Fixed Compilation Bug
...
#3766
2018-09-11 14:10:51 -03:00
Theo Arends
e4ebee738b
Minor fixes
...
Minor fixes
2018-09-11 10:49:13 +02:00
Theo Arends
7b3ceb925f
Merge pull request #3757 from ascillato/patch-1
...
Enable AD0 in sonoff-sensors.bin
2018-09-11 08:43:51 +02:00
Adrian Scillato
40b9e06b1e
Enable AD0 in sonoff-sensors.bin
...
#3756
2018-09-10 18:04:21 -03:00
Theo Arends
b13b2adf06
Merge pull request #3754 from andrethomas/development
...
Fix tr-TR.h and uk-UK.h compiler errors
2018-09-10 20:08:42 +02:00