Commit Graph

4448 Commits

Author SHA1 Message Date
Theo Arends 173535a066
Merge pull request #6635 from s-hadinger/ir_rules
Fix Rules were not triggered with IR unknown protocol or in sonoff-ir
2019-10-13 22:34:41 +02:00
Stephan Hadinger 5f08aef5f7 Fix Rules were not triggered with IR unknown protocol or in sonoff-it (#6629) 2019-10-13 22:16:13 +02:00
Theo Arends a8582a4d0a
Merge pull request #6634 from altelch/development
Allow IPv6 only setup. Still dualstack but works without configured …
2019-10-13 19:40:55 +02:00
Theo Arends 1c5f4349fe
Merge pull request #6633 from stefanbode/patch-3
Fix some errors...
2019-10-13 18:21:49 +02:00
stefanbode 9859ee6083
Fix some errors...
1. reset loop i=1 if address switches to range PCF8574_ADDR2 (PCF8574A were NOT detected)
2. correct logoutput to show correct number of boards found 
3. String array to short for PCF8574A. Overwrite the pfc8574.type with false. Hard to find bug.....
Tested with at least 2 PCF8574 boards.
2019-10-13 17:54:06 +02:00
altelch 7f2efb56af Allow IPv6 only setup. Still dualstack but works without configured IPv4 address. WiFi.Status() returns WL_DISCONNECTED even when IPv6 global address is set. Minimal rework of setup code. 2019-10-13 14:15:32 +02:00
Theo Arends 1be3b27647
Merge pull request #6632 from s-hadinger/zigbee_send
Add Zigbee additional commands and sending messages to control devices
2019-10-13 13:07:58 +02:00
Stephan Hadinger 0092bf766c Add Zigbee additional commands and sending messages to control devices (#6095) 2019-10-13 12:56:52 +02:00
Theo Arends 36371fc3a7
Merge pull request #6630 from stefanbode/patch-2
Fix overflow
2019-10-13 09:41:12 +02:00
stefanbode 9602546f01
Fix overflow 2019-10-13 09:36:53 +02:00
Theo Arends 7b316f48f1 Change max rule compare string size from 23 to 79
Change max rule compare string size from 23 to 79 (#6624)
2019-10-12 16:42:11 +02:00
Theo Arends c0c044bb62
Merge pull request #6622 from altelch/development
Fix typo.
2019-10-12 13:50:12 +02:00
Heiko Krupp a103972a21
Fix typo.
Typo I stumbled over...
2019-10-12 13:27:09 +02:00
Theo Arends 76758d3470 Add command Buzzer 0 to stop active buzzer cycle
Add command Buzzer 0 to stop active buzzer cycle (#6615)
2019-10-12 11:06:09 +02:00
Theo Arends 7c8f2daa10
Merge pull request #6619 from shantur/travis-cache
Implement travis cache to speed up build
2019-10-11 17:06:15 +02:00
Theo Arends 2b63c64f74 Houskeeping 2019-10-11 14:39:58 +02:00
Theo Arends 82df091312 Fix ipv6 compilations
Fix ipv6 compilations
2019-10-11 14:29:41 +02:00
Theo Arends 8803b55e5a
Merge pull request #6618 from altelch/development
Initial IPv6 support for SLAAC (automatic address configuration).
2019-10-11 13:41:01 +02:00
Theo Arends 3ed790277e
Fix future compiles 2019-10-11 13:32:25 +02:00
Theo Arends 7b1f9a5334
Fix future compiles 2019-10-11 13:31:32 +02:00
hkrupp b48c1a1c82 Remove logging message translation and core 2.5.2 as future target is core 2.6 2019-10-11 12:50:45 +02:00
Theo Arends 86ffa2d5fe Fix JSON and functionality
Fix JSON and functionality
2019-10-11 11:23:53 +02:00
hkrupp 3596e4c77f Initial IPv6 support (SLAAC). Builds against 2.5.2 and 2.6.0 staging. iram1_0_seg problems with larger configurations. 2019-10-11 07:40:55 +02:00
Theo Arends 3cd6abe0bf
Merge pull request #6606 from shantur/tuya-2-byte-dimmer
Add DimmerRange command and support longer dimmer ranges. Fixes #6605
2019-10-10 22:57:58 +02:00
Theo Arends acbae2edd9
Merge pull request #6612 from s-hadinger/fix_rgb
Fix Avoid full power on 5 channels after a Reset
2019-10-10 22:54:25 +02:00
Theo Arends c749133f28
Merge pull request #6610 from effelle/development
Fix for Multiple DS18 sensors under Home Assistant discovery
2019-10-10 22:53:57 +02:00
Theo Arends 06e642165e
Merge pull request #6611 from Jason2866/patch-1
Typo
2019-10-10 22:52:52 +02:00
Stephan Hadinger 111f533a5c Fix Avoid full power on 5 channels after a Reset 2019-10-10 21:44:31 +02:00
Jason2866 6838c6aa8a
Typo 2019-10-10 21:09:47 +02:00
Federico Leoni 74081073ba
Update xdrv_12_home_assistant.ino 2019-10-10 15:00:26 -03:00
Shantur Rathore 0d4c0c695f Implement travis cache to speed up build 2019-10-10 16:01:15 +01:00
Shantur Rathore 01f6df9161 Add DimmerRange command and support longer dimmer ranges. Fixes #6605
More and more serial dimmers are coming up with different dimming ranges, implemented DimmerRange command to make this setting generic and bring support for 2 byte dimming ranges which isn't supported by SetOptions.
2019-10-10 15:53:01 +01:00
Theo Arends 70ea4bedfa
Merge pull request #6603 from gemu2015/scripter-update
scripter update
2019-10-10 13:48:46 +02:00
gemu2015 739f67f1e8 scripter update 2019-10-10 13:39:52 +02:00
Theo Arends 9add6f8d7d Add command Gpio 255
Add command Gpio 255 to show physical GPIO configuration of all non-flash pins (#6407)
2019-10-10 12:26:00 +02:00
Theo Arends 4b36a8dd73 Fix TuyaMcu dimmer count
Fix TuyaMcu dimmer count (#6599)
2019-10-10 11:03:57 +02:00
Adrian Scillato 3133f96e13
Update SUPPORT.md
Typo.
2019-10-09 17:09:17 -03:00
Theo Arends 0f72a93170 Add command SetOption34 0..255 to set backlog delay
Add command SetOption34 0..255 to set backlog delay. Default value is 200 (mSeconds) (#6562)
2019-10-09 17:52:52 +02:00
Theo Arends 18149f5c17 Bump version to 6.6.0.17 2019-10-09 17:38:43 +02:00
Theo Arends cfe301474a
Merge pull request #6562 from ljakob/development
process Backlog commands without minimum delay
2019-10-09 17:17:19 +02:00
Theo Arends 10babaf061
Update sonoff.h 2019-10-09 17:16:52 +02:00
Theo Arends 11048137ef Fix TuyaMcu, Armtronix and Ps16dz
Fix TuyaMcu, Armtronix and Ps16dz after Light redesign (#6599)
2019-10-09 16:55:15 +02:00
Theo Arends 1316adfdca
Merge pull request #6598 from stefanbode/patch-1
Update xdrv_27_shutter.ino
2019-10-09 08:23:56 +02:00
stefanbode 20729e27e2
Update xdrv_27_shutter.ino
Added Calibration matrix
2019-10-09 06:36:11 +02:00
Theo Arends fd2f204e81 Finish light driver redesign
Finish light driver redesign
2019-10-08 18:05:02 +02:00
Theo Arends 8d17301433 Redesign light driver phase 3
Redesign light driver phase 3
2019-10-08 17:46:03 +02:00
Theo Arends 0062f7c84b
Merge pull request #6591 from meingraham/patch-8
Typos!
2019-10-08 15:19:08 +02:00
Michael Ingraham 0728d68d26
Typos! 2019-10-08 09:00:04 -04:00
Theo Arends 6d31608fe0 Fix PZEM default address and detection
* Change PZEM004T default address mask from 0.0.0.x to 192.168.1.x for legacy reason (#6585)
 * Fix PZEM004T, PZEMAC and PZEMDC autodetection (#6585)
2019-10-08 13:18:10 +02:00
Theo Arends afd3c64844 Bump version to 6.6.0.16 2019-10-08 13:14:25 +02:00