Commit Graph

4816 Commits

Author SHA1 Message Date
Theo Arends 69af996ca1 Fix SerialReceived JSON error
Fix SerialReceived JSON error (#6893)
2019-11-10 12:19:26 +01:00
Theo Arends 4189bf4f19
Merge pull request #6894 from s-hadinger/fix_6887_pwm
Fix bad PWM Power control with SetOption68
2019-11-10 12:06:28 +01:00
Theo Arends c7a74b82d0 Fix DeepSleep bootloop disable
Fix DeepSleep bootloop disable (#6890)
2019-11-10 12:05:09 +01:00
Stephan Hadinger 32538507d2 Fix 6887 2019-11-10 11:29:20 +01:00
Theo Arends becea45707
Merge pull request #6886 from Jason2866/patch-4
Outdated and not recommended to use....
2019-11-09 20:04:02 +01:00
Theo Arends cc96a9acc4
Merge pull request #6885 from Jason2866/patch-3
Core 2.6.0 platform.txt for Arduino IDE
2019-11-09 20:03:29 +01:00
Jason2866 abd3508e52
Outdated Core 2.6.0 is available
Core 2.5.2 is not needed anymore since Core 2.6.0 is released and fixes all bugs from core 2.5.2
2019-11-09 18:57:47 +01:00
Jason2866 4255351bbe
Core 2.6.0 is released 2019-11-09 18:55:28 +01:00
Jason2866 a1623135fd
Create platform.txt 2019-11-09 18:51:15 +01:00
Theo Arends 492260cb7e Refactor I2C driver detection phase 4 2019-11-09 18:34:22 +01:00
Theo Arends cc235941cb
Merge pull request #6884 from blakadder/development
decode-config.py documentation updated
2019-11-09 18:07:21 +01:00
blakadder eb49e92d24 decode-config documentation updated and clarified 2019-11-09 17:26:50 +01:00
blakadder f88d56caad Revert "decode-config documentation improved"
This reverts commit 5115d6c054.
2019-11-09 17:11:52 +01:00
blakadder 5115d6c054 decode-config documentation improved 2019-11-09 17:08:27 +01:00
Theo Arends 40ef0111bd
Merge pull request #6881 from NyaamZ/patch-1
fix some miss translation
2019-11-09 14:37:31 +01:00
Theo Arends 9ada3df640 Fix setting Wifi mode (#6875)
Fix setting Wifi mode (#6875)
2019-11-09 14:26:17 +01:00
NyaamZ eb978cb115
fix some miss translation
fix some miss translation
2019-11-09 18:47:13 +09:00
NyaamZ 3dfcf2bdf4
fix some miss translation
fix some miss  translation
2019-11-09 18:38:47 +09:00
Theo Arends 5ebf04f047
Merge pull request #6877 from s-hadinger/zigbeestate
Change Replace ZigbeeStatus with ZigbeeState for reporting
2019-11-09 10:17:49 +01:00
Theo Arends a0454a93cd
Merge pull request #6876 from blakadder/development
fixed old links to wiki
2019-11-09 10:17:05 +01:00
Theo Arends 697c600387
Merge pull request #6874 from jonyii/development
Fix SeaPressure unit for HASS autodiscovery
2019-11-09 10:16:45 +01:00
Theo Arends 6f2123e8ba
Merge pull request #6872 from s-hadinger/color_preserve_CW
Add Keep last channels values when Color command end with '='
2019-11-09 10:16:06 +01:00
Stephan Hadinger b305900e7c Change Replace ZigbeeStatus with ZigbeeState for reporting, ZigbeeStatus is only a command now 2019-11-09 09:25:15 +01:00
blakadder 8f64d13074 sonoff -> tasmota in docker container 2019-11-09 03:56:30 +01:00
blakadder cb3f6c75fc fixed old links to wiki 2019-11-09 03:09:01 +01:00
jonyii 0a14108de9 travis build 2019-11-09 01:00:24 +01:00
jonyii da1ade731c Fix SeaPressure unit for HASS autodiscovery 2019-11-09 00:22:17 +01:00
Stephan Hadinger ae7120b068 Add Keep last channels values when Color command end with '=' #6799 2019-11-08 20:45:15 +01:00
Theo Arends ae3e45b471
Merge pull request #6870 from s-hadinger/light_load_fix
Fix restore all 5 channels at boot
2019-11-08 19:40:10 +01:00
Stephan Hadinger 0766cb7d92 Fix restore all 5 channels at boot 2019-11-08 19:08:39 +01:00
Theo Arends 538d40ab72 Change default I2C address ranges
* Change supported PCF8574 I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time
 * Change supported PCF8574A I2C address range to 0x39 - 0x3F allowing other I2C devices with address 0x38 to be used at the same time
 * Change supported MCP230xx I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time
2019-11-08 17:48:19 +01:00
Theo Arends be6c2cace8
Merge pull request #6868 from ascillato/patch-1
Add new SDK option to platformio.ini
2019-11-08 17:05:47 +01:00
Adrian Scillato cdba14780a
Added new SDK option to platformio.ini 2019-11-08 10:46:41 -03:00
Theo Arends bffe13203c
Merge pull request #6867 from blakadder/development
README.md update
2019-11-08 13:15:04 +01:00
Theo Arends e099ebe7b6 Bump version to 7.0.0.4
Add command WifiPower 0 .. 20.5 to set Wifi Output Power which will be default set to 17dB
2019-11-08 13:00:32 +01:00
blakadder b944166cd5
Update README.md 2019-11-08 12:53:05 +01:00
blakadder 5c36098d7f
Update README.md 2019-11-08 12:50:01 +01:00
blakadder f4b5469eed
Update README.md 2019-11-08 12:32:27 +01:00
blakadder 1750c0db55
Update README.md 2019-11-08 11:01:11 +01:00
Theo Arends 1f521ed748 Refactor I2C driver detection phase 3 2019-11-07 17:08:58 +01:00
Theo Arends f32b64d5de Refactor I2C driver detection phase 2 2019-11-07 16:56:05 +01:00
Theo Arends e8b9823e6a Remove obsolete library 2019-11-07 16:47:40 +01:00
Theo Arends 4a15515a9b
Merge pull request #6861 from ascillato/patch-1
Clean comments on Spanish Translation
2019-11-07 16:18:34 +01:00
Adrian Scillato a7d1e3e95d
Clean comments on Spanish Translation 2019-11-07 12:16:14 -03:00
Theo Arends 2df7d65a3f
Merge pull request #6860 from ascillato/patch-1
Added firmwares undefs for minimal compilation
2019-11-07 15:43:08 +01:00
Adrian Scillato 5e7a508e85
Disable other firmwares types when building minimal 2019-11-07 11:41:36 -03:00
Adrian Scillato d0da4ee94c
Added KNX undef for minimal compilation 2019-11-07 11:35:34 -03:00
Adrian Scillato 54b8fba525
Added KNX undef for minimal compilation 2019-11-07 11:22:20 -03:00
Theo Arends acf515be19 Remove driver ADS1115 using I2Cdev library 2019-11-07 15:12:22 +01:00
Theo Arends 6be5daa77c Fix Tele message when DeepSleepTime is 0
Fix Tele message when DeepSleepTime is 0 (#6842)
2019-11-07 14:49:29 +01:00