Commit Graph

20080 Commits

Author SHA1 Message Date
Norbert Richter
88528d8ef3 Fix NovaSDS sensor rare checksum failure
- NodeSDS send/rec rewritten (common func)
2018-11-19 12:56:54 +01:00
Theo Arends
1708131ef5
Merge pull request #4377 from evzone/development
Added support for LG wall hvac
2018-11-19 11:00:48 +01:00
Theo Arends
288fefebb7
Update xdrv_05_irremote.ino 2018-11-19 11:00:24 +01:00
Theo Arends
fe7f154b25
Update my_user_config.h 2018-11-19 10:59:01 +01:00
Theo Arends
5eb244c34b
Merge pull request #4384 from digiblur/patch-1
Add SK03 Outdoor Module with Power Monitoring
2018-11-19 09:13:04 +01:00
digiblur
a2ca0dd567
Add SK03 Outdoor Module with Power Monitoring
Couldn't add the module using Generic as the power monitoring had to be added.

See the Tasmota wiki entry for more info:  https://github.com/arendst/Sonoff-Tasmota/wiki/SK03-Outdoor-Smart-Plug-w--Power-Monitoring-(HLW8012-&-Tuya-Module)
2018-11-18 17:02:09 -06:00
andrethomas2
809ae966df
Update _changelog.ino 2018-11-18 20:03:59 +02:00
Theo Arends
50f4f0300b Update sonoff.h
Update default loop sleep delay from 10 to 50
2018-11-18 17:25:39 +01:00
Theo Arends
4899178362 6.3.0.10 Add command SetOption36
6.3.0.10 20181118
 * Add command SetOption36 0..255 milliseconds (10 default) to tune main loop dynamic delay
2018-11-18 16:49:02 +01:00
Theo Arends
18997e841f 6.3.0.9 Add dynamic delay in loop
6.3.0.9 20181118
 * Moved command SetSensorXX to debugging driver freeing user code space
 * Add dynamic delay to main loop providing time for wifi background tasks
 * Remove delays introduced in 6.3.0.1 (#4233)
2018-11-18 15:02:52 +01:00
evzone
beb9d0ff84 add IR support to LG wall HVAC systems 2018-11-18 11:35:53 +02:00
evzone
13c7958c99 Revert "add support to LG wall HVAC systems"
This reverts commit 68e7803651.
2018-11-18 11:28:23 +02:00
evzone
68e7803651 add support to LG wall HVAC systems 2018-11-18 11:15:54 +02:00
evzone
1900aec318 Revert "commented user override to pass travis ci test"
This reverts commit 7e576a58f9.
2018-11-18 11:08:48 +02:00
evzone
7e576a58f9 commented user override to pass travis ci test 2018-11-18 11:05:50 +02:00
evzone
3be1b7a1e0 Revert "Added support for LG wall hvac"
This reverts commit 40c1331b8a.
2018-11-18 11:03:02 +02:00
evzone
40c1331b8a Added support for LG wall hvac 2018-11-18 09:06:59 +02:00
Theo Arends
61b8586384
Merge pull request #4371 from curzon01/development
Fix NovaSDS sensor checksum failure
2018-11-17 14:44:45 +01:00
Norbert Richter
e07cd3e48b Fix NovaSDS sensor Checksum failure 2018-11-17 12:47:44 +01:00
Theo Arends
b57ed00d29
Merge pull request #4366 from curzon01/development
decode-config.py: add changed settings
2018-11-17 10:24:15 +01:00
Norbert Richter
c903b7d830 decode-config.py: add 6.3.0.8 settings
- fix Tasmota cmnd "MqttFingerprint"
- fix setting <tasmotacmnd> callable definition handling
2018-11-16 18:09:02 +01:00
Theo Arends
e284e78b4d Add support for Armtronix dimmers
Add support for Armtronix dimmers. See wiki for info (#4321)
2018-11-16 12:22:15 +01:00
Theo Arends
48fa0705e0
Merge pull request #4321 from wvdv2002/armtronix
WIP: Added Armtronix dimmer support
2018-11-16 10:43:18 +01:00
Theo Arends
77e76691b6
Fix correct module index 2018-11-16 10:39:57 +01:00
Theo Arends
5d798e3381
Make it optional on first implementation 2018-11-16 10:37:52 +01:00
Theo Arends
04cc11b46d
Use correct index 2018-11-16 10:36:43 +01:00
wvdv2002
45cc387748 Added small description in the driver 2018-11-16 09:58:14 +01:00
wvdv2002
9ab3eb05bd Renamed driver so it is more clear that it is not only for the dual dimmer 2018-11-16 09:53:23 +01:00
wvdv2002
c2dfd559eb Added user config define to enable armtronix dimmers 2018-11-16 09:48:55 +01:00
Theo Arends
9eacabc4f0 Delay initial flash write
* Stop enforcing flashmode dout but it is still mandatory
 * Moved bootcount update (being first) flash write to 10 seconds after restart
2018-11-16 09:36:41 +01:00
wvdv2002
7b6553d116 Merge remote-tracking branch 'origin/development' into armtronix 2018-11-16 09:31:58 +01:00
Theo Arends
a1ff029335 Revert "Quietly allow settings update"
This reverts commit 999f0a3f92.
2018-11-16 09:18:40 +01:00
Theo Arends
3363f0238d
Merge pull request #4361 from emontnemery/hass_topic_prefix
Add support for topic prefix in Hass discovery message
2018-11-15 22:36:39 +01:00
Erik
7c2c4edd1f Add support for topic prefix
Also fix announcement of RGB capable light.
2018-11-15 22:20:31 +01:00
Theo Arends
2a0e3241b1
Merge pull request #4349 from emontnemery/hass_abbreviations
Use abbreviations in discovery message
2018-11-15 17:41:37 +01:00
Erik
89b58f62af Add option for new Hass discovery feature 2018-11-15 17:37:53 +01:00
Erik
8628c54ba0 Support abbreviations in discovery message 2018-11-15 17:36:19 +01:00
Theo Arends
999f0a3f92 Quietly allow settings update
Quietly allow settings update to solve issues caused by Reset command leading to unusable device
2018-11-15 17:29:48 +01:00
Theo Arends
877771c90a 6.3.0.8 Stop enforcing dout
6.3.0.8 20181115
 * Stop enforcing flashmode dout. Still mandatory but this a chk for possible future flash corruption
2018-11-15 14:55:45 +01:00
Theo Arends
222ec13f80 Rename MPU6050 library
Rename MPU6050 library
2018-11-15 14:41:23 +01:00
Theo Arends
d5f3b8483c Extent log buffer to 520 characters
* Extent log buffer to accomodate up to 8 DS18B20 sensors http JSON data (#4354)
* Fix APDS9960 sensor use of log buffer
2018-11-15 14:24:19 +01:00
Theo Arends
7b9060dbdb
Merge pull request #4355 from andrethomas/void
Change C functions with () to explicitly specify (void) for no parameters
2018-11-15 11:06:19 +01:00
andrethomas
4a7e7b0dbb Change C functions with () to (void) 2018-11-14 15:32:09 +02:00
Theo Arends
5b5b0b928f
Merge pull request #4352 from curzon01/development
decode-config.py: add/fix Tasmota cmnd output and filename macros
2018-11-14 08:56:30 +01:00
Norbert Richter
0ff2f9072d decode-config.py: add/fix Tasmota cmnd output and filename macros
- add Tasmota SetOption51/53/54
- add filename network hostname macro @H
- fix filename @* macros (removed if data source is unavailable)
- fix Tasmota SetOption3x
- fix http body garbadge output on screen
- revise desc md/html files
2018-11-14 08:03:55 +01:00
Denis Taranushin
2c138e69c2 Add SDM220 Support
Add some electric parameters for SDM220
2018-11-13 19:55:24 +05:00
Theo Arends
a01f9bdda1 Add re-probe to NovaSDS sensor
Add re-probe to NovaSDS sensor (#4335)
2018-11-13 15:15:11 +01:00
Theo Arends
a0aff442dd
Merge pull request #4339 from curzon01/development
decode-config.py: add features Tasmota cmnds, grouping and filters
2018-11-12 16:27:26 +01:00
Norbert Richter
dd00af3fe0 decode-config.py: add features Tasmota cmnds, grouping and filters
- add restore value validation
- add '--force-restore'
- add output filter by Tasmota groups '--filter <group> [<group>...]'
- add '--output' and '--output-format cmnd' (adds - most of all - Tasomta command output)
- add Tasomta command output control:
  '--cmnd-indent', '--cmnd-groups', '--cmnd-nogroups', '--cmnd-sort', '--cmnd-unsort'
- removed 'raw' data handling (obsolete)
2018-11-12 16:08:09 +01:00
Theo Arends
3ef78e8095 Revert "Moved command SetSensorXX"
This reverts commit 830319bc6e.
2018-11-12 15:54:18 +01:00