reloxx13
74828ceee0
Merge branch 'arendst/development' into development
2018-07-15 22:37:50 +02:00
Theo Arends
ace6180e67
Introduce _changelog.ino
...
Introduce _changelog.ino
2018-07-15 17:30:38 +02:00
Theo Arends
afdb197a6c
v6.6.1b - Change wifi options
...
6.1.1b
* Add default Wifi Configuration tool as define WIFI_CONFIG_NO_SSID in user_config.h if no SSID is configured (#3224 )
* Add user selection of Wifi Smartconfig as define USE_SMARTCONFIG in user_config.h
* Add user selection of WPS as define USE_WPS in user_config.h in preparation for core v2.4.2 (#3221 )
* Change default Wifi config option from WPS to Wifi Manager if WPS is disabled
* or Wifi Smartconfig if webserver is disabled
* or Wifi Serial input if Smartconfig is disabled
* Remove WPS and SmartConfig from sonoff-minimal saving 56k code space
2018-07-15 15:21:48 +02:00
Theo Arends
f75ab4f25f
v6.1.1a - Sync with v6.1.1
...
Sync with v6.1.1
2018-07-14 18:07:25 +02:00
Theo Arends
e876b5aa77
v6.1.0b - WPS optional
...
6.1.0b
* Add user selection of WPS as define USE_WPS in user_config.h in preparation for core v2.4.2 (#3221 )
* Change default Wifi config option from WPS to Wifi Manager if WPS is disabled (or Wifi Smartconfig if webserver is disabled)
* Remove WPS from sonoff-minimal saving 33k code space
* Revert wifi changes implemented in v6.0.0a due to possible bad initial wifi connections
2018-07-14 15:35:56 +02:00
Theo Arends
ea2357375a
Fix TM1638 compile error
...
Fix TM1638 compile error (#3212 )
2018-07-14 12:10:13 +02:00
reloxx13
431c9bb469
Merge branch 'arendst/development' into development
2018-07-12 18:58:34 +02:00
Theo Arends
bee95c5b56
Add TM1638 switch support
...
Add TM1638 switch support (#2226 )
2018-07-12 14:52:35 +02:00
Theo Arends
5372cdf511
Fix invalid response
...
Fix invalid response using more than 4 switches and domoticz
2018-07-12 14:24:17 +02:00
Theo Arends
a489b4a44a
Add profile info to drivers
...
Update release notes and add profile info to some drivers
2018-07-12 12:19:08 +02:00
Theo Arends
29ed5c1a27
Update sensor drivers
...
Update sensor drivers
2018-07-11 15:35:12 +02:00
Theo Arends
4bc3ce70dd
Updated bmp driver
...
Updated bmp driver
2018-07-11 14:39:07 +02:00
Theo Arends
50ce01cd0b
Update sensor drivers
...
Update sensor drivers to provide instant results
2018-07-11 14:21:11 +02:00
Theo Arends
8fdcbaa8e1
Add read sensor retry
...
Add read sensor retry to DS18B20, DS18x20, DHT, SHT1X and HTU21
2018-07-10 22:12:16 +02:00
Theo Arends
e7a21887d3
Change SHT1x driver
...
Change SHT1x driver to provide better instant results
2018-07-10 15:50:07 +02:00
Theo Arends
39a0867b6a
Fix DHT driver
...
Fix DHT driver mixing values for different sensors (#1797 )
2018-07-09 17:59:56 +02:00
Theo Arends
0c902b7d64
Change DHT driver
...
Change DHT driver to provide better instant results and add decimals to DHT11 (#3164 )
2018-07-09 16:39:24 +02:00
Theo Arends
d875b0b1ad
Change DS18x20 driver
...
Change DS18x20 driver to provide better instant results (#3169 )
2018-07-09 15:50:52 +02:00
Theo Arends
fb41466cb7
Change DS18B20 driver
...
Change DS18B20 driver to provide better instant results
2018-07-09 14:18:26 +02:00
Theo Arends
cc24dd11ce
Update TSL2561 library
...
Remove TSL2561 debug message and update library (#2415 )
2018-07-09 12:41:17 +02:00
Theo Arends
f81e0eb2e4
Change SHT1x sensor detection
...
Change SHT1x sensor initialization from pre-teleperiod to once during restart to fix I2C interference
2018-07-09 12:24:24 +02:00
reloxx13
b11323b271
Merge branch 'arendst/development' into development
2018-07-07 22:46:32 +02:00
Theo Arends
f9ce86a6e8
Add wifi/mqtt status blinkyblinky
...
6.1.0a
* Add wifi and mqtt status led blinkyblinky to be disabled by SetOption31 1. Does not work when LedPower is On (deliberate) (#871 , #2230 , #3114 , #3155 )
* Remove not needed functionality from Sonoff-minimal to save space
2018-07-07 17:30:58 +02:00
reloxx13
62c2433eea
Merge branch 'arendst/development' into development
2018-07-07 11:11:41 +02:00
Theo Arends
eed4bfd494
Fixed minimal
...
enabled HTTPCommand for minimal
2018-07-07 10:21:29 +02:00
reloxx13
b500a3451c
Merge branch 'arendst/development' into development
2018-07-07 00:17:58 +02:00
Theo Arends
275af29adb
Merge pull request #3143 from matias-b/language-fix
...
es-AR language fix
2018-07-06 20:16:09 +02:00
Matias B
9236c082f6
Fix es-AR typos
2018-07-06 14:58:19 -03:00
Matias
82f372350c
Merge pull request #1 from arendst/development
...
Updated to v6.1.0a
2018-07-06 14:25:20 -03:00
Theo Arends
2058b9fa95
Updated to v6.1.0a
...
Updated to v6.1.0a
2018-07-06 18:00:50 +02:00
Theo Arends
d08cefb0df
Rewrite BME680 driver
...
Rewrite BME680 driver now using latest Bosch BME680 library (#2969 )
2018-07-04 18:41:00 +02:00
Theo Arends
c896437124
v6.0.0c - Add spare SetOptions
...
6.0.0c
* Add support for bitflags SetOption50 .. SetOption81 (#3118 )
2018-07-03 12:48:56 +02:00
Theo Arends
d5a08077af
Add migration instructions
...
Add migration instructions
2018-07-02 14:49:58 +02:00
Theo Arends
8f60a88a20
Add support for BlitzWolf BW-SHP2
...
Add support for BlitzWolf BW-SHP2 (and Homecube, Gosund SP1) Energy
Monitoring Smart Socket (#2223 )
2018-07-02 14:25:02 +02:00
Theo Arends
dd92abff54
Reserve space for MCP23017
...
Reserve space for MCP23017 (#3107 )
2018-07-02 10:22:01 +02:00
Theo Arends
c8871ae9e8
Fix iFan02 friendlyname
...
Fix iFan02 friendlyname
2018-07-01 15:18:50 +02:00
Theo Arends
d3d876f030
Add Sonoff iFan02 support
...
Add support for Sonoff iFan02 as module 44 introducing command FanSpeed
0..3 (#2839 )
2018-07-01 15:06:44 +02:00
reloxx13
20934afc12
Merge branch 'arendst/development' into development
2018-07-01 13:13:05 +02:00
Theo Arends
8b7645b05d
Quick fix to re-instate iFan02 RC
...
Quick fix to re-instate iFan02 RC
2018-06-30 19:09:48 +02:00
Theo Arends
eb42ec6a1c
Add restriction
...
Add restriction
2018-06-30 18:54:22 +02:00
Theo Arends
0fc019e418
Initial Sonoff iFan02 support
...
Initial Sonoff iFan02 support (#2839 )
2018-06-30 18:50:10 +02:00
Theo Arends
71e2ec4cc9
Add some delay to TM1638 - better
...
Add some delay to TM1638 (#2226 )
2018-06-30 14:53:04 +02:00
Theo Arends
409fedf11c
Add some delay to TM1838 comms
...
Add some delay to TM1838 comms (#2226 )
2018-06-30 14:41:40 +02:00
Theo Arends
2a62356172
Allow increase in friendlynames
...
Allow increase in friendlynames (#3098 )
2018-06-30 14:17:26 +02:00
Theo Arends
03ae4098b5
Add support for Sonoff S26 Smart Socket
...
Add support for Sonoff S26 Smart Socket (#2808 )
2018-06-29 13:48:19 +02:00
Theo Arends
1c6f752ba8
Add enforce Hass discovery as light group
...
Add command SetOption30 to enforce Hass discovery as light group (#1784 )
2018-06-29 11:15:27 +02:00
Theo Arends
bcafce2dd0
v6.0.0b
2018-06-29 10:12:39 +02:00
reloxx13
6b1bfb3774
Merge branch 'arendst/development' into development
2018-06-28 20:43:52 +02:00
Theo Arends
598c76bc9e
Merge pull request #3089 from ascillato/patch-2
...
Add decimal values support for commands ADD, SUB, MULT and SCALE
2018-06-28 18:09:52 +02:00
Adrian Scillato
27ddbb0609
Added decimal values support for commands ADD, SUB, MULT and SCALE
2018-06-28 13:06:21 -03:00