Adrian Scillato
eda86acaa0
Added Key to select Swedish Translation
2018-12-05 20:01:45 -03:00
Gunnar Norin
a36ead52fa
Initial translation to Swedish
2018-12-05 23:25:25 +01:00
Erik
94786d3217
Fix logic for ON/OFF vs TOGGLE
2018-12-05 20:20:36 +01:00
Theo Arends
4b287ab4cb
Final fix compile error ( #4509 )
...
Final fix soft_spi_flg compile error (#4509 )
2018-12-05 12:23:42 +01:00
Erik
be19af15e2
Announce switches
2018-12-04 21:32:02 +01:00
Adrian Scillato
24ef9ab6b8
Fix Compilation issue with STAGE Core
...
Now the Stage core has the the same STR macro defined in sonoff.h.
2018-12-03 17:38:31 -03:00
andrethomas
dcaf6164d4
Add support for GPIO02 for newer Sonoff Basic
...
Add support for GPIO02 for newer Sonoff Basic
2018-12-03 17:34:35 +02:00
andrethomas
b148c8bbe5
Add GPIO2 for Sonoff Basic Template
...
Add GPIO2 for Sonoff Basic Template
2018-12-03 17:30:06 +02:00
andrethomas2
a2e865bb44
Add dummy soft_spi_flg to satisfy compiler
...
@arendst Just adding this, for now, to satisfy the compiler until you get time to merge the rest of the Software SPI support.
2018-12-02 18:53:49 +02:00
Erik
74172f14d3
Further improve Hass auto discovery
2018-12-02 16:39:59 +01:00
andrethomas2
f3d625d06d
Update _changelog.ino
2018-12-02 11:18:29 +02:00
Theo Arends
f4348f19dc
Merge pull request #4488 from winstona/hc-sr04-newping
...
HC-SR04: switch to using NewPing libraries directly
2018-12-02 09:50:35 +01:00
Adrian Scillato
7e09195083
Delete duplicated min and max functions
2018-12-01 19:16:32 -03:00
Adrian Scillato
c68fe7e7ad
RULES: Added BREAK as an alternative ENDON
2018-12-01 19:00:34 -03:00
andrethomas2
e37dbd1f6a
Update xsns_22_sr04.ino
2018-12-01 23:15:19 +02:00
Adrian Scillato
7f2b3643f5
RULES: Added BREAK as an alternative ENDON
...
RULES: Added BREAK as an alternative ENDON that will stop the execution of the following rules.
If a rule that ends with BREAK, is triggered, then the following rules of that set will not be executed. This is useful for cases like: https://github.com/arendst/Sonoff-Tasmota/issues/4477
2018-12-01 18:12:33 -03:00
Adrian Scillato
98a2e6e175
Added Support for ButtonN and SwitchN
2018-12-01 16:26:15 -03:00
Theo Arends
eb3c1a327d
6.3.0.15 Update dynamic sleep
...
6.3.0.15 20181201
* Removed command SetOption36 (#4497 )
* Add command SetOption60 0/1 to select dynamic sleep (0) or sleep (1) (#4497 )
2018-12-01 18:53:42 +01:00
andrethomas
0bd4ac8eea
Update support_wifi.ino
2018-12-01 18:58:26 +02:00
andrethomas
a1c464d34c
Bump version to 0x0603000F
...
Bump version to 0x0603000F to make sure new sleep command takes effect on 50 as default for upgrades where sleep is < 50.
2018-12-01 18:55:06 +02:00
andrethomas
6050cd40f3
Merge sleep command
2018-12-01 18:47:25 +02:00
Theo Arends
694c29508d
Merge pull request #4492 from localhost61/development
...
Update fr-FR.h
2018-12-01 10:26:39 +01:00
Xavier MULLER
be86811628
Update fr-FR.h
...
Synced with changes since v6.2.1.7
2018-12-01 02:48:10 +01:00
andrethomas
5f402c8f34
Fix sleep->SetOption36 transition
2018-12-01 00:18:08 +02:00
andrethomas
3613946f18
Prevent sleep and SetOption36 being used concurrently
...
Prevent sleep and SetOption36 being used concurrently
2018-11-30 20:00:20 +02:00
andrethomas
33f85b2023
Upd settings.ino - set sleep=0 when SetOption36>0
...
Update settings.ino - set sleep=0 when SetOption36>0
2018-11-30 19:55:22 +02:00
Theo Arends
d7df73784f
Housekeeping
2018-11-30 12:04:17 +01:00
Winston Ametsitsi
b03c761eee
switch to using NewPing lib directly for sr04
...
add NewPing-1.9.1 lib
2018-11-29 19:45:40 -08:00
Theo Arends
8b5bbd773e
Update display and epaper drivers
...
Update display and epaper drivers
2018-11-29 17:50:45 +01:00
Theo Arends
4d556d159f
Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development
2018-11-29 15:13:33 +01:00
Theo Arends
7383ab4f45
Add support for Teckin US
...
Add support for Teckin US Wifi Smart Switch with Energy Monitoring (#4481 )
2018-11-29 15:13:28 +01:00
Theo Arends
20480cee47
Merge pull request #4478 from emontnemery/hass_fix_light
...
Small improvements to Hass MQTT discovery
2018-11-28 20:54:20 +01:00
Erik
259d9f5f6c
Small improvements to Hass MQTT discovery
2018-11-28 20:43:36 +01:00
Theo Arends
e3bff56092
Fix possible overflow situation
...
Fix possible overflow situation
2018-11-28 14:06:02 +01:00
Theo Arends
9738f640cf
Merge pull request #4473 from chaosmaster/patch-1
...
PS_16_DZ: cleanup/optimize
2018-11-28 09:21:15 +01:00
Joel Stein
0ce7537371
PS_16_DZ: cleanup
2018-11-28 00:04:06 +01:00
Erik
6d3223f962
Hass: Restart if topic is changed
2018-11-27 19:31:45 +01:00
Joel Stein
f75c4a27ad
PS_16_DZ: leave space for trailing 0-byte
2018-11-27 19:01:06 +01:00
Joel Stein
49403243d5
PS_16_DZ: further optimization
2018-11-27 18:02:00 +01:00
Joel Stein
6825b78153
PS_16_DZ: optimize for size
2018-11-27 17:18:41 +01:00
Joel Stein
5099d8f20d
PS_16_DZ: reduce buffer-size and actually check for overflow
2018-11-27 16:52:09 +01:00
Joel Stein
7a2c5154aa
PS_16_DZ: only update brightness if it actually changed
2018-11-27 16:11:14 +01:00
Theo Arends
be358b3314
Prep for Software SPI
...
Prep for Software SPI used by some displays
2018-11-27 15:11:10 +01:00
Theo Arends
fd20706ef7
Move static to dynamic buffers
...
* Add support for SM Smart Wifi Dimmer PS-16-DZ (#4465 )
* Move some static (serial) buffers to dynamic buffers
2018-11-27 14:38:09 +01:00
Theo Arends
0df7df9b08
Fix dynamic buffer handling
...
Fix dynamic buffer handling
2018-11-27 12:18:27 +01:00
Theo Arends
3f33e3efa8
Add dynamic buffer space
...
Add dynamic buffer space
2018-11-27 12:09:36 +01:00
Theo Arends
a360ac4ef6
Add dynamic buffer space
...
Make serial buffer space reservation dynamic
2018-11-27 11:55:54 +01:00
Theo Arends
33a158fb0c
Merge pull request #4465 from chaosmaster/ps16dz
...
Add support for PS-16-DZ Dimmer
2018-11-27 11:16:23 +01:00
Theo Arends
101cf83d7d
Update settings.ino
2018-11-27 10:54:34 +01:00
Adrian Scillato
e3d1971e51
Add Command CalcRes
2018-11-26 23:08:23 -03:00
Joel Stein
281166841b
PS_16_DZ: cleanup code
2018-11-27 02:04:59 +01:00
Joel Stein
7e34f402c9
PS_16_DZ: GPIO13 => LED1
2018-11-27 01:30:05 +01:00
Adrian Scillato
e46a81c193
6.3.0.14 Added command CalcRes
2018-11-26 21:29:06 -03:00
Adrian Scillato
f115120d9b
6.3.0.14 Added Calc Resolution
2018-11-26 21:27:07 -03:00
Adrian Scillato
f7a8f39f89
Added command CalcRes
2018-11-26 21:22:44 -03:00
Adrian Scillato
5d11a4f444
Added command CalcRes
2018-11-26 21:16:47 -03:00
Adrian Scillato
c51e657ed9
Added command CalcRes
2018-11-26 21:16:09 -03:00
Adrian Scillato
0b988c561b
Added command CalcRes
2018-11-26 21:14:12 -03:00
Joel Stein
7931b3433a
PS_16_DZ: bright as int
2018-11-27 01:07:57 +01:00
Theo Arends
c3f07f0bd2
Fix WifiManager functionality
...
Fix WifiManager functionality on initial installation (#4433 )
2018-11-26 17:00:18 +01:00
Joel Stein
6f6e4382ec
PS_16_DZ: change logprefix to PSZ
2018-11-26 15:27:51 +01:00
Joel Stein
375a684adf
PS_16_DZ: merge development
2018-11-26 15:09:35 +01:00
Joel Stein
87d7609b97
PS_16_DZ: init sequence as 0
2018-11-26 13:53:33 +01:00
Joel Stein
3650ab5fd3
PS_16_DZ: use unix-timestamp as sequence
2018-11-26 13:49:21 +01:00
Joel Stein
41ddab2cbe
PS_16_DZ: flush serial after sending command
2018-11-26 13:29:00 +01:00
Joel Stein
a6124c376e
Revert "PS_16_DZ: wait for acknoledgement before sending more commands"
...
This reverts commit 7203d6ad03
.
2018-11-26 13:27:30 +01:00
Theo Arends
b4e2fe0439
6.3.0.13 Add command SetOption59
...
6.3.0.13 20181126
* Add command SetOption59 0/1 to change state topic from tele/STATE to stat/RESULT (#4450 )
2018-11-26 13:01:42 +01:00
Theo Arends
eb851a9a90
Merge pull request #4450 from emontnemery/hass_send_tele
...
WIP - Support sending tele/STATUS as state/RESULT
2018-11-26 12:49:43 +01:00
andrethomas
acdbd39124
Fix math in LoadAvg
...
Fix the math in LoadAvg calculation. To keep average we take away one Nth of loops and add one Nth of current cycle ration to the average.
Now the math makes more sense... maximum load average on setoption36 0/1 = 999 (as it should be)
2018-11-26 11:37:15 +02:00
Joel Stein
7203d6ad03
PS_16_DZ: wait for acknoledgement before sending more commands
2018-11-26 03:20:15 +01:00
Joel Stein
1dc7a5847c
PS_16_DZ: correctly parse sequence
2018-11-26 02:22:18 +01:00
Joel Stein
283f023f29
PS_16_DZ: move in nicelist
2018-11-26 01:19:09 +01:00
Joel Stein
985db96f91
PS_16_DZ: print correct sequence
2018-11-26 00:47:00 +01:00
Joel Stein
b7a18f7bcc
PS_16_DZ: tryfix dimming
2018-11-26 00:31:45 +01:00
Joel Stein
977822f131
PS_16_DZ: start must be 'A'
2018-11-25 23:41:11 +01:00
Joel Stein
0f2ea2800e
PS_16_DZ: start must be 'A'
2018-11-25 23:39:44 +01:00
Joel Stein
e024ca3beb
PS_16_DZ: start sequence with 1529000000000
2018-11-25 23:09:58 +01:00
Joel Stein
5ce19fc3f7
PS_16_DZ: don't use String class
2018-11-25 22:43:28 +01:00
Erik
eda60b6124
Support sending tele/STATUS as state/RESULT
2018-11-25 21:27:19 +01:00
Nick Galfas
3af44ab81f
Update el-GR.h
...
Improved Greek translation including the latest versions text fields
2018-11-25 20:19:20 +02:00
Theo Arends
243ec16d80
Fix another calcuation error
...
Fix another calcuation error
2018-11-25 17:31:53 +01:00
andrethomas
0b14a95082
Remove assumption of 100% to report correctly
...
Remove the assumption of 100% loop duty cycle as we want an accurate loop load average and not a percentage as such - so if it overshoots the value stored for setoption36 this should be known by looking at the load average and not be distorted by reducing it to 100 basis points on the assumption that my_acitivity took as long as setoption36.
2018-11-25 17:52:07 +02:00
Theo Arends
05be1ee21c
Fix exception due to divide by 0
...
Fix exception due to divide by 0
2018-11-25 16:41:29 +01:00
andrethomas
7c84f892fc
Add target loop delay to telemetry
2018-11-25 14:29:53 +02:00
andrethomas
c22fcc2a3a
Update CPU average load function
...
Remove unnecessary manipulations :)
2018-11-24 19:00:42 +02:00
Theo Arends
52eeef95f0
Add CPU average load
...
Add CPU average load to state message (#4431 )
2018-11-24 17:43:18 +01:00
Theo Arends
164db4e12b
Clean up
...
Clean up
2018-11-24 17:22:06 +01:00
Theo Arends
4700e49d70
Update sonoff.ino
2018-11-24 17:16:27 +01:00
andrethomas
0e56044eb5
Add main loop load average
...
Add main loop avarage duty cycle measured against setoption36 value to telemetry data as LoadAvg
2018-11-24 18:12:49 +02:00
Theo Arends
eada06a66c
Merge pull request #4430 from chaosmaster/patch-1
...
OBI: make UART user configurable
2018-11-24 16:58:26 +01:00
Joel Stein
f391c0fd65
OBI: make UART user configurable
2018-11-24 16:47:26 +01:00
Joel Stein
9574fc7c65
PS_16_DZ: fixes
2018-11-24 16:24:44 +01:00
Theo Arends
4b57bff728
Rename Module 45 to Blitzwolf SHP
...
Rename Module 45 to Blitzwolf SHP as it serves both SHP2 and SHP6 (among others)
2018-11-24 16:08:53 +01:00
andrethomas2
01db8fa25b
Update _changelog.ino
2018-11-24 13:28:32 +02:00
Theo Arends
4aadc328ce
Merge pull request #4423 from andrethomas/patch-1
...
Increase delays before web ui is refreshed
2018-11-24 12:05:08 +01:00
Theo Arends
9608bfd2e5
Update xdrv_01_webserver.ino
2018-11-24 12:04:30 +01:00
Theo Arends
263839a1a0
Fix MqttRetry values above 255
...
Fix MqttRetry values above 255 seconds (#4424 )
2018-11-24 12:01:13 +01:00
andrethomas
ef4e2b297c
Decrease update webui refresh to 5 seconds
...
Decrease update webui refresh to 5 seconds
2018-11-24 13:00:45 +02:00
andrethomas
a6983d52f7
Increase delays before web ui is refreshed
...
The current 5-second delay before refreshing web ui after settings were changed is not always sufficient as wifi can take up to 10 seconds to re-connect and be available on some wireless networks, depending on the device's RSSI.
This change increases the delay from 5 seconds to 10 seconds which have been tested down to RSSI levels of 25 to be sufficient.
This change also increases the refresh delay when a local OTA is uploaded to 20 seconds which allows enough time for the cp: process to complete and the device to reconnected to wifi under >= 25 RSSI conditions.
2018-11-24 12:46:32 +02:00
Joel Stein
34da2859ba
PS_16_DZ: fixes
2018-11-24 05:08:14 +01:00
Joel Stein
55b287d6da
PS_16_DZ: fix define in xdrv04
2018-11-24 04:09:57 +01:00
Joel Stein
dfc154ab16
PS_16_DZ: remove unwanted file
2018-11-24 03:38:55 +01:00
Joel Stein
64d6ef86ce
PS_16_DZ: initial support
2018-11-24 03:29:32 +01:00
Theo Arends
763a280903
Fix MPU6050 JSON message
...
Fix MPU6050 JSON message (#4412 )
2018-11-23 11:04:05 +01:00
Theo Arends
8c1b966004
Move IrSend rawdata to stack
...
Move IrSend rawdata from heap to stack
2018-11-22 17:58:07 +01:00
andrethomas
c436ed5d3d
Update boot delay code
...
Since the driver boot delay has been removed, this is a better strategy for getting a smoother boot cpu cycle vs loop delay.
2018-11-22 17:13:55 +02:00
Theo Arends
6c87ab205a
Fix possible strncat buffer overflows
...
Fix possible strncat buffer overflows
2018-11-22 15:41:30 +01:00
Theo Arends
d71ae77900
6.3.0.12 Change boot delays
...
6.3.0.12 20181122
* Remove delays introduced in 6.3.0.11 (#4233 )
* Add additional start-up delay during initial wifi connection
* Add support for I2C MGC3130 Electric Field Effect sensor by Christian Baars (#3774 , #4404 )
* Add initial support for Hass sensor discovery (#4380 )
2018-11-22 12:25:18 +01:00
Theo Arends
29f46c5804
Merge pull request #4380 from emontnemery/hass_announce_dht_sensor
...
Add support for sensor discovery
2018-11-22 12:16:41 +01:00
Theo Arends
8cae2a5ba9
Merge pull request #4403 from ascillato/patch-1
...
Fix PIO Linter Warning
2018-11-22 12:04:28 +01:00
Theo Arends
a9c5eeece1
Merge pull request #4404 from Staars/development
...
support for MGC3130
2018-11-21 21:17:17 +01:00
Christian
02dd07cb95
Language keys for MGC3130
2018-11-21 21:09:17 +01:00
Christian
ae9d66bfa9
Language keys for MGC3130
2018-11-21 21:08:46 +01:00
Christian
0d6df5ed61
Language keys for MGC3130
2018-11-21 21:08:19 +01:00
Christian
08ae15db6f
Language keys for MGC3130
2018-11-21 21:07:42 +01:00
Christian
20d3343e85
Language keys for MGC3130
2018-11-21 21:07:13 +01:00
Christian
ba6433ccf7
Language keys for MGC3130
2018-11-21 21:06:32 +01:00
Christian
87a9d3e0cf
Language keys for MGC3130
2018-11-21 21:06:02 +01:00
Christian
e08f2126b6
Language keys for MGC3130
2018-11-21 21:05:34 +01:00
Christian
3c3ae73e60
Language keys for MGC3130
2018-11-21 21:05:09 +01:00
Christian
1961e5b9d9
Language keys for MGC3130
2018-11-21 21:04:41 +01:00
Christian
65c848e4a2
Language keys for MGC3130
2018-11-21 21:04:15 +01:00
Christian
70188e0aeb
Language keys for MGC3130
2018-11-21 21:03:41 +01:00
Christian
c5223b5af8
Language keys for MGC3130
2018-11-21 21:03:16 +01:00
Christian
4af915ff56
Language keys for MGC3130
2018-11-21 21:02:39 +01:00
Christian
16e65c1541
Language keys for MGC3130
2018-11-21 21:01:50 +01:00
Christian
9bf5b17351
Language keys for MGC3130
2018-11-21 21:01:09 +01:00
Christian
039e228cfe
Language keys for MGC3130
2018-11-21 20:59:44 +01:00
Christian
f4115c17fd
Language key for MGC3130
2018-11-21 20:59:08 +01:00
Christian
855cc53d93
Disable MGC3130 by default
2018-11-21 20:51:15 +01:00
Erik
bee50cba06
Add support for sensor discovery
2018-11-21 19:21:51 +01:00
Staars
0924d7a2e6
first integration of the driver into the TASMOTA-repo
2018-11-21 19:13:52 +01:00
Adrian Scillato
4cbbfd8a02
Fix PIO Linter Warning
...
This fixes the linter warning for Platformio due to module is defined in platformio.ini and also my_user_config.h
If module is not defined in my_user_config.h nor in platformio.ini, sonoff_post.h will make SONOFF_BASIC as the default.
This works for both Arduino and Platformio
This will work as the same as #define MY_LANGUAGE works. If you define it in my_user_config.h, the compiler will use that language, if not defined, the compiler will use en-GB as the default language.
2018-11-21 15:13:29 -03:00
Adrian Scillato
c32b7b50e9
Fix warning when compiling sonoff-sensors.bin
2018-11-21 13:58:10 -03:00
Theo Arends
25f24cd318
Change default WIFI_CONFIG_TOOL
...
Change default WIFI_CONFIG_TOOL from WIFI_WAIT to WIFI_RETRY in my_user_config.h (#4400 )
2018-11-21 17:19:06 +01:00
Theo Arends
070843200f
Add IR Raw data control
...
* Add command SetOption58 0/1 to enable IR raw data info in JSON message (#2116 )
* Add command IRSend <frequency>|0,<rawdata1>,<rawdata2>,.. to allow raw data transmission (#2116 )
2018-11-21 16:36:10 +01:00
Theo Arends
0924dfcfb7
Update IRRemoteESP8266 library
...
Update IRRemoteESP8266 library from 2.2.1 to 2.5.2
2018-11-20 15:53:56 +01:00
Theo Arends
23c16e58a9
Housekeeping
...
Housekeeping
2018-11-20 15:00:24 +01:00
Theo Arends
76829d4ced
6.3.0.11 Add delays
...
6.3.0.11 20181120
* Add delays removed in 6.3.0.9 (#4233 )
* Allow user definition of defines WIFI_RSSI_THRESHOLD (default 10) and WIFI_RESCAN_MINUTES (default 44)
* Add support for Fujitsu HVac and IrRemote (#4387 )
2018-11-20 14:10:32 +01:00
Theo Arends
7218d86722
Merge pull request #4387 from dizel-by/development
...
Fujitsu HVAC support
2018-11-20 13:31:27 +01:00
Theo Arends
5ee6922da9
Fix wifi re-scan connection baseline
...
Fix wifi re-scan connection baseline
2018-11-20 12:03:42 +01:00
Adrian Scillato
ca24d20551
Update de-DE.h
...
#4388
2018-11-20 00:08:29 -03:00
Theo Arends
c502f0934f
Add command SetOption57
...
* Add command SetOption57 0/1 to enable wifi network re-scan every 44 minutes with a rssi threshold of 10 to select highest RSSI (#3173 )
* Fix MQTT connection error after restart
2018-11-19 23:06:42 +01:00
Alexander Savchenko
bf90e60f99
Fujitsu HVAC support
2018-11-19 20:45:37 +02:00
Theo Arends
93cb0a18a9
Update support_wifi.ino
...
Fix undefine
2018-11-19 18:14:53 +01:00
Theo Arends
e34a1f0719
Add wifi network scan
...
* Add command SetOption56 0/1 to enable wifi network scan and select highest RSSI (#3173 )
2018-11-19 18:07:25 +01:00
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
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
Norbert Richter
e07cd3e48b
Fix NovaSDS sensor Checksum failure
2018-11-17 12:47:44 +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
Erik
7c2c4edd1f
Add support for topic prefix
...
Also fix announcement of RGB capable light.
2018-11-15 22:20:31 +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
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
andrethomas
4a7e7b0dbb
Change C functions with () to (void)
2018-11-14 15:32:09 +02: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
3ef78e8095
Revert "Moved command SetSensorXX"
...
This reverts commit 830319bc6e
.
2018-11-12 15:54:18 +01:00
Theo Arends
830319bc6e
Moved command SetSensorXX
...
Moved command SetSensorXX to debugging
2018-11-12 15:09:09 +01:00
Theo Arends
e2dd11b0bc
Consolidate LTrim into Trim
...
Consolidate LTrim into Trim
2018-11-12 12:33:49 +01:00
Theo Arends
d3f5c8978b
Update command WebSend
...
* Change command WebSend Host header field from IP address to hostname (#4331 )
* Add to command WebSend option to send a direct path when command starts with a slash (#4329 )
2018-11-12 11:13:05 +01:00
Theo Arends
406907cbe2
Revert "Update command WebSend"
...
This reverts commit 59c5817214
.
2018-11-12 11:11:22 +01:00
Theo Arends
59c5817214
Update command WebSend
...
* Change command WebSend Host header field from IP address to hostname (#4331 )
* Add to command WebSend option to send a direct path when command starts with a slash (#4329 )
2018-11-12 11:10:55 +01:00
Theo Arends
41aafe05ae
Change command WebSend
...
Change command WebSend Host header field from IP address to hostname (#4331 )
2018-11-12 10:20:30 +01:00
Theo Arends
c0cfdde8ac
Fix Sonoff Pow R2 and Sonoff S31
...
Fix Sonoff Pow R2 and Sonoff S31 Serial interface hang caused by Sonoff Basic R2 driver delay implementation (and possibly core bug)
2018-11-11 17:58:18 +01:00
wvdv2002
a3ee9e7492
Cleaned up code and settings
2018-11-11 16:58:21 +01:00
Theo Arends
0868c72140
Fix Sonoff Pow R2 and Sonoff S31
...
Fix Sonoff Pow R2 and Sonoff S31 Serial interface hang caused by MP3 driver
2018-11-11 16:52:09 +01:00
wvdv2002
c2e1e0344d
Revert "Added language strings for uart TX/RX"
...
This reverts commit fd8622d546
.
2018-11-11 15:20:10 +01:00
Theo Arends
2a2b224a24
Add pulse time to received JSON
...
Add pulse time to received JSON message in RcSwitch driver (#2702 )
2018-11-11 14:45:19 +01:00
Theo Arends
a55ec91a10
6.3.0.7 Use ESP.reset
...
6.3.0.7 20181111
* Fix wifi connection errors using ESP.reset instead of ESP.restart
2018-11-11 14:28:46 +01:00
Theo Arends
e76f862b8f
Add info
...
Add info
2018-11-11 13:39:24 +01:00
Theo Arends
72dede855a
Add domoticz support to SR04
...
Add domoticz support to sensor SR04 (#4325 )
2018-11-11 13:21:46 +01:00
Theo Arends
9f09b6179c
Merge pull request #4320 from chaosmaster/patch-1
...
tuya: formatting/cleanup
2018-11-10 18:31:58 +01:00
Joel Stein
0d78ec4fad
tuya: change Sent -> TX, Rcvd -> RX
2018-11-10 18:08:31 +01:00
Theo Arends
671231053a
More webserver GUI tuning
...
More webserver GUI tuning
2018-11-10 17:30:23 +01:00
Theo Arends
827dd62f61
Fix GUI Configure Module regression
...
Fix GUI Configure Module regression (#4319 )
2018-11-10 16:45:32 +01:00
wvdv2002
00dbfe8e04
Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into armtronix
2018-11-10 16:40:37 +01:00
wvdv2002
fd8622d546
Added language strings for uart TX/RX
2018-11-10 16:39:58 +01:00
Joel Stein
3c935d2419
Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development
2018-11-10 16:39:38 +01:00
wvdv2002
410e49a3c7
Added Armtronix dimmer support
2018-11-10 16:30:29 +01:00
Theo Arends
9872f942ae
6.3.0.6 Change GUI page load
...
6.3.0.6 20181110
* Change GUI Configure Module by using AJAX for data fetch to cut page size (and memory use) by 40%
2018-11-10 15:10:58 +01:00
Theo Arends
7a235cc8ef
Fix shelly2 ghost switching
...
Fix shelly2 ghost switching caused by lack of pull-up inputs (#4255 )
2018-11-10 10:48:28 +01:00
Joel Stein
d573f7641a
tuya: formatting
2018-11-09 01:28:11 +01:00
Theo Arends
3332ab01a1
Revert "Add RF calibration on next restart"
...
This reverts commit 2a4d82f4b6
.
2018-11-08 16:33:34 +01:00
Theo Arends
2a4d82f4b6
Add RF calibration on next restart
...
Add RF calibration on next restart
2018-11-08 14:21:45 +01:00
Theo Arends
f9bddb6c54
Add flashchipid info
...
Add flashchipid info
2018-11-08 10:40:19 +01:00
Theo Arends
b5d38c4eee
Add support for Gosund SP1 v2.3
...
Add support for Gosund SP1 v2.3 Power Socket with Energy Monitoring (#4297 )
2018-11-08 10:24:10 +01:00
Theo Arends
61985ca16b
Add hex to flash info
2018-11-07 18:43:44 +01:00
Theo Arends
4a21d3270d
Restrict hardware serial
...
Restrict hardware serial
2018-11-07 15:37:06 +01:00
Theo Arends
c75ae78d88
6.3.0.5 Add code image
...
6.3.0.5 20181107
* Add code image and optional commit number to version
2018-11-07 15:03:41 +01:00
Theo Arends
44d6714b69
Moved all func ptr tables to RAM
...
Moved all function pointer tables to RAM to check performance issues
2018-11-07 11:57:28 +01:00
Theo Arends
a4df728115
Moved func ptr tables to RAM
...
Moved function pointer tables to RAM to check performance issues
2018-11-07 11:38:24 +01:00
Theo Arends
9fef82736d
Prep drivers for management
...
Prep drivers for management
2018-11-07 10:30:03 +01:00
Theo Arends
f14491afb6
Merge pull request #4296 from chaosmaster/patch-1
...
tuya: fix SetOption20 behavior for Oittm/Moes
2018-11-07 09:02:47 +01:00
Joel Stein
a2b7bdac45
tuya: name flag SetOption54
2018-11-06 23:27:49 +01:00
Joel Stein
7003435b34
tuya: use SetOption54 instead of SetOption22
2018-11-06 22:58:07 +01:00
Joel Stein
134a10d2c4
tuya: Add SetOption22 to select if brightness-commands from faceplate should be ignored while powered off
2018-11-06 20:06:25 +01:00
Theo Arends
15148f290d
6.3.0.4 Add SetSensorXX
...
6.3.0.4 20181106
* Add command SetSensorXX 0/1 to disable/re-enable compiled xsns_XX_sensor.ino driver
2018-11-06 17:33:51 +01:00
Adrian Scillato
a0c38ad397
Reverting PR #4279 that brokes Alexa support
2018-11-06 11:35:06 -03:00
Theo Arends
28c1eed302
Fix baudrate when module changed
...
Fix baudrate when module changed
2018-11-06 11:48:04 +01:00
Theo Arends
49acf4a7d3
Add optional hardware serial
...
* Add optional hardware serial when GPIO13(Rx) and GPIO15(Tx) are selected removing hardware serial from GPIO01(Tx) and GPIO03(Rx) (#4288 )
* Bump TasmotaSerial version from 2.1.0 to 2.2.0
2018-11-06 11:27:19 +01:00
Joel Stein
aa148f67a3
tuya: fix SetOption20 for Oittm/Moes
2018-11-06 05:35:07 +01:00
Theo Arends
c9cf375c6c
Add checks for GPIO selections
...
Add more strict checks for GPIO selections
2018-11-05 17:27:02 +01:00
Theo Arends
7418bb9b3d
6.3.0.3 Swap Tx/Rx hardware serial
...
6.3.0.3 20181105
* Fix hardware serial pin configuration. To keep using hardware serial swap current Rx/Tx pin configuration only (#4280 )
2018-11-05 10:26:06 +01:00
Theo Arends
4e68e9fba1
Merge pull request #4279 from emontnemery/hue_small_fix
...
Correctly announce non RGBWW light
2018-11-05 09:11:04 +01:00
Erik
b5f20dd643
Correctly announce non RGBWW light
2018-11-04 23:43:34 +01:00
Jason2866
98c7e467f8
Update de-DE.h
...
Fixing some minor errors
2018-11-04 22:14:05 +01:00
Theo Arends
39efb2aa53
Possible fix for timer saving
...
Possible fix for timer saving on Safari/Chrome on IOS devices(iPhone/iPAD) (#4250 )
2018-11-04 18:29:53 +01:00
Theo Arends
82b65de724
Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development
2018-11-04 18:00:15 +01:00
Theo Arends
99ae0c9cab
Change wifi connection check
...
Change wifi connection check
2018-11-04 18:00:07 +01:00
Theo Arends
27e540d101
Merge pull request #4273 from chaosmaster/tuya-refactor
...
tuya: refactor code
2018-11-04 16:58:56 +01:00
Theo Arends
14a7424e9b
Add command SetOption24
...
Add command SetOption24 0/1 to select pressure unit as hPa or mmHg (#4241 )
2018-11-04 16:55:12 +01:00
Theo Arends
9fc701b649
Merge pull request #4241 from eeak/mmHg
...
Add mmHg conversion
2018-11-04 15:31:07 +01:00
Joel Stein
0c3123a7aa
tuya: reorder functions
2018-11-04 06:56:36 +01:00
Joel Stein
256b5cba8e
tuya: only handle reset GPIO
2018-11-04 06:40:55 +01:00
Joel Stein
b958c7b716
tuya: cleanup
2018-11-04 03:40:14 +01:00
Joel Stein
2a9a5bb94b
tuya: send power when setting dim-level
2018-11-03 23:24:43 +01:00
Joel Stein
91ead8c60e
tuya: refactor/simplify code
2018-11-03 22:34:29 +01:00
Joel Stein
7d9bc1039f
tuya: don't set tuya_wifi_state in TuyaResetWifi() (will be set automatically)
2018-11-02 16:04:35 +01:00
Theo Arends
4e956cb582
Merge pull request #4244 from chaosmaster/tuya-autoconfig
...
tuya: autoconfig and other updates
2018-11-02 08:04:49 +01:00
andrethomas
b2f7427d17
Fix regression for nrg and dsp interface delays
2018-11-01 21:41:42 +02:00
Andrei eeak
2f1a4df1f0
Fix ш18тюр
2018-11-01 21:11:57 +02:00
Andrei eeak
835e3f670c
Delete D_MMHG
2018-11-01 19:37:25 +02:00
andrethomas
2e1ba0194c
Move #define DRIVER_BOOT_DELAY to sonoff.h
2018-11-01 19:36:10 +02:00
Andrei eeak
aa8e571e88
Add D_UNIT_MILLIMETER_MERCURY
2018-11-01 19:17:12 +02:00
eeak
7bbbf26523
Update zh-TW.h
2018-11-01 18:30:56 +02:00
eeak
8b5975b462
Update zh-CN.h
2018-11-01 18:30:39 +02:00
eeak
f25c6fb5f8
Update uk-UK.h
2018-11-01 18:30:25 +02:00
eeak
2f1c48a27c
Update tr-TR.h
2018-11-01 18:30:12 +02:00
eeak
7f7c5b9808
Update pt-PT.h
2018-11-01 18:29:58 +02:00
eeak
6271c3b562
Update pt-BR.h
2018-11-01 18:29:38 +02:00
eeak
69fc4e6c86
Update pl-PL.h
2018-11-01 18:29:24 +02:00
eeak
39e3b75f0c
Update nl-NL.h
2018-11-01 18:29:11 +02:00
eeak
07df5e6c2f
Update it-IT.h
2018-11-01 18:27:33 +02:00
eeak
848a197a4b
Update hu-HU.h
2018-11-01 18:27:18 +02:00
eeak
3c935c6d57
Update he-HE.h
2018-11-01 18:27:04 +02:00
eeak
c3ffce4d4e
Update fr-FR.h
2018-11-01 18:26:44 +02:00
eeak
89bbe111d3
Update es-AR.h
2018-11-01 18:26:28 +02:00
eeak
517242ff5e
Update el-GR.h
2018-11-01 18:26:03 +02:00
eeak
5a0f2fd895
Update de-DE.h
2018-11-01 18:25:45 +02:00
eeak
591411fc37
Update cs-CZ.h
2018-11-01 18:25:32 +02:00
eeak
6aa9f13f9c
Update bg-BG.h
2018-11-01 18:25:13 +02:00
eeak
cd8d316741
Update en-GB.h
2018-11-01 18:04:44 +02:00
eeak
6a3ca9bd99
Update ru-RU.h
2018-11-01 17:55:27 +02:00
eeak
f1ce6d57da
Update my_user_config.h
2018-11-01 17:49:03 +02:00
eeak
3ff97d5c1e
Update my_user_config.h
2018-11-01 17:39:13 +02:00
eeak
db4d7ed277
Add ConvertPress()
2018-11-01 17:36:22 +02:00
eeak
1a86c65339
Update xsns_09_bmp.ino
2018-11-01 17:32:24 +02:00
andrethomas
1000cb836f
Make driver boot delay configurable
2018-11-01 17:24:49 +02:00
Theo Arends
04bddf6370
Fix compile error
...
Fix compile error
2018-11-01 14:27:37 +01:00
Theo Arends
eb4f1173d3
6.3.0.2 Add Timezone minutes
...
6.3.0.2 20181101
* Add minutes to commands Timezone to allow all possible world timezones
2018-11-01 14:24:10 +01:00
Theo Arends
46a0a0afba
Add minutes to commands Timezone
...
Add minutes to commands Timezone to allow all possible world timezones
2018-11-01 13:00:05 +01:00
Joel Stein
f4c80b5ed0
tuya: accept any wifi-reset packet
2018-11-01 04:30:02 +01:00
Joel Stein
9723d6de56
tuya: keep option to set dimmer-id at compile-time
2018-11-01 03:39:54 +01:00
Joel Stein
7f9f1f2f66
tuya: autoconfigure gpios
2018-11-01 02:55:16 +01:00
Joel Stein
2d94b7cc7c
tuya: Autoconfigure Dimmer ID when SetOption34 == 0, use 0 as default for TUYA_DIMMER_ID
2018-11-01 00:13:46 +01:00
Adrian Scillato
1fc19ccf5f
Reduce CPU usage at boot time
2018-10-31 15:07:27 -03:00
Adrian Scillato
5d1f5a40a1
Reduce CPU usage at boot time
...
If many drivers has been enabled, there is a peak of CPU usage at boot time that it is translated as a peak in power consumption. This address to a wifi connection issue in poor power regulated devices like Sonoff Basic R2. This fix reduces cpu usage making the wifi connection to establish faster.
2018-10-31 15:03:47 -03:00
Theo Arends
7d4312f346
Fix unintended function overload
...
Fix unintended function overload of WifiState
2018-10-31 11:27:40 +01:00
Theo Arends
cb4c2764fd
6.3.0.1 Tuya and sonoff-basic changes
...
6.3.0.1 20181031
* Add wifi status to Tuya (#4221 )
* Add default sleep 1 to sonoff-basic to lower enrgy consumption (#4217 )
2018-10-31 11:22:18 +01:00
Theo Arends
07ac25ce34
Merge pull request #4221 from chaosmaster/tuya-wifi-state
...
tuya: properly indicate wifi-status
2018-10-31 11:05:57 +01:00
andrethomas
954ed0ea3c
sonoff-basic.bin - Enable sleep = 1 by default
2018-10-30 19:26:24 +02:00
Theo Arends
332b657e77
6.3.0 Released
...
6.3.0 Released
2018-10-30 18:15:31 +01:00
Theo Arends
6d58580446
Updates for release 6.3.0
...
Updates for release 6.3.0
2018-10-30 17:29:01 +01:00
Theo Arends
e6a8b2d30d
Add TotalStartTime to Energy JSON
...
Add TotalStartTime to Energy JSON message (#3971 )
2018-10-30 17:04:19 +01:00
Joel Stein
9125823da3
tuya: remove default from switch, since wifi_state is already initialized to 0x02
2018-10-30 16:56:57 +01:00
Joel Stein
faab6f1221
tuya: modify WifiState() in support.ino to reflect not-connected-state instead of reimplementing it
2018-10-30 15:34:31 +01:00
Theo Arends
c0f9ea027d
Merge pull request #4208 from znanev/patch-2
...
Update Bulgarian translation
2018-10-30 15:28:50 +01:00
Theo Arends
0e52e5f854
Fix BMP calibration mis-usage
...
Fix BMP calibration mis-usage
2018-10-30 15:20:19 +01:00
Theo Arends
2a4c79c7cc
Fix date
...
Fix date
2018-10-30 14:18:07 +01:00
Joel Stein
8f3f1f3958
tuya: implement seperate WifiState() so we actually know, when we're not connected
2018-10-30 05:33:36 +01:00
Joel Stein
4a03b1c2cd
tuya: wifi-state switch debug-arguments
2018-10-30 01:11:08 +01:00
Joel Stein
ccd10e151f
tuya: wifi-state: add default state
2018-10-29 23:45:18 +01:00
Joel Stein
d8914906a8
Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into tuya-wifi-state
2018-10-29 23:35:13 +01:00
Joel Stein
166f6ce3a6
tuya: proper indication of wifi-state
2018-10-29 23:35:00 +01:00
znanev
9f706665a2
Update bg-BG.h
2018-10-29 18:22:05 +00:00
Theo Arends
9d981d83e4
Add support for two BMP/BME
...
Add support for two BMP/BME sensors (#4195 )
2018-10-29 15:46:03 +01:00
Theo Arends
6b86c473d9
Add token %hostname%
...
Add token %hostname% to command FullTopic (#3018 )
2018-10-29 12:38:44 +01:00
Theo Arends
cc56677ba3
Add Gui Hostname display
...
Add command SetOption53 0/1 to toggle gui display of Hostname and IP address
2018-10-29 12:21:27 +01:00
Theo Arends
ac00e6541a
Quick fixes
...
Quick fixes
2018-10-29 11:30:36 +01:00
Theo Arends
06a068dc6b
Merge pull request #4199 from chaosmaster/tuya-set-wifi-state
...
tuya: reset wifi status LED
2018-10-29 09:40:02 +01:00
Joel Stein
80d5a23e39
tuya: only send wifi-led-reset until ack is received
2018-10-29 01:58:48 +01:00
Joel Stein
b24449aa2b
tuya: add break
2018-10-29 01:27:45 +01:00
Joel Stein
09de17d385
tuya: reset wifi-led every second
2018-10-29 01:10:57 +01:00
reloxx13
82efaccc91
typo2
2018-10-28 22:00:12 +01:00
reloxx13
756bbc33cd
typos
2018-10-28 21:59:34 +01:00
reloxx13
bf6ac243e5
Update xsns_09_bmp2x.ino
...
fix model detection
2018-10-28 21:32:58 +01:00
reloxx13
2e08463ae8
dont be on by default
2018-10-28 20:52:48 +01:00
reloxx13
8b820d5895
Merge branch 'development' into feature/support_multiple_bme
2018-10-28 20:51:30 +01:00
reloxx13
925cd37bbe
support multiple bmp/bme sensors
2018-10-28 20:49:22 +01:00
Theo Arends
184346335d
Updates for release 6.3.0
...
Updates for release 6.3.0
2018-10-28 19:07:01 +01:00
Theo Arends
5c78561b07
6.2.1.20 Add mDNS delay option
...
6.2.1.20 20181028
* Add command SetOption35 0..255 (seconds) to delay mDNS initialization to control possible Wifi connect problems
2018-10-28 17:57:25 +01:00
Theo Arends
6119c43610
Fix version
2018-10-28 16:16:18 +01:00
Jason2866
432c4df27a
kmph to km/h
...
"SI, and hence the use of "km/h" (or "km h−1" or "km·h−1") has now been adopted around the world
2018-10-28 14:24:20 +01:00
Jason2866
12f17cc86a
Update de-DE.h
2018-10-28 14:17:01 +01:00
Jason2866
259c638cb8
Update en-GB.h
2018-10-28 14:14:10 +01:00
Joel Stein
e84f78b395
tuya: set wifi-state
2018-10-28 13:51:16 +01:00
Jason2866
b59d63a07a
Reverting Alexa fix
...
General Alexa for all cores doesnt work. Reverting fix.
This fix does only work on Stage core 2.5.0.
Awaiting new general fix from @ascillato soon
2018-10-28 11:17:41 +01:00
Theo Arends
dffbc2c7c3
Updates for release 6.3.0
...
Updates for release 6.3.0
2018-10-27 17:46:44 +02:00
Theo Arends
4f59d102e7
Add sonoff-basic.bin
...
Add sonoff-basic.bin without most sensors
2018-10-27 17:15:52 +02:00
Theo Arends
0017a6304a
Updates for release 6.3.0
...
Updates for release 6.3.0
2018-10-27 13:33:17 +02:00
Theo Arends
53e1420961
Change OTA Url
...
* Change default OTA Url to http://thehackbox.org/tasmota/release/sonoff.bin (#4170 )
* Add Tuya Software Serial to support additional Tuya configurations (#4178 )
2018-10-27 11:37:42 +02:00
Theo Arends
a17bfabf59
Merge pull request #4178 from chaosmaster/tuya-sofware-serial
...
Tuya: Add support for software-serial
2018-10-27 08:33:22 +02:00
Joel Stein
ee2bed3b9a
tuya: cleanup
2018-10-27 04:38:18 +02:00
Joel Stein
b605e58320
tuya: don't allow selecting GPIO08
2018-10-27 04:37:50 +02:00
Joel Stein
7093bd6ab0
tuya: software-serial: fixes
2018-10-27 04:11:30 +02:00
Joel Stein
22c20ab5fe
tuya: software-serial
2018-10-27 03:01:09 +02:00
Adrian Scillato
06cc70aaf4
Fix Alexa for ALL cores
...
Alexa uses Phillips Hue Emulation to control Tasmota.
With this fix, the webserver arguments are passed to Tasmota as keys instead of args solving the Alexa issue for ALL cores.
Besides, for core 2.6.0 is planned to deprecate the use of args in favor of keys.
This fix makes Alexa to works compiling Tasmota under core 2.3.0, 2.4.0, 2.4.1, 2.4.2, 2.5.0 (stage), 2.6.0 (planned)
Tested Ok.
2018-10-26 19:01:36 -03:00
Theo Arends
c2f9f5ddbe
Updates for release 6.3.0
...
Update for release 6.3.0
2018-10-26 17:13:17 +02:00
Theo Arends
77d54be267
Prep for release
...
Prep for release
2018-10-26 17:09:28 +02:00
Theo Arends
c5cb7ffb78
Add additional RFSend comand syntax
...
Add additional RFSend comand syntax
2018-10-26 12:30:25 +02:00
Theo Arends
f2b04092f8
Initial release of RF transceiving
...
Initial release of RF transceiving using library RcSwitch (#2702 )
2018-10-25 18:17:58 +02:00
Theo Arends
f58f3c2d31
Fix rule mqtt#connected trigger
...
Fix rule mqtt#connected trigger when mqtt is disabled (#4149 )
2018-10-25 14:16:46 +02:00
Theo Arends
eefad54be7
Fix invalid JSON
...
Fix invalid JSON floating point result from nan (Not a Number) and inf (Infinity) into null (#4147 )
2018-10-25 14:03:34 +02:00
Theo Arends
51ee22273b
Fix invalid JSON
...
Fix invalid JSON floating point result from nan into null (#4147 )
2018-10-25 10:44:59 +02:00
Theo Arends
048de4c7fa
Merge pull request #4154 from ascillato/patch-2
...
Changed WIFI_GATEWAY and WIFI_DNS to a standard IP
2018-10-25 08:59:05 +02:00
Adrian Scillato
c1aabf85a4
Reformat options for DS18x20
...
#define W1_PARASITE_POWER is an option for #define USE_DS18x20
Added space to show that.
2018-10-24 18:03:27 -03:00
Adrian Scillato
ad3304fddc
Changed WIFI_GATEWAY and WIFI_DNS to a standard IP
...
Changed WIFI_GATEWAY and WIFI_DNS to a standard IP for help new users when they configure that.
2018-10-24 17:40:26 -03:00
Adrian Scillato
dcd74be61a
Fix Alexa for Core 2.5.0 and backwards compatible
...
Alexa uses Phillips Hue Emulation to control Tasmota.
In the Arduino Esp8266 Core v2.3.0 all works fine.
In the Arduino Esp8266 Core v2.4.0, 2.4.1 and 2.4.2, a modification in the core is needed in order to make phillips hue work.
In the Arduino Esp8266 Core v2.5.0 (actual Stage version), the webserver parsing was modified and this PR fix this modification.
The new parsing of the core works fine for a standard phillips hue messages, but for Alexa it splits the command in 2 args. The first arg is empty and the second contains the correct phillips hue commands.
2018-10-24 16:54:16 -03:00
Adrian Scillato
b9fda004d2
KNX: Delete unnecessary comments
2018-10-24 13:58:21 -03:00
Theo Arends
19b7a33f6b
Prepair for more drivers
2018-10-23 16:03:57 +02:00
Theo Arends
2c02532e1c
6.2.1.19 Rename user_config.h
...
6.2.1.19 20181023
* Fix header file execution order by renaming user_config.h to my_user_config.h
* Fix Arduino IDE compilation warning regarding e-paper library
2018-10-23 15:51:51 +02:00
Adrian Scillato
43ba673b5e
Update Spanish Translation
2018-10-22 22:40:56 -03:00
Theo Arends
a7c912111c
Resize HX711 weight_item field
...
Resize HX711 weight_item field from 16 bit to 32 bit
2018-10-21 17:54:51 +02:00
Jason2866
abbae2f43c
Update de-DE.h
2018-10-21 17:15:38 +02:00
Theo Arends
5f7c986812
Remove duplicate language file
2018-10-21 16:59:14 +02:00
Theo Arends
eb01ce786a
Merge branch 'development' into development
2018-10-21 16:55:41 +02:00
Theo Arends
b4162baa63
Admin
2018-10-21 16:48:10 +02:00
synekvl
7fd250d72b
Update cs-CZ.h
2018-10-21 16:41:34 +02:00
Theo Arends
3f4320b95d
Add optional HX711 GUI
...
Add optional HX711 scale interface to web GUI demonstrating easy GUI plug-in
2018-10-21 16:30:05 +02:00
synekvl
fabdff0b37
Update cs-CZ.h
2018-10-21 16:28:46 +02:00
synekvl
f94f58d019
Update cs-CZ.h
2018-10-21 15:41:47 +02:00
Theo Arends
266f7f1fe0
Add support for TX20
...
Add support for La Crosse TX20 Anemometer (#2654 , #3146 )
2018-10-21 12:44:45 +02:00
Theo Arends
d012ce942b
Fix JSON error - again
...
Fix JSON error - again (#4108 )
2018-10-20 17:28:42 +02:00
Adrian Scillato
0effef5f04
Fix Analog input in Obi Socket Template
2018-10-19 14:29:53 -03:00
Theo Arends
f82f7c1a09
Merge pull request #4110 from chaosmaster/obi-socket-user-pins
...
Obi socket user pins
2018-10-19 19:20:59 +02:00
Joel Stein
df5a7ec054
obi-socket: change LED4 back to LED2
2018-10-19 19:10:55 +02:00
Theo Arends
a5c5ddaee6
Merge pull request #4109 from chaosmaster/tuya-dimmer-ignore-dim
...
tuya-dimmer: ignore dim-values when powered off
2018-10-19 18:19:08 +02:00
Theo Arends
22ecc8f618
Fix JSON error
...
Fix JSON error (#4108 )
2018-10-19 18:16:53 +02:00
Joel Stein
0078b9f650
remove ADC0
2018-10-19 18:12:09 +02:00
Joel Stein
2e150b5ca4
tuya-dimmer: ignore dim-values when powered off
2018-10-19 18:04:30 +02:00
Joel Stein
42aa66e02f
obi-socket: allow user-configuration of free GPIOs
2018-10-19 17:11:30 +02:00
Theo Arends
613ffde5c0
6.2.1.18 Add API.md
...
6.2.1.18 20181019
* Add more API callbacks and document API.md
2018-10-19 12:53:22 +02:00
Joel Stein
cfdec25bcb
Add reset-button-handler vor tuya-dimmer
2018-10-18 16:02:40 +02:00
Theo Arends
d1c807998f
Rewrite Tuya Dimmer code
...
Rewrite Tuya Dimmer code
2018-10-18 13:01:31 +02:00
Theo Arends
f8ab8ef552
Clean settings.h
...
Removed custom fields from settings.h
2018-10-17 15:29:43 +02:00
Theo Arends
0ab43909c3
6.2.1.17 Changes and Adds
...
6.2.1.17 20181017
* Enable updated non-blocking PubSubClient as default MQTT client
* Update TasmotaModbus and TasmotaSerial libraries for support of serial 8N2 communication
* Add support for Pzem-003/017 DC Energy monitoring module (#3694 )
* Change support for Pzem-014/016 AC Energy monitoring module (#3694 )
2018-10-17 12:27:05 +02:00
Theo Arends
b2ca987195
Fix Sonoff Bridge RfRaw
...
Fix Sonoff Bridge RfRaw receive (#4080 , #4085 )
2018-10-16 17:27:01 +02:00
Theo Arends
2085f24675
Update changelog
...
Update PubSubClient Mqtt library to non-blocking EspEasy version
2018-10-16 14:33:31 +02:00
Theo Arends
ae28a50dc7
Fix possible wifi connection error
...
Fix possible wifi connection error (#4044 , #4083 )
2018-10-16 14:00:14 +02:00
Theo Arends
ecd39741aa
Merge pull request #4083 from ascillato/patch-1
...
Fix Some Wifi Connection Issues
2018-10-16 13:48:28 +02:00
Theo Arends
d47ab92862
Fixxes and Add Tuya Dimmer
...
* Fix RfRaw and SerialSend5 regression from 6.2.1.15 (#4072 )
* Fix Sonoff Bridge RfRaw receive (#4080 )
* Add support for Tuya Dimmer (#469 , #4075 )
2018-10-16 11:21:44 +02:00
Theo Arends
36b8f5d293
Merge pull request #4080 from Portisch/fix_rf_bridge_uart_receive_len
...
fix RF bridge raw receive
2018-10-16 10:14:24 +02:00
Portisch
b88aabfd8d
fix RF bridge raw receive
2018-10-16 09:53:48 +02:00
Theo Arends
cd9987111e
Merge pull request #4075 from digiblur/development
...
Initial Tuya Dimmer Support
2018-10-16 09:46:16 +02:00
Adrian Scillato
dbe7cf3bbc
Fix Some Wifi Connection Issues
...
https://github.com/arendst/Sonoff-Tasmota/issues/4044
2018-10-16 03:54:55 -03:00
Adrian Scillato
adf3ed56bf
Fix Bug for OTA URL if using core STAGE (2.5.0)
2018-10-15 23:27:43 -03:00
digiblur
5894cd97fc
Initial TuyaDimmer Support
2018-10-15 18:32:14 -05:00
andrethomas
8345f3f872
Fix SerialSendRaw() to adjust for whitespace
...
Fix SerialSendRaw() to adjust for whitespace removal
2018-10-15 22:30:26 +02:00
Theo Arends
fb6cc194a9
6.2.1.16 Add TasmotaModbus lib
...
6.2.1.16 20181015
* Add TasmotaModbus library for very basic modbus wrapper for TasmotaSerial
* Change xsns_17_senseair.ino to use TasmotaModbus library
* Fix xnrg_05_pzem2.ino for PZEM-014/016 support using TasmotaModbus library (#3694 )
2018-10-15 17:18:30 +02:00
Theo Arends
6b660026cd
Add cmnds Reset 4 and Reset 5
...
Add commands Reset 4 (reset to defaults but keep wifi params) and Reset 5 (as reset 4 and also erase flash) (#4061 )
2018-10-15 14:43:47 +02:00
andrethomas
5f9867a22f
Add command Reset 5
2018-10-15 00:10:02 +02:00
andrethomas
f109c36bbd
Add Reset 4 command to reset defaults but keep wifi config
2018-10-14 20:00:41 +02:00
Theo Arends
c46ae74067
Add whitespace removal
...
Add whitespace removal from RfRaw and SerialSend5 (#4020 )
2018-10-14 12:53:11 +02:00
andrethomas
cd86a2c8a9
Update xdrv_06_snfbridge.ino
2018-10-13 20:46:17 +02:00
andrethomas
040d4c6ba2
xdrv_06_snfbridge: Remove whitespace from RfRaw
2018-10-13 20:38:48 +02:00
Theo Arends
fe26768103
6.2.1.15 Fix Color Temperature slider
...
6.2.1.15 20181012
* Fix Color Temperature slider functionality regression from 20180726 (#4037 )
* Add auto reload of main web page to some web restarts
2018-10-12 11:42:52 +02:00
Jason2866
904623d584
Update de-DE.h
2018-10-11 22:17:26 +02:00
synekvl
2862329fd1
Update cs-CZ.h
2018-10-11 21:14:24 +02:00
synekvl
6610767b4b
Update cs-CZ.h
2018-10-11 21:13:58 +02:00
Adrian Scillato
458a441da6
Updated Spanish Translation
2018-10-11 15:38:31 -03:00
Theo Arends
ab56648e2e
Fix compile error
...
Fix compile error
2018-10-11 18:26:49 +02:00
Theo Arends
fcc6d5437b
Add HX711 Load Cell
...
* Add support for DS3231 Real Time Clock
* Add support for HX711 Load Cell
* Add command WeightRes 0..3 to control display of decimals for kilogram
2018-10-11 17:33:07 +02:00
Adrian Scillato
a33030b622
Fixed Compiler Warning for Core STAGE SDK 3.0.0
2018-10-11 10:54:34 -03:00
Theo Arends
ac595d44b0
Fix compiler error
...
Fix compiler error on BE_MINIMAL not finding WaitForRestart()
2018-10-11 08:32:09 +02:00
Theo Arends
29a9cce96d
6.2.1.14 Forgot deletes
...
Oops
2018-10-10 22:31:25 +02:00
Theo Arends
b3039de1b6
6.2.1.14 Rewrite Webserver
...
6.2.1.14 20181010
* Rewrite Webserver page handler for easier extension (thx to Adrian Scillato)
2018-10-10 22:21:44 +02:00
Theo Arends
b75c4359dc
Merge pull request #4029 from guyelg/development
...
Add support for DS3231 Extrnal RTC with I2c interface
2018-10-10 20:47:18 +02:00
guyelg
9c77d1d761
disable the sensor by default
2018-10-10 21:01:07 +03:00
guyelg
5684c844aa
fix address in user_config.h
2018-10-10 20:54:26 +03:00
Theo Arends
633a45f964
Revert "6.2.1.14 Webserver rewrite"
...
This reverts commit 077b8a79e1
.
2018-10-10 19:41:08 +02:00
guyelg
f98b4cf69d
add support for DS3231 - I2C RTC
2018-10-10 20:31:21 +03:00
guyelg
8aabe10711
Add support for DS3231-external I2C RTC
2018-10-10 20:25:04 +03:00
Theo Arends
077b8a79e1
6.2.1.14 Webserver rewrite
...
6.2.1.14 20181010
* Rewrite Webserver page handler for easier extension (thx to Adrian Scillato)
2018-10-10 16:40:54 +02:00
Adrian Scillato
3bc3e7e332
Add comment for sleep command (datasheet)
2018-10-08 17:25:42 -03:00
Theo Arends
ba16e00e36
Add command WebRefresh
...
Add command WebRefresh 1000..10000 to control web page refresh in milliseconds. Default is 2345
2018-10-08 14:39:36 +02:00
Theo Arends
30154e2335
6.2.1.13 Change to ArduinoMqtt
...
6.2.1.13 20181008
* Change default Mqtt client library from PubSubClient to non-blocking ArduinoMqtt by Joel Gaehwiler
2018-10-08 10:30:24 +02:00
Adrian Scillato
efb328de09
Add PWM Freq Limits Config at Compile time
2018-10-07 14:27:09 -03:00
Adrian Scillato
dfce7a280a
Add PWM Freq Limits Config at Compile time
...
PWM_MAX and PWM_MIN are added with explanation comments in order to let a user, who wants to use a Servo, to config these values. Not added at runtime in order to avoid issues with dimmers.
2018-10-07 14:24:52 -03:00
Theo Arends
5bbec2617f
6.2.1.12 - Fixes Shelly1 and CSL
...
6.2.1.12 20181007
* Fix Shelly1 switchmode 3 and 4 when using pushbutton (#3989 )
* Add support for CSL Aplic WDP 303075 Power Socket with Energy Monitoring (#3991 , #3996 )
2018-10-07 12:37:03 +02:00
phelagor
adc3d4ebaa
Added support for CSL Aplic WDP303075
...
- Added template for Module.
- Added support for HLW8012 (HLW_SEL is different to sonoff POW, needs different level to read voltage)
2018-10-06 22:05:15 +02:00
Mike
461fed6290
missing "" around UV Index test in json
...
Fixed the missing "" around the UV Index test in json
Old one:
"VEML6070":{"UvLevel":6212,"UvIndex":8.32,"UvIndexText":Danger,"UvPower":0.208}}
New one:
"VEML6070":{"UvLevel":6212,"UvIndex":8.32,"UvIndexText":"Danger","UvPower":0.208}}
Now it works. I have no mqtt system running so i did not know that this would happen.
Possible i have to build up one system.
2018-10-06 20:48:26 +02:00
synekvl
174f2736dc
Update cs-CZ.h
2018-10-06 18:46:29 +02:00
Theo Arends
d3d40a1609
Update cs-CZ language
2018-10-06 16:46:25 +02:00
Adrian Scillato
f8b93ad3ea
Updated Spanish Translation
2018-10-05 21:59:39 -03:00
Theo Arends
4208baddac
Update language files
...
Update language files
2018-10-05 17:54:12 +02:00
Jason2866
4ba1020609
Update de-DE.h
2018-10-04 13:41:15 +02:00
Theo Arends
623feaa706
Merge pull request #3972 from Staars/development
...
Update for APDS9960
2018-10-04 11:08:46 +02:00
Theo Arends
52d88439ff
Fix Domoticz exception
...
Fix exception when wrong Domoticz JSON message is received (#3963 )
2018-10-04 11:01:50 +02:00
Theo Arends
0d7a1a62fc
Merge pull request #3970 from mike2nl/development
...
MP3 Driver Update
2018-10-04 09:41:48 +02:00
Mike
4ebcbf084a
Driver update
...
1.0.0.4 20181003
added
- MP3Reset command in case that the player do rare things and needs a reset, the default volume will be set again too
- MP3_CMD_RESET_VALUE for the player reset function
- MP3_CMD_DAC command to switch off/on the dac outputs
cleaned
- some comments and added function text header
fixed
- missing void's in function calls
tested
- works with MP3Device 1 = USB STick, or MP3Device 2 = SD-Card
- DAC looks working too on a headset. Had no amplifier for test
2018-10-04 08:25:32 +02:00
Frank Maas
dbb7b27905
Update _changelog.ino
...
It's not 2019 yet...
2018-10-04 00:19:32 +02:00
Max
cea848dec4
Fix XSS-Vulnerability in configuration page
...
Add HTML entity encoding to the SSID of networks that can be found
using the "Scan for wifi networks" function of the configuration
page.
2018-10-03 19:29:46 +02:00
Theo Arends
1707c73264
Update Hebrew language file
...
Add Hebrew language file (#3960 )
2018-10-03 13:55:07 +02:00
Theo Arends
93460c6498
Change MQTT timeout
...
Change MQTT_ARDUINOMQTT command timeout from 1 to 10 seconds
2018-10-03 10:00:46 +02:00
Yuval
0826249cff
Create Hebrew Language File
2018-10-02 19:25:18 +03:00
Theo Arends
0ad250c10b
6.2.1.11 Add MQTT Client
...
6.2.1.11 20191002
* Remove support for MQTT Client based on esp-mqtt-arduino by #define MQTT_LIBRARY_TYPE MQTT_ESPMQTTARDUINO
* Add support for MQTT Client based on lwmqtt to be selected by #define MQTT_LIBRARY_TYPE MQTT_ARDUINOMQTT
2018-10-02 17:07:30 +02:00
Theo Arends
3ed06695ba
Fix Teckin energy monitoring
...
Fix Teckin energy monitoring (#3950 )
2018-10-02 09:38:36 +02:00
Theo Arends
c0117e5315
Merge pull request #3955 from zuckschwerdt/feat-w1parasite
...
Add W1_PARASITE_POWER optimization for DS18X20
2018-10-01 21:31:36 +02:00
Christian W. Zuckschwerdt
3280c7d177
Add W1_PARASITE_POWER optimization for DS18X20
2018-10-01 20:26:27 +02:00
andrethomas
2f85a4728b
PCA9685 - bugfix for telemetry + status command
2018-10-01 19:32:55 +02:00
Theo Arends
d9a0c0e4ae
Merge pull request #3953 from ascillato/patch-1
...
Add Dimmer Trigger for Rules
2018-10-01 18:25:10 +02:00
Adrian Scillato
bcc9432214
Added Dimmer Trigger for Rules
...
For example
rule on Dimmer#state<30 do ... endon
rule on Dimmer#boot<10 do ... endon
2018-10-01 13:13:47 -03:00
Mike
13d37a144a
Fixed wrong sensor name
...
Fixed a wrong sensor name in line 23. It's not the SPG30, it's the CSS811
2018-10-01 18:06:25 +02:00
Theo Arends
9e5aaef51f
Add OBI/Teckin Socket support
...
* Add support for OBI Power Socket (#1988 , #3944 )
* Add support for Teckin Power Socket with Energy Monitoring (#3950 )
2018-10-01 12:19:58 +02:00
andrethomas
047f430ad8
PCA9685 - Remove unused callbacks in Xdrv15()
2018-10-01 00:27:16 +02:00
andrethomas
da0b283fe7
PCA9685 - Add telemetry output
2018-10-01 00:18:37 +02:00
andrethomas
068211cae9
Add #define USE_PCA9685_FREQ 50 if not defined
...
Add #define USE_PCA9685_FREQ 50 if not defined in user_config.h
2018-09-30 23:33:14 +02:00
andrethomas
ee0ef227dc
Add ability to set default PWM Freq using #define #define USE_PCA9685_FREQ
2018-09-30 23:07:46 +02:00
Florian Schroen
89825907d0
Add support for OBI smart socket
...
Model tested: WFG-1
Models maybe working: WFF-1, WFE-1, WFI-1, WFD-1, WFR-1, WFA-1, WFU-1
Manufactured by: Cixi Yidong Electronics Co. Ltd - http://www.cn-yidong.com/
Sold by: OBI DIY market in Germany - https://www.obi.de/
2018-09-30 19:16:55 +02:00
Theo Arends
b9b6d132f5
Fix timer offset -00:00
...
Fix timer offset -00:00 causing 12:00 hour offset (#3923 )
2018-09-30 17:52:41 +02:00
Theo Arends
191df17b13
Add support for EXS Relay V5.0
...
Add support for EXS Relay V5.0 (#3810 )
2018-09-30 16:52:25 +02:00
Theo Arends
2fd42446e9
Add ESP Switch support
...
Add support for Michael Haustein ESP Switch
2018-09-30 14:33:26 +02:00
Theo Arends
6a1a21f03a
6.2.1.10 Add RGBWWTable
...
6.2.1.10 20180930
* Add command RGBWWTable to support color calibration (#3933 )
2018-09-30 11:02:47 +02:00
Theo Arends
cdc8a4d9eb
tiny change
2018-09-30 10:54:52 +02:00
Erik
87dc6fe20e
Add basic support for color calibration
2018-09-29 16:55:53 +02:00
Theo Arends
3b3579f1db
Fix config crc errors
...
Fix invalid configuration restores and decode_config.py crc error when savedata = 0 (#3918 )
2018-09-29 13:09:51 +02:00
Theo Arends
2252be521a
Fix I2CScan invalid JSON
...
Fix I2CScan invalid JSON error message (#3925 )
2018-09-29 12:34:24 +02:00
Theo Arends
3d6b9859bd
Merge pull request #3929 from emontnemery/fix_hass_colors
...
Use color2 command (HASS sends normalized RGB)
2018-09-29 10:27:02 +02:00
Erik
8255c001b6
Use color2 command (HASS sends normalized RGB)
2018-09-29 10:12:32 +02:00
Theo Arends
66fce8bd5f
Merge pull request #3921 from mike2nl/development
...
Udated the driver veml6070
2018-09-28 17:50:38 +02:00
Mike
41e6939a81
outline corrections of // comments
2018-09-28 17:38:06 +02:00
Mike
e8a56755d9
Updated the driver
...
Updated the driver and changed a lot.
- Starting with switch(function) and the end of it.
- Changed the json output code a lot to more visibility and a better way of working.
- Changed the web sever outout so that we need less code.
In #ifdef USE_DOMOTICZ i have changed nothing because i don't have a domotica system.
Therefor someone with a stable running system can build it further or we can work together on it.
Dirver version changed to v1.0.0.2
Theo, i hope the if (11 == (uptime %100)) { .. part is ok. Please have a look on it.
2018-09-28 17:34:25 +02:00
Mike
36d6ae0803
Added D_JSON_UV_INDEX_TEXT
...
Added D_JSON_UV_INDEX_TEXT for more info on json output
2018-09-28 17:26:13 +02:00
Theo Arends
8f95f07b51
Add RF to MagicHome / LC10
...
Add RF Receiver control to module MagicHome to be used on Arilux LC10 (#3792 )
2018-09-28 17:26:08 +02:00
Theo Arends
f05a471e48
Fix KNX compile error
2018-09-28 17:02:55 +02:00
Theo Arends
4b7c797fb7
6.2.1.9 Apparent/Reactive Power
...
6.2.1.9 20180928
* Add Apparent Power and Reactive Power to Energy Monitoring devices (#251 )
2018-09-28 15:48:42 +02:00
Theo Arends
1a0d630da2
Removed debug code
...
Removed unavailable debug code (#3917 )
2018-09-28 11:48:55 +02:00
Theo Arends
1a4458528e
Add Neo Coolcam support
...
Add support for Neo Coolcam Wifi Smart Power Plug
2018-09-27 18:36:42 +02:00
Staars
a84b38dae2
intermediate version for aTime-adjustment
2018-09-27 08:34:12 +02:00
Adrian Scillato
a67efa0ab2
Added new triggers for rules on boot time
...
To make it possible to trigger a rule at boot time with the state of the switches or relays (in order to take decisions), 2 new trigger types has been added:
* SWITCH1#BOOT
to be used like:
ON SWITCH1#BOOT DO ... %value% ENDON
ON SWITCH1#BOOT=0 DO .... ENDON
ON SWITCH1#BOOT=1 DO .... ENDON
and
* POWER1#BOOT
to be used like:
ON POWER1#BOOT DO ... %value% ENDON
ON POWER1#BOOT=0 DO .... ENDON
ON POWER1#BOOT=1 DO .... ENDON
2018-09-26 23:02:55 -03:00
Jason2866
86b3ccf609
Update de-DE.h
2018-09-26 22:20:19 +02:00
Jason2866
3bb8b2fe26
Update de-DE.h
2018-09-26 22:10:32 +02:00
Erik
9acbcc805f
Fix logic for forced light discovery
2018-09-26 20:35:39 +02:00
znanev
8022bca19c
Update Bulgarian language file
2018-09-26 18:27:23 +01:00
Theo Arends
6939d6eead
Fix Shelly Ghost and Rule sensors
...
* Change pinmode for no-pullup defined switches to pullup when configured as switchmode PUSHBUTTON (=3 and up) (#3896 )
* Add delay after restart before processing rule sensor data (#3811 )
2018-09-26 11:56:58 +02:00
Theo Arends
bac33345a0
6.2.1.8 Extent status JSON
...
6.2.1.8 20180926
* Change status JSON message providing more switch and retain information
2018-09-26 10:13:44 +02:00
Theo Arends
77a27d4383
Merge pull request #3899 from localhost61/development
...
Update fr-FR.h
2018-09-26 09:00:02 +02:00
localhost61
8ff696b34b
Correct the OoR translation (thanks Adrian ;-) )
2018-09-26 02:37:27 +02:00
Adrian Scillato
6798eb5854
Updated Spanish Translation
2018-09-25 21:00:56 -03:00
localhost61
71964e0aa4
Update French localization
2018-09-26 00:59:00 +02:00
Theo Arends
eb53605fc1
Fix VEML6070 compile errors
2018-09-25 17:03:22 +02:00
Theo Arends
80833ca0d5
Merge pull request #3894 from mike2nl/development
...
Added missing text
2018-09-25 16:53:41 +02:00
Mike
63dbd6d0c9
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:42:09 +02:00
Mike
a47467704e
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:42:07 +02:00
Mike
85692d6f38
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:42:01 +02:00
Mike
e719cfbf43
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:41:51 +02:00
Mike
65dbf4c709
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:38:40 +02:00
Mike
dc937ed792
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:38:27 +02:00
Mike
6b070e08cf
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:38:04 +02:00
Mike
a7495af9ed
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:35:48 +02:00
Mike
55db6530ec
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:35:29 +02:00
Mike
a1d5032993
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:35:17 +02:00
Mike
9ad0bc149f
Added text
...
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:32:46 +02:00
Mike
cdc7b90652
Added text
...
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:32:36 +02:00
Mike
3fd8b8f7f8
Added text
...
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:32:17 +02:00
Mike
b15a29c046
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:29:27 +02:00
Mike
a7d59f03fa
Added text
...
Forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:28:34 +02:00
Mike
abd5cb23fe
Added text
...
forgot the
#define D_UNIT_INCREMENTS "inc" and #define D_UV_INDEX_1 "Low"
2018-09-25 16:27:10 +02:00
Mike
e6ae87fd82
added text
...
forgot the #define D_UNIT_INCREMENTS "inc"
2018-09-25 16:24:44 +02:00
Mike
baf81daaa2
added text
...
forgot the #define D_UNIT_INCREMENTS "inc"
2018-09-25 16:23:38 +02:00
Mike
e9d6a5bc46
added define
...
Forgot to add #define D_JSON_UV_POWER "UvPower"
2018-09-25 16:19:49 +02:00
Theo Arends
104eef4829
Merge pull request #3893 from mike2nl/development
...
changed driver xsns_11_veml6070.ino
2018-09-25 15:57:22 +02:00
Theo Arends
40052a343f
Add image sonoff-display
...
Add define USE_DISPLAYS for selecting image sonoff-display
2018-09-25 15:35:49 +02:00
Mike
13e0bcbd26
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 15:01:16 +02:00
Mike
044363dc00
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 15:00:57 +02:00
Mike
cf952f6637
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 15:00:34 +02:00
Mike
56e9e92655
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:57:17 +02:00
Mike
c8f51b68fd
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:57:01 +02:00
Mike
78df649fca
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:56:38 +02:00
Mike
a6cf1cde4f
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:53:25 +02:00
Mike
f7c16f5388
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:53:03 +02:00
Mike
4c900eb0b7
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:52:41 +02:00
Mike
9182d02d0c
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:50:18 +02:00
Mike
e3f1d4ad9a
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:50:05 +02:00
Mike
651bdf03c0
Update fr-FR.h
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:49:51 +02:00
Mike
89e04dafb0
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:46:43 +02:00
Mike
c18a3cd7e0
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:45:27 +02:00
Mike
ef6cd4530d
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:44:04 +02:00
Mike
1738f68247
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:42:28 +02:00
Mike
ee7acd849b
Added some text defines
...
Added some new text UV defines and one unit define W/m2
2018-09-25 14:40:55 +02:00
Mike
af5ee5a883
Added defines for text
...
Added defines for uv text and one unit define
2018-09-25 14:37:08 +02:00
Mike
2ba0b1be73
driver cahnge
...
Added a lot of new calculation for more precission and more output so as UV Index plus a text behind the value and UV Power in W/m2
2018-09-25 14:32:24 +02:00
Mike
977ee779b0
Added VEML6070 defines
...
Added define for Rset for the VEML6070 sensor and to show or show-not the raw value
2018-09-25 14:30:01 +02:00
Theo Arends
ec421e6144
Released decode-config.py
...
Released tools/decode-config.py by Norbert Richter to decode configuration data.
2018-09-25 14:08:36 +02:00
Theo Arends
2029440fae
6.2.1.7 Fix NTPserver change
...
6.2.1.7 20180925
* Remove restart after ntpserver change and force NTP re-sync (#3890 )
* Release full Shelly2 support
2018-09-25 11:35:37 +02:00
Adrian Scillato
ecd3175257
Prevent Command NtpServer to restart Tasmota
...
#3890
2018-09-24 16:16:14 -03:00
Theo Arends
43c3cf57d5
Shelly2 Cleanup
...
Cleanup and debug updates
2018-09-24 18:16:35 +02:00
Theo Arends
f65d8c0cbf
Fix possible array overflow
...
Fix possible array overflow (#3887 )
2018-09-24 11:44:40 +02:00
andrethomas
5fa47c3fdc
MCP230xx - Add missing (void)
2018-09-24 00:30:07 +02:00
Theo Arends
683c211241
Fix Shelly2 wrong FrequencySet
...
Fix Shelly2 wrong FrequencySet calculation and add input range checks (#3882 )
2018-09-23 16:41:22 +02:00
Theo Arends
01ce1b0c91
Fix Shelly2 monitoring
...
Disable serial logging on Shelly2 as serial is being used by energy monitoring (#3878 )
2018-09-23 13:55:42 +02:00
Theo Arends
f05fc71d67
Fix rule trigger POWER1#STATE
...
Fix rule trigger POWER1#STATE execution after restart and SetOption0 is 0 (#3856 )
2018-09-22 17:37:49 +02:00
Theo Arends
665a4abc47
Fix Pow R2 and S31 low power
...
* Add power value below 5W to Sonoff Pow R2 and S31 (#3745 )
* Add force_update to Home Assistant discovery (#3873 )
2018-09-22 16:09:13 +02:00
Theo Arends
f9134a89c4
Merge pull request #3873 from emontnemery/fix_hass_button
...
Set force_update to true for buttons
2018-09-22 16:05:54 +02:00
Erik
544abec7bf
Set force_update to true for buttons
2018-09-22 15:42:18 +02:00
Theo Arends
7a767f104c
6.2.1.6 Remove some commands
...
6.2.1.6 20180922
* Removed commands PowerCal, VoltageCal and CurrentCal as more functionality is provided by commands PowerSet, VoltageSet and CurrentSet
* Allow decimals as input to commands PowerSet, VoltageSet and CurrentSet
* Add support for PCA9685 12bit 16pin hardware PWM driver (#3866 )
2018-09-22 15:09:53 +02:00
Theo Arends
57e7005b48
Fix TSL2561 timeslot
2018-09-22 12:18:13 +02:00
Theo Arends
20e8d76877
TSL2561 driver fixes
...
Rewrite TSL2561 driver to fix some issues (#3681 )
2018-09-22 12:04:38 +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
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
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
andrethomas
98cfb00803
MCP230xx - Fix millisecond counter reset placement
2018-09-15 18:59:45 +02:00
andrethomas
d0fa749c30
MCP230xx - Fix support for setoption4
2018-09-15 15:56:56 +02:00