Commit Graph

2991 Commits

Author SHA1 Message Date
Theo Arends
3c3b5bb8ca Add property Downtime
Add property Downtime to state and status 11 message representing the duration of wifi connection loss
2019-02-18 18:02:22 +01:00
Theo Arends
4884a94b6d Add LinkCount and MqttCount
* Add property LinkCount to state and status 11 message representing number of Wifi Link re-connections
 * Add property MqttCount to status 6 message representing number of Mqtt re-connections
2019-02-18 17:05:25 +01:00
Theo Arends
0658ae1959 Update sonoff_template.h
Fix compile error
2019-02-18 16:19:46 +01:00
Theo Arends
e898dc03e7 Add Wifi Link Connection Count
Add Wifi Link Connection (Retry) count to state message. Always starts with 1 being the initial connection.
2019-02-18 15:41:41 +01:00
Theo Arends
a6c7e3b5f4 Update xdrv_01_webserver.ino
Force restart on any template change to fix page refresh hang (#5222)
2019-02-18 15:13:37 +01:00
Theo Arends
483eb4dd44 Change Flags to Options
Change Flags to Options and enforce Activate for already active template (#5256)
2019-02-18 13:10:10 +01:00
Theo Arends
8d2b9e4734 Update xdrv_01_webserver.ino
Tune webserver
2019-02-18 11:35:49 +01:00
Theo Arends
c37a4a4398 Update xsns_01_counter.ino
Fix non floating point use function (#5265)
2019-02-18 11:06:16 +01:00
Theo Arends
dd3ae40daf
Merge pull request #5266 from znanev/patch-2
Update Bulgarian translations
2019-02-18 10:53:55 +01:00
znanev
bd582980e9
Abbreviate translation for D_SENSOR_USER 2019-02-18 09:52:29 +00:00
znanev
8c73cddfed
Update Bulgarian translations 2019-02-18 09:29:23 +00:00
Theo Arends
590c883bbe
Merge pull request #5262 from gfrancesco/development
Configuration parameter to send MQTT telemetry on status change
2019-02-18 10:15:29 +01:00
Theo Arends
2f8cd65ac5
Merge pull request #5264 from andrethomas/scheme0_sleep
Disable sleep for scheme 0
2019-02-18 10:14:09 +01:00
Andre Thomas
5b71095e02
Make sleep for light scheme0 optional
Make sleep for light scheme0 optional with compile directive (enabled by default)
2019-02-18 08:21:57 +02:00
Andre Thomas
cee9fee756
Make pwm scheme 0 sleep optional
Make pwm scheme 0 sleep optional (enabled by default)
2019-02-18 08:19:17 +02:00
gfrancesco
deeceaf2a0 Add configuration parameter to send MQTT telemetry on status change (SetOption59) 2019-02-17 22:05:02 +01:00
Theo Arends
2c51b8d95d
Merge pull request #5260 from spock64/development
mqtt password GUI aligned to revised wifi version
2019-02-17 21:54:49 +01:00
Theo Arends
b81db7a0f5
Merge pull request #5261 from localhost61/French
fr-FR.h update
2019-02-17 21:53:16 +01:00
localhost61
ba7c4cd49b fr-FR.h update 2019-02-17 21:32:07 +01:00
Jason
10bdb7c975 mqtt password GUI aligned to revised wifi version 2019-02-17 18:45:58 +00:00
Theo Arends
4d0ab9448d Fix unsupported sensor ids
Fix unsupported sensor ids popping up after a config restore
2019-02-17 16:43:52 +01:00
Theo Arends
a201dd1222 Remove command SetOption62
Remove command SetOption62 as it's functionality is replaced by user changing the device template (#5255)
2019-02-17 16:05:53 +01:00
Theo Arends
f33c59249e Fix calibration calculation
Fix calibration calculation (#5246)
2019-02-17 15:30:15 +01:00
Theo Arends
3f6db36187 Update xdrv_01_webserver.ino
Fix 404 error
2019-02-17 14:43:07 +01:00
Theo Arends
1ff2b5ec14
Merge pull request #5254 from Jason2866/patch-2
Update Arduino to release 2.5.0
2019-02-17 14:14:25 +01:00
Jason2866
54f7a63d00
Delete platform.txt 2019-02-17 12:49:50 +01:00
Jason2866
623d290c0a
Delete boards.txt 2019-02-17 12:49:41 +01:00
Jason2866
16c38e85b0
Delete platform.txt 2019-02-17 12:49:22 +01:00
Jason2866
a8e4baafac
Delete boards.txt 2019-02-17 12:49:13 +01:00
Theo Arends
4ecf7db16c
Merge pull request #5253 from Jason2866/patch-1
Update de-DE.h
2019-02-17 12:48:53 +01:00
Jason2866
dbacfdd9b9
Add files via upload 2019-02-17 12:47:21 +01:00
Jason2866
027ef77747
Create boards.txt 2019-02-17 12:46:08 +01:00
Jason2866
94f1683616
Update de-DE.h
Template changes
2019-02-17 12:32:46 +01:00
Theo Arends
577791440e Add Configure Template menu option
Add Configure Template menu option to GUI (#5222)
2019-02-17 11:32:53 +01:00
Theo Arends
e2540f0afe Update sonoff.ino
Prep for template menu
2019-02-17 10:42:55 +01:00
Theo Arends
8c79db9fd2
Merge pull request #5247 from localhost61/French
French
2019-02-17 08:06:48 +01:00
Xavier MULLER
f94c2245af
Update fr-FR.h 2019-02-17 01:02:52 +01:00
Xavier MULLER
4ed82140af
Update fr-FR.h 2019-02-17 01:01:26 +01:00
Theo Arends
ed0d50a3aa Fix template support
Fix template support
2019-02-16 18:01:54 +01:00
Theo Arends
14d5f7fb54 Fix GUI password and Add rule expression
* Fix GUI wifi password acception starting with asteriks (*) (#5231, #5242)
 * Add rule expression enabled  by define USE_EXPRESSION in my_user_config.h (#5210)
2019-02-16 16:17:17 +01:00
Theo Arends
7c9720de9d
Merge pull request #5210 from laurentdong/development
Introduce Expression in Rules - Updated
2019-02-16 15:49:46 +01:00
Theo Arends
5527220ffe
Merge pull request #5242 from spock64/development
Remove wifi password restriction
2019-02-16 15:38:09 +01:00
Jason
e6029e18be Fix typos. 2019-02-16 12:51:43 +00:00
Jason
02f1052440 Amended wifi password UI to show "****".
Only store passwords which are not equal to "****".
Removes previous behaviour where wifi password with an asterisk was
ignored.
2019-02-16 12:48:16 +00:00
Theo Arends
1fde362998 Fix regression from 6.4.1.16
Fix regression from 6.4.1.16 where GPIO9 and GPIO10 connected devices did not work (#5197)
2019-02-16 11:33:29 +01:00
Theo Arends
83b950bb65
Merge pull request #5238 from curzon01/development
decode-config.py: adapt settings; add Template
2019-02-15 18:37:42 +01:00
Norbert Richter
26b91d5d05 decode-config.py: adapt settings; add Template 2019-02-15 18:35:29 +01:00
Theo Arends
b4b1ee9177 Update TEMPLATE.md
Fix to real life
2019-02-14 16:52:55 +01:00
Theo Arends
77db7ba0ff 6.4.1.17 Change template stability
6.4.1.17 20190214
 * Change template update by removing possibility to add user module config keeping template as defined (#5222)
2019-02-14 16:48:28 +01:00
Theo Arends
166a625eb8 Revert "Hide templated GPIOs"
This reverts commit 4af4ff681d.
2019-02-14 11:13:47 +01:00