Theo Arends
0c747a7499
Split module and GPIO ajax list
...
Split module and GPIO ajax list
2019-02-02 15:16:35 +01:00
Theo Arends
304ac6fe44
6.4.1.12 code changes (byte/boolean)
...
6.4.1.12 20190128
* Change code use of boolean to bool and byte to uint8_t
* Change code uint8_t flags to bool flags
2019-01-28 14:08:33 +01:00
Theo Arends
2e101839a4
Change web authentication
...
Change web authentication (#4865 )
2019-01-10 12:57:42 +01:00
Theo Arends
a23f01080b
6.4.1.8 Add template flags
...
6.4.1.8 20190107
* Change sonoff_template.h layout regarding optional module flags like ADC0
* Add command SetOption62 1 to force no Button/Switch pullup on dedicated modules. Currently only supported on Shelly2 (#4841 )
2019-01-07 16:33:18 +01:00
Theo Arends
f66de3111e
Housekeeping
2019-01-03 18:07:03 +01:00
Theo Arends
447ec6256e
6.4.1.4 Update Copyright (C) 2019
...
6.4.1.4 20190101
* Update Copyright (C) 2019
2019-01-01 13:55:01 +01:00
Theo Arends
7ebb7a6067
6.4.1.3 Change sonoff_template.h
...
6.4.1.3 20181229
* Change sonoff_template.h module lay-out by removing non-configurable GPIOs
2018-12-29 19:46:28 +01:00
Theo Arends
afe83a3460
Prep for template tuning
2018-12-29 17:19:13 +01:00
Theo Arends
0b10f48e41
6.4.1.1 Fix most compiler warnings
...
6.4.1.1 20181224
* Fix most compiler warnings
2018-12-24 18:14:25 +01:00
Theo Arends
77c07a2e00
Change FallbackTopic
...
Change FallbackTopic from cmnd/<mqttclient>/ to cmnd/<mqttclient>_fb/ to discriminate from Topic (#1528 )
2018-12-23 14:48:57 +01:00
Theo Arends
e2cd656286
6.4.0.3 Hass and Alexa fixes
...
6.4.0.3 20181222
* Change Hass discovery to short MQTT messages as used by Hass 0.81 and up (#4711 )
* Change FallbackTopic detection (#4706 )
* Add define WIFI_SOFT_AP_CHANNEL in my_user_config.h to set Soft Access Point Channel number between 1 and 13 as used by Wifi Manager web GUI (#4673 )
* Fix Alexa "this value is outside the range of the device". Needs power cycle and Alexa deletion/discovery cycle. (#3159 , #4712 )
2018-12-22 16:13:07 +01:00
Joel Stein
9737ec560c
webserver: swap index and name in module configuration
2018-12-17 16:33:07 +01:00
Theo Arends
dfa0d2ef11
Add Domoticz Selector for Fanspeed
...
Add support for iFan02 Fanspeed in Domoticz using a selector (#4517 )
2018-12-06 10:49:49 +01:00
Theo Arends
c3f07f0bd2
Fix WifiManager functionality
...
Fix WifiManager functionality on initial installation (#4433 )
2018-11-26 17:00:18 +01:00
Theo Arends
9608bfd2e5
Update xdrv_01_webserver.ino
2018-11-24 12:04:30 +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
Theo Arends
23c16e58a9
Housekeeping
...
Housekeeping
2018-11-20 15:00:24 +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
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
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
andrethomas
4a7e7b0dbb
Change C functions with () to (void)
2018-11-14 15:32:09 +02: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
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
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
f9bddb6c54
Add flashchipid info
...
Add flashchipid info
2018-11-08 10:40:19 +01:00
Theo Arends
61985ca16b
Add hex to flash info
2018-11-07 18:43:44 +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
9fef82736d
Prep drivers for management
...
Prep drivers for management
2018-11-07 10:30:03 +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
99ae0c9cab
Change wifi connection check
...
Change wifi connection check
2018-11-04 18:00:07 +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
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
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
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
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
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
633a45f964
Revert "6.2.1.14 Webserver rewrite"
...
This reverts commit 077b8a79e1
.
2018-10-10 19:41:08 +02: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