ESPEasy release bot
3d88537677
automatically updated release notes for mega-20181027
2018-10-27 04:00:12 +02:00
Gijs Noorlander and GitHub
95b0a7bed9
Merge pull request #1784 from jazzgil/add-raw-ir-reading
...
Add IR RAW2 Reading / Transmitting.
2018-10-27 02:45:26 +02:00
Gijs Noorlander and GitHub
bc3434532e
Merge pull request #1942 from giig1967g/new/doubleclick-pcf
...
doubleclick and longpress for PCF and MCP
2018-10-27 02:41:12 +02:00
Gijs Noorlander and GitHub
923642bb27
Merge pull request #1966 from uzi18/patch9
...
CSE7766 - fix stats plus add buffer fill level, #1934
2018-10-26 23:25:21 +02:00
Bartlomiej Zimon
a09cb906eb
CSE7766 - fix stats plus add buffer fill level
2018-10-26 20:43:31 +00:00
ESPEasy release bot
f8f2ddd33b
automatically updated release notes for mega-20181026
2018-10-26 04:00:22 +02:00
Gijs Noorlander and GitHub
6592b57615
Merge pull request #1934 from uzi18/patch9
...
fix for #1920
2018-10-25 23:52:04 +02:00
Bartlomiej Zimon
6e8e8214b2
CSE7766 - add some stats to debug log
2018-10-25 20:47:36 +00:00
Gijs Noorlander and GitHub
24b6611c54
Merge pull request #1956 from workgroupengineering/BugFix/Issue_1995
...
Fixed plugin timer processing do not start, when call setPluginTaskTimer in PLUGIN_TIMER_IN
2018-10-25 21:37:07 +02:00
Gijs Noorlander and GitHub
8135defa6f
Merge pull request #1957 from TD-er/bugfix/c009_reduce_memory
...
[C009] Reduce memory usage for C009 controller.
2018-10-25 21:27:18 +02:00
Bartlomiej Zimon
d5e9cfb081
Merge branch 'mega' of github.com:letscontrolit/ESPEasy into patch9
2018-10-25 18:17:10 +00:00
TD-er
ffc8e1fb97
[C009] Reduce memory usage for C009 controller.
2018-10-25 12:09:49 +02:00
Saverio Cisternino
0255f41897
Fixed plugin timer processing do not start, when call setPluginTaskTimer in PLUGIN_TIMER_IN
2018-10-25 10:24:09 +02:00
ESPEasy release bot
e88973861f
automatically updated release notes for mega-20181025
2018-10-25 04:00:13 +02:00
Gijs Noorlander and GitHub
d6ec7aa736
Merge pull request #1941 from workgroupengineering/feature/Issue_1794
...
Added auto redirect to home after run reboot command from web page.
2018-10-25 02:12:08 +02:00
Gijs Noorlander and GitHub
8aa5866dd9
Merge pull request #1954 from TD-er/bugfix/replace_yield_delay_0
...
[WDT] Replace yield() with delay(0) & add Sonoff POW R2 build
2018-10-25 02:11:15 +02:00
TD-er
0c384c332e
[Travis] Use variables even when no predefined plugins are added.
2018-10-25 01:54:00 +02:00
TD-er
7a4f3b15b3
[Info] Remove MD5 check fail on self-built images
...
And add in bold a statement it is self built.
2018-10-25 01:43:26 +02:00
TD-er
c38e532e67
[Sonoff] Add pre-defined switch and relay + rules on factory reset
...
Define `GPIO_KEY1` containing GPIO number to get a pre-configured button input on factory reset.
Define `GPIO_REL1` containing GPIO number to get a pre-configured relay on factory reset.
When couple of `GPIO_KEY1` and `GPIO_REL1` is defined, a rule matching both will be added.
This is defined for 1...4
2018-10-25 01:28:25 +02:00
TD-er
f983dd924d
[Build] Add Sonoff POW R2 (4MB)
...
Sonoff POW R2 has 4 MB flash. So this needs a separate build, compared to the regular POW.
2018-10-24 20:44:48 +02:00
TD-er
f0ff52b76b
[WDT] Change yield() to delay(0)
...
`delay(0)` is a special case of delay, which also calls the system scheduler, `yield()` does not call.
It may interrupt a bit more than `yield()`
See #1950
2018-10-24 13:25:36 +02:00
Plebs
3c0e5d1965
fixed as requested
...
- Fixed bootstate logic and inversed logic
- added selected events for doubleclick and longpress
- fixed log messages
- cleaned code
2018-10-23 23:45:23 +02:00
Bartlomiej Zimon
14489a2e98
optimization - remove double checksum check
2018-10-23 19:53:36 +00:00
Bartlomiej Zimon
a920b95cfb
move to PLUGIN_SERIAL_IN from PLUGIN_TEN_PER_SECOND - serial commandline uses our data
2018-10-23 15:52:27 +00:00
Saverio Cisternino
a111175a8f
Added auto redirect to home after run reboot command from web page.
2018-10-23 09:14:31 +02:00
ESPEasy release bot
db76aeb959
automatically updated release notes for mega-20181023
2018-10-23 04:00:14 +02:00
Gijs Noorlander and GitHub
b313957311
Merge pull request #1943 from TD-er/bugfix/pubsubclient_fixes
...
Bugfix/pubsubclient fixes
2018-10-23 02:09:38 +02:00
TD-er
9d0f741e84
[Docs] Add some WiFi related information to docs
...
Last week I added this text in a discussion on an issue.
It is also useful in the documentation so keep a copy there.
2018-10-23 01:48:26 +02:00
TD-er
7c0f1551b8
[WiFi timeout] Set default to 1000 msec again
...
Lower values might give strange issues
2018-10-23 01:45:33 +02:00
TD-er
8a59811392
[PubSubClient] Add delay when waiting for data and flush on disconnect
...
Applied suggestions:
- https://github.com/knolleary/pubsubclient/pull/472
- https://github.com/knolleary/pubsubclient/pull/495
2018-10-23 01:44:22 +02:00
Plebs
e2e715d7de
final fixes
2018-10-22 23:31:49 +02:00
Bartlomiej Zimon
ccb4cf6a7a
move to PLUGIN_TEN_PER_SECOND
...
update comments
2018-10-22 21:19:00 +00:00
Plebs
1b4a217bc9
fixed a display bug
2018-10-22 23:07:00 +02:00
Plebs
19ecf36358
doubleclick and longpress for PCF and MCP
...
Added doubleclick and longpress events for PCF (P019) and MCP (P009)
2018-10-22 22:30:20 +02:00
Bartlomiej Zimon
bdea34a583
CSE7766 add online checksumming, autosyncing without data loos
2018-10-22 19:54:58 +00:00
Gijs Noorlander and GitHub
b7b5028c0c
Merge branch 'mega' into add-raw-ir-reading
2018-10-22 20:05:59 +02:00
Gijs Noorlander and GitHub
c519d887db
Merge pull request #1932 from TD-er/bugfix/1486_rotary_encoder
...
[#1486 ] Allow multiple instances of rotary encoder
2018-10-22 19:58:07 +02:00
Gijs Noorlander and GitHub
29c8b850ba
Merge pull request #1930 from Kurairaito/patch-1
...
Allow multiple instances of _P067_HX711_Load_Cell
2018-10-22 13:01:09 +02:00
Gijs Noorlander and GitHub
d01cb9b9a2
Merge pull request #1933 from TD-er/bugfix/Javascript_update_device_values
...
[JavaScript] Fix update values on Devices tab
2018-10-22 10:59:29 +02:00
ESPEasy release bot
9d894d7c83
automatically updated release notes for mega-20181022
2018-10-22 04:00:15 +02:00
Bartlomiej Zimon
a418cb2bd0
Ser2Net catch serial data only if plugin used
2018-10-21 18:51:43 +00:00
Bartlomiej Zimon
907a672fa0
CSE7766 uses 8E1 serial connection
2018-10-21 18:50:57 +00:00
TD-er
2f10274da2
[JavaScript] Cleanup some code duplication
2018-10-21 17:01:55 +02:00
TD-er
399b344779
[JavaScript] Fix update values on Devices tab
...
Not all plugins have all values.
Now the JavaScript code checks if a DOM element exists before updating its value.
2018-10-21 16:47:06 +02:00
TD-er
2e06ed14c0
[ #1486 ] Allow multiple instances of rotary encoder
...
Used same procedure as for P013 ultrasonic
See #1486
2018-10-21 15:51:36 +02:00
Kurairaito and GitHub
b0032bebdb
Update _P067_HX711_Load_Cell.ino
...
Reduce Ram footprint by using map vector instead of array
2018-10-21 13:41:40 +02:00
Kurairaito and GitHub
a525ec34b0
Update _P067_HX711_Load_Cell.ino
...
Make it compatible when instantiated multiple time
2018-10-21 12:46:26 +02:00
Gijs Noorlander and GitHub
024ec7b727
Merge pull request #1928 from TD-er/bugfix/reduce_webserver_strings
...
Reduce webserver strings
2018-10-21 11:12:52 +02:00
ESPEasy release bot
1ff0141e38
automatically updated release notes for mega-20181021
2018-10-21 04:00:16 +02:00
Gijs Noorlander and GitHub
125db8046b
Merge pull request #1927 from TD-er/feature/1870_build_sysino
...
[#1870 ] Feature request build date as system info
2018-10-21 01:20:51 +02:00
TD-er
720317c829
[Webserver] Uniform row labels to reduce flash string size
2018-10-21 01:18:43 +02:00
TD-er
bbe9005a32
[Webserver] Generate copyText id names
...
Reduce amount of flash strings to reduce build file size
2018-10-21 00:05:31 +02:00
Gijs Noorlander and GitHub
afa16e80b6
Merge pull request #1923 from TD-er/bugfix/wifi_stability
...
Various network stability fixes and reduce memory usage when saving settings
2018-10-20 23:09:50 +02:00
Gijs Noorlander and GitHub
37f5c92aa7
Merge pull request #1926 from TD-er/bugfix/1891_multiple_values
...
[#1891 ] Send all values for Generic UDP controller
2018-10-20 23:08:05 +02:00
TD-er
684b89ae4c
[ #1870 ] Feature request build date as system info
...
See #1870
Added:
- %sysbuild_date%
- %sysbuild_time%
2018-10-20 23:05:59 +02:00
TD-er
8c4612c300
[ #1891 ] Send all values for Generic UDP controller
...
See https://github.com/letscontrolit/ESPEasy/issues/1891#issuecomment-431612051
A copy of the element from the queue was used, not a reference to it.
Therefore increasing the internal counter to send the next value was only executed on the copy, not the element in the list.
2018-10-20 22:34:11 +02:00
Gijs Noorlander and GitHub
0afab53659
Merge pull request #1925 from TD-er/revert/1924_pull_request
...
Revert "fix for #1920 "
2018-10-20 20:05:22 +02:00
Bartlomiej Zimon and TD-er
e6e98345fe
Revert "fix for #1920 "
...
This reverts commit 3f84c35014 .
2018-10-20 20:03:56 +02:00
Gijs Noorlander and GitHub
2394e4a75f
Merge pull request #1924 from uzi18/patch9
...
fix for #1920
2018-10-20 18:51:05 +02:00
ESPEasy release bot
e1c4691325
automatically updated release notes for mega-20181020
2018-10-20 04:00:16 +02:00
Bartlomiej Zimon
3f84c35014
fix for #1920
...
fix for out of sync, check both header bytes
proper check for abnormal state
2018-10-19 22:40:11 +00:00
TD-er
bc0bafa96b
[ #1910 ] Notification settings extra strings on stack
...
See #1910
Added a lot more of these changes and changed the input fields of the Notification Settings to be the same as all input fields in other places.
2018-10-20 00:20:58 +02:00
TD-er
4e7e66822d
[Rules] Early exit on rules processing when rules not enabled
2018-10-20 00:20:58 +02:00
TD-er
6f226e6d65
Proper look for connection.
...
See discussion here: https://github.com/esp8266/Arduino/issues/5257
2018-10-20 00:20:58 +02:00
TD-er
a50a035238
[stack usage] Allocate temp char array on heap for parsing arguments
...
These char arrays were rather large, so allocate on heap instead of char[240] on the stack.
Also re-order elements in not stored structs to reduce memory usage
2018-10-20 00:20:58 +02:00
Gijs Noorlander and GitHub
d560c635f5
Merge pull request #1922 from kpalczewski/mega
...
add support for 64bit IR codes.
2018-10-20 00:05:31 +02:00
kpalczewski
f8db0c0a05
add support for 64bit IR codes.
2018-10-19 22:34:04 +02:00
Gijs Noorlander and GitHub
79616022df
Merge pull request #1919 from giig1967g/new/statusvariables
...
added 4 variables to verify the system status
2018-10-19 22:15:26 +02:00
Gijs Noorlander and GitHub
559d294607
Merge branch 'mega' into new/statusvariables
2018-10-19 21:36:45 +02:00
Gijs Noorlander and GitHub
d2588c5e01
Merge pull request #1848 from giig1967g/new/plugin_pcf
...
Added [plugin#pcfgpio#pinstate#xx] and [plugin#mcpgpio#pinstate#xx]
2018-10-19 21:34:18 +02:00
Gijs Noorlander and GitHub
ba45a51576
Merge pull request #1884 from giig1967g/new/uservars
...
added Global Variables for rules
2018-10-19 21:33:10 +02:00
Gijs Noorlander and GitHub
8321caaeed
Merge branch 'mega' into new/statusvariables
2018-10-19 21:31:18 +02:00
Gijs Noorlander and GitHub
b35ed7d809
Merge pull request #1880 from giig1967g/doubleclick
...
DEBOUNCE, DOUBLECLICK and LONGPRESS events for PLUGIN001
2018-10-19 21:23:22 +02:00
Plebs
a4583d150e
added 4 variables to verify the system status
...
4 new system variables:
%iswifi% (=1 if wifi is connected)
%isntp% (=1 if NTP has been initialized)
%ismqtt% (=1 if mqtt is connected)
%ismqttimp% (=1 if mqtt import is connected)
Example:
if %isntp%=1 and %systime%>%sunset% do
....
endif
2018-10-18 17:44:05 +02:00
ESPEasy release bot
cadc0a885d
automatically updated release notes for mega-20181017
2018-10-17 04:00:18 +02:00
Gijs Noorlander and GitHub
061eb20ae5
Merge pull request #1914 from TD-er/bugfix/reduce_stack
...
[#1906 ] Move Notification and Controller settings to heap
2018-10-17 00:40:30 +02:00
TD-er
9a9799eee7
[Stack] Add Free Stack to System Info plugin
2018-10-17 00:04:22 +02:00
Gijs Noorlander and GitHub
f4615bb76b
Added checklist to the Issue_template
...
Lately a lot of new issues were non-descriptive and the same basic questions were to be asked over and over again.
These are now included in this template.
2018-10-16 23:02:33 +02:00
TD-er
ecc498c359
[ #1906 ] Allocate ControllerSettings on the heap
...
See #1906
2018-10-16 12:24:06 +02:00
TD-er
e0e10fa6c8
[ #1906 ] Allocate NotificationSettings on the heap
...
See #1906
2018-10-16 11:47:46 +02:00
ESPEasy release bot
228f09f394
automatically updated release notes for mega-20181016
2018-10-16 04:00:06 +02:00
Gijs Noorlander and GitHub
19ac19778b
Merge pull request #1909 from giig1967g/bug/toggle
...
Fix for "togglegpio" without gpio initialization
2018-10-16 01:11:46 +02:00
Gijs Noorlander and GitHub
5e2d517ba2
Merge pull request #1913 from TD-er/bugfix/revert_safe_strncpy
...
[Revert] Safe_strncpy cannot be used as generic strncpy replacement
2018-10-16 01:09:59 +02:00
TD-er
7a4b17983e
[Revert] Safe_strncpy cannot be used as generic strncpy replacement
...
It does do more. So only use it to convert Strings to single char arrays.
2018-10-16 00:11:17 +02:00
Plebs
6eba74ccc1
Fix for togglegpio without gpio initialization
2018-10-15 17:34:35 +02:00
ESPEasy release bot
27a05b674c
automatically updated release notes for mega-20181015
2018-10-15 04:00:10 +02:00
Gijs Noorlander and GitHub
4a66bbf081
Merge pull request #1905 from TD-er/bugfix/safe_strncpy
...
[safe strncpy] Add warning when entered string is too large
2018-10-15 00:52:34 +02:00
TD-er
109bddb5c3
[safe strncpy] Add warning when entered string is too large
...
Started with this issue:
"Framed Oled Display mixing up multiple values in different lines" #1904
Now almost all calls to `strncpy` are replaced with this safe variant which does some checking and zero-ing the buffer.
2018-10-15 00:24:57 +02:00
Gijs Noorlander and GitHub
8158a919d8
Merge pull request #1879 from giig1967g/bug/1864
...
fix for bug #1864
2018-10-14 10:35:19 +02:00
ESPEasy release bot
706b91168b
automatically updated release notes for mega-20181014
2018-10-14 04:00:13 +02:00
Gijs Noorlander and GitHub
d047999c5e
Merge pull request #1901 from TD-er/bugfix/warn_incomplete_IPsettings
...
[UX] Warn user for incomplete network IP settings
2018-10-14 00:59:37 +02:00
Gijs Noorlander and GitHub
42f361aacd
Merge pull request #1902 from TD-er/bugfix/1895_I2C
...
[#1895 ] Incorrect number bytes read I2C_read32_reg
2018-10-14 00:43:15 +02:00
TD-er
3dd076cf25
[ #1895 ] Incorrect number bytes read I2C_read32_reg
...
See #1895
2018-10-14 00:42:03 +02:00
TD-er
c0d155dd99
[UX] Warn user for incomplete network IP settings
...
Was a left-over remark in #1291
2018-10-14 00:22:46 +02:00
Gijs Noorlander and GitHub
c433174d71
Merge pull request #1900 from TD-er/bugfix/time_initialized_event
...
Time#Initialized event in rules before %syshour% is set
2018-10-13 23:37:04 +02:00
Gijs Noorlander and GitHub
b805b59baf
Merge pull request #1899 from TD-er/bugfix/controller_check_reply
...
Fix send only first value by controller (#1891 #1892 #1835 )
2018-10-13 23:07:32 +02:00
Gijs Noorlander and GitHub
9fae0477d8
Merge pull request #1894 from letscontrolit/feature/1799_SSID_mainpage
...
[#1799 ] Add SSID to main page
2018-10-13 23:06:55 +02:00
TD-er
f7ac04dc96
Time#Initialized event in rules before %syshour% is set
...
See [forum](http://www.letscontrolit.com/forum/viewtopic.php?f=6&t=5819&p=31376&hilit=Initialized#p31376 ) and [other report of same issue](https://www.letscontrolit.com/forum/viewtopic.php?t=5925 )
2018-10-13 23:05:35 +02:00
TD-er
d50e661efb
[Controller] Fix send only first value
...
See #1891 #1892 #1835
Added an extra option to explicitly check the reply on sent messages by a controller.
2018-10-13 22:21:36 +02:00
Plebs
57b5338af6
Update src/StringConverter.ino
2018-10-12 15:00:58 +02:00
Plebs
bd035c8f81
optimizations
2018-10-12 12:52:22 +02:00
Plebs
ac63d93e1a
Update src/_P001_Switch.ino
2018-10-12 12:10:10 +02:00
Plebs
4cff0d0e02
Update src/_P001_Switch.ino
2018-10-12 10:16:54 +02:00
TD-er
ca83983fd2
[ #1891 ] Generic UPD controller - send only first value from sensor
...
See #1891
2018-10-12 01:04:46 +02:00
Gijs Noorlander and GitHub
d808f7e79b
[ #1799 ] Add SSID to main page
...
See #1799
2018-10-12 00:57:08 +02:00
Plebs
e469350ad9
modified command and variable name
2018-10-11 19:23:42 +02:00
Plebs
60536b1a93
some optimizations
2018-10-11 12:23:08 +02:00
Plebs
b9e45bd515
fixed length check
2018-10-11 12:16:55 +02:00
Plebs
a0992b8383
fixes
2018-10-11 11:50:37 +02:00
Plebs
9315581858
some fixes
2018-10-11 11:37:15 +02:00
ESPEasy release bot
9a763303ca
automatically updated release notes for mega-20181011
2018-10-11 04:00:24 +02:00
Gijs Noorlander and GitHub
7df9379f47
Merge pull request #1886 from TD-er/bugfix/reduce_memory_usage
...
Bugfix/reduce memory usage & improve load ExtraTaskSettings check
2018-10-11 01:48:31 +02:00
Plebs
c32fe50521
Update src/_P023_OLED.ino
2018-10-10 23:28:34 +02:00
Plebs
e4569b26f7
added global variables for rules
...
Added a new command:
customvar,x,y
that stores in a system variable %customvarx% the value 'y'.
Values are float
2018-10-10 23:19:09 +02:00
TD-er
48998886fe
[WebLog] Disable weblog when it is not being read
...
This will prevent log items being generated when web log level is the highest level and it will clear the web log buffer to free memory.
2018-10-10 20:23:10 +02:00
Plebs
36f97d7909
some fixes
2018-10-10 19:24:45 +02:00
TD-er
0e3b9c9e47
[Travis Doc] Remove building documentation by Travis
...
It seems to break the nightly builds, so remove for now.
2018-10-10 15:54:34 +02:00
ESPEasy release bot
acecff4108
automatically updated release notes for mega-20181010
2018-10-10 04:00:09 +02:00
TD-er
3322b954a7
Make sure to load ExtraTaskSettings when needed
...
There is only 1 `ExtraTaskSettings` object, so make sure it is always in sync.
2018-10-10 01:29:38 +02:00
TD-er
4c4b844a4d
[Controller] Set default timeout to 300 msec (was 100 msec)
...
300 msec should be enough for most online services like `cloudmqtt.com`
2018-10-10 00:19:26 +02:00
Gijs Noorlander and GitHub
cf4d28eb4f
Merge pull request #1877 from giig1967g/new/pcfinvertstate
...
Fix for #1767
2018-10-10 00:05:11 +02:00
TD-er
555b5386ae
[C009] Reduce memory usage of FHEM HTTP delay queue
...
The entire JSON string was stored in the queue element, but lot of it can be computed later.
2018-10-09 23:52:46 +02:00
Plebs
1903fdc7f2
fix for bug #1864
...
Removed '.' check
2018-10-09 18:16:15 +02:00
Plebs
918353461e
Update src/_P001_Switch.ino
2018-10-09 16:31:55 +02:00
Plebs
e648a20fd0
Update src/_P019_PCF8574.ino
2018-10-09 16:24:13 +02:00
Plebs
1d7ea5e129
Update src/_P001_Switch.ino
2018-10-09 14:58:21 +02:00
Plebs
6ce5240dd7
few changes
2018-10-09 09:34:50 +02:00
ESPEasy release bot
692fb248ce
automatically updated release notes for mega-20181009
2018-10-09 04:00:18 +02:00
Gijs Noorlander and GitHub
5a87397ee0
Merge pull request #1872 from TD-er/bugfix/JSON_newline
...
Bugfix/json newline and memory allocation optimizations.
2018-10-09 01:14:50 +02:00
TD-er
99ba09b024
[StringConverter] Some optimisations to reduce memory allocation
2018-10-09 01:11:45 +02:00
Plebs
3dea091d21
small fixes
2018-10-09 00:20:27 +02:00
Plebs
ca13317cbd
Update src/_P001_Switch.ino
2018-10-09 00:12:50 +02:00
TD-er
f68516d5bb
[LWIP1.4] Move back to LWIP1.4
...
The combination LWIP1.4 and core 2.4.1 were used until begin of May and those were considered stable.
2018-10-08 23:56:55 +02:00
TD-er
8102a0096d
[JSON] Replace \n and \r in text fields
...
Those are not allowed in strings in JSON.
This leads to (web) log viewer crashing.
2018-10-08 23:44:44 +02:00
Plebs
73cec59bd5
Update src/_P001_Switch.ino
2018-10-08 22:30:02 +02:00
Gijs Noorlander and GitHub
96ecf9bf29
Merge pull request #1871 from TD-er/bugfix/travis_check_for_docs
...
[Docs] Disable travis_terminate for now
2018-10-08 21:05:55 +02:00
TD-er
ef1e371514
[Docs] Disable travis_terminate for now
...
Apparently `travis_terminate` does not exist anymore as a command to stop the script without failing.
2018-10-08 19:29:56 +02:00
Gijs Noorlander and GitHub
45d67292a3
Merge pull request #1869 from TD-er/feature/travis_build_docs
...
Feature/travis build docs
2018-10-08 16:38:16 +02:00
TD-er
b5662baad4
[Docs] Run Travic documentation check before compiling project
2018-10-08 16:04:12 +02:00
TD-er
12c3e5f81f
[Docs] Add Travis check for documentation and stop build for docs only
...
Let Travis build the documentation and prevent full build when only documentation changed.
2018-10-08 15:34:02 +02:00
TD-er
dececf24ee
[Docs] Add favicon to documentation
2018-10-08 15:31:48 +02:00
ESPEasy release bot
3fb6dec382
automatically updated release notes for mega-20181008
2018-10-08 04:00:09 +02:00
Gijs Noorlander and GitHub
cef962c5f1
Added link to ReadTheDocs
2018-10-08 00:05:58 +02:00
Gijs Noorlander and GitHub
cca2335070
Merge pull request #1868 from TD-er/feature/update_sphinx_docs
...
[Docs] Added some directory structure and template
2018-10-08 00:01:07 +02:00
TD-er
ffd0d26ed3
[Docs] Added some directory structure and template
2018-10-08 00:00:27 +02:00
Plebs
9b457ed77b
some code optimizations
2018-10-07 23:12:23 +02:00
Grovkillen and GitHub
f787a9a9a6
[Sphinx] added extension "sphinx.ext.imgconverter"
2018-10-07 19:11:49 +02:00
Gijs Noorlander and GitHub
a0ae104794
Merge pull request #1865 from TD-er/feature/sphinx_docs
...
Feature/sphinx docs
2018-10-07 18:26:06 +02:00
TD-er
2b78810457
[Docs] First ESPEasy documentation (Controllers)
2018-10-07 18:23:25 +02:00
TD-er
43081c3ac8
[Sphinx] Initial setup for Sphinx documentation
2018-10-07 17:09:52 +02:00
ESPEasy release bot
33281c08c2
automatically updated release notes for mega-20181007
2018-10-07 04:00:09 +02:00
Gijs Noorlander and GitHub
461aee26ad
Merge pull request #1861 from TD-er/feature/debug_esp32_wrover_kit
...
Move stack to user memory space and close file handles + Add WROVER dev kit debug support
2018-10-06 23:19:18 +02:00
Gijs Noorlander and GitHub
2b0b14b2e8
Merge pull request #1853 from blenk92/XSS
...
Fix XSS-Vulnerabilites on wifi configuration pages
2018-10-06 22:56:47 +02:00
Gijs Noorlander and GitHub
b7404666b1
Merge pull request #1851 from blenk92/mega
...
Force slash to be converted in htmlEscape
2018-10-06 22:56:37 +02:00
Gijs Noorlander and GitHub
da25aa87dd
Merge pull request #1733 from giig1967g/new/invertvalue
...
Add four new TOGGLE commands
2018-10-06 22:55:57 +02:00
TD-er
10a1e634e2
[SPIFFS] Make sure to close open files on SPIFFS
2018-10-06 22:36:41 +02:00
TD-er
83f86449b9
[Stack] Move Arduino 'cont' stack into user RAM
...
As suggested [here](https://github.com/letscontrolit/ESPEasy/pull/1858#issuecomment-427578956 ) the previous used flag may also enable WPS.
So I used [this suggestion](https://github.com/esp8266/Arduino/issues/5148#issuecomment-424334261 ) to only re-allocate the stack at link time.
2018-10-06 20:01:39 +02:00
TD-er
eee337d3e3
[ESP32] Allow Wrover dev kit to be used for PIO debug
...
Initial setup to be able to debug ESP32 Wrover dev kit from within Visual Studio Code + PIO plus.
2018-10-06 18:31:17 +02:00
ESPEasy release bot
c549ecd329
automatically updated release notes for mega-20181006
2018-10-06 04:00:13 +02:00
Gijs Noorlander and GitHub
d9e682668d
Merge pull request #1858 from TD-er/bugfix/increase_stack_5k
...
[Stack] Increase stack to 5k and reduce stack allocations in rules
2018-10-06 00:57:31 +02:00
TD-er
e38072ac24
[Build flags] Remove NO_EXTRA_4K_HEAP
...
Core is now set to 2.4.1 again, so this flag is not needed anymore.
Also not sure if it did fix something in 2.4.2 core.
2018-10-06 00:53:53 +02:00
TD-er
6aebeba5dc
[WiFi] Add delay to connection attempts in ControllerSettings
...
As suggested by @s0170071 [here](https://github.com/letscontrolit/ESPEasy/issues/1774#issuecomment-425038026 )
2018-10-06 00:50:43 +02:00
TD-er
da01c8f469
[Stack] Increase stack to 5k and reduce stack allocations in rules
...
Removed some unneeded stack allocations of 240 bytes in the rules processing.
Also gave the `process_system_event_queue()` a bit more priority to make sure it will be looked at at least once every 500 msec.
2018-10-05 00:52:22 +02:00
Plebs
d3c86b9824
code optimization
2018-10-04 12:07:32 +02:00
Plebs
9621a91d90
added [plugin#mcpgpio#pinstate#xx]
2018-10-04 11:31:49 +02:00
ESPEasy release bot
b3b68856f0
automatically updated release notes for mega-20181004
2018-10-04 04:00:08 +02:00
Max
bec5cb5334
Fix XSS-Vulnerabilites on wifi configuration pages
...
Add escaping of wifi network names that can be discovered using the search
functionality of for instantce the /setup page. As these names are also used
inside an html tag, a stronger html encoding variant has been added.
2018-10-04 03:19:09 +02:00
Gijs Noorlander and GitHub
bda6011390
Merge pull request #1852 from TD-er/bugfix/wificlient_timeout
...
[#1830 ] WiFi client timeout & back to core 2.4.1
2018-10-04 00:56:09 +02:00
Gijs Noorlander and GitHub
f3fdb93a52
Merge pull request #1831 from JojoS62/mega
...
[P013_HCSR04] added error checking and logging
2018-10-04 00:54:02 +02:00
Gijs Noorlander and GitHub
200b060b15
Merge pull request #1846 from thomastech/mega
...
Update _P075_Nextion.ino
2018-10-04 00:51:44 +02:00
Gijs Noorlander and GitHub
ff41cb2f94
Merge pull request #1849 from uzi18/patch9
...
- partial fix for #1723
2018-10-04 00:51:03 +02:00
TD-er
c134eb6d13
[Core 2.4.1] Move back to core 2.4.1 from 2.4.2
...
PlatformIO `espressif8266@1.7.3` instead of `espressif8266@1.8.0`
2.4.2 has a lot of improvements like 4k of extra free memory.
But also the number of hardware watchdog reboots has increased a lot and the PWM related code no longer seems to work on 2.4.2
So for now, back to 2.4.1 library.
2018-10-04 00:24:28 +02:00
TD-er
f9e2a211e1
[WiFiClient] Set timeout and make it configurable for controllers
...
The default timeout for wificlient is 1000 msec. This may cause all kind of strange effects when the node is being blocked for so long.
2018-10-04 00:21:00 +02:00
Max
bd3d3f66f4
Force slash to be converted in htmlEscape
...
According to the owasp XSS prevention cheat sheet it is also necessary to encode / as it may helps to end html entities
(Source https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet#RULE_.231_-_HTML_Escape_Before_Inserting_Untrusted_Data_into_HTML_Element_Content )
2018-10-03 23:58:24 +02:00
Bartlomiej Zimon
3bad683211
- partial fix for #1723
2018-10-03 21:13:56 +00:00
TD-er
68f6e913a2
[sendHttp] #1830 Set timeout and early exit on timeout reached
...
See #1830
2018-10-03 23:10:47 +02:00
Plebs
0b9c550fd7
Added [plugin#pcfgpio#pinstate#xx]
...
Added [plugin#pcfgpio#pinstate#xx] variable for rules
2018-10-03 22:49:11 +02:00
Plebs
96420faa2f
added "mcpgpiotoggle" command
2018-10-03 22:07:42 +02:00
Thomas and GitHub
8eea77e4ed
Update _P075_Nextion.ino ( #1 )
...
Added DEBUG_LOG define to reduce info log messages and prevent serial log flooding.
Added SendStatus() to post log message on browser to acknowledge HTTP write.
Added reserve() to minimize string memory allocations.
2018-10-03 09:02:02 -07:00
JojoS62
3d1f723787
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into mega
2018-10-03 15:27:40 +02:00
JojoS62
5d459003e4
fixed 'unused variable' warning
2018-10-03 15:19:19 +02:00
JojoS62
ad208c357c
code clean up
...
added default for filter size = 5.
clode clieanup: using constants, read setting into local vars for better readability,
2018-10-03 14:33:17 +02:00
ESPEasy release bot
b1c777e6fd
automatically updated release notes for mega-20181003
2018-10-03 04:00:18 +02:00
JojoS62
f5ab15c255
max distance depends on measurement unit
...
setting is in user units, ping function needs cm. Conversion added.
added unit to log output.
2018-10-02 17:41:23 +02:00
JojoS62
001ec6dcd2
added more settings: unit, filtertype and size
...
Measuring unit can be changed bewtween metric/imperial
Filtertype can none or median. If median a filtersize can be set.
Meauring value time to distance conversion now as float division, resulting in a higher resolution output.
2018-10-02 17:00:22 +02:00
JojoS62
15e5edccd8
added float calculation for time to distance conversion
...
returns higher resolution, especially for measuring in inches the integer resolution was low.
2018-10-02 16:57:33 +02:00
Gijs Noorlander and GitHub
651353cc99
Merge pull request #1842 from crankyoldgit/patch-2
...
Acknowledge credit & origin of code used in _P016IR.ino
2018-10-02 13:41:35 +02:00
Gijs Noorlander and GitHub
85f97551c5
Merge pull request #1841 from crankyoldgit/patch-1
...
Acknowledge credit & origin of code used in IRTX
2018-10-02 13:41:23 +02:00
David Conran and GitHub
6a158f68f5
Acknowledge credit & origin of code used in _P016IR.ino
...
FYI @TD-er
Ref: https://github.com/letscontrolit/ESPEasy/pull/1645#issuecomment-422253497
2018-10-02 21:36:18 +10:00
David Conran and GitHub
1933714de5
Acknowledge credit & origin of code used in IRTX
...
FYI @TD-er
Ref: https://github.com/letscontrolit/ESPEasy/pull/1645#issuecomment-422253497
2018-10-02 21:29:57 +10:00
ESPEasy release bot
545117ddf7
automatically updated release notes for mega-20181002
2018-10-02 04:00:29 +02:00
Gijs Noorlander and GitHub
8eb479c411
Merge pull request #1837 from TD-er/bugfix/schedule_commands_yield
...
[Stack] Report stack usage on ESP32 and increase stack for ESP8266normal
2018-10-01 23:27:07 +02:00
TD-er
b39f51ca3c
[Stack] Report stack usage on ESP32 and increase stack for ESP8266normal
...
Stack usage on ESP32 is querying current stack, not statistics per RTOS task.
2018-10-01 22:15:32 +02:00
Gijs Noorlander and GitHub
4511e08d3c
Merge pull request #1805 from giig1967g/new/parse
...
split parseTemplate function
2018-10-01 17:12:21 +02:00
Gijs Noorlander and GitHub
086e836956
Merge pull request #1836 from TD-er/feature/esp32_pio_1_4_0
...
[ESP32] Update to platform espressif32@1.4.0
2018-10-01 17:10:45 +02:00
Gijs Noorlander and GitHub
3e20f617ea
Merge pull request #1827 from TD-er/bugfix/DTH_Si7021_reading_stability
...
[#1798 ] Bugfix Sonoff Si7021 stability
2018-10-01 17:10:23 +02:00
TD-er
8d9aacb6a4
[ESP32] Update to PIO espressif32@1.4.0
...
[ESP32 IDF 3.1](https://github.com/espressif/esp-idf/releases/tag/v3.1 )
[ESP32 PIO 1.4.0](https://github.com/platformio/platform-espressif32/releases/tag/v1.4.0 )
2018-10-01 16:34:21 +02:00
TD-er
0670fa98a6
[ESP32] Add default partition table for reference
2018-10-01 16:32:20 +02:00
ESPEasy release bot
2b3d1517c9
automatically updated release notes for mega-20181001
2018-10-01 13:13:13 +02:00
Gijs Noorlander and GitHub
0be79759d1
Merge pull request #1834 from TD-er/bugfix/detect_large_stack_allocs
...
[Stack] Move Arduino stack back to top of System stack instead of overlap
2018-10-01 01:25:38 +02:00
TD-er
d47bede215
[Stack] Revert move Settings from stack to heap
...
Apparently the settings are allocated on the system stack and not on the Arduino stack.
This means it takes a lot of ram when allocated on the heap. So move it back to the system stack.
2018-10-01 00:51:04 +02:00
TD-er
2988a244b2
[Stack] Check if a block sent to save on SPIFFS is stack allocated
2018-10-01 00:42:01 +02:00
TD-er
8d87dc0175
[Heap] Use NO_EXTRA_4K_HEAP to get old stack address space
...
Originally the Arduino stack was placed on top of the system stack.
But since the system stack is mostly empty, it was decided to shift the Arduino stack to overlap the system stack to save an extra 4k of memory.
However, since a lot of Watchdog timer reboots are reported lately, this optimisation will now be reverted to see if it will improve stability.
This will use about 4k more RAM.
2018-10-01 00:40:55 +02:00
Gijs Noorlander and GitHub
21c86e666a
Merge pull request #1829 from TD-er/feature/1824_stack_stats
...
[#1824 ] Show stack size on main page
2018-09-30 19:37:16 +02:00
JojoS
e6fdd3380a
added error checking and logging
...
there were several errors that all resulted in a distance value reading of 0. Added an errorState that is printed to the log and helps troubleshooting.
Max. Distance checking can be turned off by setting max distance to 0 cm. If max. distance is used, exceeding the range will return a distance of 0 cm and print this to the log.
2018-09-30 15:23:36 +02:00
TD-er
e04f71ab47
[ #1824 ] Show stack size on main page
...
See #1824
2018-09-30 09:32:01 +02:00
ESPEasy release bot
90ae0720cf
automatically updated release notes for mega-20180930
2018-09-30 04:00:24 +02:00
Gilad Raz
4ec2af24a3
Increased buffer size. Added constants.
2018-09-30 01:10:55 +03:00
TD-er
c8ecd8d374
[ #1798 ] Bugfix Sonoff Si7021 stability
...
See #1798
2018-09-29 22:50:24 +02:00
Gijs Noorlander and GitHub
7a451dd672
Merge pull request #1825 from TD-er/bugfix/proper_default_settings
...
Bugfix/proper default settings
2018-09-29 15:39:21 +02:00
Gijs Noorlander and GitHub
b06f6aa360
Merge pull request #1823 from JojoS62/mega
...
minor change: unit was missing for threshold in 'state' mode
2018-09-29 15:06:36 +02:00
TD-er
6b67415c71
[Defaults] Other default initializations
2018-09-29 15:05:10 +02:00
JojoS
b095465d3a
minor change: unit was missing for threshold in 'state' mode
2018-09-29 14:09:03 +02:00
Gijs Noorlander and GitHub
81a5d911ba
Merge pull request #1809 from JojoS62/mega
...
fixed distance reading
2018-09-29 13:38:44 +02:00
TD-er
48060d8d99
[Default Settings] Properly clear settings when reset to default
2018-09-29 12:40:29 +02:00
JojoS
d303fa023f
changed implementation to use shared_ptr instead of helper structure
...
this makes it easier to use this as a template for other sensors. No additional helper class/structure is needed.
2018-09-29 11:58:57 +02:00
JojoS
29b0cc1b32
removed sensordefs helper structure
...
to simplify the code
2018-09-27 22:00:01 +02:00
JojoS
584abd1e75
on INIT, delete sensordef before adding new
2018-09-27 14:19:54 +02:00
JojoS
b4d8be0e59
fixed distance reading
...
the P_013_sensordef object was created on the stack and the destructor was called after leaving the PLUGIN_INIT. That deleted the included NewPingESP8266 object and using this object failed.
2018-09-27 11:56:31 +02:00
ESPEasy release bot
30f5c5cb7d
automatically updated release notes for mega-20180927
2018-09-27 04:00:17 +02:00
Plebs
6e7286c6fb
split parseTemplate function
...
simplifying code
2018-09-26 23:40:01 +02:00
Gijs Noorlander and GitHub
ae1db543ce
Merge pull request #1804 from TD-er/bugfix/ESP32_partition_build
...
[ESP32] Split new partition layout to separate build
2018-09-26 22:52:30 +02:00
TD-er
947e1e0343
[Build] Add esp32test_1M8_partition build and warning on ESP32 partition
2018-09-26 22:49:30 +02:00
TD-er
0578d720f4
[ESP32] Split new partition layout to separate build
...
See "ESP32 not start after last upgrade" #1802
2018-09-26 21:55:02 +02:00
Gilad Raz
3fee6794f2
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into add-raw-ir-reading
2018-09-26 19:03:47 +03:00
Gilad Raz
019e33331b
Merge branch 'mega' into add-raw-ir-reading
...
# Conflicts:
# src/_P016_IR.ino
# src/_P035_IRTX.ino
2018-09-26 19:01:50 +03:00
Gijs Noorlander and GitHub
211d79bbd5
Merge pull request #1792 from TD-er/feature/ESP32_partition_table
...
[ESP32] Change partition size (will clear all settings) and add plugins
2018-09-26 09:05:44 +02:00
Gilad
8a751a0922
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into mega
2018-09-25 18:43:37 +03:00
Gilad
450eca8dc5
Fixed warnings...
2018-09-25 03:13:14 +03:00
Gilad
ce0bfbf717
Fixed warnings...
2018-09-25 02:30:20 +03:00
Gilad
bb316bbd30
Improved IR RAW2 format to support RLE.
2018-09-25 01:42:45 +03:00
TD-er
91c5d60af9
[Info] Add board name to the sysinfo page.
2018-09-25 00:19:17 +02:00
TD-er
0d9bc8027d
[ESP32] RTOS move handle_schedule() to core1 and increase stack
...
Enable RTOS flag in advanced settings (and reboot) to create separate threads on the 2nd ESP32 core, which will handle the scheduler.
This lowers stack usage and CPU load.
Also the ESP will no longer crash when saving large settings like for the Framed OLED plugin.
2018-09-25 00:18:46 +02:00
TD-er
bd2bdab95c
[Stack] Move Settings from stack to heap
2018-09-24 22:08:02 +02:00
TD-er
c4f98fbc8e
[Travis] Uninitialized variable in P073_7DGT
2018-09-24 20:13:24 +02:00
ESPEasy release bot
b332a513b5
automatically updated release notes for mega-20180924
2018-09-24 04:00:20 +02:00
TD-er
e36bb714f1
[ESP32] Change partition size (will clear all settings) and add plugins
...
The last update to > 0.12 increased the binary size a lot. This is mainly due to the added BLE support.
This makes it almost impossible to use the default partition table layout.
This changes the app partitions to 1.8 MB and reduces the SPIFFS to 320 k.
Changing the partition table will clear all settings, so make a backup of the settings.
Also added all plugins that would compile (not tested) for ESP32.
Known issue:
ESP32 might crash due to stack overflow when saving settings of plugins. (e.g. OLED framed plugin)
2018-09-24 00:23:45 +02:00
Gijs Noorlander and GitHub
6e1cde343f
Merge pull request #1791 from TD-er/bugfix/ESP32_I2C
...
[ESP32] Fix I2C handling to allow I2C devices to work
2018-09-23 22:14:43 +02:00
TD-er
cce9ddd2dc
[ESP32] Fix I2C handling to allow I2C devices to work
...
See this issue: [I2C repeated start broken](https://github.com/platformio/platform-espressif32/issues/126 )
2018-09-23 21:17:55 +02:00
Gijs Noorlander and GitHub
51be17a436
Merge pull request #1780 from clumsy-stefan/sensor_type_change
...
Change type of sensor for MCP and PCF devices
2018-09-23 20:18:38 +02:00
Gijs Noorlander and GitHub
66d27a6697
Merge pull request #1776 from beigenmann/mega
...
Fix platformio
2018-09-23 20:17:33 +02:00
Gijs Noorlander and GitHub
a033e458fb
Merge pull request #1782 from TD-er/bugfix/MQTT_reconnect_name
...
[MQTT] Work around for lost MQTT connection
2018-09-23 20:17:07 +02:00
Gijs Noorlander and GitHub
494436bbff
Merge pull request #1789 from sakinit/ESP32-to-core_esp32_1_3_0
...
ESP32: change to platform version core_esp32_1_3_0
2018-09-23 20:16:52 +02:00
sakinit
23bacd0762
change to platform version core_esp32_1_3_0
2018-09-23 17:49:47 +02:00
Gilad
9bdfab3fa2
Add IR RAW2 Reading / Transmitting - added a safety check.
2018-09-23 15:49:26 +03:00
Gilad
9d446745cc
Add IR RAW2 Reading / Transmitting - fixed ambiguity.
2018-09-23 14:38:36 +03:00
Gilad
d2ab946d17
Add IR RAW2 Reading / Transmitting.
2018-09-23 12:44:56 +03:00
Gilad
fcc71a56b6
Add IR RAW2 Reading / Transmitting.
2018-09-23 12:40:52 +03:00
ESPEasy release bot
f131254853
automatically updated release notes for mega-20180923
2018-09-23 04:00:12 +02:00
TD-er
657d15d962
[MQTT] Work around for lost MQTT connection
...
Maybe a fix for #1525
Meant to be a fix for #1530
It looks like the MQTT broker is refusing to accept a new connection from a specific client ID, as long as the broker thinks a client with that ID is still connected.
This work around adds the number of wifi reconnects to the clientID, to make the ID unique when a reconnect has to be made.
2018-09-23 00:54:55 +02:00
Gijs Noorlander and GitHub
60910da48d
Merge pull request #1749 from sakinit/ESP32-P1WifiGateway-updates
...
Esp32 p1 wifi gateway updates
2018-09-22 20:59:32 +02:00
Gijs Noorlander and GitHub
6cee2d0f32
Merge pull request #1779 from TD-er/bugfix/BME280_slow_reading
...
[BME280] Fix slow reading of BME280 causing watchdog resets
2018-09-22 20:45:20 +02:00
stefan
533cb88a64
Change type of sensor for MCP and PCF devices
...
MCP and PCF devices should be of type SWNSOR_TYPE_SWITCH instead of SENSOR_TYPE_SINGLE so that the controllers can identify them correctly as switches (for GPIO related functions)
2018-09-22 20:41:53 +02:00
TD-er
ffa32fe851
[BME280] Fix slow reading of BME280 causing watchdog resets
...
The plugin still had some delay and an active polling to see if the reading was ready.
This took more than 1.5 sec per reading, which could trigger a Watchdog reset.
2018-09-22 20:34:56 +02:00
Gijs Noorlander and GitHub
b900cc9389
Merge pull request #1777 from TD-er/bugfix/MQTTimport
...
[MQTT import] Fix crash at boot when plugin is enabled
2018-09-22 19:13:25 +02:00
TD-er
8e11c19af6
[MQTT import] Fix crash at boot when plugin is enabled
...
See #1722
Inspired by [this comment](https://github.com/letscontrolit/ESPEasy/issues/1722#issuecomment-422191721 ) of @kainhofer
2018-09-22 16:39:16 +02:00
Benno Eigenmann
f33ca6df78
Fix platformio
2018-09-22 15:57:09 +02:00
ESPEasy release bot
194a230d20
automatically updated release notes for mega-20180922
2018-09-22 04:00:22 +02:00
Gijs Noorlander and GitHub
7a5a432016
Merge pull request #1773 from TD-er/reapply_reverts
...
Reapply reverts
2018-09-22 02:04:30 +02:00
TD-er
07511fe144
Revert "Revert "Fix elseif & Add if-elseif-else nesting levels""
...
This reverts commit a4fe8d42d2 .
2018-09-21 22:15:13 +02:00
Gijs Noorlander
9a390136f9
Revert "Revert "Added 2 new operators in Calculate() function""
...
This reverts commit fa42cadfa1 .
2018-09-21 22:14:30 +02:00
Gijs Noorlander and GitHub
27a03f166a
Merge pull request #1770 from TD-er/bugfix/revert_disable_command_scheduler_0915
...
Revert "[Scheduler] Disable command scheduler"
2018-09-21 22:10:50 +02:00
TD-er
0a63aeb8f0
Revert "[Scheduler] Disable command scheduler"
...
This reverts commit 38af765935 .
2018-09-20 23:20:19 +02:00
sakinit
22c10ac615
ESP32 platform updated to 1.2.0; Webserver replaced by platform one
2018-09-16 16:44:25 +02:00
ESPEasy release bot
ac83cfa249
automatically updated release notes for mega-20180916
2018-09-16 04:00:11 +02:00
Gijs Noorlander and GitHub
6ef0c08bc4
Merge pull request #1754 from TD-er/bugfix/backgroundtasks_rules
...
[HW Watchdog] Backgroundtasks instead of yield during rules handling
2018-09-16 01:19:47 +02:00
TD-er
1ee965067d
[HW Watchdog] Backgroundtasks instead of yield during rules handling
2018-09-16 01:19:14 +02:00
Gijs Noorlander and GitHub
e46a873fce
Merge pull request #1753 from letscontrolit/revert-1641-mega
...
Revert "Fix elseif & Add if-elseif-else nesting levels"
2018-09-16 01:15:04 +02:00
Gijs Noorlander and GitHub
784e956c96
Merge pull request #1752 from letscontrolit/revert-1742-new/not
...
Revert "Added 2 new operators in Calculate() function"
2018-09-16 01:14:32 +02:00
Gijs Noorlander and GitHub
b6eebb330a
Added warning to release notes 20180915
2018-09-16 01:13:49 +02:00
Gijs Noorlander and GitHub
a4fe8d42d2
Revert "Fix elseif & Add if-elseif-else nesting levels"
2018-09-16 01:08:42 +02:00
Gijs Noorlander and GitHub
fa42cadfa1
Revert "Added 2 new operators in Calculate() function"
2018-09-16 01:04:37 +02:00
sakinit
17dc6fa859
Reverted Webserver change
2018-09-15 16:22:58 +02:00
sakinit
1432726dec
ESP32: Split webserver spiffs filelist into pages
2018-09-15 12:14:33 +02:00
sakinit
7ba6ffa407
Fix ESP32 stack overflow in addPinSelect when called from P1WifiGateway
...
In addFormPinSelect move local variables from the stack to the heap
because when it is called from the P1WifiGateway there is not enough
stack space resulting in a stack overflow.
2018-09-15 12:14:27 +02:00
sakinit
ab555e4d6b
ESP32 build issues fixed
...
- Compiler issue of comment within comment
- ESP32Webserver renamed to Webserver in ESP32 Arduino library
2018-09-15 12:14:22 +02:00
ESPEasy release bot
d4259f4e23
automatically updated release notes for mega-20180915
2018-09-15 04:00:15 +02:00
Gijs Noorlander and GitHub
aef45c06f6
Merge pull request #1747 from TD-er/bugfix/sunrise
...
[#1698 ] Incorrect sunrise value southern hemisphere
2018-09-15 00:19:42 +02:00
Gijs Noorlander and GitHub
828f9e6a30
Merge pull request #1746 from TD-er/feature/hostname_settings
...
Validate settings + hostname format option
2018-09-15 00:14:30 +02:00
TD-er
e79d778cf4
[ #1698 ] Incorrect sunrise value southern hemisphere
...
See #1698
2018-09-15 00:10:45 +02:00
TD-er
965eb2d994
[ #1713 ] Make hostname-unitnumber optional & validate settings
...
See #1713
Also added validation check for some values in the settings at load/save of settings.
This could be extended later on for task settings.
2018-09-14 23:44:58 +02:00
Gijs Noorlander and GitHub
657fccf49f
Merge pull request #1641 from svmac/mega
...
Fix elseif & Add if-elseif-else nesting levels
2018-09-14 23:27:00 +02:00
Gijs Noorlander and GitHub
228b41a1ac
Merge pull request #1742 from giig1967g/new/not
...
Added 2 new operators in Calculate() function
2018-09-14 23:26:25 +02:00
Gijs Noorlander and GitHub
3bba294eb7
Merge pull request #1745 from TD-er/bugfix/commands_not_using_scheduler
...
[Scheduler] Disable command scheduler
2018-09-14 23:22:21 +02:00
TD-er
0254181b3e
[Controller settings] Validate settings on load/save
...
Make sure new values are set to proper defaults and within valid range.
2018-09-14 22:54:23 +02:00
Gijs Noorlander and GitHub
3b67282abb
Merge branch 'mega' into mega
2018-09-14 21:26:21 +02:00
TD-er
38af765935
[Scheduler] Disable command scheduler
...
For now the commands will no longer use the scheduler.
Commands running asynchronous is causing too much issues.
2018-09-14 21:23:09 +02:00
Plebs
ff180b085c
Added 2 new operators in Calculate
...
hi,
added 2 new operators for calculations:
!: Logical NOT:
returns 1 if operand is = 0
returns 0 if operand is != 0
%: MOD:
converts operands in integers and calculates the remainder of the division
2018-09-14 16:44:11 +02:00
ESPEasy release bot
e0785eb796
automatically updated release notes for mega-20180914
2018-09-14 04:00:17 +02:00
Gijs Noorlander and GitHub
75a83787a4
Merge pull request #1740 from TD-er/bugfix/disable_failing_plugin
...
[CrashRecover] Disable failing step based on failed boot count
2018-09-14 00:18:48 +02:00
Gijs Noorlander and GitHub
65bea6343c
Merge pull request #1734 from giig1967g/new/eventvalue
...
adding more parameters to EVENT
2018-09-14 00:15:41 +02:00
Gijs Noorlander and GitHub
6fe61411a0
Added PayPal link
2018-09-14 00:10:48 +02:00
Gijs Noorlander and GitHub
4552e91022
Merge pull request #1731 from giig1967g/new/calculate
...
Use parameters inside rules when calling commands
2018-09-14 00:06:13 +02:00
Gijs Noorlander and GitHub
cc94d70e6c
Merge pull request #1730 from sakinit/feature-webserver-spiffs-filelist-multiple-pages
...
Feature: Split webserver spiffs filelist into pages
2018-09-13 23:50:11 +02:00
Gijs Noorlander and GitHub
2435078f76
Merge pull request #1732 from TD-er/feature/flash_tools
...
[Flash tools] Add blank files and README.txt to dist folder
2018-09-13 23:49:43 +02:00
Gijs Noorlander and GitHub
dd2cd50d4b
Merge pull request #1738 from giddyhup/mega
...
Fix IR plugin passing received code
2018-09-13 23:48:46 +02:00
TD-er
fe38eb629d
[CrashRecover] Disable failing step based on failed boot count
...
When the node gets locked in a boot loop, the only recovery is to erase it and start all over.
This fix will count the number of failed boots and above a certain threshold it will start disabling plugin, then controller and then notification.
Only one will be disabled at once, so the user can see which one is giving issues.
The disabled state will not be saved, so make sure to save the failing part when it is accessible again.
2018-09-13 23:44:24 +02:00
Plebs
e961507456
added %eventvalue4%
2018-09-13 19:14:13 +02:00
Plebs
e5ee5644bf
final version with '=' sign as a prefix to identify the formula in rules
2018-09-12 22:48:44 +02:00
Gijs Noorlander and GitHub
ac6d85e214
Merge branch 'mega' into mega
2018-09-12 21:54:50 +02:00
Markus Gloede
39c2d54aee
Fix IR plugin passing received code
2018-09-12 21:09:05 +02:00
Plebs
68efd5ff9e
adding more parameters to EVENT
...
Hi,
adding the possibility to have 3 parameters when calling an event:
event,eventname=p1,p2,p3
The variable name are:
param 1: %eventvalue% or %eventvalue1%
param 2: %eventvalue2%
param 3: %eventvalue3%
2018-09-11 17:38:47 +02:00
Plebs
627f516f85
fixed calls to F-macro
2018-09-11 16:03:35 +02:00
Plebs
a45fadf42e
fixed ESP32 compatibility issue
2018-09-11 14:38:14 +02:00
Plebs
2ae52b849c
few changes
...
optimized the call to CALCULATE only when needed and description of error codes.
2018-09-11 13:10:00 +02:00
Plebs
639685ea0d
fixed float to int conversion
2018-09-11 10:16:44 +02:00
Plebs
867209de6d
Add three new TOGGLE commands
...
Added three new commands to toggle the pins from 0 to 1 or viceversa and to toggle the task value:
Command: taskvaluetoggle
P001: gpiotoggle
P019:pcfgpiotoggle
2018-09-11 00:38:55 +02:00
TD-er
1d8b6d346b
[Flash tools] Add blank files and README.txt
2018-09-10 23:02:38 +02:00
Plebs
2a5ac327d3
Use parameters inside rules when calling commands
...
Hi,
here is a PR for using parameters when calling commands from inside the rules.
The scope is to be able to use formulas instead of an integer when calling a command inside the rules.
Example:
taskvalueset,1,%eventvalue%+65,[Relay1#r1]+1
Usage could be:
Assuming you have a PCF8574 with ports from 65 to 72.
You can write a rule:
on turnOnRelay do
pcfgpio,%eventvalue%+64,0
endon
And to turn on port65, the rule can be called like this:
event,turnOn=1
2018-09-10 22:59:50 +02:00
sakinit
886101d4d4
Feature: Split webserver spiffs filelist into pages
2018-09-10 17:37:05 +02:00
ESPEasy release bot
8fc6486855
automatically updated release notes for mega-20180910
2018-09-10 04:00:23 +02:00
Gijs Noorlander and GitHub
eeb1cc71b3
Merge pull request #1728 from TD-er/bugfix/command_send_http
...
Bugfix/command SendToHTTP & Domoticz IDX > 9999
2018-09-10 01:02:58 +02:00
TD-er
13837830e8
[Domoticz IDX] Allow for IDX of > 9999
2018-09-09 23:00:16 +02:00
Gijs Noorlander and GitHub
f86ff46a82
Merge pull request #1727 from sakinit/P1WifiGatewayModuleBufSize
...
Reduced buffer size to prevent stack overflow
2018-09-09 22:53:23 +02:00
TD-er
e901bc957a
[HTTP] Command SendToHttp cannot connect
...
Incorrect check for return value.
As suggested via the [forum](https://www.letscontrolit.com/forum/viewtopic.php?f=6&t=5794&p=31203#p31181 )
2018-09-09 21:58:14 +02:00
sakinit
e7e10c5305
Reduced buffer size to prevent stack overflow
2018-09-09 19:54:23 +02:00
ESPEasy release bot
466ddfbe88
automatically updated release notes for mega-20180909
2018-09-09 04:00:14 +02:00
Gijs Noorlander and GitHub
c8f02d2a4c
Merge pull request #1721 from TD-er/bugfix/wifi_connection_slow_server
...
[#1720 ] WiFi read all lines from slow servers
2018-09-08 23:14:33 +02:00
TD-er
af1d9b38c9
[Serial log] Use buffer to prevent Serial buffer to overflow
...
Write the log lines to a std::deque and write that buffer to the serial port without overflow of the Serial buffer.
This flushing is done during background task.
2018-09-08 20:48:29 +02:00
Gijs Noorlander and GitHub
7294217489
Revert [WDT] Add watchdog feed to backgroundtasks()
...
See comment: https://github.com/letscontrolit/ESPEasy/issues/1722#issuecomment-419659193
2018-09-08 20:31:16 +02:00
TD-er
208fa8a3aa
[ESP32] Fix Build, ESP32 doesn't have the availableForWrite
2018-09-08 18:24:48 +02:00
TD-er
b3b8eff127
[Serial Log] Limit serial log to prevent buffer overflow
...
As suggested here: https://github.com/letscontrolit/ESPEasy/issues/1625#issuecomment-411558353 by @thomastech
2018-09-08 16:19:58 +02:00
TD-er
c6a90ab2d0
Add forward declaration for void backgroundtasks()
2018-09-08 16:00:06 +02:00
TD-er
e7d28e8576
[ #1720 ] WiFi read all lines from slow servers
...
See #1720
2018-09-08 15:20:39 +02:00
ESPEasy release bot
efa27dc01d
automatically updated release notes for mega-20180908
2018-09-08 04:00:20 +02:00
Gijs Noorlander and GitHub
7c7b81911d
Merge pull request #1669 from TD-er/bugfix/buffer_send_controller
...
Use queue to manage controllers and add timing settings per controller
2018-09-07 23:31:55 +02:00
Gijs Noorlander and GitHub
c2962d7337
Update README.md
2018-09-07 23:30:33 +02:00
TD-er
e2e2059ff0
[Queue] Add memory check to determine full queue
...
Depending on the type of controller, the queued messages can be quite big.
This means the queue limit set can cause the memory to fill up.
This commit adds another check. If the free memory is less than 5000 bytes, it will consider the queue being full.
It will then also log the actual memory usage of the queue.
2018-09-07 22:32:17 +02:00
TD-er
4e95bbef7f
[Scheduler] Do not schedule task device timer for tasks without interval
...
See #1709
2018-09-06 22:21:39 +02:00
TD-er
b0a90b5b14
[ #1714 ] Parse notification sender to allow some sender formatting
...
`bla@bla.com ` will be set as `nodename <bla@bla.com >` in the mail header as from part.
`John Doe <bla@bla.com >` will now be used like that in the mail header.
N.B. `<` is actually the separator, so as long as that character is being used to separate the name and mail address, it will work. (see #1714 )
2018-09-05 23:20:49 +02:00
TD-er
c8ac1bbd59
[ #1707 ] Getting logs from the /log even when password is not entered
...
See #1707
2018-09-05 22:49:38 +02:00
TD-er
e6105bfe71
[WDT] Add yield() and runbackgroundtasks() when parsing rules
...
Rules parsing may take some time, so perform some yields to prevent watchdog triggers.
2018-09-04 22:48:07 +02:00
ESPEasy release bot
1bb8669ed2
automatically updated release notes for mega-20180904
2018-09-04 04:00:34 +02:00
Gijs Noorlander and GitHub
34f4a9a8e0
Merge pull request #1704 from TD-er/bugfix/duplicate_names_check
...
[#1702 ] Check for duplicate names bug
2018-09-04 00:22:30 +02:00
TD-er
a517f3471c
[ #1702 ] Check for duplicate names bug
...
Make sure only enabled devices are used for checking. (see #1702 )
Do a full erase of the task settings when deleting a plugin. Just to make sure no obsolete settings may corrupt behaviour of new settings.
2018-09-03 21:25:07 +02:00
ESPEasy release bot
9c706b7b0e
automatically updated release notes for mega-20180903
2018-09-03 04:01:13 +02:00
TD-er
f2b4e17e2a
[MQTT] Force MQTT client reconnect when wifi reconnects
...
It looks like the check for `client->connected()` may return false positives.
This means the MQTT client may assume the connection is still active, while it isn't.
2018-09-02 23:01:36 +02:00
TD-er
6f62ba0f9b
[Watchdog] Add watchdog feed to backgroundtasks() function
...
A lot of reports recently about resets by the Hardware Watchdog.
So maybe this timer is not reset as often as before.
2018-09-02 23:01:36 +02:00
TD-er
36c6fd4bf7
[SPIFFS] Add SPIFFS size + usage to sysinfo page
2018-09-02 23:01:36 +02:00
TD-er
4446d76c83
[MQTT] Give MQTT state in log when connect state changes.
2018-09-02 23:01:36 +02:00
TD-er
f354b05b07
[Nodes] Fix String copy to properly read node names
2018-09-02 23:01:36 +02:00
TD-er
467df9dde2
[Cleanup] Memory optimisation in available controllers and plugins
...
These structs to keep track of available plugins and controllers were fixed in size and also the member variables were not ordered in the most optimum way.
Also the name of the nodes always used 26 Bytes and would impose a memory leak when deleted.
2018-09-02 23:01:36 +02:00
TD-er
dac243cc82
[Nodes] Highlight current node in the list of nodes
2018-09-02 23:01:36 +02:00
TD-er
3d1be96f8a
[Nodes] Make Nodes list a map with dynamic size
...
Nodes list is now a std::map, which may contain up-to 254 nodes (1...254), since 255 is reserved for broadcast and 0 for "all known".
2018-09-02 23:01:36 +02:00
TD-er
0dd53e38d7
[C013] Remove some obsolete function
...
`C013_Send` did actually only call another function and some other bogus object loading without using the data.
2018-09-02 23:01:36 +02:00
TD-er
df6338dfee
[C012] Controller C012 now also uses Delay Queue
2018-09-02 23:01:36 +02:00
TD-er
1bab99de40
[Controller] Moved the 'magic' default and max values to defines
...
The Max and Default values for the Controller Delay Queue are now set in the `ESPEasy-Globals.h` file.
2018-09-02 23:01:36 +02:00
TD-er
ec44efb59f
[C011] Controller C011 now also uses Delay Queue
...
And some code cleanup of shared code in C001 and C003.
Also fixed an issue in C011, where the result was not returned when sending a value.
2018-09-02 23:01:36 +02:00
TD-er
202a6fd1f7
[Cleanup] Merge code duplication between C008 and C010
...
Both use the same Queue Element class.
2018-09-02 23:01:36 +02:00
TD-er
dc7828d343
[C010] Controller C010 now also uses Delay Queue
2018-09-02 23:01:36 +02:00
TD-er
5c92731b41
[HTTP] Add user agent in request header
...
Should make this optional later
2018-09-02 23:01:36 +02:00
TD-er
8c34067d9c
[HTTP Auth] Now using proper index for retrieving credentials
...
I was using the controller number and not the controller index to get the user credentials.
Should now work for FHEM.
2018-09-02 23:01:36 +02:00
TD-er
92025249fc
[C009] Remove 'no port' option in HTTP packet
...
As tested by @clumsy-stefan, it didn't make a difference.
2018-09-02 23:01:36 +02:00
TD-er
dd5b5bb7c3
[Client Connect] Check for success on connecting with client.
...
In case of domain name resolution error result can be negative.
See [Dns.cpp](https://github.com/esp8266/Arduino/blob/18f643c7e2d6a0da9d26ff2b14c94e6536ab78c1/libraries/Ethernet/src/Dns.cpp#L44 )
Thus must match the result with 1.
2018-09-02 23:01:36 +02:00
TD-er
03bc2f34f6
[C009] Controller C009 now also uses Delay Queue
...
Also fixed an issue where sending some value to a controller would fail when the buffer is full and the settings set to "Delete Oldest".
2018-09-02 23:01:36 +02:00
TD-er
a19b59e184
[C009] Removed port number from HTTP host header
...
As suggested here: https://github.com/letscontrolit/ESPEasy/pull/1669#issuecomment-414434578
This plugin is not using the Queue yet, but only had some duplicate code moved to a helper class.
I now removed the port number from the HTTP header, since I am not really sure if the standard demands it or only for the connect part.
Also changed the HTTP command to use the code that has the port in the header, just to check if that will break now compared to older builds.
2018-09-02 23:01:36 +02:00
TD-er
861bc64ce3
[ #1666 ] Moved code duplication for HTTP requests to special functions
...
The controller source files are now much cleaner and all use the same code.
So it is easier to fix issues and add features and checks.
2018-09-02 23:01:36 +02:00
TD-er
7428b03e18
[C008] Let C008 use queue and some bugfixes
...
Also added statistics
And some optimizations
2018-09-02 23:01:36 +02:00
TD-er
54a6ecac7d
[Webserver] Add fields for new Controller settings
...
Make sure all new settings are configurable for all controllers.
2018-09-02 23:01:36 +02:00
TD-er
ec4aa627bb
[MQTT] Use set controller settings on MQTT controllers
2018-09-02 23:01:36 +02:00
TD-er
0dc47bc04c
[C007] Let C007 controller use queue
2018-09-02 23:01:36 +02:00
TD-er
5f029c59d2
Added USES_Cxxx checks
...
functions may not be mentioned in the scheduler when the controller is not included in the build.
2018-09-02 23:01:36 +02:00
TD-er
8beeeaf7fa
[C004] Let C004 controller use queue and simplify using macros
...
Added some simplifications to the code by creating one big macro in `_CPlugin_Helper.h` that does all the work and defines.
This will reduce the chance of typo errors a lot.
2018-09-02 23:01:36 +02:00
TD-er
293b63e654
[C003] Let C003 controller use queue
2018-09-02 23:01:36 +02:00
TD-er
734150e87b
[C001] Let C001 controller use queue
2018-09-02 23:01:36 +02:00
TD-er
6bb1b4086c
[Controller] Make ControllerDelayHandler templated and comment
...
Added recognisable comments throughout the `ESPEasy-Globals.h` file and made ControllerDelayHandler templated to be used for other controllers to use.
2018-09-02 23:01:36 +02:00
TD-er
9cd2d2d843
[MQTT] Add controller delay queue for MQTT
...
MQTT messages are queued and processed at set pace to not overload the broker.
N.B. other controllers still need a similar queue to process. Current interval for those is now probably too low.
Also initial queue parameters must still be corrected when set to 0.
2018-09-02 23:01:36 +02:00
TD-er
02c022d7d5
[controller delay] Let controllers handle their own delay and buffer
2018-09-02 23:01:36 +02:00
Gijs Noorlander and GitHub
b1c8346700
Merge pull request #1700 from TD-er/feature/Shelly_support
...
[Shelly1] Add first test build for Shelly1 nodes
2018-09-02 22:58:30 +02:00
TD-er
272ed8c578
[Shelly1] Add first test build for Shelly1 nodes
...
[Shelly1 Open Source (ESP8266-2MB)](https://shelly.cloud/shelly1-open-source/ )
This is a preliminary test version as I have not yet received my ordered modules.
Also there is a [feature request](https://github.com/esp8266/Arduino/issues/5096#issuecomment-417942708 ) out for adding proper flash layout for these 2M flash modules which allow proper OTA.
2018-09-02 22:31:05 +02:00
Gijs Noorlander and GitHub
a9e473dbc6
Merge pull request #1697 from TD-er/feature/1688_dewpoint
...
[#1688 ] Add dew point computation as standard conversion
2018-09-02 20:31:37 +02:00
TD-er
4baccf5863
[ #1688 ] Add dew point computation as standard conversion
...
Dew point(T,H): `%c_dew_th%(18.6,67)` will be replaced with `12.31`
See #1688
2018-09-02 20:30:42 +02:00
Gijs Noorlander and GitHub
ad84eb8b8a
Merge pull request #1696 from TD-er/feature/leading_zero_sysvars
...
[sysvar] rename vars with leading zero to %..._0%
2018-09-02 18:35:07 +02:00
TD-er
23f2bfc6d8
[sysvar] rename vars with leading zero to %..._0%
...
For example `%syshour%` to `%syshour_0%`
Both variables are now supported.
The ones without leading zero can be used in rules.
The ones with leading zero will probably be used on displays.
2018-09-02 18:34:33 +02:00
Gijs Noorlander and GitHub
34d2f25652
Merge pull request #1695 from TD-er/feature/sysparam_webpage
...
[#1549 ] Add page showing all system variables
2018-09-02 15:59:50 +02:00
Gijs Noorlander and GitHub
294683ece1
Merge pull request #1694 from TD-er/bugfix/notification_mail
...
[#1692 ] Add 2nd Receiver for Email notification
2018-09-02 15:59:35 +02:00
Gijs Noorlander and GitHub
56bd1cb19c
Merge pull request #1686 from TD-er/bugfix/build_issues
...
[Pio] Build issue P016_IR and add PIO flags
2018-09-02 15:59:15 +02:00
TD-er
812f530c4b
[ #1549 ] Add page showing all system variables
...
Via Tools => System Variables.
2018-09-02 13:47:18 +02:00
TD-er
97258a531d
Forgot to save before commit
...
Forgot to increase to next address.
2018-09-02 00:08:06 +02:00
TD-er
7d2ef727a7
[ #1692 ] Add 2nd Receiver for Email notification
...
Implementation suggested by @dwarf2k See: https://github.com/letscontrolit/ESPEasy/issues/1692#issuecomment-417887364
2018-09-02 00:02:50 +02:00
TD-er
9e83213a13
[Pio] Build issues
...
Redefine of `TIMEOUT` in P016_IR.
Add option to set CPU frequency and flags undef per build
2018-08-28 00:10:27 +02:00
ESPEasy release bot
ecb5ca9306
automatically updated release notes for mega-20180826
2018-08-26 04:00:20 +02:00
Gijs Noorlander and GitHub
edb6178ae2
Merge pull request #1682 from TD-er/bugfix/P080
...
[Build Travis] "Scratchpad was set but never used"
2018-08-26 00:32:18 +02:00
TD-er
b8894efc57
[Build Travis] "Scratchpad was set but never used"
...
Build error with Travis.
2018-08-26 00:31:49 +02:00
Gijs Noorlander and GitHub
970181d8c7
Merge pull request #1681 from TD-er/bugfix/P078_P080
...
Bugfix/p078 p080
2018-08-26 00:12:53 +02:00
TD-er
9d2fad783f
[Build] Add "[TESTING]" labels to P078 and P080
2018-08-26 00:12:13 +02:00
jimmys01 and GitHub
9d42e83314
Merge pull request #1 from letscontrolit/mega
...
test
2018-08-26 01:01:41 +03:00
Gijs Noorlander and GitHub
0005915c5c
Upgrade IR lib and move IR code to separate build
...
IR TX and RX enhancements and split to a special build, due to the resources needed for the IR library and code.
2018-08-25 23:29:17 +02:00
Gijs Noorlander and GitHub
eb78bc3e03
Merge pull request #1468 from henfri/patch-1
...
Create _P080_DallasIButton.ino
2018-08-25 23:27:11 +02:00
Gijs Noorlander and GitHub
17777698cd
Merge pull request #1679 from TD-er/feature/Eastron
...
[#205 ] Initial port of Playground P150 to Mega (Eastron)
2018-08-25 23:23:09 +02:00
Gijs Noorlander and GitHub
d091148dfc
Merge branch 'mega' into feature/Eastron
2018-08-25 23:22:42 +02:00
Gijs Noorlander and GitHub
fcb25a2aec
Merge pull request #1492 from TungstenE2/mega
...
added new Plugin for Wemos Motorshield P_079
2018-08-25 23:21:18 +02:00
TD-er
a7d90a33a0
[Dallas iButton] Change VType to SENSOR_TYPE_LONG
2018-08-25 23:18:00 +02:00
TD-er
3a68ff8f9d
[P080] Dallas iButton Rename P078 to P80
2018-08-25 22:51:43 +02:00
henfri and TD-er
3b45e200a7
Update _P078_DallasIButton.ino
...
empty lines removed
2018-08-25 22:51:43 +02:00
henfri and TD-er
b724c22c80
Create _P078_DallasIButton.ino
...
Plugin for reading the Dallas iButton
2018-08-25 22:51:43 +02:00
TD-er
b810e34b74
[MotorShield] Added comments in the code and fixes
...
Frequency was not using the upper 4 bits of the values.
Changed delay to yield.
2018-08-25 22:39:36 +02:00
TD-er
c70ffd735c
[MotorShield] Cleanup code layout
...
Indentation was hard to read, so ran code beautify.
2018-08-25 21:03:02 +02:00
TD-er
604c58a290
[MotorShield] Rename P078 to P079
2018-08-25 21:03:02 +02:00
TungstenE2 and TD-er
1d1b69b1ce
Added Wemos Motorshield Plugin (No. 78)
2018-08-25 21:03:02 +02:00
TungstenE2 and TD-er
bd2cc4138b
Added Wemos Motorshield Plugin (No. 78)
2018-08-25 21:03:02 +02:00
Gijs Noorlander and GitHub
ca5f2815bc
Merge pull request #1631 from GHolli/mega
...
Optimisations
2018-08-25 12:31:58 +02:00
Gijs Noorlander and GitHub
f67bf51606
Merge pull request #1672 from TD-er/bugfix/network_mqtt_issues
...
[MQTT] Check connection and specific check for success when connect.
2018-08-25 12:31:20 +02:00
Gijs Noorlander and GitHub
e1f0badd92
Merge pull request #1678 from Feuerreiter/mega
...
Add overview of known espeasy nodes to json
2018-08-25 12:30:57 +02:00
jimmys01
b9ea66037c
Small correction
2018-08-25 13:15:41 +03:00
TD-er
62a196d398
[JSON] Only show node information when generic info is requested
...
This extra node information is not needed when values of a specific task is requested, so only output when other generic information is shown.
2018-08-25 12:09:00 +02:00
jimmys01
d4ee74297b
IR RX updated
...
The IRrecvDumpV2.ino functionality added to the RX module.
Let me know for a good way to display the RAW values.
2018-08-25 12:53:42 +03:00
TD-er
d0d95e221b
[JSON] Fix issue when UDP port not set
...
With no nodes to display, the generated JSON was not valid.
Also removed some duplicate F() macro strings.
2018-08-25 11:49:54 +02:00
TD-er
7ad8880651
[IR/IRTX] For PullReq #1645 split IR/IRTX to a separate build
...
The new library takes a lot of resources.
2018-08-25 01:01:48 +02:00
TD-er
f46a6c3414
[Eastron] Add missing SDM_Config_User.h
2018-08-24 23:48:20 +02:00
TD-er
ab0ed4b5ca
[Eastron] Make P078 Eastron compile, serial settings do not yet work
...
At this moment it is just using the same static configuration as P150 from the playground.
It is not yet using the settings. This will have to be changed later on.
2018-08-24 23:16:33 +02:00
TD-er
b1fb308646
[SDM] Update library to latest version
...
Latest version requires a Software Serial object for the constructor.
2018-08-24 22:55:13 +02:00
feuerreiter
79ee397e8e
Adds a overview of known espeasy nodes to the json response. I think this can be useful for own webinterfaces etc.
2018-08-24 17:20:17 +02:00
TD-er
56569374f3
[Eastron] Add P078 plugin from the Playground (was P150)
...
Still problems using the Software Serial
2018-08-24 01:29:55 +02:00
TD-er
41b13f6797
[Client Connect] Check for success on connecting with client.
...
In case of domain name resolution error result can be negative.
See [Dns.cpp](https://github.com/esp8266/Arduino/blob/18f643c7e2d6a0da9d26ff2b14c94e6536ab78c1/libraries/Ethernet/src/Dns.cpp#L44 )
Thus must match the result with 1.
2018-08-22 21:58:34 +02:00
TD-er
8f23048f18
[MQTT] PubSubClient Add checks for connectivity
...
Taken from master branch of PubSubClient
2018-08-22 21:56:05 +02:00
ESPEasy release bot
a123dbf37f
automatically updated release notes for mega-20180822
2018-08-22 04:00:15 +02:00
Gijs Noorlander and GitHub
6b65e90ddf
Merge pull request #1664 from TD-er/bugfix/UDP_checks
...
[UDP] Use random outgoing port for NTP and check return values
2018-08-21 23:46:12 +02:00
Gijs Noorlander and GitHub
890db55197
Changed INPUT_COMMAND_SIZE from 80 to 240
...
The default of 80 was too short for commands using an url like `sendtohttp`
Changed it to 240 to allow for some longer commands.
2018-08-21 23:44:58 +02:00
TD-er
514800433f
[UDP] Use random outgoing port for NTP and check return values
...
As a NTP client, you don't need to send requests from port 123. Some internet providers even block ports below 1024. So try to use a random port for outgoing requests.
Also added some checks and increased buffer on the receiving end of UDP packets.
When using C013, the size of infoStruct is copied from that buffer and the size is about 137 bytes, which may lead to Exception crashes.
2018-08-19 00:51:21 +02:00
ESPEasy release bot
deb18d2391
automatically updated release notes for mega-20180818
2018-08-18 04:00:17 +02:00
Edwin Eefting
e18d069171
fixed network config for newer versions
2018-08-17 17:14:03 +02:00
Gijs Noorlander and GitHub
b63c375793
Merge pull request #1657 from TD-er/bugfix/web_menu_ios11
...
[#1650 ] Use icons in tabs on web page on small screens
2018-08-17 00:09:47 +02:00
TD-er
f906e9173c
[ #1650 ] Use icons in tabs on web page on small screens
...
See #1650
2018-08-17 00:08:08 +02:00
jimmys01
c444022f5f
Travis please be happy :-)
2018-08-16 11:35:36 +03:00
svmac
5511ee9f38
fix mistake
2018-08-15 05:22:27 +02:00
svmac
427a22d23b
some code optimization
2018-08-15 04:54:29 +02:00
ESPEasy release bot
306cbf3107
automatically updated release notes for mega-20180815
2018-08-15 04:00:13 +02:00
Gijs Noorlander and GitHub
458f672744
Merge pull request #1649 from TD-er/bugfix/1487_tone_PIO_update_180
...
[core 2.4.2] Update to PlatformIO espressif8266@1.8.0
2018-08-15 00:55:44 +02:00
Gijs Noorlander and GitHub
dee1ee6f32
Merge pull request #1648 from krikk/patch-1
...
Update _P047_i2c-soil-moisture-sensor.ino - Address change on new sensor firmware
2018-08-15 00:54:13 +02:00
TD-er
8930e331d3
[core 2.4.2] Update to PlatformIO espressif8266@1.8.0
...
Latest version would not build due to conflicting function definition for tone. See #1487
2018-08-15 00:42:41 +02:00
krikk and GitHub
6033990767
Update _P047_i2c-soil-moisture-sensor.ino
...
Add a duplicate call for changing the address. This is required by the new sensor firmware version 2.6. This is to avoid a stry address change command that happens during hotplugging of the sensor
also see here: https://github.com/Apollon77/I2CSoilMoistureSensor/pull/17
2018-08-15 00:30:57 +02:00
svmac
d271898968
reenabled code about !
2018-08-14 03:52:29 +02:00
jimmys01
f261e6a5ea
commented out more unused code
2018-08-13 17:10:57 +03:00
jimmys01
ff160f386e
Travis build complaining about unused vars
2018-08-13 13:02:21 +03:00
jimmys01
ef92e7ae4f
IR library added
2018-08-13 12:18:01 +03:00
svmac
4051f0bd2e
Fix elseif & Add if-elseif-else nesting levels
...
- The implementation of elseif is not correct. See this example:
Rule:
On SYSVAL do
if %syssec% < 10
publish %sysname%/IP,%ip%
elseif %syssec% < 20
publish %sysname%/Uptime/min,%uptime%
elseif %syssec% < 30
publish %sysname%/Systime/time,%systime%
elseif %syssec% < 40
publish %sysname%/RSSI/dB,%rssi%
elseif %syssec% < 50
publish %sysname%/Sunrise/time,%sunrise%
else
publish %sysname%/Sunset/time,%sunset-30m%
endif
endon
Result:
109360661 : EVENT: SYSVAL
109360668 : [if 11 < 10]=false
109360675 : [elseif 11 < 20]=true //THIS IS CORRECT
109360677 : ACT : publish Wemos51/Uptime/min,1823
109360686 : Command: publish
109360692 : [elseif 11 < 30]=false
109360697 : [elseif 11 < 40]=false
109360703 : [elseif 11 < 50]=false
109360705 : ReplacementString SunTime: %sunrise% offset: 0
109360708 : else = true //THIS IS NOT CORRECT
109360710 : ReplacementString SunTime: %sunset-30m% offset: -1800
109360712 : ACT : publish Wemos51/Sunset/time,20:46
109360723 : Command: publish
109360729 : EVENT: SYSVAL Processing time:68 milliSeconds
- Added also nesting levels to if-elseif-else clausules define in RULES_IF_MAX_NESTING_LEVEL declaration. Example:
Rule:
On SYSVAL do
if %eventvalue% > 1
publish %sysname%/Sunrise/time,%sunrise+1h%
else
if %syssec% < 10
publish %sysname%/IP,%ip%
elseif %syssec% < 20
publish %sysname%/Uptime/min,%uptime%
elseif %syssec% < 30
publish %sysname%/Systime/time,%systime%
elseif %syssec% < 40
publish %sysname%/eventvalue,%eventvalue%
elseif %syssec% < 50
publish %sysname%/Sunrise/time,%sunrise%
else
publish %sysname%/Sunset/time,%sunset-30m%
endif
endif
endon
Result:
>event,SYSVAL=-5
4977875 : Command: event
4977876 : EVENT: SYSVAL=-5
4977883 : Lev.1: [if -5 > 1]=false
4977886 : ReplacementString SunTime: %sunrise+1h% offset: 3600
4977889 : Lev.1: [else]=true
4977893 : Lev.2: [if 30 < 10]=false
4977900 : Lev.2: [elseif 30 < 20]=false
4977906 : Lev.2: [elseif 30 < 30]=false
4977913 : Lev.2: [elseif 30 < 40]=true
4977916 : ACT : publish Wemos49/eventvalue,-5
4977932 : ReplacementString SunTime: %sunrise% offset: 0
4977935 : Lev.2: [else]=false
4977938 : ReplacementString SunTime: %sunset-30m% offset: -1800
4977944 : EVENT: SYSVAL=-5 Processing time:67 milliSeconds
- Finally, the substitution of %eventvalue% is done earlier so that it can be used in if sentence too.
2018-08-11 16:51:56 +02:00
ESPEasy release bot
93105200d7
automatically updated release notes for mega-20180809
2018-08-09 04:00:06 +02:00
Gijs Noorlander and GitHub
f48ede5d7e
Merge pull request #1637 from TD-er/bugfix/send_deepsleep
...
[deepsleep] Send values immediately after connections are made
2018-08-09 00:39:41 +02:00
TD-er
b73181487c
[deepsleep] Send values immediately after connections are made
...
Known issue:
The value of the first task is not sent via MQTT right after waking up from deep sleep.
2018-08-09 00:27:34 +02:00
Gijs Noorlander and GitHub
caee2892c4
Merge pull request #1636 from TD-er/bugfix/timing_issues
...
Bugfix: Several timing issues
2018-08-08 23:00:05 +02:00
Gijs Noorlander and GitHub
432bd32967
Merge pull request #1635 from uzi18/patch9
...
small fix for #702
2018-08-08 22:24:30 +02:00
Gijs Noorlander and GitHub
235bc0a598
Merge pull request #1634 from letscontrolit/bugfix/Blynk_command
...
[Blynk] Command handling was not active
2018-08-08 22:22:15 +02:00
TD-er
f0cf26baec
[Scheduler] Remove scheduled commands from scheduler to run in idle time
...
Scheduled commands are blocking when run all after another at highest priority.
This removes the scheduled commands from the scheduler and the scheduler will now process the next queued command when no other scheduled task has to run.
Also made some optimizations to reduce memory usage.
2018-08-08 22:19:49 +02:00
TD-er
fffccd3787
[C011] Make sure the loaded extra controller settings end with 0
...
Controller C011 (Advanced HTTP) uses all of the available `ExtraControllerSettings`.
Now the last byte of those arrays is set to 0, just to make sure they will not read beyond the range of those arrays when using as a string.
The controller still causes crashes, bit it is a start.
2018-08-08 22:16:21 +02:00
TD-er
5cfbac5eba
[ #1621 ] Timing interval of BME280 incorrect
...
New timing was only allowed after MessageDelay seconds. (default was 1000, which is about 20 minutes)
It should use `TaskDeviceTimer`.
BME280 can now schedule itself to perform a read-update as soon as a measurement has completed.
Then it schedules itself to perform a new measurement at set interval time.
2018-08-08 22:12:43 +02:00
Gijs Noorlander and GitHub
2bce3f8d02
Merge branch 'mega' into patch9
2018-08-08 22:02:12 +02:00
Bartlomiej Zimon
e210722e0e
fix for #702 , setup propper gpio state before send into PCF8574 for pcfpulse,pcflongpulse
2018-08-08 19:17:58 +00:00
Gijs Noorlander and GitHub
909d9a4fd1
[Blynk] Change define to allow blynkget command
2018-08-08 19:41:36 +02:00
Gijs Noorlander and GitHub
c8b57cf9e0
[Blynk] Command handling was not active
...
It was blocked by an old `#define`
2018-08-08 19:39:06 +02:00
ESPEasy release bot
d74493ced0
automatically updated release notes for mega-20180808
2018-08-08 04:00:13 +02:00
Gijs Noorlander and GitHub
7783cf4ce5
Merge pull request #1627 from TD-er/bugfix/MQTT_yield
...
[#1625 ] Bugfix/mqtt yield
2018-08-07 20:37:40 +02:00
Gijs Noorlander and GitHub
27e07d1f67
Merge pull request #1630 from letscontrolit/bugfix/1612_rfid
...
[#1612 ] Make P008_RFID using new functions
2018-08-07 20:37:20 +02:00
TD-er
40857cc57c
[Schedule] Run command from webpage immediately
...
When sending command request from the Tools tab in the web interface, the command will be executed immediately.
In other situations it will use the scheduler to run commands async.
Commands will now be buffered and processed in order.
This will also speed-up rules which do a publish.
2018-08-06 23:12:26 +02:00
TD-er
4f764d6101
[Schedule] Scheduled command timer
...
Run commands async. The result is now not displayed in the web page anymore.
2018-08-06 08:22:08 +02:00
Gerald Hollweger
49e98f2f8b
Optimisations
...
- Save RAM, move constants to flash (CharTableTM1637, CharTableMAX7219)
- Remove unnecessary parameter passing (the interface pins do not change during operation for one instance)
2018-08-05 19:19:04 +02:00
Gijs Noorlander and GitHub
ddad026a2b
[ #1612 ] Make P008_RFID using new functions
...
See #1612
2018-08-05 15:05:20 +02:00
TD-er
b8df55ef36
[Commands] Return String output per command
...
The existing implementation was a bit sparse in returned info.
Now each command can return a useful string to display in the command output window in the webinterface. (or whatever the source of the command is)
2018-08-05 14:46:31 +02:00
TD-er
be7724d8c7
[Rules] Split processing matched rule in a separate function
...
Just to get rules processing readable
2018-08-05 03:10:26 +02:00
TD-er
c5c1c92cfb
[Rules] Split parsing single line from rulesProcessingFile
...
The function `rulesProcessingFile` is way too long to understand.
First step in making those functions readable.
2018-08-05 01:45:34 +02:00
ESPEasy release bot
e6b219a182
automatically updated release notes for mega-20180804
2018-08-04 04:00:23 +02:00
TD-er
d2d03358ef
[MQTT] Schedule from callback functions
...
To make sure execution of these functions is called from the `loop()` and not from a callback function.
2018-08-04 01:37:05 +02:00
TD-er
a4d751b40f
[Notifications] Schedule NPlugin_ptr calls async
...
To make sure execution of these functions is called from the `loop()` and not from a callback function.
2018-08-04 01:35:54 +02:00
TD-er
1c73cacc82
[Scheduler] Rename some functions and clean-up
2018-08-04 01:34:02 +02:00
Gijs Noorlander and GitHub
23bfa54ec4
Merge pull request #1626 from thomastech/mega
...
Update _P075_Nextion.ino [TESTING]
2018-08-03 23:37:49 +02:00
Thomas and GitHub
95138489cd
Update _P075_Nextion.ino
2018-08-03 13:46:34 -07:00
Gijs Noorlander and GitHub
c9ec69d30c
Merge pull request #1623 from TD-er/bugfix/set_event_taskindex
...
[#1574 ] Set event->TaskIndex
2018-08-03 22:25:19 +02:00
TD-er
0e4cabeb17
[Cleanup] Replace a lot of TR TD with function
...
Flash strings are not checked for duplication by the compiler, so they make the resulting firmware binary larger.
2018-08-03 00:34:14 +02:00
TD-er
19961198fb
[Settings file] Include SettingsStruct in the view
...
And made the `HumanReadable` format a bit more verbose by stripping trailing ".00" when needed.
2018-08-02 23:27:31 +02:00
TD-er
c705c570db
[ESP32] Small fix building ESP32
2018-08-02 22:40:25 +02:00
TD-er
34d48adb4a
[Settings File] Show settings file layout
...
Run `meminfodetail` command once (can be done via Tools page) and then open the system info page.
2018-08-02 22:30:30 +02:00
ESPEasy release bot
fda973bb78
automatically updated release notes for mega-20180802
2018-08-02 04:00:14 +02:00
TD-er
c5bfd67d6d
[ #1574 ] Set event->TaskIndex
...
See discussion: https://github.com/letscontrolit/ESPEasy/issues/1574#issuecomment-409677981
2018-08-02 00:34:17 +02:00
Grovkillen and GitHub
402de69fd5
Added extra info to self compilers
2018-08-01 14:22:27 +02:00
ESPEasy release bot
41341b46de
automatically updated release notes for mega-20180801
2018-08-01 04:00:18 +02:00
Gijs Noorlander and GitHub
3574517014
Merge pull request #1618 from TD-er/bugfix/storage_task_settings
...
[#1574 ] Stability improvements on ExtraTaskSettings
2018-07-31 20:31:21 +02:00
Edwin Eefting
cca785e1f0
Power down PN532 after reading. Saves power and reduces interference with Wifi.
2018-07-31 16:53:32 +02:00
TD-er
4215e058d0
[ #1306 ] Added %R% and %N% for literals \r and \n
2018-07-30 22:41:25 +02:00
TD-er
2f91fbe931
[ #1379 ] Check for "forbidden" characters in names.
2018-07-29 21:59:27 +02:00
TD-er
90febfd46f
[ #882 ] Add checks on names in task setup
...
When saving a task, a warning or error is displayed (when appropriate) when the settings are saved.
2018-07-29 21:59:18 +02:00
TD-er
ccc5b68111
[Storage] Simplify settings I/O error handling
...
Remove a lot of code duplication
2018-07-29 21:59:13 +02:00
TD-er
07f6b86138
[Storage] Split storage related functions to new file
...
Only moved the storage related functions from `Misc.ino` to the new `ESPEasyStorage.ino`
2018-07-29 21:59:08 +02:00
TD-er
7b2667feaa
[compiler fix] Forgot to declare String
2018-07-29 21:59:02 +02:00
TD-er
48bd7b334d
[FileHandling] Write some log indicating file operation
...
Add some log line indicating what setting is read of written.
2018-07-29 21:58:57 +02:00
TD-er
9dd4242590
[meminfodetail] Add command meminfodetail
...
This command `meminfodetail` does output the detailed structure of the settings stored.
See for an example:
https://github.com/letscontrolit/ESPEasy/issues/1574#issuecomment-408641424
2018-07-29 21:58:51 +02:00
TD-er
ac8c29e9c5
[ExtraTaskSettings] Keep ExtraTaskSettings actualized for plugin calls
2018-07-29 21:58:45 +02:00
TD-er
387b0f68a8
[ExtraTaskSettings] Added extra clear functions and checks
...
Mainly reading and writing files / settings now perform a lot more checks.
2018-07-29 21:58:38 +02:00
TD-er
fa130bf649
[ExtraTaskSettings] Added some comments & clarifications
2018-07-29 21:58:31 +02:00
ESPEasy release bot
e596403c0a
automatically updated release notes for mega-20180723
2018-07-23 04:00:09 +02:00
Gijs Noorlander and GitHub
1030bd0b0f
Merge pull request #1603 from TD-er/bugfix/commands_with_space
...
[parseString] Some fixes and checks added + quotes in parameters possible
2018-07-23 01:09:52 +02:00
TD-er
985e463ddf
[GetArgv] Add some C-array size checks
...
There was no check in size of the given C-array to write into.
2018-07-23 01:08:45 +02:00
TD-er
3787fa637a
[Compiler warning] Initialize the matching_parenthesis to something
...
The variable is not used uninitialised, but still the compiler gives a warning which may trip Travis.
2018-07-22 23:47:18 +02:00
TD-er
ac62eb40a0
[WebLogViewer] Removed reRunCount as quick fix for web log viewer
2018-07-22 23:41:32 +02:00
TD-er
b9e883beba
[GetArgv] Make sure only matching ", ' or [ is allowed
...
Added `'` as allowed "parenthesis" and make sure only the matching character is allowed as end of the string match.
2018-07-22 23:40:49 +02:00
TD-er
6281c002e0
[Travis CI] Signed/unsigned compare fix
2018-07-22 21:36:26 +02:00
TD-er
4e8a3cab2f
[parseString] Add checks when command parameters used as int
...
Several usages of `parseString` were directly converted to int, without proper checking.
2018-07-22 17:23:29 +02:00
TD-er
423b90a661
[parseString] Use quotes to use special characters in command parameters
...
A command parameter may now allow for spaces or comma when the String is wrapped with either ' ' or " ".
2018-07-22 16:07:23 +02:00
TD-er
63fc99dd34
[parseString] Fix 1-of error in getParamStartPos
...
We need to find the xth command, so we need to find the position of the (X-1)th separator.
Too bad the rest of the world (other than programmers) do not start counting at 0 :(
2018-07-22 11:34:11 +02:00
ESPEasy release bot
71caf09c70
automatically updated release notes for mega-20180722
2018-07-22 04:00:08 +02:00
Gijs Noorlander and GitHub
ee3164a8f6
Merge pull request #1602 from TD-er/feature/LogLevelCheck
...
Feature/log level check
2018-07-22 02:58:21 +02:00
TD-er
3d5f612ac9
[Scheduler] Call yield() when idle
...
This makes the ESP do a lot more background tasks, which makes each yield() call shorter on average.
This makes the ESP feel more snappy.
2018-07-22 02:53:49 +02:00
TD-er
79f2eaf808
[Scheduler] Keep statistics on timeDiff computations
...
Apparently it is called 1.4 million times in 30 seconds and takes 8.5 CPU cycles on average (about 50'000 calls per second)
So maybe this function can benefit from some optimisation?
2018-07-22 02:39:02 +02:00
TD-er
1806a1438a
[LogLevel] Added extra checks and make sure loglevel cache is up to date
2018-07-22 02:34:36 +02:00
TD-er
5108967c35
[LogLevel] Add checks for LOG_LEVEL_DEBUG_DEV
2018-07-22 01:31:14 +02:00
TD-er
d0f1014bef
[LogLevel] Add checks for LOG_LEVEL_DEBUG_MORE
...
Do not create Strings when not needed.
Highest level of checks added: LOG_LEVEL_DEBUG_MORE
2018-07-22 00:52:58 +02:00
TD-er
2afc143051
[LogLevel] Check loglevel before sending to log
...
Using template to do the check to prevent creation of Strings when required log level is higher than anyone is reading.
2018-07-21 23:54:51 +02:00
TD-er
b2bf70e4ce
[LogLevel] Use function to set loglevel and keep track of max log level
2018-07-21 23:32:37 +02:00
TD-er
6a5f090198
[LogLevel] LoadFromFile log to LOG_LEVEL_DEBUG_DEV
2018-07-21 22:56:08 +02:00
Gijs Noorlander and GitHub
92c0543743
Merge pull request #1601 from TD-er/bugfix/logviewer_JavaScript
...
[Log Viewer] Fix a 1-off error when parsing logs
2018-07-21 21:29:30 +02:00
TD-er
1859aaad7d
[Log Viewer] Fix a 1-off error when parsing logs
2018-07-21 21:27:23 +02:00
Gijs Noorlander and GitHub
7e67ce536d
Merge pull request #1594 from TD-er/bugfix/longpulse
...
[#1591 ] Move system timers to main scheduler
2018-07-21 21:19:32 +02:00
TD-er
2bd573963a
[ #1596 ] Remove timerSensor and make it set its own interval.
...
All enabled plugins have their own timer added to the scheduler.
The `PLUGIN_INIT` function call is used to reschedule when it was added, or enabled.
The set interval for the plugin will be used to set the new entry in the scheduler.
2018-07-21 01:28:14 +02:00
TD-er
447e958e74
[ #1592 ] Remove systemCMDTimers
...
These timers were not used.
2018-07-20 21:52:49 +02:00
ESPEasy release bot
43908b37cd
automatically updated release notes for mega-20180720
2018-07-20 04:00:16 +02:00
TD-er
04b631e4c9
[ #1591 ] Move system timers to main scheduler
...
And fix longpulse command
With other plugins active, like the OLED Framed, the set period of `longpulse_ms` may fluctuate and durations below 100 msec are quite useless.
However, when running just a few sensors, the set pulse width is quite accurate.
Must still check a few other plugins.
2018-07-20 02:17:00 +02:00
Gijs Noorlander and GitHub
2e8fc777d2
Merge pull request #1568 from TD-er/bugfix/1556_change_parse_params
...
[ParseString] Make ParseString more efficient and check results when used
2018-07-19 18:43:49 +02:00
ESPEasy release bot
e060c83cf8
automatically updated release notes for mega-20180719
2018-07-19 04:00:14 +02:00
Gijs Noorlander and GitHub
5480af2d5d
Merge pull request #1587 from TD-er/feature/sunrise_sunset_offset
...
[sunrise/sunset] Allow offset from sunrise/sunset
2018-07-19 01:07:39 +02:00
TD-er
ff28605d39
[sunrise/sunset] Allow offset from sunrise/sunset
...
`%sunrise%` and `%sunset%` were already available.
Now it is also possible to get some time before or after those times.
For example `%sunrise+10m%` or `%sunset-1h%`
The offset must be an integer (including + or -) and can have a postfix of "m" or "h".
Default is "s", for seconds.
2018-07-19 01:06:06 +02:00
Gijs Noorlander and GitHub
fe0ca9b9a3
Merge pull request #1584 from denisfrench/enable_clientid_is_name_without_unit
...
When clientid = %sysname%, only add %unit% if non-zero (#1155 )
2018-07-18 21:17:06 +02:00
Gijs Noorlander and GitHub
54ef70aee9
Merge pull request #1586 from beigenmann/mega
...
lib_archive already exists & Implicit dependency not found
2018-07-18 21:16:03 +02:00
Gijs Noorlander and GitHub
e24d077061
Merge pull request #1583 from clumsy-stefan/P077_fix
...
Fix for P077 crashes
2018-07-18 21:15:44 +02:00
Benno Eigenmann
7ebf29d857
lib_archive already exists & Implicit dependency not found
2018-07-18 14:02:01 +02:00
denisfrench
33c6925376
When clientid = %sysname%, only add %unit% if non-zero
2018-07-17 19:35:17 +10:00
stefan
0b383a1f3b
Fix for P077 crashes
...
some code rearrangements and improvements:
- fix a rare buffer overflow
- only update variables when new (correct) values are received
- little speed-up
- correct code indentations...
2018-07-16 13:39:51 +02:00
stefan
70d1b0807c
Merge remote-tracking branch 'origin/mega' into mega
2018-07-16 07:22:31 +02:00
ESPEasy release bot
8e1f4d628b
automatically updated release notes for mega-20180716
2018-07-16 04:00:09 +02:00
Gijs Noorlander and GitHub
ef29603f05
Merge pull request #1581 from TD-er/feature/ESP32_partitiontable
...
[ESP32] Show partition table on sysinfo page
2018-07-16 00:59:50 +02:00
Gijs Noorlander and GitHub
71b27d95fa
Merge pull request #1562 from TD-er/bugfix/wifi_reset_empty_IP
...
[WiFi] Reset wifi when IP is set to 0.0.0.0
2018-07-16 00:58:31 +02:00
Gijs Noorlander and GitHub
787c1c6c39
Merge pull request #1579 from TD-er/bugfix/scheduler_rewrite
...
[Scheduler] Complete rewrite of time based scheduling
2018-07-16 00:58:02 +02:00
Gijs Noorlander and GitHub
74e4848edc
Merge pull request #1578 from TD-er/bugfix/JSON_device_info
...
[JSON] Fixed broken JSON output on /json URL
2018-07-16 00:57:41 +02:00
TD-er
9a7690473a
[ESP32] Show partition table on sysinfo page
...
Graphical display of partition table.
2018-07-16 00:49:30 +02:00
TD-er
c401edde6b
[ParseString] Fix getting the right part of the command line
...
Fix several 1-off errors.
Should drink more coffee ;)
2018-07-15 21:34:29 +02:00
TD-er
3fc1ba27e5
[JSON] Fixed broken JSON output on /json URL
...
This bug also broke the auto update of the sensor values on the device tab.
2018-07-15 20:23:11 +02:00
TD-er
b2212d2edb
[Scheduler] Complete rewrite of time based scheduling
...
All scheduled operations are now handled by a time scheduler.
Also the CPU load is now based entirely on the idle time found by this scheduler.
2018-07-15 20:21:37 +02:00
stefan
76f7dc82fc
Merge branch 'bugfix/wifi_reset_empty_IP' into mega
2018-07-15 11:07:47 +02:00
ESPEasy release bot
86233b65bc
automatically updated release notes for mega-20180714
2018-07-14 04:00:13 +02:00
Gijs Noorlander and GitHub
984cfe23a0
Merge pull request #1569 from letscontrolit/bugfix/1567_uservarcheck
...
[#1567 ] Only check values set before sending
2018-07-13 10:35:25 +02:00
Gijs Noorlander and GitHub
621087d48f
[ #1567 ] Only check values set before sending
...
Fix suggested by @s0170071 [here](https://github.com/letscontrolit/ESPEasy/issues/1567#issuecomment-404746920 )
2018-07-13 09:21:42 +02:00
TD-er
00683a38c5
[ParseString] Make ParseString more efficient and check results before use
...
`ParseString` and `getParamStartPos` made (lots of) copies of the strings.
Also the result of `getParamStartPos` was not checked, which can result in crashes.
2018-07-13 08:09:42 +02:00
ESPEasy release bot
9336697f1a
automatically updated release notes for mega-20180712
2018-07-12 04:00:12 +02:00
TD-er
ad06cbc835
[WiFi] Reset wifi when IP is set to 0.0.0.0
...
As being described a few times and a screenshot shown here: https://github.com/letscontrolit/ESPEasy/issues/1302#issuecomment-393631572
It looks like a DHCP request may fail resulting in a cleared IP setup. The web server then still replies to requests, but no new connections can be made then.
This patch should detect such a situation and then reset the wifi and make a new connection.
2018-07-12 00:20:55 +02:00
Gijs Noorlander and GitHub
f5b026e678
Merge pull request #1561 from TD-er/bugfix/1542_domoticz_IDX
...
[#1542 ] Fix Domoticz IDX more than 4 characters
2018-07-11 22:27:05 +02:00
TD-er
e29eb2eb3c
[ #1542 ] Fix Domoticz IDX more than 4 characters
...
Looks like Domoticz uses an unsigned int, so it could be up-to 32 bits.
Just to be sure, I limited it now to 1 bln.
2018-07-11 22:26:05 +02:00
Gijs Noorlander and GitHub
10329f4351
Merge pull request #1560 from TD-er/bugfix/send_to_controller
...
[#1555 ] Fix TSL2591 values are not transferred to controller
2018-07-11 22:08:13 +02:00
TD-er
ab4750d5fa
[ #1555 ] Fix TSL2591 values are not transferred to controller
...
Also checked other plugins to see if they had the same issue and fixed a few other obvious switch-statement bugs.
2018-07-11 22:04:11 +02:00
ESPEasy release bot
b9f3f68335
automatically updated release notes for mega-20180710
2018-07-10 04:00:12 +02:00
Grovkillen and GitHub
777485077c
P077: changed category to "energy"
2018-07-09 07:11:15 +02:00
ESPEasy release bot
3e3ef4253f
automatically updated release notes for mega-20180708
2018-07-08 04:00:08 +02:00
Gijs Noorlander and GitHub
0e78b1f8c4
Merge pull request #1554 from TD-er/bugfix/preprocessor_issues
...
[PIO build] Build issues caused by incorrect precompile processing
2018-07-08 00:43:41 +02:00
TD-er
e7764ca7e6
[PIO build] Build issues caused by incorrect precompile processing
...
It looks like `ESP32` is not defined anymore, which leads to various issues when building.
2018-07-08 00:29:11 +02:00
ESPEasy release bot
89578058b6
automatically updated release notes for mega-20180705
2018-07-05 04:00:18 +02:00
Gijs Noorlander and GitHub
34beb07120
Merge pull request #1548 from TD-er/bugfix/low_loop_count
...
Statistics routines to test performance and some stability fixes
2018-07-05 02:26:19 +02:00
Gijs Noorlander and GitHub
c98ae55f23
Merge pull request #1541 from tempura-san/webui_fixes
...
Minor WebUI fixes
2018-07-05 02:25:43 +02:00
Gijs Noorlander and GitHub
6b08009fdd
Merge pull request #1546 from uzi18/patch-1
...
Update _C005.ino
2018-07-05 02:25:17 +02:00
TD-er
f3a8e503ac
[info] Display ESP32 partition table
...
And added some HEX formatting functions to reduce code duplication and allow for more uniform formatting.
2018-07-05 02:14:43 +02:00
TD-er
856afe9ec5
[PlatformIO] Update to Espressif32@1.1.1
2018-07-05 02:12:52 +02:00
TD-er
c4803b4136
[Stability] Use functions to get Webserver Arguments from POST messages.
...
These functions check values before attempting to convert to int for example.
2018-07-04 01:19:15 +02:00
TD-er
9de29b8d9c
[Stability] Add check for string length to isNumerical()
2018-07-04 01:17:19 +02:00
TD-er
5a2b4146e5
[PIO build] Use newer flag syntax for Travis
2018-07-04 01:16:38 +02:00
TD-er
0a8050312c
[ESP32] Upgrade to new ESpressif32 version
...
Known issue:
Crash when trying to load the devices page.
2018-07-03 00:48:27 +02:00
TD-er
2ffa52c7ee
[Timing stats] Allow computing timing to estimate performance.
2018-07-03 00:47:29 +02:00
TD-er
6a984ad750
[BMx280] Do not wait for measurements, collect async
...
This plugin did wait for 1000 msec for new samples.
Such delays will disturb time critical tasks.
2018-07-03 00:46:07 +02:00
Bartłomiej Zimoń and GitHub
f0c1b10f46
Update _C005.ino
...
unification like on C002.ino
2018-07-02 20:59:54 +02:00
Tempura San
da6ab075a5
[WebUI] removed stray </div>
2018-06-29 13:37:47 +02:00
Tempura San
fb7ffe0731
[WebUI] font-family set to monospace for TEXTAREA
2018-06-29 13:37:47 +02:00
TD-er
1d3bafc982
[loop times] New timer statistics class to monitor performance
2018-06-28 02:19:57 +02:00
TD-er
2fde3d28a8
[CPU usage] Increase loop count
...
Attempting to find a plugin ID based on a task number was done a lot and also rather brute force.
Now a cache is added to lessen the load.
2018-06-27 01:25:43 +02:00
ESPEasy release bot
4c1b3a8abf
automatically updated release notes for mega-20180625
2018-06-25 04:00:08 +02:00
Gijs Noorlander and GitHub
988f269954
Merge pull request #1533 from TD-er/bugfix/ArduinoIDE_build
...
Bugfix/arduino ide build
2018-06-24 12:20:02 +02:00
TD-er
808b571814
[PIO update] platform to espressif8266@1.7.3
2018-06-24 12:18:41 +02:00
TD-er
a4f8068fcd
[Arduino IDE] Fix build include path ESPEasy-Globals.h
...
As mentioned by @clumsy-stefan See [here](https://github.com/letscontrolit/ESPEasy/commit/8c9b9b1700efacbf281dd9bcc94684726cd034b1#commitcomment-29475286 )
2018-06-24 12:17:52 +02:00
ESPEasy release bot
025e346cb1
automatically updated release notes for mega-20180624
2018-06-24 04:00:29 +02:00
Gijs Noorlander and GitHub
3481dd9868
Merge pull request #1532 from TD-er/bugfix/RAM_usage_command_executor
...
Bugfix/ram usage command executor
2018-06-24 02:52:31 +02:00
TD-er
fd596c14b2
[Cmd Exec] Use switch statement instead of lookup map
...
The lookup of a function call based on a command string is known at compile time, so no need to keep track of this in memory.
This saves about 2200 bytes of RAM.
The strings alone account for close to 800 bytes (not using F() macro) and they are also being stored in the map.
So that's about 1600 bytes.
The extra 400 bytes are probably the pointers being stored in the map.
2018-06-24 02:48:55 +02:00
TD-er
8c9b9b1700
[Cmd Exec] Add #ifndef #def statements to prevent multiple includes
...
For .h files, it is common practice to add #ifndef #def statements around the implementation to prevent compiler issues when a file might be included twice.
2018-06-24 02:44:47 +02:00
Gijs Noorlander and GitHub
e0b00a23cf
Merge pull request #1522 from workgroupengineering/feature/CommandsManger
...
Feature commands manger
2018-06-23 22:40:16 +02:00
Gijs Noorlander and GitHub
685c975bab
Merge pull request #1531 from TD-er/bugfix/build_newer_platformio
...
Bugfix/build newer platformio
2018-06-23 22:39:09 +02:00
TD-er
d01ca5209e
[web log] Disable excessive web log about RAM usage
2018-06-23 22:38:43 +02:00
TD-er
d5a05a1ac5
[PlatformIO.ini] VScode needs monitor_speed and update ESP8266 platform
...
VScode + PlatformIO needs the monitor_speed setting to be able to monitor the connected node. (default 9600 baud)
Also set the ESP8266 code base to 1.7.2
2018-06-23 22:11:58 +02:00
TD-er
c670520788
[SDS011] Set SDS011 Dust plugin to normal from testing
...
This plugin works on my test setup for more than 6 months and is by far the most stable node. (system uptimes of > 110 days)
So this may be considered stable.
2018-06-23 22:09:29 +02:00
TD-er
859b67e34d
[ArduinoJson] Update external library ArduinoJson.
...
Is needed to compile new ESP32 code.
2018-06-23 22:06:22 +02:00
TD-er
d325f7c1fd
[JavaScript] Device measurement value update may sometimes fail
...
The Json data has more items at the level of `data.Sensors[c]` thus must check if it is a TaskValues item.
Otherwise the values shown on Device page will not be updated.
2018-06-23 22:04:51 +02:00
TD-er
c2998b081f
[AM2320] Explicit use boolean in Wire.endTransmission
...
Newer ESP32 environment also has endTransmission with an int as parameter.
2018-06-23 22:01:55 +02:00
Saverio Cisternino
c3c2a0b6bd
Migration core command
2018-06-21 15:05:44 +02:00
Saverio Cisternino
9e00623677
Implement CommandsManager
2018-06-21 15:05:44 +02:00
ESPEasy release bot
6be032b350
automatically updated release notes for mega-20180621
2018-06-21 04:00:14 +02:00
Gijs Noorlander and GitHub
96367a9422
Merge pull request #1520 from workgroupengineering/HotFix/Issue_1489
...
Fixed Issue #1489
2018-06-20 15:56:54 +02:00
Gijs Noorlander and GitHub
543ac49eaf
Merge pull request #1521 from workgroupengineering/feature/show_device_port_in_hex
...
Show in devices list port number in hex
2018-06-20 15:55:02 +02:00
Saverio Cisternino
3e0362d52a
Show in devices list port number in hex
2018-06-20 13:48:03 +02:00
Saverio Cisternino
15118d372e
Fixed Issue #1489
2018-06-20 13:36:12 +02:00
ESPEasy release bot
c8ee7976cc
automatically updated release notes for mega-20180619
2018-06-19 04:00:10 +02:00
Gijs Noorlander and GitHub
b750e875bd
Merge pull request #1515 from TD-er/bugfix/esp8285_build
...
[ESP8285] PlatformIO set max upload size limit
2018-06-18 23:52:36 +02:00
TD-er
5ad43348b4
[ESP8285] PlatformIO set max upload size limit
...
With the newer Platform IO versions, builds failed because of wrong size set in board definition of ESP8285 board.
The PlatformIO settings labels have changed.
2018-06-18 23:23:27 +02:00
Gijs Noorlander and GitHub
08b2259924
Merge pull request #1514 from TD-er/bigfix/build_flash_ESP32
...
[ESP32] Allow flashing to ESP32 again from PlatformIO
2018-06-18 21:46:27 +02:00
TD-er
f268b40291
[OTA] Output proper port number when ARDUINO_FEATURE_OTA is set
...
No functional change, only proper log entry and a bit of code cleanup.
2018-06-18 21:44:45 +02:00
TD-er
52d747dd49
[ESP32] Set build to @0.12.0
...
@1.0.2 does build, but ESP32 device hangs when booting.
2018-06-18 21:43:14 +02:00
TD-er
e5653d1817
[ESP32] Allow flashing to ESP32 again from PlatformIO
...
See [this thread](https://community.platformio.org/t/esp32-esptool-error-too-few-arguments/4230/44 )
2018-06-18 20:26:54 +02:00
ESPEasy release bot
6b2257063b
automatically updated release notes for mega-20180618
2018-06-18 04:00:12 +02:00
Gijs Noorlander and GitHub
b9a4af54c9
Merge pull request #1509 from TD-er/bugfix/disable_ping
...
[#1494 ] Disabled ping to check if host is reachable
2018-06-18 00:11:16 +02:00
TD-er
26634f7ba9
[ #1494 ] Disabled ping to check if host is reachable
...
A failing ping may also halt the ESP node and some services may not return a ping, or ICMP packets may be filtered out on some connections.
See issue #1494 .
2018-06-18 00:09:31 +02:00
Gijs Noorlander and GitHub
9beda98009
Merge pull request #1501 from clumsy-stefan/mega
...
Ammended central I2C fuctions (#1417 )
2018-06-17 22:33:33 +02:00
Gijs Noorlander and GitHub
c7c46d28b1
Merge pull request #1507 from stelas/mega
...
Add sunset and sunrise variables...
2018-06-17 22:31:48 +02:00
Steffen Lange
c51b78bfbf
Add %sunrise% and %sunset% variables
2018-06-17 17:06:28 +02:00
Steffen Lange
df5c22529f
Add GPS coordinates to Advanced Settings
2018-06-17 16:51:12 +02:00
ESPEasy release bot
808ab85afb
automatically updated release notes for mega-20180615
2018-06-15 04:00:11 +02:00
Gijs Noorlander and GitHub
ad1cbf5ddf
Merge pull request #1504 from TD-er/feature/warn_OTA_1M
...
[1M flash warning] Warn for OTA when 1M flash present
2018-06-14 23:27:29 +02:00
TD-er
4aff834f76
[1M flash warning] Warn for OTA when 1M flash present
2018-06-14 20:04:01 +02:00
ESPEasy release bot
f8405690c5
automatically updated release notes for mega-20180614
2018-06-14 04:00:11 +02:00
Gijs Noorlander and GitHub
3edf12913d
[ #1503 ] Use proper timeout on BME280/BMP280
2018-06-13 23:18:59 +02:00
Gijs Noorlander and GitHub
f0aa9c50f6
[ #1502 ] Change wait-to-connect timeout to 12 sec.
2018-06-13 22:51:31 +02:00
stefan
80f87b6c53
Ammended central I2C fuctions ( #1417 )
...
Ammended central I2C functions with 16bit write and 32 bit read.
also added "false" parameter to wire.endTransmission before wire.request form
all as discussed in #1417
2018-06-13 13:55:16 +02:00
ESPEasy release bot
f41f0969f0
automatically updated release notes for mega-20180613
2018-06-13 04:00:15 +02:00
Gijs Noorlander and GitHub
14e2f4c697
[BMx280] Correct nr values for special sensor type
...
`SENSOR_TYPE_TEMP_EMPTY_BARO` outputs values 1 and 3, so must consider them as 3-valued sensor.
2018-06-13 00:54:18 +02:00
Gijs Noorlander and GitHub
b9f5535b48
Merge pull request #1500 from TD-er/bugfix/bme280_change_type_for_BMP280
...
[BMx280] Send data from BMP280 as temp_baro, not temp_hum_baro
2018-06-13 00:43:16 +02:00
TD-er
81022e4605
[BMx280] Send data from BMP280 as temp_baro, not temp_hum_baro
...
The plugin BMx280 can handle BMP280 and BME280.
The BMP version has no humidity sensor.
For Domoticz you have to send the data formatted differently.
Now the same plugin can be used for both BME280 and BMP280 and the settings in Domoticz can be set accordingly.
2018-06-13 00:39:23 +02:00
Gijs Noorlander and GitHub
616898514b
Merge pull request #1499 from TD-er/feature/log_reset_reason
...
[Diag] Log Reset Reason at boot for ESP8266 and ESP32
2018-06-12 23:57:54 +02:00
TD-er
020aec0541
[Diag] Log Reset Reason at boot for ESP8266 and ESP32
...
To get a better idea of the cause with reported issues.
2018-06-12 23:24:59 +02:00
ESPEasy release bot
1e39a314f5
automatically updated release notes for mega-20180611
2018-06-11 04:00:21 +02:00
Gijs Noorlander and GitHub
4d369927fd
Merge pull request #1491 from TD-er/bugfix/ultrasonic_multi_device
...
Bugfix/ultrasonic multi device
2018-06-11 00:49:08 +02:00
Gijs Noorlander and GitHub
c1465831bb
Merge pull request #1481 from tempura-san/mega
...
[MQTT Import] system variables support for topics
2018-06-11 00:48:50 +02:00
Gijs Noorlander and GitHub
3ec1d29c19
Merge pull request #1473 from workgroupengineering/HotFix/PCA9685_Instance_Command
...
Fixed issue when there is more PCA9685
2018-06-11 00:48:23 +02:00
Gijs Noorlander and GitHub
22b430c669
Merge pull request #1461 from TD-er/feature/central_i2c_code
...
[#1417 ] Move I2C functions to a separate file
2018-06-11 00:47:58 +02:00
TD-er
2f7560cc90
[BME/BMP280] Improve temperature/humidity readout
...
Previously the I2C registers containing measurement data was read per address at once.
Now all are read in one I2C command and then processed.
Also changed the source to be able to support multiple instances of the same task.
2018-06-11 00:08:30 +02:00
TD-er
4f97db87f7
[PlatformIO] Added libraries to be able to use std::map
2018-06-09 23:21:42 +02:00
TD-er
dcf8e86db7
[ #1484 ] Multiple instances of ultrasonic sensors
...
This should also fix #1381 .
There is something strange about the handling of micros() timers in `NewPingESP8266`.
For this reason I added also a timeout based on `millis()`.
2018-06-09 23:20:29 +02:00
ESPEasy release bot
06914e72b1
automatically updated release notes for mega-20180606
2018-06-06 04:00:17 +02:00
Gijs Noorlander and GitHub
fca56ac311
Merge pull request #1485 from letscontrolit/bugfix/Gpio_command
...
[GPIO command] work-around as long as gpio command is still performed in P001
2018-06-05 20:38:44 +02:00
Gijs Noorlander and GitHub
2bacc5a1b2
[GPIO command] work-around as long as gpio command is still performed in P001_switch.
...
As discussed in #1477
2018-06-05 20:02:00 +02:00
TD-er
a487bd132d
[I2C] Disable calls to wire.begin() from libraries
2018-06-05 19:56:23 +02:00
Tempura San
3f441b11ee
[MQTT Import] system variables support for topics
2018-06-04 23:45:30 +02:00
Saverio Cisternino
40d5780600
Fixed issue when there is more PCA9685
2018-05-30 10:07:06 +02:00
TD-er
9822c4bac0
[I2Cdev] Add I2Cdevlib library
...
Adding an existing and proven I2C library.
Will need to test if this is working fine on ESP32 too and try to move I2C functionality to use these functions.
2018-05-27 01:32:40 +02:00
ESPEasy release bot
0fc3a28875
automatically updated release notes for mega-20180524
2018-05-24 04:00:14 +02:00
TD-er
0aac28b15e
[ #1417 ] Move I2C functions to a separate file
...
As discussed in #1417 .
2018-05-24 00:41:18 +02:00
Gijs Noorlander and GitHub
810927f32b
Merge pull request #1244 from susisstrolch/git-hooks
...
GIT hooks: post-merge, post-commit, post-checkout
2018-05-23 22:28:00 +02:00
Gijs Noorlander and GitHub
c3d8d0a2fe
Merge branch 'mega' into git-hooks
2018-05-23 22:27:41 +02:00
Gijs Noorlander and GitHub
0c9e27a180
Merge pull request #1369 from workgroupengineering/feature/mqtt_enhanced_customization
...
[Feature]mqtt enhanced customization
2018-05-23 22:25:28 +02:00
Gijs Noorlander and GitHub
a5f44a1811
Merge pull request #1460 from TD-er/bugfix/CI-build-errors
...
[CI build] Small fix to prevent Travis CI build errors.
2018-05-23 22:15:46 +02:00
TD-er
66f386f3fc
[CI build] Small fix to prevent Travis CI build errors.
2018-05-23 22:14:14 +02:00
Gijs Noorlander and GitHub
e74cc14dfb
Merge pull request #1448 from workgroupengineering/feature/PCA9685_enhanced
...
PCA9685 enhanced
2018-05-23 22:00:38 +02:00
Gijs Noorlander and GitHub
ad1907eef4
Merge pull request #1387 from workgroupengineering/feature/Multi_OLED
...
Implement Issue #1377
2018-05-23 21:31:07 +02:00
Saverio Cisternino
7640132828
PCA9685: Add support at command [TaskName].gpio all,1 | 0 which allows you to turn on (1) or turn off (0) all gpio of expander.
2018-05-22 15:25:49 +02:00
Saverio Cisternino
fecf740121
PCA9685: Add named istance pulse command. Es: Extend.pulse 0,1,50,auto gnenerate pulse on gpio 0 with duration of 50 ms an autorestart after 50 ms
2018-05-22 15:25:49 +02:00
Saverio Cisternino
7d9628c6d1
PCA9685: Add support at commad gpio on name instance call
2018-05-22 15:25:49 +02:00
Saverio Cisternino
7d5a0db6fa
PCA9685: Allow use frq alias when call instance command es: Extender.frq 100
2018-05-22 15:25:49 +02:00
Saverio Cisternino
49fc761657
PCA9685: Add pcafrq arg validation
2018-05-22 15:25:48 +02:00
Saverio Cisternino
98d1a9cec4
PCA9685: Allow use pwm alias when call instance command es: Extender.pwm 1, 1000
2018-05-22 15:25:07 +02:00
Saverio Cisternino
ae010e25fb
PCA9685: show address in hex.
2018-05-22 15:25:06 +02:00
Saverio Cisternino
3013c8e468
PCA9685: Add Pin e PWM validation
2018-05-22 15:25:06 +02:00
Saverio Cisternino
ade5f83819
PCA9685: Allow named istance commands for execute command on specific task when there is more PCA9685 task.
2018-05-22 15:25:05 +02:00
Saverio Cisternino
caf487e04e
PCA9685: Allow select address.
2018-05-22 15:25:05 +02:00
Saverio Cisternino
d8100a2b9d
ExecuteCommand intercept Par4 and Par5
2018-05-22 15:24:24 +02:00
Saverio Cisternino
18f38b3019
EventStruct copy ctor
2018-05-22 15:24:23 +02:00
Saverio Cisternino
952c532542
-Arminizze type of ParX of systemTimerStruct with EventStruct to prevent truncation issue
...
-Add setSystemTimer overload
2018-05-22 15:24:23 +02:00
Saverio Cisternino
d1b15579a1
Allow PLUGIN_TIMER_IN TaskIndex
2018-05-22 15:24:23 +02:00
Saverio Cisternino
8445d8cc71
Allow escape char [ and ] for use with comannd and rule containde space es [Extra 2]#Go
2018-05-22 15:24:23 +02:00
Saverio Cisternino
7720b5bce3
Allows plugin to intercept PLUGIN_WRITE and PLUGIN_REQUEST, when there is more tasks of same plugin type but different configuration.
2018-05-22 15:24:23 +02:00
Saverio Cisternino
965046778a
Allow use Unit Name as MQTT ClientId
2018-05-22 15:22:24 +02:00
Saverio Cisternino
1a8fffda28
Allow custom lwt message
2018-05-22 15:22:24 +02:00
Saverio Cisternino
a5e3979be6
Allow custom mqtt lwt topic
2018-05-22 15:22:24 +02:00
ESPEasy release bot
9d2e008a5c
automatically updated release notes for mega-20180522
2018-05-22 04:00:14 +02:00
Gijs Noorlander and GitHub
a031ce9b5b
Merge pull request #1456 from TD-er/feature/SonoffPOW2
...
[P077] CSE7766 - Energy (Sonoff S31 and Sonoff Pow R2)
2018-05-22 00:10:35 +02:00
Gijs Noorlander and GitHub
c8593d5644
Merge pull request #1457 from tedenda/Inform_user_about_valid_tasknumber_for_PulseCounter
...
Added a note for PulseCounter
2018-05-22 00:09:44 +02:00
Daniel Tedenljung
306b2174f2
Add note for PulseCounter
...
I added a note if you choose PulseCounter on task 5-12.
Part of #882
2018-05-21 23:03:22 +02:00
Daniel Tedenljung and GitHub
10ff688cc4
Merge pull request #3 from letscontrolit/mega
...
Catch up...
2018-05-21 22:45:52 +02:00
TD-er
ae292921e2
[P077] CSE7766 - Energy (Sonoff S31 and Sonoff Pow R2)
...
Was P134 on the playground
2018-05-21 22:34:03 +02:00
Gijs Noorlander and GitHub
a1622f6066
Merge pull request #1449 from clumsy-stefan/mega
...
Add CSE7766 for Sonoff POW R2 to plugin_sets
2018-05-21 20:23:56 +02:00
Gijs Noorlander and GitHub
86490d6f0b
Merge pull request #1454 from giig1967g/new/commands_ip
...
Added 10 new commands for setup through serial port
2018-05-21 19:36:15 +02:00
Plebs
976df758d2
Added 10 new commands for serial port configuration
...
In order to semplify the setup of new units, I have added the following commands for modifying settings though serial port:
gateway (x.x.x.x)
dns (x.x.x.x)
subnet (x.x.x.x)
dst (0 or 1)
mqttretainflag (0 or 1)
messagedelay (ms)
ntphost (url)
timezone (minutes)
udpport (port number)
usentp (0 or 1)
work in serial and rules
2018-05-21 00:00:02 +02:00
stefan
c31e50dfa0
Merge remote-tracking branch 'origin/mega' into mega
2018-05-19 10:25:05 +02:00
ESPEasy release bot
147acc6724
automatically updated release notes for mega-20180519
2018-05-19 04:00:07 +02:00
stefan
bfd5ad587a
Merge remote-tracking branch 'origin/mega' into mega
2018-05-19 00:19:06 +02:00
Saverio Cisternino
84791ecbd5
Allow using two oled at same time.
...
Suppose you have two oled task with name FrontPanel and BackPanel. If you want turn off FrontPanel and print on BackPanel "Hi" at posintion 0,0 you must use the following instructions:
frontpanel.oledcmd off
backpanel.oled 0,0,Hi
if task name have space you must surround with square brackets. es: [task with space].oledcmd off
2018-05-18 15:39:06 +02:00
Saverio Cisternino
6e4f4cb27b
EventStruct copy ctor
2018-05-18 15:24:21 +02:00
Saverio Cisternino
c1ee60ebca
-Arminizze type of ParX of systemTimerStruct with EventStruct to prevent truncation issue
...
-Add setSystemTimer overload
2018-05-18 15:24:21 +02:00
Saverio Cisternino
fc1f6acc61
Allow PLUGIN_TIMER_IN TaskIndex
2018-05-18 15:24:21 +02:00
Saverio Cisternino
e2c82680aa
Allow escape char [ and ] for use with comannd and rule containde space es [Extra 2]#Go
2018-05-18 15:23:59 +02:00
Saverio Cisternino
f0eb7659b2
Allows plugin to intercept PLUGIN_WRITE and PLUGIN_REQUEST, when there is more tasks of same plugin type but different configuration.
2018-05-18 15:21:40 +02:00
Grovkillen and GitHub
966353614d
[tools page] added a function for wide buttons
2018-05-18 09:58:18 +02:00
stefan
3308a47a3a
Merge remote-tracking branch 'origin/mega' into mega
2018-05-18 08:19:08 +02:00
ESPEasy release bot
ffad0256e9
automatically updated release notes for mega-20180518
2018-05-18 04:00:07 +02:00
Grovkillen and GitHub
c531639d03
Merge pull request #1450 from Grovkillen/mega
...
[tools page] added 100% wide buttons + red factory reset
2018-05-18 00:42:50 +02:00
Grovkillen and GitHub
a2ec2d15f1
[tools page] Center text, factory reset is red
2018-05-18 00:29:43 +02:00
Grovkillen and GitHub
eaa21d0182
[tools page] wider buttons
2018-05-18 00:16:36 +02:00
Grovkillen and GitHub
5a19b08262
Merge pull request #30 from letscontrolit/mega
...
update from master
2018-05-18 00:14:07 +02:00
stefan
2c9964127c
Add CSE7766 for Sonoff POW R2 to plugin_sets
...
Add USES_P134 to define_plugin_sets.h for use with Sonoff POW R2 measurments.
See also
pull request #94 on ESPEasyPlayground (https://github.com/letscontrolit/ESPEasyPluginPlayground/pull/94 )
2018-05-17 20:35:22 +02:00
Grovkillen and GitHub
ea20971b51
Merge pull request #1442 from Grovkillen/memory-optimization-for-JS
...
Memory optimization for JavaScript
2018-05-17 09:45:24 +02:00
Grovkillen and GitHub
eed78f9613
[JavaScript] made static variables "const"
2018-05-17 08:51:13 +02:00
Grovkillen and GitHub
fe26453927
Merge pull request #28 from letscontrolit/mega
...
update from master
2018-05-17 08:46:37 +02:00
Grovkillen and GitHub
70db6d65db
Merge pull request #1440 from TD-er/feature/1431
...
[#1431 ] Add DataAcquisition to /json and reduce json for sensor updates
2018-05-17 08:18:55 +02:00
ESPEasy release bot
07b9d5c6f5
automatically updated release notes for mega-20180517
2018-05-17 04:00:08 +02:00
TD-er
45048ea6bc
[ #1431 ] Add DataAcquisition to /json and reduce json for sensor updates
...
The /json page now also supports a limited view for the device page sensor updates.
The supported URLs for the json page are:
- `/json` All information in JSON format.
- `/json?view=sensorupdate` Limited view only for auto update on Devices tab.
- `/json?tasknr=N` with N being the task number, just outputs the information for the given task number.
N.B. these parameters can be combined, like: `/json?tasknr=1&view=sensorupdate`
2018-05-16 23:41:50 +02:00
Gijs Noorlander and GitHub
c7ff6059ce
Merge pull request #1438 from TD-er/bugfix/flash_strings
...
[Flash strings] Store more strings into flash to keep memory usage low
2018-05-16 21:39:04 +02:00
Gijs Noorlander and GitHub
6d2cd505a8
Update WebServer.ino
2018-05-16 14:30:38 +02:00
Gijs Noorlander and GitHub
6b05d2b02e
Update _C012.ino
2018-05-16 13:45:29 +02:00
ESPEasy release bot
083310679c
automatically updated release notes for mega-20180516
2018-05-16 04:00:09 +02:00
Gijs Noorlander and GitHub
2758c80af2
Merge pull request #1437 from Grovkillen/add-current-log-level-+-legend
...
Add current log level + some error capture
2018-05-16 02:08:40 +02:00
TD-er
0bd1134eca
[Flash strings] Store more strings into flash to keep memory usage low
2018-05-16 01:55:41 +02:00
Grovkillen and GitHub
4a75b1fa6d
[web log] error capture of lower log levels
...
Also added the current log level as info above the log viewer...
2018-05-15 21:51:07 +02:00
Grovkillen and GitHub
21d30f0ebe
Merge pull request #27 from letscontrolit/mega
...
update from master
2018-05-15 20:22:35 +02:00
Gijs Noorlander and GitHub
16463dff85
Merge pull request #1432 from Grovkillen/github-copy-button
...
GitHub copy button
2018-05-15 20:20:08 +02:00
Gijs Noorlander and GitHub
8e5fb85fa8
Merge pull request #1429 from giig1967g/bugfix/formats
...
Another small fix for #1426
2018-05-15 20:19:25 +02:00
Grovkillen and GitHub
74f059e639
Merge pull request #1434 from Grovkillen/bugfix-for-log-level-info
...
Bugfix for log level info
2018-05-15 20:17:53 +02:00
Grovkillen and GitHub
045c50f69f
[web log] bugfix for empty logJSON stings
2018-05-15 19:49:18 +02:00
Grovkillen and GitHub
a122066e36
Merge pull request #26 from letscontrolit/mega
...
update from master
2018-05-15 19:24:20 +02:00
Grovkillen and GitHub
d3bf64fc4f
Merge pull request #25 from letscontrolit/mega
...
Update from master
2018-05-15 15:39:13 +02:00
Grovkillen and GitHub
74decbd159
[sysinfo page] fixed layout of button
2018-05-15 15:38:03 +02:00
Grovkillen and GitHub
b00020de89
[sysinfo page] Added GitHub button to TXBuffer
2018-05-15 07:03:40 +02:00
Grovkillen and GitHub
d9848c1911
[sysinfo page] added CSS to GitHub copy button
2018-05-15 07:02:27 +02:00
ESPEasy release bot
648353b216
automatically updated release notes for mega-20180515
2018-05-15 04:00:11 +02:00
Grovkillen and GitHub
f729012ee1
[sysinfo page] added GitHub copy
2018-05-15 00:44:10 +02:00
Grovkillen and GitHub
87176b453a
Added latest nightly release badge
2018-05-14 23:18:23 +02:00
Grovkillen and GitHub
a2270bebbf
Merge pull request #24 from Grovkillen/mega
...
update
2018-05-14 23:02:50 +02:00
Grovkillen and GitHub
305d729015
Merge pull request #23 from letscontrolit/mega
...
update from master
2018-05-14 23:01:39 +02:00
Plebs
c31fa71988
Another small fix for #1426
2018-05-14 22:38:58 +02:00
Gijs Noorlander and GitHub
fba4331213
Merge pull request #1423 from Grovkillen/optimize-log-script
...
Optimize log script
2018-05-14 20:51:55 +02:00
Gijs Noorlander and GitHub
972d24118a
Merge pull request #1424 from Grovkillen/fix-corrupted-bin-files
...
Fix corrupted bin files
2018-05-14 20:51:34 +02:00
Gijs Noorlander and GitHub
a885cf1f90
Merge pull request #1427 from giig1967g/bugfix/formats
...
fix for #1426
2018-05-14 20:50:35 +02:00
Plebs
56d85814b1
fix for #1426
2018-05-14 19:09:35 +02:00
Grovkillen and GitHub
c760174c78
[fix for crc2.py] truncation corrupted bin file
2018-05-14 12:20:13 +02:00
Grovkillen and GitHub
2c43094a87
[web log] added warning if IE11 or older is used
2018-05-14 10:59:23 +02:00
Grovkillen and GitHub
ee99e9e6f4
[web log] added the reRunCout to the function
2018-05-14 10:09:08 +02:00
Grovkillen and GitHub
864e402cc2
[web log] Added declaring of reRunCount
2018-05-14 09:29:55 +02:00
Grovkillen and GitHub
dff51ba54d
[web log] Chunk transfer instead of line transfer
2018-05-14 09:27:18 +02:00
Grovkillen and GitHub
0eea67d176
Merge pull request #22 from Grovkillen/mega
...
update
2018-05-14 08:10:10 +02:00
Grovkillen and GitHub
9139baa6cb
Merge pull request #21 from letscontrolit/mega
...
update from master
2018-05-14 08:09:06 +02:00
ESPEasy release bot
fdf8a40acf
automatically updated release notes for mega-20180514
2018-05-14 04:00:09 +02:00
Gijs Noorlander and GitHub
547f3643ff
Merge pull request #1421 from TD-er/bugfix_issue#1411
...
Memory optimizations
2018-05-13 23:46:12 +02:00
TD-er
83d0980248
[ESP32] ESP.getResetReason() is unknown to ESP32
2018-05-13 23:25:08 +02:00
TD-er
0b1f9a81b5
[memory corruption] LWIP data corrupts log buffer
...
Not sure how, but the headers of new JSON message can corrupt the buffer in the web log buffer.
In this attempt the log buffer lines are now moved to heap instead of stack.
Also the streaming webserver is given a bit more time to handle requests.
Steps to reproduce:
Set web log level to maximum and open web log viewer.
Then wait a few seconds to minutes to let the JSON stream stop and look at the last sent Json message. This will contain some typical Json web headers and thus no valid Json anymore.
Also added a quick fix for #1419
2018-05-13 23:12:02 +02:00
TD-er
0e8b333f48
[issue #1380 ] Prevent memory leaks in WiFiClient
...
See described work-around in https://github.com/esp8266/Arduino/issues/4497#issuecomment-373023864
2018-05-13 23:04:45 +02:00
TD-er
67098c2539
[memory] use "-DNDEBUG" to disable ASSERT macros
...
See https://github.com/esp8266/Arduino/issues/3978
2018-05-13 22:58:10 +02:00
Gijs Noorlander and GitHub
700b14b8ff
Merge pull request #1420 from ZericE/mega
...
[#1404 ] Change email notify protocol to better comply with RFC2821. Rewrite line breaks for content-type: text/html
2018-05-13 19:05:03 +02:00
ZericE
9175cd3a17
use reference to free up mem.
2018-05-13 09:23:23 -07:00
ZericE
c16f27af1b
remove unneeded use of bMesg to free up mem.
2018-05-13 08:45:43 -07:00
Gijs Noorlander and GitHub
cc60b8a05d
Merge pull request #1382 from flexiti/mega
...
ESP32 OTA amendments
2018-05-13 11:42:33 +02:00
Gijs Noorlander and GitHub
d7b46b3395
Merge pull request #1416 from giig1967g/new/formats
...
Added more #formats transformations
2018-05-13 11:41:12 +02:00
ESPEasy release bot
701677274f
automatically updated release notes for mega-20180513
2018-05-13 04:00:08 +02:00
ZericE
ebfffb8d43
updated comment
2018-05-12 18:08:47 -07:00
ZericE
f5fd624739
remove debug lines in email notify
2018-05-12 18:06:00 -07:00
ZericE
abdf011a2d
undo unnecessary changes in email body
...
Previously I thought the body wasn't working correctly in email, however it was, with the exception of line breaks for text/html that have to be rewritten.
2018-05-12 18:03:59 -07:00
ZericE
4ece42bdc9
Merge branch 'mega' of https://github.com/ZericE/ESPEasy into mega
2018-05-12 16:48:17 -07:00
ZericE
b0961c15a3
[ #1404 ] Fix email notification for RFC2821, fix so msg body included.
...
In communicating with the server, the sender and receiver needed to be surrounded by <> to be RFC2821 compliant.
The message body was coming out blank as an empty string was being sent instead of the correct string.
2018-05-12 16:43:30 -07:00
Plebs
70a422bdfd
Added more #formats transformations
...
New Transformations:
#H: Hot/Cold
#A: Man/Auto
#a: M/A
New Justifications:
#Lx: Left (x=number of chars)
#Rx: Right (x=number of chars)
#Ux.y: Substring (x=first char; y=number of chars)
2018-05-12 23:57:58 +02:00
Gijs Noorlander and GitHub
5449d82639
[PR #1304 ] Rename file before running crc2.py
...
Quick patch of PR #1304
2018-05-12 22:57:17 +02:00
ZericE and GitHub
7e5577b30b
Merge pull request #1 from letscontrolit/mega
...
update latest changes from main repository
2018-05-12 13:14:39 -07:00
Gijs Noorlander and GitHub
0d95fd12fe
Fix debug code (commented) in _P045_MPU6050.ino
...
Original PR was https://github.com/letscontrolit/ESPEasy/pull/1389
Found by @maartenpaauw
2018-05-12 22:10:33 +02:00
flexiti and GitHub
b7df21a1d5
Merge pull request #4 from letscontrolit/mega
...
Sat May 12 04:00:06 CEST 2018
2018-05-12 11:00:14 +02:00
ESPEasy release bot
431b94c587
automatically updated release notes for mega-20180512
2018-05-12 04:00:06 +02:00
Grovkillen and GitHub
53241f2afc
Added Github logo (for button)
2018-05-12 00:46:10 +02:00
Grovkillen and GitHub
076c2c04f1
Merge pull request #20 from letscontrolit/mega
...
update from master
2018-05-12 00:43:00 +02:00
Grovkillen and GitHub
10e912f46f
Merge pull request #1413 from Grovkillen/optimized-log-a-tiny-bit-(feels-good)
...
Optimized log a tiny bit (feels good)
2018-05-12 00:25:26 +02:00
Grovkillen and GitHub
c90174712b
[web log] safety net not needed anymore
2018-05-12 00:14:54 +02:00
Grovkillen and GitHub
1d71d362b9
Merge pull request #19 from letscontrolit/mega
...
update from master
2018-05-12 00:06:39 +02:00
Gijs Noorlander and GitHub
73fbe04981
Merge pull request #1410 from TD-er/bugfix/nightlybuilds
...
[build] Do builds twice on the nightly builds
2018-05-11 22:11:08 +02:00
flexiti and GitHub
469735b5fd
Merge pull request #3 from letscontrolit/mega
...
Commits on May 10, 2018
2018-05-11 17:42:10 +02:00
TD-er
cf13024175
[ #1411 ] Add SensorTypeNone to indicate no sensor values for Domoticz
...
Some plugins which do not output any values had this setting set to "Switch" or "single".
2018-05-11 17:20:32 +02:00
Gijs Noorlander and GitHub
eaf6488b0c
Merge pull request #1409 from Grovkillen/device-page]-added-max-request
...
[Device page] added max request
2018-05-11 14:44:32 +02:00
Grovkillen and GitHub
4d067f010f
[device page] added dynamic length to loop
2018-05-11 14:41:01 +02:00
Grovkillen and GitHub
e6db005dba
[web log] also taking care of disconnects
2018-05-11 14:19:16 +02:00
Grovkillen and GitHub
7a03802c15
[device page] added max request here too
2018-05-11 14:00:17 +02:00
Grovkillen and GitHub
1e2e750b3b
Merge pull request #18 from letscontrolit/mega
...
update from master
2018-05-11 13:59:23 +02:00
Gijs Noorlander and GitHub
50a19692b5
Merge pull request #1408 from Grovkillen/fix-request-issue
...
[web log] Fix request issue
2018-05-11 13:46:52 +02:00
TD-er
b6284f2701
[build] Do builds twice on the nightly builds
...
And added build for ESP32 and Sonoff POW
2018-05-11 13:42:41 +02:00
Grovkillen and GitHub
b3db6621e2
[web log] fixed wait on requests
2018-05-11 13:33:28 +02:00
Grovkillen and GitHub
2d32fe3e32
Merge pull request #17 from letscontrolit/mega
...
update from master
2018-05-11 11:33:28 +02:00
Grovkillen and GitHub
241f21b87c
Merge pull request #1407 from Grovkillen/fix-for-sub-second-timers
...
[web log] Fix for sub second timers
2018-05-11 10:58:45 +02:00
Grovkillen and GitHub
4f18f81522
[web log] fixed overflow when set to "debug dev"
2018-05-11 10:50:47 +02:00
Grovkillen and GitHub
b860f79e77
Merge pull request #16 from letscontrolit/mega
...
update from master
2018-05-11 10:44:17 +02:00
Gijs Noorlander and GitHub
8966e1680b
Merge pull request #1403 from Grovkillen/fix-timer-in-javascript
...
Fix timer in javascript
2018-05-11 10:03:34 +02:00
Grovkillen and GitHub
01436201a3
Added ";"
2018-05-11 09:59:31 +02:00
Grovkillen and GitHub
1ac94bf6db
Merge pull request #15 from letscontrolit/mega
...
Update from master
2018-05-11 09:44:20 +02:00
Grovkillen and GitHub
ed66a98e08
Fix for decimals on auto update device page
2018-05-11 09:43:07 +02:00
Gijs Noorlander and GitHub
5a0c2e2353
Merge pull request #1405 from TD-er/bugfix/json_nr_decimals
...
[JSON] Add number of decimals to the JSON output
2018-05-11 09:42:01 +02:00
TD-er
06bc63e385
[JSON] Add number of decimals to the JSON output
2018-05-11 09:40:32 +02:00
Grovkillen and GitHub
d3ebe3ec46
Fixed scrolling issue when fetch <450mSec
2018-05-11 09:32:23 +02:00
Grovkillen and GitHub
2282288030
Added check to stop flooding
2018-05-11 09:17:17 +02:00
Grovkillen and GitHub
e5766bee46
Fixed some small syntax missing
2018-05-11 08:31:04 +02:00
flexiti and GitHub
c5bbfd1b4c
Merge pull request #2 from letscontrolit/mega
...
Fri May 11 04:00:08 CEST 2018
2018-05-11 08:18:27 +02:00
ESPEasy release bot
652ce2f809
automatically updated release notes for mega-20180511
2018-05-11 04:00:08 +02:00
Grovkillen and GitHub
f3fd3900e5
Removed a timer reset...
2018-05-11 00:44:49 +02:00
Grovkillen and GitHub
07b726d4b1
Preparation for fixed decimals...
2018-05-11 00:30:58 +02:00
Grovkillen and GitHub
648d960bf5
Fixed format (I like tabs, Platformio like spaces)
2018-05-10 23:25:45 +02:00
Grovkillen and GitHub
1829a35df2
Fixed the timers for log + devices
2018-05-10 23:23:06 +02:00
Grovkillen and GitHub
c5bb6700d9
Merge pull request #14 from letscontrolit/mega
...
update from master
2018-05-10 22:45:00 +02:00
Gijs Noorlander and GitHub
3b2dd86280
Merge pull request #1402 from TD-er/feature/ImproveWebserver
...
[Web] Improve serving large blobs directly from flash
2018-05-10 22:27:38 +02:00
TD-er
11563469d0
[Web] Improve serving large blobs directly from flash
...
Serve PROGMEM data directly from flash.
This makes it easier to add Javascript code to the source and it will be served directly from flash
2018-05-10 22:13:56 +02:00
Gijs Noorlander and GitHub
fcea12b515
Merge pull request #1400 from TD-er/bugfix/JSONoutput
...
Format user values + Legend for log JSON
2018-05-10 18:48:33 +02:00
TD-er
2b72ad2088
[log JSON] Add log level legend to the logjson output
...
To be shown on the web log viewer as legend
2018-05-10 18:10:40 +02:00
TD-er
30acf569e7
[cleanup] Simplify formatting user variables and allow checking
...
Extended the way a user variable is formatted to allow checking the value.
Also made clear when values are actually checked.
2018-05-10 18:05:14 +02:00
Grovkillen and GitHub
cb71f73b56
Merge pull request #13 from letscontrolit/mega
...
update from master
2018-05-10 13:11:14 +02:00
flexiti and GitHub
521ca465e5
Merge pull request #1 from letscontrolit/mega
...
Thu May 10 04:00:13 CEST 2018
2018-05-10 10:51:44 +02:00
ESPEasy release bot
ca10c834cc
automatically updated release notes for mega-20180510
2018-05-10 04:00:13 +02:00
Gijs Noorlander and GitHub
ef90c84506
Merge pull request #1393 from Grovkillen/color-scheme-for-web-log
...
Color scheme for web log
2018-05-09 23:34:47 +02:00
Gijs Noorlander and GitHub
3c2f539ec3
Merge pull request #1390 from workgroupengineering/HotFix/Device_Plugin_ID
...
Fix plugin_id visualization
2018-05-09 23:34:22 +02:00
Gijs Noorlander and GitHub
30419c9932
Merge pull request #1378 from TD-er/feature/Ventus_W266_build_selection
...
[build] Special build config for Ventus W266
2018-05-09 23:33:44 +02:00
Gijs Noorlander and GitHub
a340b4dedc
Merge pull request #1385 from Grovkillen/auto-update-values
...
Auto update values on device page
2018-05-09 23:32:58 +02:00
Gijs Noorlander and GitHub
69e4d1ec7a
Merge pull request #1384 from ZericE/mega
...
[#1368 ] Remove call to Plugin_041_update in _P041_NeoClock that caused a hard crash.
2018-05-09 23:29:55 +02:00
Grovkillen and GitHub
91570e9df5
Fixed copy to clipboard (handle HTML tags)
2018-05-09 20:48:03 +02:00
Grovkillen and GitHub
53e9a8f4a3
Fixed the log level colors
2018-05-09 19:51:21 +02:00
Grovkillen and GitHub
71c9b772fe
Removed auto update of values... wrong branch
2018-05-09 19:34:40 +02:00
Saverio Cisternino
3ff96a5bec
Fix plugin_id visualization on devices view that afflict Development build
2018-05-09 18:54:00 +02:00
Grovkillen and GitHub
32f8edb1ce
Added div to web log (color scheme)
...
Need to add clean up to copy button.
2018-05-09 16:04:40 +02:00
Grovkillen and GitHub
977611b39c
Wrap up for the PR
2018-05-08 00:09:22 +02:00
Grovkillen and GitHub
52979cafba
Values are updated (1-4 values per task)
2018-05-07 23:47:36 +02:00
ZericE
b0a1b95f64
Merge remote-tracking branch 'upstream/mega' into mega
2018-05-07 12:58:07 -07:00
ZericE
04f323b902
[ #1368 ] Remove call to Plugin_041_update causing a hard crash.
...
Plugin_041_update was being called before the plugin has been initialized, this resulted in an exception 28 type crash. Plugin_041_update clears the display and isn't required at the time of webform save.
2018-05-07 12:34:38 -07:00
Grovkillen and GitHub
c20656fe77
First draft of auto update of task/device values
2018-05-07 20:41:55 +02:00
Grovkillen and GitHub
6d3b2d1b18
Merge pull request #12 from letscontrolit/mega
...
update from master
2018-05-07 12:52:02 +02:00
flexiti and GitHub
388b8f4feb
ESP32 OTA port setting
2018-05-07 11:57:32 +02:00
flexiti and GitHub
7b6b72b912
ESP32 OTA port is set to 3232
2018-05-07 11:53:06 +02:00
flexiti and GitHub
5e9ad087b9
OTA check box
...
if Arduino OTA is not compiled, a button to choose it is not available
2018-05-07 11:50:03 +02:00
flexiti and GitHub
ca5a1bdba1
Improvement in the file platformio.ini
2018-05-07 11:46:50 +02:00
ESPEasy release bot
98522d7cfc
automatically updated release notes for mega-20180507
2018-05-07 04:00:08 +02:00
Grovkillen and GitHub
30ab8aef9e
[issue template] extra reminder to self compilers
2018-05-06 23:35:59 +02:00
TD-er
22593d7116
[Ventus W266] Fix signed/unsigned warning
2018-05-06 22:52:04 +02:00
TD-er
a8f3ad1be2
[build] Special build config for Ventus W266
2018-05-06 22:29:25 +02:00
ESPEasy release bot
d54a01a3e6
automatically updated release notes for mega-20180506
2018-05-06 04:00:08 +02:00
Gijs Noorlander and GitHub
226b3f3d54
Merge pull request #1344 from giig1967g/bugfix/960
...
fix for #960 : new command: TaskValueSetAndRun
2018-05-05 23:47:52 +02:00
Gijs Noorlander and GitHub
1e4a0858c1
Merge branch 'mega' into bugfix/960
2018-05-05 23:34:02 +02:00
Gijs Noorlander and GitHub
379c4fccd1
Merge pull request #1347 from Grovkillen/Infinitive-web-log
...
This one is not yet complete, way more features and improvements are coming.
But for now it is already much much better than the old log viewer :)
So I'll merge it now and we'll see what it will become.
2018-05-05 23:30:41 +02:00
Gijs Noorlander and GitHub
886d46fd4c
Merge pull request #1370 from ZericE/mega
...
[#1356 ] Remove redundant call to MQTTCheck
2018-05-05 22:47:35 +02:00
Gijs Noorlander and GitHub
5184cba646
Merge pull request #1374 from giig1967g/new/logentry
...
new command: logentry #1183
2018-05-05 22:46:57 +02:00
Gijs Noorlander and GitHub
b8c4215a27
Merge pull request #1373 from TD-er/feature/optimize_json_pages
...
Feature/optimize json pages
2018-05-05 22:46:24 +02:00
TD-er
d1b017b287
[JSON] Fix for single task view of json output.
2018-05-05 22:26:56 +02:00
TD-er
a5421e816c
[JSON] Add TTL, task interval and task enabled
...
TTL = The shortest interval per enabled task (with output values) in msec.
2018-05-05 22:14:42 +02:00
Grovkillen and GitHub
d6ca15671d
Forgot the auto-scroll function... now added
2018-05-05 21:14:51 +02:00
Grovkillen and GitHub
24231cdc56
Updated to compile with TD-er's update on JSON
2018-05-05 21:05:31 +02:00
TD-er
30e192f041
[JSON] Sanitize JSON value strings
...
May not contain newline nor "
2018-05-05 17:15:46 +02:00
Plebs
38472a3d6b
new command logentry
...
Command:
usage: logentry,anything (including system variables, task#values with formatting, text, etc.)
Example:
logentry,S=[task#value] T=[task1#value]:
Log output:
ACT : logentry,S=24 T=23.1
Command: logentry
2018-05-05 16:58:58 +02:00
TD-er
d54af04a79
[JSON] Make proper log JSON output for log viewer
2018-05-05 16:52:55 +02:00
TD-er
056e7a7a40
[JSON] Use streaming webserver for serving JSON page
...
Reduces memory and load times.
2018-05-05 13:31:02 +02:00
ESPEasy release bot
f69e476174
automatically updated release notes for mega-20180505
2018-05-05 04:00:07 +02:00
Gijs Noorlander and GitHub
b368252db8
Merge pull request #1371 from TD-er/bugfix/wifi_scan_hidden
...
[#1337 ] Include hidden SSID in wifi scans
2018-05-05 00:55:55 +02:00
TD-er
ea3389f792
[ #1337 ] WiFi.isHidden() is unknown to ESP32
2018-05-05 00:55:19 +02:00
TD-er
33b8570c33
[ #1337 ] Include hidden SSID in wifi scans
...
When found, they appear with "#Hidden#" in the list.
2018-05-04 23:38:48 +02:00
ZericE
76ff83e3f4
[ #1356 ] Remove redundant call to MQTTCheck
...
A redundant call to MQTTcheck in runEach30Seconds was adding to the blocking issue when attempting to connect to unavailable broker.
2018-05-04 10:00:20 -07:00
mvdbro
92680c5542
Fix corruption of task settings
2018-05-04 15:43:24 +02:00
ESPEasy release bot
e568bbed7c
automatically updated release notes for mega-20180504
2018-05-04 04:00:10 +02:00
Gijs Noorlander and GitHub
82bfadd77a
Merge pull request #1367 from TD-er/bugfix/20180503
...
Bugfix/20180503
2018-05-04 00:49:02 +02:00
TD-er
b636959cc7
[LWIP2] Change LWIP1.4 => LWIP2 Low Memory
...
Please make sure to restart PlatformIO after loading this changed ini file and do a clean build (twice???)
2018-05-04 00:42:07 +02:00
TD-er
2a1f6eebe7
[Settings] Add checks to investigate issues with overlap in settings
...
See #1361
2018-05-04 00:40:44 +02:00
Gijs Noorlander and GitHub
b7b8ceebcf
Merge pull request #1366 from Grovkillen/fix-dropdown-a-bit
...
Fix dropdown a bit
2018-05-04 00:30:12 +02:00
Grovkillen and GitHub
9f6f39053e
Added a break under the hamburger
...
to have a bit of a buffer zone. Or else you'll accidently click the "main" button....
2018-05-04 00:01:33 +02:00
Grovkillen and GitHub
8eed47393f
Merge pull request #11 from letscontrolit/mega
...
update from master
2018-05-03 23:54:15 +02:00
TD-er
cc0c2c0f8b
[rules timer] revert treating the rules timer as periodical timer
...
May have unexpected effects, so if a more accurate timer is needed, a new timer type should be used, not setting an interval in the rules.
2018-05-03 23:13:21 +02:00
Gijs Noorlander and GitHub
0450d8a106
Merge pull request #1352 from Grovkillen/Menu-for-phone
...
Dropdown menu for phone
2018-05-03 21:36:30 +02:00
Gijs Noorlander and GitHub
e96de4a988
Merge branch 'mega' into Menu-for-phone
2018-05-03 21:36:14 +02:00
Gijs Noorlander and GitHub
28bdc37d24
Merge pull request #1364 from Grovkillen/fix-checkboxe
...
Fix checkboxes (#1363 )
2018-05-03 21:19:05 +02:00
Grovkillen and GitHub
b7ccba979c
[ #1363 ] fixed overlapping checkboxes
2018-05-03 20:35:34 +02:00
Grovkillen and GitHub
5132a318af
Merge pull request #10 from letscontrolit/mega
...
Update from master
2018-05-03 09:45:16 +02:00
ESPEasy release bot
cfd27b4918
automatically updated release notes for mega-20180503
2018-05-03 04:00:12 +02:00
Gijs Noorlander and GitHub
feba82188a
Merge pull request #1359 from TD-er/bugfix/timers
...
Bugfix/timers
2018-05-03 00:34:25 +02:00
TD-er
1a3274d2c2
[ #1353 ] Remove Domoticz HTTP as default controller
2018-05-03 00:32:18 +02:00
TD-er
0f04456ae6
[timers] Make rules timers more constant and MQTT reconnect less aggressive
...
See #1356
And #1223
2018-05-02 23:49:50 +02:00
Gijs Noorlander and GitHub
6016e1b1d3
Merge pull request #1358 from TD-er/bugfix/issue1351_rules
...
[rules] Make rules start working again.
2018-05-02 23:30:07 +02:00
TD-er
39e391ca0e
[rules] Make rules start working again.
...
See #1351
Whenever a plugin_write returns success = true, the execute command will no longer be called.
It doesn't matter whether the plugin is enabled or present.
It should only return success = true when the command was actually meant for this plugin.
2018-05-02 23:23:19 +02:00
Grovkillen and GitHub
8088ed4ed8
Added some "-"
2018-05-02 23:08:55 +02:00
Grovkillen and GitHub
13bd7ba26b
Forgot extra \ for escape in code
2018-05-02 23:06:12 +02:00
Grovkillen and GitHub
3cb90939c4
BR should be \n, now fixed
2018-05-02 23:01:12 +02:00
Grovkillen and GitHub
76cddb7c71
Added break...
2018-05-02 22:56:24 +02:00
Grovkillen and GitHub
3d0f871600
If error make log show this more clear
2018-05-02 22:54:34 +02:00
Grovkillen and GitHub
ffb3ee4039
Spelling correction
2018-05-02 22:33:43 +02:00
Grovkillen and GitHub
456796a87d
Added dropdown for phones
2018-05-02 15:09:37 +02:00
Grovkillen and GitHub
bf512f9da0
Merge pull request #9 from letscontrolit/mega
...
Update from master
2018-05-02 13:11:04 +02:00
Grovkillen and GitHub
d5b8a36acb
Web log now inside a textarea
2018-05-02 09:43:40 +02:00
Grovkillen and GitHub
f09642101f
Merge pull request #8 from letscontrolit/mega
...
Update from master
2018-05-02 08:23:46 +02:00
ESPEasy release bot
cb16773128
automaticly updated release notes for mega-20180502
2018-05-02 04:00:16 +02:00
Gijs Noorlander and GitHub
2e55b6304c
Merge pull request #1348 from TD-er/bugfix/improvetimers
...
Bugfix/improvetimers
2018-05-02 01:33:40 +02:00
TD-er
f61586ebbc
[web log] Read all items from the log buffer
...
This is a very sub optimal implementation. Eventually it should use the streaming web TXBuffer we made. It now uses quite some memory, when called.
2018-05-02 01:19:44 +02:00
TD-er
7f385fc74a
[wifi] Make retry intervals to connect increase at each attempt.
...
There is still an issue when the node is trying to reconnect very hard, it will not react to commands given via the serial port.
2018-05-02 01:18:05 +02:00
TD-er
a579c906d5
[timers] Make timers more accurate
...
Previously the moment a timed function was called, the new timer was set. That would make the timer interval to be the minimum interval, with quite some margin of error.
Now the timers are at a more strict interval, unless the device cannot keep up.
2018-05-02 01:16:39 +02:00
Grovkillen and GitHub
a80f3a5f0b
Added div to not copy "Fetching log entries...."
...
Clipboard should not have the fetch info text
2018-05-01 23:27:03 +02:00
Grovkillen and GitHub
7e10fda7e5
Added javascript to handle the log entries
2018-05-01 22:57:03 +02:00
Grovkillen and GitHub
16a6135f53
Merge pull request #7 from letscontrolit/mega
...
update from master
2018-05-01 22:55:13 +02:00
Gijs Noorlander and GitHub
343ea459ab
Merge pull request #1343 from giig1967g/bugfix/1142
...
fix for #1142
2018-05-01 22:46:55 +02:00
Gijs Noorlander and GitHub
0ddcee1f07
Merge pull request #1323 from workgroupengineering/Optimize_setSystemTimer
...
Optimize setSystemTimer
2018-05-01 22:39:25 +02:00
Gijs Noorlander and GitHub
07ac4cf8cf
Merge pull request #1345 from giig1967g/new/strings
...
Added 2 system variables
2018-05-01 22:29:23 +02:00
Gijs Noorlander and GitHub
a864aeab1e
Merge pull request #1339 from Grovkillen/new-weblog
...
New web log
2018-05-01 22:25:39 +02:00
Gijs Noorlander and GitHub
35a7ab94df
Merge pull request #1346 from TD-er/bugfix/change_to_LWIP_140
...
[LWIP 1.4.0] Change to LWIP 1.4.0, to allow large http POST messages
2018-05-01 22:18:07 +02:00
TD-er
44755e83b9
[LWIP] fix ESP32 build
2018-05-01 22:04:29 +02:00
Gijs Noorlander and GitHub
f93b38624d
Merge pull request #1342 from giig1967g/bugfix/1170
...
fix for #1170
2018-05-01 21:10:11 +02:00
TD-er
c1cb7d873c
[LWIP 1.4.0] Change to LWIP 1.4.0, to allow large http POST messages
...
See #1296
Rules got truncated when trying to save rules > 1520 Bytes.
Also added a bit more log information and some details about the used libraries in the sysinfo page and json output.
2018-05-01 21:05:50 +02:00
Plebs
62d81325b2
Added 2 system variables
...
Added 2 system variables
%SP% = space
%ip4% = 4th IP octet
2018-05-01 20:58:13 +02:00
Plebs
5bc2af0e4c
deleted comments
...
deleted comments and moved success outside of the if clause.
2018-05-01 20:52:00 +02:00
Plebs
bc5bf7f3f1
fix for #960
...
Added a new global command: TaskValueSetAndRun.
It changes the value of a task and runs it, so new value is pubished on MQTT and rules are executed.
2018-05-01 19:56:49 +02:00
Plebs
0b4013b33c
fix for #1142
2018-05-01 19:51:26 +02:00
Plebs
3c3a11d77b
fix for #1170
...
The reason is that inside PLUGIN_WRITE the variable [event->BaseVarIndex] is not set and is always = 0.
So actually this PR modifies the 1st value of task 1 and not the encoder counter.
Line 183 of P059_Encoder.ino should be removed:
UserVar[event->BaseVarIndex] = (float) event->Par1;
2018-05-01 19:46:51 +02:00
ESPEasy release bot
5876fb84af
automaticly updated release notes for mega-20180501
2018-05-01 04:00:17 +02:00
Grovkillen and GitHub
25ab07a9ba
Merge pull request #6 from letscontrolit/mega
...
update from master
2018-04-30 21:41:41 +02:00
Grovkillen and GitHub
e6044bdbf8
Added log JSON
2018-04-30 21:40:35 +02:00
mvdbro
572f8bcde7
Fix broken Mini Dashboard feature
2018-04-30 14:28:25 +02:00
Saverio Cisternino
c010640aa5
Optimize setSystemTimer; Removed the second "for" cycle for checking the availability of timers
2018-04-30 09:29:50 +02:00
ESPEasy release bot
e60c0dc5f0
automaticly updated release notes for mega-20180430
2018-04-30 04:00:08 +02:00
Gijs Noorlander and GitHub
4e6e31fdae
Merge pull request #1335 from TD-er/bugfix/mqtt_timout
...
Bugfix/mqtt timout
2018-04-29 17:49:01 +02:00
TD-er
77deb3d8b3
[MQTT] Set default timeout to 10 sec, equal to default Mosquito timeout
...
See https://github.com/knolleary/pubsubclient/issues/239
2018-04-29 17:41:00 +02:00
TD-er
3530027864
[rules] Add log indicating POST request for update rules
...
There is something strange going on, POST variables may be empty.
2018-04-29 17:40:07 +02:00
Gijs Noorlander and GitHub
07bfec4234
Merge pull request #1334 from TD-er/bugfix/wifi_connected_check
...
[wifi] Use internal ESPeasy state to check connected status
2018-04-29 14:59:28 +02:00
TD-er
3476792c58
[wifi] Use internal ESPeasy state to check connected status
2018-04-29 14:58:50 +02:00
Gijs Noorlander and GitHub
45afaf8d3f
Merge pull request #1333 from TD-er/bugfix/displayNamesInLog
...
[wifi] Do not rely on WiFi.status() and better log of status
2018-04-29 13:45:58 +02:00
TD-er
9084a5542b
[wifi] Do not rely on WiFi.status() and better log of status
...
`WiFi.status() == WL_CONNECTED` may not always be correct.
For ESP82xx check the SDK status.
2018-04-29 13:27:32 +02:00
mvdbro
4ac330ebf6
Changed plugin call debug timers
2018-04-29 11:51:46 +02:00
ESPEasy release bot
49a0476487
automaticly updated release notes for mega-20180429
2018-04-29 04:00:07 +02:00
Gijs Noorlander and GitHub
f606d2c55d
Merge pull request #1331 from TD-er/bugfix/ChangeReconnect
...
[wifi] Force wifi reconnect at lots of MQTT failed connects.
2018-04-29 00:53:27 +02:00
TD-er
4f9a383d93
[wifi] Force wifi reconnect at lots of MQTT failed connects.
2018-04-29 00:52:41 +02:00
Gijs Noorlander and GitHub
d4d0ee3b30
Merge pull request #1328 from TD-er/bugfix/set_static_IP_after_reconnect
...
[wifi] Setup static IP config after connecting to wifi.
2018-04-28 23:57:42 +02:00
TD-er
9705702f4c
[wifi] Added connectionCheckHandler() to force reconnect when needed
...
Example taken from [this issue discussion](https://github.com/esp8266/Arduino/issues/4445 )
2018-04-28 23:42:34 +02:00
TD-er
c3e015342c
[wifi] ESP32 does not know wifi_station_get_connect_status()
2018-04-28 23:10:24 +02:00
TD-er
209484554e
[wifi] Add wifi status log (Debug More) and DHCP/Static config to info page
2018-04-28 23:06:16 +02:00
TD-er
27377ab3ed
[wifi] Show number of reconnects in the sysinfo
2018-04-28 19:08:07 +02:00
TD-er
7055d24693
[wifi] Set static IP config before and after connect
...
Apparently static IP needs to have IP config set before and after connection has been made.
The beginning is needed to make sure no DHCP client is started.
The second one is needed to make sure the wifi status is correct in the core library.
2018-04-28 17:39:47 +02:00
TD-er
62e6317a23
[wifi] Setup static IP config after connecting to wifi.
2018-04-28 15:45:59 +02:00
ESPEasy release bot
29f89b687d
automaticly updated release notes for mega-20180428
2018-04-28 04:00:15 +02:00
Gijs Noorlander and GitHub
697d20a028
Merge pull request #1325 from TD-er/bugfix/wifi_stability
...
Known issue: With NTP enabled, it may be possible the connection is not fully operational.
2018-04-28 00:50:52 +02:00
TD-er
e9df0e75b9
[Wifi] Avoid doing network communications when not connected.
...
This may disrupt the network stack.
2018-04-28 00:10:01 +02:00
TD-er
f23f49931b
[wifi] Just disconnect when DNS lookup is not possible
...
This may prevent issues with hostname resolving to 0.0.0.0.
2018-04-27 23:45:31 +02:00
TD-er
4af29c405b
[PlatformIO] Updated core to 2.4.1
...
```
[core_2_4_1]
platform = espressif8266@1.7.0
[common]
build_flags = -D BUILD_GIT='"${env.TRAVIS_TAG}"' ; ${compiler_warnings.build_flags}
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
```
2018-04-27 21:45:30 +02:00
ESPEasy release bot
d780f1a07f
automaticly updated release notes for mega-20180426
2018-04-26 04:00:14 +02:00
TD-er
f9be283cb7
[wifi] Attempt to make event based wifi simpler
...
With static IP, the connection is lost frequently.
2018-04-26 02:04:18 +02:00
Gijs Noorlander and GitHub
3f1cda7b81
Change use of core 2_4_0 to 2_3_0
2018-04-25 16:05:05 +02:00
ESPEasy release bot
2fd226d6bd
automaticly updated release notes for mega-20180425
2018-04-25 04:00:08 +02:00
Gijs Noorlander and GitHub
3d1edcf33e
Merge pull request #1311 from TD-er/bugfix/more_active_reconnect
...
[wifi] More active reconnect to wifi when disconnected
2018-04-25 00:44:30 +02:00
TD-er
cc740b46f1
[wifi] More active reconnect to wifi when disconnected
...
And also set ESP32 to a fixed version, since latest versions may cause lots of reboots/bootloops.
2018-04-25 00:43:05 +02:00
Gijs Noorlander and GitHub
e829058c92
Merge pull request #1310 from giig1967g/mega
...
Fix another bug in LCD plugin
2018-04-25 00:06:03 +02:00
Plebs
685438c35d
Fix another bug in LCD plugin
...
There was another part in the WRITE section where was trying to read the Settings. Fixed with a global variable.
2018-04-24 23:52:22 +02:00
Gijs Noorlander and GitHub
f8a4ef389f
Merge pull request #1309 from giig1967g/mega
...
Adding 3 new http commands: taskrun, taskvalueset and rules
2018-04-24 23:09:43 +02:00
Gijs Noorlander and GitHub
7e9c31131c
Merge pull request #1308 from TD-er/merge/modbus_1128
...
[Modbus] PR #1128 made by @s0170071
2018-04-24 22:41:07 +02:00
Plebs
99150c4214
Adding 3 new http commands: taskrun, taskvalueset and rules
...
Usage:
control?cmd=taskrun,n
control?cmd=taskvalueset,t,v,n
control?cmd=rules,n (0 or 1 to activate or deactivate rules
2018-04-24 22:28:18 +02:00
TD-er
ec7e6f80b0
[Modbus] PR #1128 made by @s0170071
...
Was long overdue to merge, a simple re-do to include the Modbus.ino to allow development of Modbus plugins.
2018-04-24 22:21:50 +02:00
Gijs Noorlander and GitHub
dada682ed6
Merge pull request #1307 from giig1967g/mega
...
Fix for #1300
2018-04-24 21:40:52 +02:00
Grovkillen and GitHub
ab31b33a2c
Merge pull request #1305 from Grovkillen/added-"addcopybutton"
...
Added "addcopybutton"
2018-04-24 12:13:32 +02:00
Grovkillen and GitHub
621585901f
Added new lines if BR + delimiter if wanted
2018-04-24 11:09:51 +02:00
ESPEasy release bot
eaaf1fe888
automaticly updated release notes for mega-20180424
2018-04-24 04:00:13 +02:00
Grovkillen and GitHub
41e4705198
Merge pull request #5 from Grovkillen/mega
...
Added copy to clipboard on log page
2018-04-23 21:28:35 +02:00
Grovkillen and GitHub
c35fe3d500
Added copy to clipboard on log page
...
The <br> will work as new lines if pasted into issue template but we might add a conversion within the javascript code. I leave as is for now.
2018-04-23 21:27:36 +02:00
Grovkillen and GitHub
e2da8ecbb9
Made copy to clipboard JavaScript based instead
2018-04-23 21:15:20 +02:00
Plebs
3dad26a58a
Fix for #1300
...
LCD 1602 and 2004 fixed.
2018-04-23 19:19:08 +02:00
Grovkillen and GitHub
ae930a1d36
Added a void addCopyButton
...
For general use...
2018-04-23 15:47:02 +02:00
Grovkillen and GitHub
45e980beda
Merge pull request #4 from letscontrolit/mega
...
Update from master
2018-04-23 09:23:52 +02:00
Grovkillen and GitHub
8723e177df
Added note to self compilers
...
Many self compilers are reporting stuff, it's near to impossible to also support these since the different environments are so hard to set up for us developers to test.
2018-04-23 08:34:14 +02:00
ESPEasy release bot
8454994023
automaticly updated release notes for mega-20180423
2018-04-23 04:00:10 +02:00
Gijs Noorlander and GitHub
50732aed8a
Merge pull request #1295 from TD-er/bugfix/delay_between_connection_attempts
...
[wifi] Add delay between connection attempts
2018-04-22 12:28:09 +02:00
TD-er
f2888951dc
[wifi] Add delay between connection attempts
...
Accesspoints cannot handle lots of (immediate) reconnect attempts.
Added a delay of up-to a second between new attempts.
2018-04-22 12:27:24 +02:00
Gijs Noorlander and GitHub
56ac640986
Merge pull request #1294 from giig1967g/mega
...
Fixing #1289 for backwards compatibility
2018-04-22 11:52:53 +02:00
Plebs
df2d7be30b
Fixing #1289 for backwards compatibility
...
I noticed that my latest commit introduced a small issue with Transformations:
The previous transformations were right justified. The new ones are left justified.
To maintain backwards compatibility I have modified the code.
2018-04-22 11:49:51 +02:00
ESPEasy release bot
9e06cf4dc7
automaticly updated release notes for mega-20180422
2018-04-22 04:00:09 +02:00
Gijs Noorlander and GitHub
cd27339b8e
Merge pull request #1293 from TD-er/bugfix/remove_crc_from_config_file
...
[issue #1292 ] Remove CRC from settings, init settings and wifi fixes
2018-04-22 02:02:23 +02:00
TD-er
ec38ba1fb7
[issue #1292 ] Remove CRC from settings, init settings and wifi fixes
...
- Reset wifi when DNS lookup returns *.0.0.0 (NTP lookup sometimes returns like these)
- Accept Wifi events out of order.
- Remove CRC from settings struct
- Patch settings with last few added items initialized
- Changed red question mark to white questionmark, for links to wiki.
2018-04-22 02:01:10 +02:00
Gijs Noorlander and GitHub
b8fa42925f
Merge pull request #1289 from giig1967g/mega
...
Syntax: [task#value#transformation#justification]
2018-04-21 14:21:05 +02:00
Plebs
4169ca0ee8
Code changed as per TD-er suggestions
2018-04-21 09:53:19 +02:00
ESPEasy release bot
578477bf6d
automaticly updated release notes for mega-20180421
2018-04-21 04:00:08 +02:00
Gijs Noorlander and GitHub
0803e946b0
Merge pull request #1290 from TD-er/feature/P076_SonoffPOW
...
[Sonoff Pow] P076 - Add support for HLW8012 by @papperone
2018-04-21 01:42:38 +02:00
TD-er
06001bbc94
[Sonoff POW] Set some proper defaults for the Sonoff POW
...
I2C pins may conflict with the used energy sensor.
Also the status LED is set to a non standard pin.
2018-04-21 01:24:48 +02:00
TD-er
f171d5b211
[Sonoff POW] Change Plugin ID to 76
...
Nextion was added as P075
2018-04-21 00:18:05 +02:00
TD-er
360b552424
[Sonoff Pow] Add support for HLW8012
2018-04-21 00:17:52 +02:00
Unknown
d9597febf8
Merge remote-tracking branch 'papperone/mega' into merge/papperone
...
Remove edits on P073 to separate PRs
2018-04-21 00:17:43 +02:00
TD-er
6aa21ea6f8
[Sonoff Pow] Add support for HLW8012
2018-04-21 00:17:33 +02:00
Unknown
b1de652b62
Merge remote-tracking branch 'papperone/mega' into merge/papperone
...
Remove edits on P073 to separate PRs
2018-04-21 00:17:22 +02:00
Plebs
5c3bf9e894
Syntax: [task#value#transformation#justification]
...
Transformations:
Special:
!: negate (only for 0 or 1)
R: RIGHT JUSTIFY
V: value
O: ON/OFF
C: OPEN/CLOSE
U: UP/DOWN
u: U/D
Y: YES/NO
y: Y/N
X: O/X
I: IN/OUT
Z: 0/1
1: 1 decimal
2: 2 decimals
3: 3 decimals
Dx.y: x digits + y decimals
F: floor
E: ceiling
Justification:
P: prefix spaces
S: suffix spaces
2018-04-20 23:21:17 +02:00
Gijs Noorlander and GitHub
0acd7b0e70
Merge pull request #1288 from TD-er/bugfix/InitStaticIP_before_connect
...
[WiFi] Init static IP before connect to wifi
2018-04-20 22:08:22 +02:00
TD-er
8bbaffdeb0
[info] Add more build related info to the log and wifi info link to wiki
...
Add core information to the log and info page
Add "more info" button to main page
Add question mark link button to sysinfo section describing wifi. This links to the wifi page on the wiki.
2018-04-20 21:54:40 +02:00
TD-er
19e86e7df3
[Toast message] Change "Settings saved" to "Submitted"
...
Message is sent to provide feedback on pressing the 'submit' button.
At that moment, it is not yet clear the data will be saved successful.
To prevent "Settings Saved" and "Error writing to..." to show on the same page, this text was changed.
2018-04-20 20:55:17 +02:00
TD-er
311d6f01df
[WiFi] Init static IP before connect to wifi
...
As suggested by @Feuerreiter [here](https://github.com/letscontrolit/ESPEasy/issues/1255#issuecomment-383094333 )
2018-04-20 20:37:38 +02:00
Gijs Noorlander and GitHub
61f47d5ffc
Merge pull request #1287 from workgroupengineering/feature/elseif
...
[Feature] Allow elseif
2018-04-20 20:25:16 +02:00
Gijs Noorlander and GitHub
72f0f95471
Merge pull request #1285 from Grovkillen/toast-mes
...
Toast message added
2018-04-20 20:24:56 +02:00
Gijs Noorlander and GitHub
4e33472d81
Merge pull request #1246 from workgroupengineering/feature/timer_pause_resume
...
[Feature] Timers Pause and Resume
2018-04-20 20:24:33 +02:00
Saverio Cisternino
69c4f970a9
Add debug info
2018-04-20 16:46:04 +02:00
Grovkillen and GitHub
28866bd08c
Removed fade in of body added toast message!
2018-04-20 13:01:14 +02:00
Grovkillen and GitHub
0f93e3ed3c
Merge pull request #3 from letscontrolit/mega
...
Update
2018-04-20 12:59:38 +02:00
Saverio Cisternino
59a82ee17f
Add support at elseif statment
2018-04-20 11:36:12 +02:00
Saverio Cisternino
e8af00f99f
Add Trigger Rules#TimerPause= and Rules#TimerResume=
2018-04-20 11:33:05 +02:00
Saverio Cisternino
ad4b0f8008
Add Commands timerpause and timerresume
2018-04-20 11:33:05 +02:00
ESPEasy release bot
ae2a0b5208
automaticly updated release notes for mega-20180420
2018-04-20 04:00:09 +02:00
Gijs Noorlander and GitHub
785266bd39
Merge pull request #1283 from TD-er/bugfix/webserver_restart_connection_change
...
Bugfix/webserver restart connection change
2018-04-20 00:38:10 +02:00
TD-er
2e63e764b2
[wifi] Create event 'gotIP' after processing 'connected' event
...
And stop webserver when trying to reconnect to WiFi
2018-04-20 00:35:09 +02:00
TD-er
f7eaecf5d4
[log] Make web log 30 lines for ESP32
2018-04-20 00:01:52 +02:00
TD-er
1bee80d0ec
[wifi] Restart webserver when connection changes.
2018-04-19 23:43:30 +02:00
Grovkillen and GitHub
504a9aa295
Added extra breaks below "back to setup" button
2018-04-19 15:21:24 +02:00
Grovkillen and GitHub
059530a6b7
Merge pull request #1277 from Grovkillen/Update-GUI
...
Update GUI a bit more
2018-04-19 11:53:22 +02:00
Gijs Noorlander and GitHub
5b83c634e9
Merge pull request #1278 from TD-er/bugfix/set_static_at_change_mode
...
[Static IP] Make sure static mode is set correct always
2018-04-19 11:08:09 +02:00
TD-er
ff7ab3837e
[Static IP] Make sure static mode is set correct always
...
Also when changing settings from static to DHCP and vice verse.
2018-04-19 11:07:29 +02:00
Grovkillen and GitHub
badad651de
"bodymenu" was accidentally copied to all body
2018-04-19 11:01:02 +02:00
Grovkillen and GitHub
8a767b77e8
Added small fade in (0.5s)
...
To make user understand that submit have been clicked (web interface is so fast now).
2018-04-19 10:38:41 +02:00
Grovkillen and GitHub
072a1a4080
Merge pull request #2 from letscontrolit/mega
...
update
2018-04-19 10:37:20 +02:00
ESPEasy release bot
394e4b095d
automaticly updated release notes for mega-20180419
2018-04-19 04:00:17 +02:00
Gijs Noorlander and GitHub
ae1e62c8c6
Merge pull request #1276 from TD-er/bugfix/pr_1257
...
Bugfix/pr 1257
2018-04-19 01:25:45 +02:00
TD-er
0efb7823d7
[ESP32] Add Generic info plugin
2018-04-19 01:24:40 +02:00
TD-er
3ee7d4d04e
[PR #1257 ] Make it compile again
2018-04-19 01:24:14 +02:00
stefan and TD-er
f2d3a5d222
Changes for use of plugin sets
...
Remove ifdefs for PLUGIN_BUILD_TESTING to make use of USES_ defines and define_plugin_defs.h
2018-04-19 00:42:56 +02:00
Gijs Noorlander and GitHub
904a5cc612
Merge pull request #1267 from sentinel073/plugin_template_issue_1211
...
Issue #1211 : Plugin template file and hints on writing new plugins
2018-04-19 00:40:37 +02:00
Gijs Noorlander and GitHub
5241f93f5f
Merge pull request #1268 from hansrune/mega
...
Implemented syslog facilities and levels
2018-04-19 00:38:37 +02:00
Gijs Noorlander and GitHub
6d33d21f70
Merge pull request #1266 from Grovkillen/CSS-the-reset-of-the-gui
...
CSS the rest of the GUI
2018-04-19 00:37:56 +02:00
Gijs Noorlander and GitHub
045e2ef9f4
Merge pull request #1275 from TD-er/bugfix/Static_ip
...
[Static IP] Work-around for set _use_static_ip
2018-04-19 00:37:32 +02:00
TD-er
527267de62
[Static IP] Work-around for set _use_static_ip
...
See [this bug report](https://github.com/esp8266/Arduino/issues/4114 ), which is not fixed in 2.4.0.
This work-around will make sure no dhcp-client will be started when connecting to a network.
The active DHCP client could result in IP conflicts, difficulty in reconnect and other strange issues.
2018-04-19 00:13:53 +02:00
sentinel073
29c01eeb38
Issue #1211 : Plugin template file and hints on writing new plugins
...
Added review comments
2018-04-18 13:01:49 +03:00
Grovkillen and GitHub
1c5a1d3656
Removed unused row on hardware settings page
2018-04-17 17:31:28 +02:00
Grovkillen and GitHub
d6fe76750a
Added CSS radio buttons to WiFi setup wizard
2018-04-17 17:18:28 +02:00
Hans-Rune Bue
1889c0f9e5
Implemented syslog facilities and levels
...
Sending LOG_LEVEL_ERROR as syslog error, LOG_LEVEL_INFO as syslog notice, and everything else as syslog deug
Also added Settings.Syslogfacility setting to be able to choose kernel (still default), user, daemon, message and local0-local7
2018-04-17 12:43:52 +02:00
sentinel073
ebc16044e2
Issue #1211 : Plugin template file and hints on writing new plugins
2018-04-17 11:57:37 +03:00
Grovkillen and GitHub
5695ea8fa8
Updated the input, select, textareas with CSS
2018-04-17 10:50:52 +02:00
Grovkillen and GitHub
16cc9aaa6b
Merge pull request #1 from letscontrolit/mega
...
Updated from main
2018-04-17 10:48:37 +02:00
ESPEasy release bot
7f393af2a0
automaticly updated release notes for mega-20180417
2018-04-17 04:00:09 +02:00
Gijs Noorlander and GitHub
3e22607276
Merge pull request #1264 from TD-er/feature/nextion_port_from_playground
...
Feature/nextion port from playground
2018-04-17 01:35:06 +02:00
TD-er
4de720382d
[wifi] Fix build error for ESP32
...
Shared function was declared within #ifdef scope.
2018-04-17 01:34:07 +02:00
TD-er
a718572688
[P075] Nextion plugin (testing)
...
Added Nextion plugin for testing from the Playground.
It is not yet tested on real hardware, but it has been in development for a while on the forum and playground.
Also requested in issue #1256 and by several others.
2018-04-17 01:29:31 +02:00
Unknown
2d66c9fefa
[Nextion] Initial support for Nextion displays
...
Code taken from playground P117 and added minimal changes.
Still need some work to check and test with real display.
Not tested yet, myself.
2018-04-16 23:47:12 +02:00
Gijs Noorlander and GitHub
de51a130b3
Merge pull request #1262 from TD-er/bugfix/json_oled
...
[issue #1260 ] parentheses error on the json page
2018-04-16 23:28:53 +02:00
TD-er
a8020c9011
[issue #1260 ] parentheses error on the json page
2018-04-16 23:28:02 +02:00
Gijs Noorlander and GitHub
a2cbc6d474
Merge pull request #1261 from TD-er/bugfix/fix_disconnects_static_ip
...
[wifi] Fix wifi reconnects with static IP
2018-04-16 23:03:05 +02:00
TD-er
ea5c99431c
[NTP] Add more information in the log when connecting to NTP server fail
2018-04-16 22:49:07 +02:00
TD-er
6f68d87f50
[wifi] Fix wifi reconnects with static IP
...
When a fixed IP setting is used, there will be no "Got IP" event, which will lead to a timeout and thus reconnect.
As a fix, the "Connected" event will also act like when a "Got IP" event was received when configured to use static IP.
2018-04-16 22:48:23 +02:00
Gijs Noorlander and GitHub
4aa9c5e0ba
Merge pull request #1259 from Grovkillen/Updating-gui
...
Updating gui (max width etc)
2018-04-16 20:49:07 +02:00
Grovkillen and GitHub
7e4666afed
"Ctr (IDX)" was accidentally removed, now added
2018-04-16 17:23:37 +02:00
Grovkillen and GitHub
7651a07efc
Added max widths for inputs
2018-04-16 17:02:31 +02:00
Grovkillen and GitHub
f961a9f331
Made IDX column wider (device list)
2018-04-16 16:37:39 +02:00
Grovkillen and GitHub
bb49cbdc89
Added number input to CSS (width 100px)
2018-04-16 16:34:00 +02:00
Grovkillen and GitHub
7fe1b41ea5
Made input type password part of "wide"
2018-04-16 16:26:18 +02:00
Grovkillen and GitHub
358e9f1e24
Change enable "off" to a nicer X
2018-04-16 16:20:14 +02:00
Grovkillen and GitHub
8f77ffc871
Made controller symbols a bit bigger (1)(2)(3)
2018-04-16 16:09:14 +02:00
Grovkillen and GitHub
60faa58894
Moved help button on hardware page
...
Moved it up (from right of the submit button which wasn't a good place for it)
2018-04-16 14:40:52 +02:00
Grovkillen and GitHub
aba095b25d
Moved help button for sleep
2018-04-16 14:00:17 +02:00
Grovkillen and GitHub
617ebe96de
Re-arranged Rules page
...
Button moved down
Edit text removed
2018-04-16 13:45:57 +02:00
Grovkillen and GitHub
a1bf42dde1
Put borders around checkboxes
...
Suggested here: #1253
2018-04-16 13:20:04 +02:00
ESPEasy release bot
b0b83543eb
automaticly updated release notes for mega-20180416
2018-04-16 04:00:09 +02:00
Gijs Noorlander and GitHub
b97be9c718
Merge pull request #1250 from TD-er/bugfix/wifi_start_ap_mode
...
[wifi] Prevent starting AP+STA mode with correct settings
2018-04-16 00:51:04 +02:00
TD-er
33831b072b
[info] Added FW information to help diagnose issues
...
A lot of issue reports do not include information about the used version of the core libraries and 'normal', 'dev', etc.
Since this information helps narrowing down the possible causes of the reported issues, it is best to add them in the general log.
2018-04-16 00:49:17 +02:00
TD-er
a5f94298d8
[wifi] Proper log of static IP configuration
2018-04-15 14:41:41 +02:00
TD-er
d0dc959d31
[Wifi] force STA mode at boot
...
I finally have one node acting as described by others and this one reported a disconnect before a connect attempt was made.
Now forcing the wifi in STA mode, should resolve this issue.
2018-04-15 14:10:02 +02:00
TD-er
644aa2f65e
[wifi] Prevent starting AP+STA mode with correct settings
...
WiFi persistent settings were disabled after initialisation of the event handler.
This allowed the firmware to start WiFi connection with settings stored in the flash (not our settings, the settings kept by the core library). If these fail, then a connection failed event would occur before a connect attempt was started from ESPeasy, which would lead to strange results on some nodes while others work just fine.
2018-04-15 12:05:07 +02:00
ESPEasy release bot
e457fe7597
automaticly updated release notes for mega-20180415
2018-04-15 04:00:08 +02:00
Gijs Noorlander and GitHub
dcd409e9d9
Merge pull request #1249 from TD-er/bugfix/Webserver_appendingStrings
...
A lot of functions in Webserver.ino were just appending to a ever increasing string. These strings were eventually sent to TXBuffer of the Webinterface.
So why not directly send them to the streaming buffer and thus reduce memory usage and gain speed.
2018-04-15 02:06:34 +02:00
TD-er
c227c13ba2
[Merge] Easier to merge, rebased on Mega branch.
2018-04-15 01:55:22 +02:00
TD-er
c64566ce49
[PR #1248 ] Fixed textarea sizes
...
See #1248
2018-04-15 01:45:52 +02:00
TD-er
a9366c8f23
[PR #1247 ] Merged PR into the refactoring of Webserver
2018-04-15 01:45:52 +02:00
TD-er
bbf470c61d
[WebServer] Cleanup of all functions appending to a big string
...
A lot of functions in Webserver.ino were just appending to a ever increasing string. These strings were eventually sent to TXBuffer of the Webinterface.
So why not directly send them to the streaming buffer and thus reduce memory usage and gain speed.
2018-04-15 01:45:30 +02:00
Grovkillen and GitHub
1c1211c4f3
Bumped delay timer for MQTT pub 10mSec
...
Tests showed that instead of publishing "now" a 10mSec delay made the unit respond better and publish faster.
2018-04-15 00:50:30 +02:00
Gijs Noorlander and GitHub
7da0bc4a44
Merge pull request #1247 from Grovkillen/Fix-some-html
...
Fix some html
2018-04-14 21:19:52 +02:00
Grovkillen and GitHub
91a0c51ff8
Made addFormSeparator function a lot cleaner
...
Thanks to da man @TD-er
2018-04-14 21:15:33 +02:00
Grovkillen and GitHub
0aa523a329
Updated some more stuff
...
Made the call for the function work without the extra (not used) "extra text"... it's still in the base function for future use.
2018-04-14 20:55:52 +02:00
Gijs Noorlander and GitHub
cac7275eb9
Merge pull request #1245 from susisstrolch/ds18b20
...
ignore power-on reset value (85.0 °C)
2018-04-14 17:29:50 +02:00
Susis Strolch
c705fdfff0
add missing & around value
2018-04-14 15:51:09 +02:00
Susis Strolch
1fc876cfea
add missing & around value, add README
2018-04-14 15:44:20 +02:00
Susis Strolch
109eaf7d25
DS_readTemp: handle power-on reset value
...
return false if DS_readTemp is power-on reset value
(0xaa for DS1820|DS18B20, 0x550 for DS18B20|DS1825|DS1822)
2018-04-14 15:38:11 +02:00
Grovkillen and GitHub
9ba15f2c19
Added column width for separator...
...
Now variable
2018-04-14 13:51:06 +02:00
Grovkillen and GitHub
1c07d787c5
Fixed missed update.
2018-04-14 13:45:13 +02:00
Grovkillen and GitHub
b7ae2ea5fe
Made checkmarks CSS
...
The is made to be able to have text after the custom checkbox... the text itself is not yet styled since we're not using labels like that yet.
2018-04-14 13:40:49 +02:00
Gijs Noorlander and GitHub
b75bb204e3
Merge pull request #1209 from nunofgs/enhancement/replace-ultrasonic-plugin-with-newping-lib
...
Replace ultrasonic plugin with NewPing lib
2018-04-14 13:11:14 +02:00
Gijs Noorlander and GitHub
bfc8006205
Merge pull request #1242 from susisstrolch/stringConverter
...
system variables %sysheap%, %syssec_d
2018-04-14 13:08:28 +02:00
Gijs Noorlander and GitHub
aab2e4a442
Added C013
2018-04-14 12:56:41 +02:00
Gijs Noorlander and GitHub
abfdfe014e
Merge pull request #1243 from susisstrolch/defineUses
...
add missing USES_XXX to _C*.ino, _N*.ino
2018-04-14 12:53:42 +02:00
Susis Strolch
f82040d2ef
ignore power-on reset value (85.0 °C)
2018-04-14 12:31:17 +02:00
Susis Strolch
56f2cf3121
system variables %sysheap%, %syssec_d
...
- %sysheap%: free heap memory
- %syssec_d%: seconds since midnight
2018-04-14 12:03:23 +02:00
Susis Strolch
21011c548e
GIT hooks: post-merge, post-commit, post-checkout
...
scripts intended as local git hooks.
post-merge:
- create symlink ESPEasy - if necessary
- add "#define BUILD_GIT <git revision>" to Custom.h
- add "#define USE_CUSTOM_H" to src/ESPEasy-Globals.h
post-commit:
- add "#define BUILD_GIT <git revision>" to Custom.h
post-checkout:
- on branch checkout also add "#define BUILD_GIT <git revision>"
2018-04-14 11:28:05 +02:00
Susis Strolch
6349f07d1a
add missing USES_XXX to _C*.ino, _N*.ino
2018-04-14 10:44:25 +02:00
Grovkillen and GitHub
1b44559d3e
Merge pull request #2 from letscontrolit/mega
...
Update source from MAIN
2018-04-14 08:57:26 +02:00
ESPEasy release bot
a151e60755
automaticly updated release notes for mega-20180414
2018-04-14 04:00:08 +02:00
Gijs Noorlander and GitHub
ce11c84e74
Merge pull request #1186 from linuxnico/mega
...
add ds1822 definition to ds_read_temp function
2018-04-14 00:13:39 +02:00
Gijs Noorlander and GitHub
9808bf86c4
Merge pull request #1078 from GHolli/mega
...
Sensor MH-Z19: Fixing offsets for the detection range setting command
2018-04-14 00:13:04 +02:00
Gijs Noorlander and GitHub
cfae636e55
Merge pull request #1240 from TD-er/feature/bssid_channel_variables
...
[issue #1239 ] %bssid% and %wi_ch% added as variables
2018-04-14 00:09:23 +02:00
Gijs Noorlander and GitHub
ebaaf50df6
Merge pull request #1230 from Grovkillen/Fix-nomenclature-for-delay/interval
...
Renamed delay to interval/time for better understanding
2018-04-14 00:09:09 +02:00
Gijs Noorlander and GitHub
5c0be9e89f
Merge pull request #1193 from clumsy-stefan/patch-1
...
_P015_TSL2561 added Broadband and IR Values
2018-04-14 00:07:32 +02:00
Gijs Noorlander and GitHub
36468663f7
Merge pull request #1210 from giig1967g/mega
...
Fixes for #1208 and partial #1196
2018-04-14 00:05:36 +02:00
TD-er
fba32608ee
[issue #1239 ] %bssid% and %wi_ch% added as variables
...
See #1239
2018-04-13 23:47:08 +02:00
Grovkillen and GitHub
06848e50c3
Fixed main page!
...
Table was messed up... also update other tables
2018-04-13 23:46:45 +02:00
Grovkillen and GitHub
879d0d4916
Added better(?) format for tables
...
Fixed "normal" and "multirow" table css and made some column widths fixed.
2018-04-13 15:47:13 +02:00
ESPEasy release bot
d083a58cd7
automaticly updated release notes for mega-20180413
2018-04-13 04:00:09 +02:00
Gijs Noorlander and GitHub
b1e9ff9fdc
Merge pull request #1234 from TD-er/bugfix/Wifi_connection_issues
...
[wifi] Event based wifi, fix set AP and crash on start
2018-04-13 01:51:45 +02:00
TD-er
304280f415
[wifi] Event based wifi, fix set AP and crash on start
...
The settings had 2 new values which would be overwriten by the checksum and there was still some issue about when to save the settings.
Also added a check to only save changed settings.
Known issue:
Sometimes after initial setup of wifi credentials, it is best to perform a reset.
2018-04-13 01:48:22 +02:00
Grovkillen and GitHub
2c8ca1421f
Removed the serial print "done."
2018-04-12 09:55:11 +02:00
Grovkillen and GitHub
3ce0fb9f75
Merge branch 'mega' into Fix-nomenclature-for-delay/interval
2018-04-12 09:28:48 +02:00
ESPEasy release bot
8a71d2abd6
automaticly updated release notes for mega-20180412
2018-04-12 04:00:14 +02:00
Gijs Noorlander and GitHub
1b174f4eac
Merge pull request #1224 from flexiti/mega
...
ESP32 cpu speed and Id
2018-04-12 01:25:45 +02:00
Gijs Noorlander and GitHub
f1d18c7b41
Merge pull request #1220 from TD-er/bugfix/SoftAP_event_based_wifi
...
[issue #1215 ] Cannot login to accesspoint on new install
2018-04-12 01:22:46 +02:00
TD-er
204d4607ba
Merge remote-tracking branch 'upstream/mega' into bugfix/SoftAP_event_based_wifi
2018-04-12 01:12:28 +02:00
TD-er
51f7ce0cb6
[wifi] Event based wifi, improve scan information.
2018-04-12 01:07:39 +02:00
Nuno Sousa
8f73deb133
Replace ultrasonic plugin with NewPing lib
2018-04-11 23:26:58 +01:00
Gijs Noorlander and GitHub
1d4147309c
[MQTT] Process MQTT loop on publish
...
As [discussed here](https://github.com/letscontrolit/ESPEasy/issues/1228#issuecomment-380420609 ).
2018-04-11 15:29:49 +02:00
mvdbro
a68e4c1456
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into mega
2018-04-11 14:57:22 +02:00
mvdbro
2ee51363dd
Reboot/Reset pin, build 20101 patch
2018-04-11 14:57:12 +02:00
TD-er
172eb37b5b
[wifi] Fix wifi AP setup mode for ESP32.
2018-04-11 01:24:34 +02:00
Grovkillen and GitHub
68e1d8ea69
Added RSSI, BSSID, Channel to WifiScan/Setup
...
And also delay is now renamed interval.
2018-04-10 15:47:59 +02:00
Grovkillen and GitHub
ac8e8db0e7
Merge pull request #1 from letscontrolit/mega
...
Update
2018-04-10 14:24:17 +02:00
ESPEasy release bot
d72bf9b76c
automaticly updated release notes for mega-20180410
2018-04-10 04:00:21 +02:00
Gerald and GitHub
6d3f535d16
Merge pull request #3 from letscontrolit/mega
...
Downstream updates from head fork.
2018-04-09 21:39:15 +02:00
Grovkillen and GitHub
0709763f3a
Update issue_template.md
...
`YOUR TEXT GOES HERE` added
2018-04-09 13:09:59 +02:00
Grovkillen and GitHub
538d843643
Update issue_template.md
...
Rearranged the topics...
2018-04-09 13:07:56 +02:00
Grovkillen and GitHub
2339ee928c
Update issue_template.md
...
Added code format
2018-04-09 13:05:55 +02:00
Grovkillen and GitHub
9550b951d5
Update issue_template.md
...
Added a "Summarize" topic
2018-04-09 12:55:43 +02:00
Grovkillen and GitHub
0491af8a2f
Added comments that will not show up on issues
...
Many users forget to "clean" the template from unnecessary text... these are now automatically hidden.
2018-04-09 12:53:05 +02:00
ESPEasy release bot
806a2757b2
automaticly updated release notes for mega-20180409
2018-04-09 04:00:13 +02:00
TD-er
3931b71d00
Merge branch 'mega' into bugfix/SoftAP_event_based_wifi
2018-04-09 00:17:48 +02:00
TD-er
af0c3d5f62
[wifi] Make it work for ESP32 again
2018-04-08 23:50:07 +02:00
mvdbro
c7a6ca4555
Both reset/factoryreset option
2018-04-08 17:05:59 +02:00
mvdbro
4a01e2eb49
Factory Reset (not enabled yet)
2018-04-08 08:27:25 +02:00
TD-er
d6ff20b35d
[WiFi] Event based wifi, now AP mode works
...
It appeared to be related to the core 2.3.0 version. The 2.4.0 does just work. Also changed a number of other things to improve stability.
2018-04-08 00:34:34 +02:00
ESPEasy release bot
0ada9aa105
automaticly updated release notes for mega-20180407
2018-04-07 04:00:12 +02:00
Holli
6b04539571
Disable detection range commands by default.
2018-04-06 18:40:08 +02:00
Plebs
9380ec13dc
Added #I
...
#I: IN/OUT
2018-04-06 12:41:00 +02:00
Grovkillen and GitHub
ae946c27c0
Fixed clickable link www.letscontrolit.com ( #1192 )
2018-04-06 10:02:36 +02:00
Plebs
86cf00759f
added more formats
...
#X
#y
#Z
2018-04-06 08:38:26 +02:00
Plebs
0eb5f55d63
new #formats
...
Hi, here the new formats:
#O: ON/OFF
#C: Open/Close
#U: UP/Down
#Y: YES/NO
#D: converto to nearest integer
#F: convert to floor
#E: convert to ceiling
2018-04-05 23:39:54 +02:00
flexiti and GitHub
f27d2aa7eb
ESP CPU speed and ID
2018-04-05 15:09:24 +02:00
flexiti and GitHub
2d3285aaaf
Merge pull request #1 from letscontrolit/mega
...
update
2018-04-05 15:05:25 +02:00
ESPEasy release bot
5bd2532853
automaticly updated release notes for mega-20180405
2018-04-05 04:00:10 +02:00
Plebs
765c56ccef
modified float() call
2018-04-05 00:20:38 +02:00
mvdbro
4c755d83a6
ESP32 RTOS 10 per second
...
Run 10 per seconds call independent from main loop
2018-04-04 21:55:50 +02:00
mvdbro
1b9e1b92aa
ESP32 RTOS config setting
2018-04-04 12:32:17 +02:00
Gijs Noorlander and GitHub
a4c73cc91e
Merge pull request #1175 from Grovkillen/Fix-parsing-structure-for-JSON-+-upload-file-filter
...
Updated JSON path for sensor values and names
2018-04-04 10:06:17 +02:00
Gijs Noorlander and GitHub
736fe2111a
Merge pull request #1218 from soif/Fix/PioConfTypo
...
Unwanted lib_ignore now properly commented
2018-04-04 10:05:22 +02:00
Gijs Noorlander and GitHub
767b0af733
Merge pull request #1217 from soif/Feat/JsonLoad
...
Shows CPU Load in JSON page
2018-04-04 10:04:59 +02:00
TD-er
02255180e9
[Wifi] Use statemachine to move between Wifi states
...
Still existing problems:
- Credentials are not being saved from web interface and thus connection doesn't work from setup page.
- First time connect to SoftAP takes a lot of attempts, when the wifi was searching for an existing accesspoint. This searching does prevent the SoftAP to form a stable connection to the client.
Maybe the entire wifi stack has to be reset before switching to SoftAP. Now it is near to impossible to recover from incorrect settings or a changes accesspoint.
Still under investigation.
It looks to be a problem with the
2018-04-04 03:19:03 +02:00
ESPEasy release bot
c3bde94f7a
automaticly updated release notes for mega-20180403
2018-04-03 04:00:14 +02:00
TD-er
886958d479
Merge remote-tracking branch 'origin/bugfix/SoftAP_event_based_wifi' into bugfix/SoftAP_event_based_wifi
2018-04-03 01:04:22 +02:00
TD-er
84cbc19f38
[issue #1215 ] Cannot login to accesspoint on new install
...
Since event based wifi, it became more apparent the ESP8266 has some issues with running AP and STA mode simultaneous.
It appears this can only work when the channel remains constant. But when trying to connect to an accesspoint that channel will change.
This means Soft AP and STA cannot be active at the same time when searching for an accesspoint to connect to. For example login to the Soft AP to correct some settings or replace an accesspoint would not be possible.
This fix deals with all of these issues and keeps the fast try/fail connection attempts offered by the event based wifi.
In short:
- 3x attempt to connect to AP1 (each attempt takes about 2.5 seconds when failing)
- 3x attempt to connect to AP2
- Enable accesspoint
When accesspoint is active, the connect attempts will be done at a slower pace and STA mode is disabled. STA mode is also disabled as soon as someone connects to the Soft AP.
When the settings are saved, a retry to connect like normal is started almost immediately. N.B. This will result in a disconnect of the connected users to the Soft AP.
So the connection time is:
- AP1 is valid: 4 - 10 seconds
- AP1 is not valid, AP2 is: 12 - 20 seconds
- AP1 and AP2 are not valid: +/- 18 seconds before activating Soft AP
2018-04-03 01:03:27 +02:00
TD-er
178ec9dfa9
[issue #1215 ] Cannot login to accesspoint on new install
...
Since event based wifi, it became more apparent the ESP8266 has some issues with running AP and STA mode simultaneous.
It appears this can only work when the channel remains constant. But when trying to connect to an accesspoint that channel will change.
This means Soft AP and STA cannot be active at the same time when searching for an accesspoint to connect to. For example login to the Soft AP to correct some settings or replace an accesspoint would not be possible.
This fix deals with all of these issues and keeps the fast try/fail connection attempts offered by the event based wifi.
In short:
- 3x attempt to connect to AP1 (each attempt takes about 2.5 seconds when failing)
- 3x attempt to connect to AP2
- Enable accesspoint
When accesspoint is active, the connect attempts will be done at a slower pace and STA mode is disabled. STA mode is also disabled as soon as someone connects to the Soft AP.
When the settings are saved, a retry to connect like normal is started almost immediately. N.B. This will result in a disconnect of the connected users to the Soft AP.
So the connection time is:
- AP1 is valid: 4 - 10 seconds
- AP1 is not valid, AP2 is: 12 - 20 seconds
- AP1 and AP2 are not valid: +/- 18 seconds before activating Soft AP
2018-04-03 00:47:06 +02:00
Grovkillen and GitHub
080be1ad0a
Update _P029_Output.ino
2018-04-02 20:41:22 +02:00
Grovkillen and GitHub
232ca4f215
Update _P038_NeoPixel.ino
2018-04-02 20:40:08 +02:00
mvdbro
bfa6eac538
ESP32 prep for RTOS multitasking
2018-04-02 15:59:01 +02:00
moi
0ca06782b9
unwanted lib_ignore now properly commented
2018-04-02 13:27:02 +02:00
moi
2079b0f28b
Adds CPU Load LC in JSON page
2018-04-02 12:39:14 +02:00
moi
32bf45e817
Show CPU Load in JSON page
2018-04-02 12:38:30 +02:00
ESPEasy release bot
5d41bf9e73
automaticly updated release notes for mega-20180402
2018-04-02 04:00:10 +02:00
Gijs Noorlander
dc5a2fd956
Revert "Merge pull request #1205 from s0170071/SerialSwap"
...
This reverts commit 46586e5355 .
2018-04-01 10:47:50 +02:00
ESPEasy release bot
b20f05305b
automaticly updated release notes for mega-20180401
2018-04-01 04:00:08 +02:00
Gijs Noorlander and GitHub
46586e5355
Merge pull request #1205 from s0170071/SerialSwap
...
Serial Swap function
2018-04-01 01:17:51 +02:00
Gijs Noorlander and GitHub
7e8a751657
Merge pull request #1203 from TD-er/feature/mqtt_disconnect_event
...
[issue #1201 ] MQTT#Disconnected event and MQTT stability improvements
2018-04-01 01:14:55 +02:00
TD-er
7d61e55d34
[deepsleep] Allow for some minimum wifi connect time
...
In Deepsleep mode the wifi connect time is now minimum of 6 seconds.
Also the first loop after connect, the 'awake' timer will reset and start over. Without WiFi connection the set 'awake' timer starts at the moment the node boots.
2018-03-31 23:53:15 +02:00
Grovkillen and GitHub
2f663429a3
P0059 (rotary encoder) and P0063 (ttp229, keypad)
...
These two plugins are not in test but in normal.
2018-03-31 19:52:25 +02:00
ESPEasy release bot
492791a4ac
automaticly updated release notes for mega-20180331
2018-03-31 04:00:09 +02:00
TD-er
52e75ade78
Merge remote-tracking branch 'origin/feature/mqtt_disconnect_event' into feature/mqtt_disconnect_event
2018-03-31 01:42:19 +02:00
TD-er
525a0ba0a1
[issue #1201 ] MQTT#Disconnected event and MQTT stability improvements
...
While looking for issues regarding DeepSleep + MQTT and issue #1195 , I came across a number of other issues related to high CPU load and WiFi disconnects when a MQTT controller cannot reach the MQTT broker or is set to be no longer enabled.
These fixes improve CPU load and WiFi stability and also send the following events:
- `MQTT#Connected`
- `MQTT#Disconnected`
- `MQTTimport#Connected`
- `MQTTimport#Disconnected`
The MQTTimport plugin still has some major issues which have to be taken care of, so #1195 is not fixed yet.
2018-03-31 01:34:50 +02:00
Gijs Noorlander and GitHub
52c7e5012e
Merge pull request #1212 from TD-er/bugfix/build_issues_ESP32_ESP8266
...
[Build ESP32] Fix for build issues between ESP32 and ESP8266
2018-03-31 01:32:13 +02:00
TD-er
4dd733eb63
[ESP32] Build errors/warnings
2018-03-31 00:53:25 +02:00
TD-er
02a065d623
[Build ESP32] Fix for build issues between ESP32 and ESP8266
...
There is a problem with the PlatformIO builder since the last update of @mvdbro
It's an issue with the parsing of `#ifdef ESP32`.
It is very well explained here: [platformio/platformio-core#801 (comment)](https://github.com/platformio/platformio-core/issues/801#issuecomment-252447178 )
In short, the event handling functions for the wifi have been moved to a separate .h file, since those files will be parsed properly by the Library Dependency Finder (LDF) in PlatformIO 3.x
2018-03-31 00:22:12 +02:00
Plebs
e774ef5751
Fixes for #1208 and partial #1196
...
Fixed #1208
Added dìformat commands:
#C: 1/0 = Open/Close
#U: 1/0 = Up/Down
2018-03-30 21:05:33 +02:00
mvdbro
0afee4fafb
ESP32: Fix Wifi Disconnect reason
2018-03-30 16:21:47 +02:00
s0170071
eba1fb3388
Serial Swap function
...
swaps Serial Pins *and* keeps track of it.
2018-03-30 08:47:55 +02:00
ESPEasy release bot
b2c866edeb
automaticly updated release notes for mega-20180330
2018-03-30 04:00:10 +02:00
TD-er
3583db3e22
[issue #1201 ] MQTT#Disconnected event and MQTT stability improvements
...
While looking for issues regarding DeepSleep + MQTT and issue #1195 , I came across a number of other issues related to high CPU load and WiFi disconnects when a MQTT controller cannot reach the MQTT broker or is set to be no longer enabled.
These fixes improve CPU load and WiFi stability and also send the following events:
- `MQTT#Connected`
- `MQTT#Disconnected`
- `MQTTimport#Connected`
- `MQTTimport#Disconnected`
The MQTTimport plugin still has some major issues which have to be taken care of, so #1195 is not fixed yet.
2018-03-30 02:48:23 +02:00
Gerald and GitHub
5d3f8bf073
Update _P049_MHZ19.ino
...
Clarification of pin connections.
2018-03-29 21:28:25 +02:00
Gijs Noorlander and GitHub
1a72444b0a
Build issue with Arduino IDE
...
See https://github.com/letscontrolit/ESPEasy/issues/1188#issuecomment-377020065
2018-03-29 21:27:09 +02:00
GHolli and GitHub
dd88db1913
Merge pull request #2 from letscontrolit/mega
...
Downstream updates
2018-03-29 20:10:05 +02:00
GHolli and GitHub
aab00567fc
Downstream updates ( #1 )
...
* Initial re-organisation of plugin sets (#1019 )
* 12bit ADC values acceted up to 4095
MCP3221 is a 12bit ADC so accepted values should be up to 40195 not 1024
* automaticly updated release notes for v2.0-20180313
* - move all structs from ESPEasy.ino into header file
- add some fix for headers
- add const to rtttl notes array
* [issue #1066 ] Fix Webserver handle_control
There wasn't a proper start/end for the streaming webserver.
See discussion on issue #1066
* automaticly updated release notes for mega-20180314
* Custom controller GUI option
* Fixed #433
Not tested!
* #893 , part 2 receiving
* Merge branch 'mega' of github.com:letscontrolit/ESPEasy into mega
# Conflicts:
# src/ESPEasy.ino
* Rules fix
* #893 part1, send messages
* Custom controller GUI option
* #893 , part 2 receiving
* Rules fix
* automaticly updated release notes for mega-20180315
* - move all structs from ESPEasy.ino into header file
- add some fix for headers
- add const to rtttl notes array
* Merge branch 'mega' of github.com:letscontrolit/ESPEasy into mega
# Conflicts:
# src/ESPEasy.ino
* [v2.0 split globals] Base split on v2.0 version of ESPEasy.ino
* MCP3221 allow values for calibration (#1073 )
MCP3221 allow values for calibration
* [issue #1066 ] Fix Webserver handle_control (#1079 )
[issue #1066 ] Fix Webserver handle_control
* Fixed multi instance problem on SHT3x #433 (#1081 )
Fixed multi instance problem on SHT3x #433
* [issue #1057 ] AM PM display issue
X:XX PM (for hours 1...9)
X:XX AM (for hours 1...9)
XX:XX PM (for hours 10...12)
XX:XX AM (for hours 10...12)
Added for H:MM (without seconds) notations:
- `%systm_hm%`
-`%systm_hm_am%`
* [issue #993 ] variable in MQTT subscribe topic
As [noted](https://github.com/letscontrolit/ESPEasy/issues/993#issuecomment-373140135 ) by @kluszcyn
* [issue #951 ] Changed System#Initialized => System#Wake
Changed System#Initialized => System#Wake
New event name makes more sense and Initialized may be used later to indicate all needed connections, etc. are ready.
* [issue #1057 ] AM PM display issue
X:XX PM (for hours 1...9)
X:XX AM (for hours 1...9)
XX:XX PM (for hours 10...12)
XX:XX AM (for hours 10...12)
Added for H:MM (without seconds) notations:
- `%systm_hm%`
-`%systm_hm_am%`
* [issue #993 ] variable in MQTT subscribe topic
As [noted](https://github.com/letscontrolit/ESPEasy/issues/993#issuecomment-373140135 ) by @kluszcyn
* [issue #951 ] Changed System#Initialized => System#Wake
Changed System#Initialized => System#Wake
New event name makes more sense and Initialized may be used later to indicate all needed connections, etc. are ready.
* automaticly updated release notes for mega-20180316
* automaticly updated release notes for v2.0-20180316
* Add download button for current rule set
* - add encoder write #1086
* changed memory tracker to uint64_t for the ESP32
* Changed so that running all tasks immediately with deep sleep enabled only happens on first iteration after wake up
* Keep uint. Just change the init value.
* [WiFi] Try to minimize effect of WiFi interruptions
And send event when connected to a different accesspoint.
Currently the impact on WiFi reconnects is enorm. The ESP stalls, won't react on events, etc.
* - fix success setting
* - fix P073 success setting in PLUGIN_WRITE callback
* - initialize pointer in P073
* [Relaxed WiFi] Perform WiFi initialization in steps
Doing WiFi initialization in multiple steps, will reduce boot time a lot.
For deepsleep the Setup is waiting for wifi initialization to complete, but for normal use the wifi connection is initiated during setup and checked on regular intervals to see if it is available.
The same for WiFi reconnect, which will hopefully not affect the performance of the ESP module during reconnects.
Also added a check + event when connected to another accesspoint with different BSSID (MAC address of accesspoint). Also the last used BSSID is used to reconnect to try to connect to the same device over and over, which may be useful with WiFi repeaters.
* [Travis error] Some #include test that wasn't meant to be included
... in the commit.
* [JSON] Add uint name (#1099 ) and WiFi information (PR #1113 )
As suggested by @Grovkillen on PR #1113 .
* [issue #1007 ] Allow user specific data in separate file
File will be ignored by git and can be simply included using `-D USE_OWN_DEFAULTS` in the build
* #ifndef instead of #ifdef
* [issue #1007 ] Add other defines as suggested by @uzi18
* [Memory] parseTemplate did not check if markers were found
"Free Mem" reported this function to be using quite a lot of memory.
Maybe that was related to parsing texts without matching ']' or '#'
Just added some checks to see if they were found.
* [issue #1097 ] MQTT publish after deep sleep
The MQTTConnect was only called after a while. This is a problem for deepsleep.
So now the MQTT connect is done at the first loop when deep sleep is enabled.
* Add download button for current rule set (#1102 )
Add download button for current rule set
* - add encoder write command #1086 (#1103 )
- add encoder write command #1086
* Changed so that running all tasks immediately with deep sleep enabled… (#1110 )
Changed so that running all tasks immediately with deep sleep enabled only happens on first iteration after wake up
* Merge pull request #1112 from uzi18/fix-p073
Fix p073 - #1111
* Merge pull request #1114 from TD-er/feature/wifi_details_json
[JSON] Add uint name (#1099 ) and WiFi information (PR #1113 )
* Merge pull request #1113 from TD-er/feature/reduce_impact_wifi_disconnect
[Relaxed WiFi] Perform WiFi initialization in steps
* Merge pull request #1116 from TD-er/feature/allow_own_defaults
[issue #1007 ] Allow user specific data in separate file
* Merge pull request #1118 from TD-er/bugfix/mqtt_publish_after_deep_sleep
[issue #1097 ] MQTT publish after deep sleep
* [merge] MIssing #endif due to merging.
* automaticly updated release notes for mega-20180319
* automaticly updated release notes for v2.0-20180319
* Fix wiring description for SN75176 transceiver
* Revert "Merge pull request #1116 from TD-er/feature/allow_own_defaults"
This reverts commit 8ccbdcadf0 .
* Fix wiring description for SN75176 transceiver
* Revert "Merge pull request #1116 from TD-er/feature/allow_own_defaults"
This reverts commit 8ccbdcadf0 .
* [issue #1097 ] WiFi connect with deepsleep enabled trigger watchdog reset
Did not allow for enough time to do background tasks while waiting for wifi connect with DeepSleep enabled.
* [issue #1097 ] WiFi connect with deepsleep enabled trigger watchdog reset
Did not allow for enough time to do background tasks while waiting for wifi connect with DeepSleep enabled.
* automaticly updated release notes for mega-20180320
* automaticly updated release notes for v2.0-20180320
* [wifi] Setup with factory settings could not complete
* [wifi] Setup with factory settings could not complete
* [merge issue] Forgotten #endif in merge
* - P012 fix command interpretation
* - P023 fix command interpretation
* - P035 move strings to flash
* - P048 fetch params only when needed
* automaticly updated release notes for mega-20180321
* automaticly updated release notes for v2.0-20180321
* Serial WD crash
* [wifi] Make more robust checks and increase timeout
See #1145
* - P012 fix command interpretation
* - P023 fix command interpretation
* - P035 move strings to flash
* - P048 fetch params only when needed
* Serial WD crash
* [wifi] Make more robust checks and increase timeout
See #1145
* [Memory] parseTemplate did not check if markers were found
"Free Mem" reported this function to be using quite a lot of memory.
Maybe that was related to parsing texts without matching ']' or '#'
Just added some checks to see if they were found.
* [WiFi] Take much more time for initial WiFi connect during setup
Accesspoint is still active, so it may take a lot more time to make the initial connection
* [WiFi] Take much more time for initial WiFi connect during setup
Accesspoint is still active, so it may take a lot more time to make the initial connection
* automaticly updated release notes for mega-20180322
* ESP32 fix
* [Command] Parsing improvement for commands
Use more intelligent parsing of commands and switch statement to improve speed
* automaticly updated release notes for mega-20180323
* [WiFi] Reverted those temp String uses for ssid/pass
Was introduced due to misunderstanding of reported issues with WiFi.
* [issue #1131 ] Add %unixtime%
Show the current time as [Unix time](https://en.wikipedia.org/wiki/Unix_time ) (numbers of seconds that have elapsed since midnight 1970-01-01, UTC)
* [issue #1097 ] Call MQTTclient.loop() during deepsleep
The `MQTTclient.loop()` function should be called quite often.
This does the actual MQTT handling.
In normal operations, this is called quite frequently, but it should also be called when deepsleep is active and right before deepsleep is activated again.
* [P1] Support for latest standard
* [wifi] Event based connect/reconnect
Now using the core WiFiEvents to act on:
- connect
- disconnect
- gotIP
This will make polling for a status no longer needed.
It also allows to get a better understanding in why diconnects happen, since the disconnect reason is given in the events.
This extra information is also present on the information panel on the webinterface and also in the JSON output.
The entire connect/disconnect/reconnect is now done completely asynchronous and thus takes much less resources from the ESP.
A disconnect will now also send an event: "WiFi#Disconnected"
For deepsleep this means there has to be a minimum awake time set and perhaps use rules to set the ESP into sleep again when done.
Typical connection times to an accesspoint are about 3 seconds + about 1 second for DHCP.
This also resolves the issues where services my try to connect while there is a WiFi connection, but not yet an IP address set.
I already noticed a lot of NTP servers from pool.ntp.org are non responsive the last few weeks, so that may still take some time, but that's another issue.
* automaticly updated release notes for mega-20180324
* [NTP] Speedup NTP again with async WiFi
Previously it would only start calling "now" when the WiFi was already setup.
And in calling `now()`, a call to an NTP server is being made. When this fails, retry again in a minute.
But now the WiFi initialization is asynchronous, so the first NTP query was already failing and thus the retry is already set to a minute.
This is fixed now and also the pool.ntp.org will pick a random one from 0...3 (.pool.ntp.org).
The DNS queries from this pool change about every minute, so if you want to retry because one of the servers is offline, you should try one from the other `N.pool.ntp.org` or else you have to wait for another minute.
* - fix for #1170 - uservar not setted on encwrite
* automaticly updated release notes for mega-20180326
* [issue #1174 ] Show degree sign via external writes to LCD
Fix suggested by [elmicha](https://github.com/letscontrolit/ESPEasy/issues/1174#issuecomment-376244766 )
* [ESP32] Event driven WiFi for ESP32
Not tested, just got some inspiration by these files:
- https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClientEvents/WiFiClientEvents.ino
- https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiGeneric.cpp
- https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/esp32/esp_event.h
* automaticly updated release notes for mega-20180327
* Fix nesting level check
* [Build] Cleanup/split builds using defines
See PR #1034 and #1040 made by @soif
* [build] Disabled a few PlatformIO profiles for now.
There were way too many.
Just placed them in comments and Travis had already built them all to test first.
* automaticly updated release notes for mega-20180328
* [Arduino IDE] Revert changes in include paths
Were changed to be able to test the PlatformIO feature to compile only files that are actually used.
Apparently the Arduino IDE cannot find the files anymore because that IDE needs the parent directory to be named as the main project file, not "src"
* automaticly updated release notes for mega-20180329
2018-03-29 19:53:54 +02:00
clumsy-stefan and GitHub
21cb6135dd
_P015_TSL2561 added Broadband and IR Values
...
Extended Plugin to also read Broadband and IR values from device.
2018-03-29 09:27:53 +02:00
ESPEasy release bot
f613bb4572
automaticly updated release notes for mega-20180329
2018-03-29 04:00:11 +02:00
Gijs Noorlander and GitHub
51059f0c18
Merge pull request #1189 from TD-er/bugfix/include_paths_ArduinoIDE
...
[issue #1188 ] Revert changes in include paths
2018-03-28 21:58:07 +02:00
TD-er
dec6598f49
[Arduino IDE] Revert changes in include paths
...
Were changed to be able to test the PlatformIO feature to compile only files that are actually used.
Apparently the Arduino IDE cannot find the files anymore because that IDE needs the parent directory to be named as the main project file, not "src"
2018-03-28 21:40:09 +02:00
mvdbro and GitHub
f8f6767bec
Merge pull request #1180 from TD-er/bugfix/esp32_eventbased_wifi
...
[ESP32] Event driven WiFi for ESP32
2018-03-28 19:42:54 +02:00
linuxnico
07948c87aa
add ds1822 definition to ds_read_temp function
2018-03-28 14:30:05 +02:00
ESPEasy release bot
5c475b98db
automaticly updated release notes for mega-20180328
2018-03-28 04:00:09 +02:00
Gijs Noorlander and GitHub
58fb8dc42b
Merge pull request #1182 from TD-er/feature/pluginsets
...
[Build] Cleanup/split builds using defines
2018-03-27 22:37:45 +02:00
TD-er
cb2b11a41a
[build] Disabled a few PlatformIO profiles for now.
...
There were way too many.
Just placed them in comments and Travis had already built them all to test first.
2018-03-27 22:27:31 +02:00
TD-er
ac4f3c4cd4
[Build] Cleanup/split builds using defines
...
See PR #1034 and #1040 made by @soif
2018-03-27 21:24:08 +02:00
mvdbro
c651e29d2a
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into mega
2018-03-27 17:24:45 +02:00
mvdbro
d7e886a841
Fix nesting level check
2018-03-27 17:23:56 +02:00
Gijs Noorlander and GitHub
eec7647782
Merge pull request #1025 from soif/Feat/PlugSets
...
Initial re-organisation of plugin sets (#1019 )
2018-03-27 10:12:56 +02:00
ESPEasy release bot
6f9d120ff0
automaticly updated release notes for mega-20180327
2018-03-27 04:00:09 +02:00
TD-er
28ddc2d9c0
[ESP32] Event driven WiFi for ESP32
...
Not tested, just got some inspiration by these files:
- https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClientEvents/WiFiClientEvents.ino
- https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiGeneric.cpp
- https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/esp32/esp_event.h
2018-03-26 22:44:58 +02:00
Gijs Noorlander and GitHub
cc54354ac3
Merge pull request #1178 from TD-er/bugfix/degree_parse_LCD
...
[issue #1174 ] Show degree sign via external writes to LCD
2018-03-26 19:48:56 +02:00
TD-er
3929390629
[issue #1174 ] Show degree sign via external writes to LCD
...
Fix suggested by [elmicha](https://github.com/letscontrolit/ESPEasy/issues/1174#issuecomment-376244766 )
2018-03-26 19:48:12 +02:00
Grovkillen and GitHub
5f4685337e
Added value number as discussed.
2018-03-26 14:59:47 +02:00
Grovkillen and GitHub
08c158aa9c
Moved to correct folder
2018-03-26 10:33:22 +02:00
Grovkillen and GitHub
e9d71a8f35
Delete WebServer.ino
...
Same mistake as before, wrong folder upload
2018-03-26 10:32:58 +02:00
Grovkillen and GitHub
3e3173cbb0
Updated JSON path for sensor values and names
...
+file type filter on upload (not OTA since that is not part of ESP Easy core)
2018-03-26 10:31:27 +02:00
ESPEasy release bot
3a26ebf7b1
automaticly updated release notes for mega-20180326
2018-03-26 04:00:15 +02:00
Gijs Noorlander and GitHub
1685bead52
Merge pull request #1173 from TD-er/merge/command_parsing
...
Merge "improve command parsing" & fix for #1170 - uservar not set on encwrite
2018-03-25 21:54:19 +02:00
Bartlomiej Zimon and TD-er
3a2fe35e5c
- fix for #1170 - uservar not setted on encwrite
2018-03-25 21:04:34 +02:00
TD-er
29ce7f774f
Merge branch 'bugfix/improve_command_parsing' into mega
2018-03-25 20:51:23 +02:00
Gijs Noorlander and GitHub
cc85327356
Merge pull request #1164 from BrianSetz/bugfix/plugin044
...
[P1 Wifi Gateway] Support for ESMR 5.0
2018-03-25 20:33:01 +02:00
Gijs Noorlander and GitHub
0851bb655e
Merge pull request #1165 from TD-er/feature/event_driven_wifi
...
[wifi] Event based connect/reconnect
2018-03-25 20:30:49 +02:00
TD-er
d4bc10d8f1
[NTP] Speedup NTP again with async WiFi
...
Previously it would only start calling "now" when the WiFi was already setup.
And in calling `now()`, a call to an NTP server is being made. When this fails, retry again in a minute.
But now the WiFi initialization is asynchronous, so the first NTP query was already failing and thus the retry is already set to a minute.
This is fixed now and also the pool.ntp.org will pick a random one from 0...3 (.pool.ntp.org).
The DNS queries from this pool change about every minute, so if you want to retry because one of the servers is offline, you should try one from the other `N.pool.ntp.org` or else you have to wait for another minute.
2018-03-25 12:32:06 +02:00
ESPEasy release bot
0672f32f4b
automaticly updated release notes for mega-20180324
2018-03-24 04:00:10 +01:00
TD-er
a17f7b679c
[wifi] Event based connect/reconnect
...
Now using the core WiFiEvents to act on:
- connect
- disconnect
- gotIP
This will make polling for a status no longer needed.
It also allows to get a better understanding in why diconnects happen, since the disconnect reason is given in the events.
This extra information is also present on the information panel on the webinterface and also in the JSON output.
The entire connect/disconnect/reconnect is now done completely asynchronous and thus takes much less resources from the ESP.
A disconnect will now also send an event: "WiFi#Disconnected"
For deepsleep this means there has to be a minimum awake time set and perhaps use rules to set the ESP into sleep again when done.
Typical connection times to an accesspoint are about 3 seconds + about 1 second for DHCP.
This also resolves the issues where services my try to connect while there is a WiFi connection, but not yet an IP address set.
I already noticed a lot of NTP servers from pool.ntp.org are non responsive the last few weeks, so that may still take some time, but that's another issue.
2018-03-24 01:19:32 +01:00
Brian Setz
425bd85c83
[P1] Support for latest standard
2018-03-23 22:13:03 +01:00
Gijs Noorlander and GitHub
3be005e1ee
Merge pull request #1161 from TD-er/bugfix/mqtt_deepsleep
...
[issue #1097 ] Call MQTTclient.loop() during deepsleep
2018-03-23 15:52:48 +01:00
TD-er
174f9e6e03
[issue #1097 ] Call MQTTclient.loop() during deepsleep
...
The `MQTTclient.loop()` function should be called quite often.
This does the actual MQTT handling.
In normal operations, this is called quite frequently, but it should also be called when deepsleep is active and right before deepsleep is activated again.
2018-03-23 15:19:10 +01:00
Gijs Noorlander and GitHub
51a14a174f
Merge pull request #1160 from TD-er/feature/epoch_time
...
[issue #1131 ] Add %unixtime%
2018-03-23 14:44:55 +01:00
Gijs Noorlander and GitHub
7cb1f453d3
Merge pull request #1159 from TD-er/bugfix/wifi_issues
...
[WiFi] Reverted those temp String uses for ssid/pass
2018-03-23 14:44:41 +01:00
TD-er
23a6caab89
[issue #1131 ] Add %unixtime%
...
Show the current time as [Unix time](https://en.wikipedia.org/wiki/Unix_time ) (numbers of seconds that have elapsed since midnight 1970-01-01, UTC)
2018-03-23 14:23:27 +01:00
TD-er
6b4300bd46
[WiFi] Reverted those temp String uses for ssid/pass
...
Was introduced due to misunderstanding of reported issues with WiFi.
2018-03-23 12:34:27 +01:00
ESPEasy release bot
04a9069db0
automaticly updated release notes for mega-20180323
2018-03-23 04:00:06 +01:00
TD-er
dd636903c8
[Command] Parsing improvement for commands
...
Use more intelligent parsing of commands and switch statement to improve speed
2018-03-22 22:33:41 +01:00
GHolli and GitHub
4543a10739
Change comma to semicolon
...
Same functionality, but more common.
2018-03-22 20:12:28 +01:00
mvdbro
940b65e86a
ESP32 fix
2018-03-22 14:08:47 +01:00
ESPEasy release bot
6344de0649
automaticly updated release notes for mega-20180322
2018-03-22 04:00:11 +01:00
TD-er
8ccd7c3e8d
Merge branch 'v2.0' into mega
2018-03-22 01:06:27 +01:00
TD-er
22371649a4
[WiFi] Take much more time for initial WiFi connect during setup
...
Accesspoint is still active, so it may take a lot more time to make the initial connection
2018-03-22 01:05:56 +01:00
Gijs Noorlander and GitHub
2a48d5033e
Merge pull request #1149 from TD-er/bugfix/initialWiFiconnect
...
[WiFi] Take much more time for initial WiFi connect during setup
2018-03-22 01:04:48 +01:00
TD-er
f064da797d
[WiFi] Take much more time for initial WiFi connect during setup
...
Accesspoint is still active, so it may take a lot more time to make the initial connection
2018-03-22 01:04:19 +01:00
TD-er
b0b8edf935
Merge branch 'v2.0' into mega
2018-03-22 00:27:38 +01:00
Gijs Noorlander and GitHub
8cbd9a0822
Merge pull request #1148 from TD-er/merge/mega_to_v2.0_0321
...
Merge/mega to v2.0 0321
2018-03-22 00:24:59 +01:00
TD-er
93f9d11738
[Memory] parseTemplate did not check if markers were found
...
"Free Mem" reported this function to be using quite a lot of memory.
Maybe that was related to parsing texts without matching ']' or '#'
Just added some checks to see if they were found.
2018-03-22 00:24:17 +01:00
TD-er
cf3e0a3f0a
[wifi] Make more robust checks and increase timeout
...
See #1145
2018-03-22 00:12:04 +01:00
s0170071 and TD-er
ccfd14dbd3
Serial WD crash
2018-03-22 00:11:48 +01:00
Bartlomiej Zimon and TD-er
3034738ad4
- P048 fetch params only when needed
2018-03-22 00:11:30 +01:00
TD-er
178d1c46a2
- P035 move strings to flash
2018-03-22 00:11:21 +01:00
Bartlomiej Zimon and TD-er
cdfd1d986e
- P023 fix command interpretation
2018-03-22 00:10:55 +01:00
Bartlomiej Zimon and TD-er
4b7aa53692
- P012 fix command interpretation
2018-03-22 00:10:50 +01:00
Gijs Noorlander and GitHub
7959a5133f
Merge pull request #1117 from TD-er/bugfix/memoryusage_parsetemplate
...
[Memory] parseTemplate did not check if markers were found
2018-03-21 23:33:47 +01:00
Gijs Noorlander and GitHub
941fb5c29c
Merge pull request #1147 from TD-er/bugfix/check_wifi_cred
...
[wifi] Make more robust checks and increase timeout
2018-03-21 23:32:37 +01:00
TD-er
c43c9ea2b3
[wifi] Make more robust checks and increase timeout
...
See #1145
2018-03-21 23:19:05 +01:00
Gijs Noorlander and GitHub
967103bcad
Merge pull request #1141 from uzi18/mega-plugins_check
...
some small fixes found during check for propper success setting
2018-03-21 21:36:52 +01:00
Gijs Noorlander and GitHub
efe637ec70
Merge pull request #1146 from s0170071/SerialWDCrash
...
Wifi connect fails if serial bytes are incoming
2018-03-21 21:24:43 +01:00
s0170071
00450eb260
Serial WD crash
2018-03-21 19:48:04 +01:00
ESPEasy release bot
cc02fa4481
automaticly updated release notes for v2.0-20180321
2018-03-21 04:00:21 +01:00
ESPEasy release bot
1c5f8af083
automaticly updated release notes for mega-20180321
2018-03-21 04:00:08 +01:00
Bartlomiej Zimon
fccc31a7c6
- P048 fetch params only when needed
2018-03-21 02:43:04 +01:00
Bartlomiej Zimon
b84d905a0b
- P035 move strings to flash
2018-03-21 02:42:13 +01:00
Bartlomiej Zimon
94aa951cba
- P023 fix command interpretation
2018-03-21 02:41:35 +01:00
Bartlomiej Zimon
2a23dcd011
- P012 fix command interpretation
2018-03-21 02:41:08 +01:00
Gijs Noorlander and GitHub
ab3a406706
[merge issue] Forgotten #endif in merge
2018-03-20 23:46:43 +01:00
TD-er
e7a9ee7eee
Merge branch 'v2.0' into mega
2018-03-20 23:28:59 +01:00
Unknown
3edfdbf5f7
[wifi] Setup with factory settings could not complete
2018-03-20 23:27:39 +01:00
Gijs Noorlander and GitHub
27bac2ca00
Merge pull request #1140 from TD-er/bugfix/connect_to_wifi_during_setup
...
[wifi] Setup with factory settings could not complete
2018-03-20 23:25:57 +01:00
Unknown
373f74e9f8
[wifi] Setup with factory settings could not complete
2018-03-20 23:25:23 +01:00
ESPEasy release bot
1220c565c8
automaticly updated release notes for v2.0-20180320
2018-03-20 04:00:23 +01:00
ESPEasy release bot
1931fe9e53
automaticly updated release notes for mega-20180320
2018-03-20 04:00:10 +01:00
Unknown
0eab6293dc
Merge branch 'v2.0' into mega
2018-03-20 00:30:02 +01:00
Unknown
f0987dab41
[issue #1097 ] WiFi connect with deepsleep enabled trigger watchdog reset
...
Did not allow for enough time to do background tasks while waiting for wifi connect with DeepSleep enabled.
2018-03-20 00:29:24 +01:00
Gijs Noorlander and GitHub
51bd52603f
Merge pull request #1134 from TD-er/bugfix/deepsleep_mqtt
...
[issue #1097 ] WiFi connect with deepsleep enabled trigger watchdog reset
2018-03-20 00:27:58 +01:00
Unknown
47f1fa145a
[issue #1097 ] WiFi connect with deepsleep enabled trigger watchdog reset
...
Did not allow for enough time to do background tasks while waiting for wifi connect with DeepSleep enabled.
2018-03-20 00:26:48 +01:00
Unknown
605055d95a
Merge branch 'v2.0' into mega
2018-03-19 22:52:36 +01:00
Unknown
af3e353181
Revert "Merge pull request #1116 from TD-er/feature/allow_own_defaults"
...
This reverts commit 8ccbdcadf0 .
2018-03-19 22:51:23 +01:00
es-ka and Unknown
c711d6ea51
Fix wiring description for SN75176 transceiver
2018-03-19 22:50:31 +01:00
Gijs Noorlander and GitHub
20c23a2935
Merge pull request #1133 from TD-er/bugfix/undo_espeasy_globals.h
...
Revert "Merge pull request #1116 from TD-er/feature/allow_own_defaults"
2018-03-19 22:48:51 +01:00
Gijs Noorlander
bbfe254232
Revert "Merge pull request #1116 from TD-er/feature/allow_own_defaults"
...
This reverts commit 8ccbdcadf0 .
2018-03-19 22:47:42 +01:00
Gijs Noorlander and GitHub
882c888f6d
Merge pull request #1132 from es-ka/mega
...
Fix wiring description for SN75176 transceiver
2018-03-19 22:37:04 +01:00
es-ka and GitHub
0a754f072c
Fix wiring description for SN75176 transceiver
2018-03-19 20:00:41 +01:00
ESPEasy release bot
1f084c51cc
automaticly updated release notes for v2.0-20180319
2018-03-19 04:00:24 +01:00
ESPEasy release bot
89df0932c5
automaticly updated release notes for mega-20180319
2018-03-19 04:00:11 +01:00
Unknown
429fd3e4d0
Merge branch 'v2.0' into mega
2018-03-19 01:06:32 +01:00
Gijs Noorlander and GitHub
85e8d98da8
Merge pull request #1121 from TD-er/merge/fixes_20180318_to_v2.0
...
Merge/fixes 20180318 to v2.0
2018-03-19 01:01:42 +01:00
Unknown
6d52a7e03a
[merge] MIssing #endif due to merging.
2018-03-19 00:51:05 +01:00
Gijs Noorlander
fa513b52f9
Merge pull request #1118 from TD-er/bugfix/mqtt_publish_after_deep_sleep
...
[issue #1097 ] MQTT publish after deep sleep
2018-03-19 00:46:03 +01:00
Unknown
f98401524f
Merge pull request #1116 from TD-er/feature/allow_own_defaults
...
[issue #1007 ] Allow user specific data in separate file
2018-03-19 00:45:52 +01:00
Unknown
4090b4f23c
Merge pull request #1113 from TD-er/feature/reduce_impact_wifi_disconnect
...
[Relaxed WiFi] Perform WiFi initialization in steps
2018-03-19 00:42:58 +01:00
Gijs Noorlander
b89c00008d
Merge pull request #1114 from TD-er/feature/wifi_details_json
...
[JSON] Add uint name (#1099 ) and WiFi information (PR #1113 )
2018-03-19 00:39:43 +01:00
Gijs Noorlander
d57a617138
Merge pull request #1112 from uzi18/fix-p073
...
Fix p073 - #1111
2018-03-19 00:39:32 +01:00
Gijs Noorlander
cefe6b4b7c
Changed so that running all tasks immediately with deep sleep enabled… ( #1110 )
...
Changed so that running all tasks immediately with deep sleep enabled only happens on first iteration after wake up
2018-03-19 00:38:30 +01:00
Gijs Noorlander
2432740b41
- add encoder write command #1086 ( #1103 )
...
- add encoder write command #1086
2018-03-19 00:35:09 +01:00
Gijs Noorlander
44a934651c
Add download button for current rule set ( #1102 )
...
Add download button for current rule set
2018-03-19 00:34:52 +01:00
Gijs Noorlander and GitHub
95fb0d6e6c
Merge pull request #1118 from TD-er/bugfix/mqtt_publish_after_deep_sleep
...
[issue #1097 ] MQTT publish after deep sleep
2018-03-19 00:29:37 +01:00
Gijs Noorlander and GitHub
8ccbdcadf0
Merge pull request #1116 from TD-er/feature/allow_own_defaults
...
[issue #1007 ] Allow user specific data in separate file
2018-03-19 00:29:08 +01:00
Unknown
433aa6910a
[issue #1097 ] MQTT publish after deep sleep
...
The MQTTConnect was only called after a while. This is a problem for deepsleep.
So now the MQTT connect is done at the first loop when deep sleep is enabled.
2018-03-19 00:18:29 +01:00
Unknown
f135c63d84
[Memory] parseTemplate did not check if markers were found
...
"Free Mem" reported this function to be using quite a lot of memory.
Maybe that was related to parsing texts without matching ']' or '#'
Just added some checks to see if they were found.
2018-03-18 23:57:42 +01:00
Unknown
2ebc733b63
[issue #1007 ] Add other defines as suggested by @uzi18
2018-03-18 23:17:57 +01:00
Unknown
21bc1a7814
#ifndef instead of #ifdef
2018-03-18 22:55:30 +01:00
Unknown
53b8009df6
[issue #1007 ] Allow user specific data in separate file
...
File will be ignored by git and can be simply included using `-D USE_OWN_DEFAULTS` in the build
2018-03-18 22:46:15 +01:00
Gijs Noorlander and GitHub
68a8e5982e
Merge pull request #1113 from TD-er/feature/reduce_impact_wifi_disconnect
...
[Relaxed WiFi] Perform WiFi initialization in steps
2018-03-18 21:53:33 +01:00
Gijs Noorlander and GitHub
08acfeac97
Merge pull request #1114 from TD-er/feature/wifi_details_json
...
[JSON] Add uint name (#1099 ) and WiFi information (PR #1113 )
2018-03-18 21:52:24 +01:00
Unknown
999a561515
[JSON] Add uint name ( #1099 ) and WiFi information (PR #1113 )
...
As suggested by @Grovkillen on PR #1113 .
2018-03-18 21:51:46 +01:00
Gijs Noorlander and GitHub
3ee1a4ed2e
Merge pull request #1112 from uzi18/fix-p073
...
Fix p073 - #1111
2018-03-18 21:23:11 +01:00
Gijs Noorlander and GitHub
05801db47c
Changed so that running all tasks immediately with deep sleep enabled… ( #1110 )
...
Changed so that running all tasks immediately with deep sleep enabled only happens on first iteration after wake up
2018-03-18 21:22:43 +01:00
Gijs Noorlander and GitHub
7bec632f15
Merge pull request #1109 from s0170071/memtracker
...
changed memory tracker to uint64_t for the ESP32
2018-03-18 21:21:18 +01:00
Gijs Noorlander and GitHub
3f8fe11b47
- add encoder write command #1086 ( #1103 )
...
- add encoder write command #1086
2018-03-18 21:17:13 +01:00
Gijs Noorlander and GitHub
4b8f1e4c1b
Add download button for current rule set ( #1102 )
...
Add download button for current rule set
2018-03-18 21:13:26 +01:00
Unknown
573fd0f320
[Travis error] Some #include test that wasn't meant to be included
...
... in the commit.
2018-03-18 21:08:22 +01:00
Unknown
4fa5203c5b
[Relaxed WiFi] Perform WiFi initialization in steps
...
Doing WiFi initialization in multiple steps, will reduce boot time a lot.
For deepsleep the Setup is waiting for wifi initialization to complete, but for normal use the wifi connection is initiated during setup and checked on regular intervals to see if it is available.
The same for WiFi reconnect, which will hopefully not affect the performance of the ESP module during reconnects.
Also added a check + event when connected to another accesspoint with different BSSID (MAC address of accesspoint). Also the last used BSSID is used to reconnect to try to connect to the same device over and over, which may be useful with WiFi repeaters.
2018-03-18 20:54:27 +01:00
Bartlomiej Zimon
9c9617f6ed
- initialize pointer in P073
2018-03-18 20:30:47 +01:00
Bartlomiej Zimon
bbbf6c483f
- fix P073 success setting in PLUGIN_WRITE callback
2018-03-18 20:30:18 +01:00
Bartlomiej Zimon
668909e7b3
- fix success setting
2018-03-18 20:16:37 +01:00
Unknown
c642848ef2
[WiFi] Try to minimize effect of WiFi interruptions
...
And send event when connected to a different accesspoint.
Currently the impact on WiFi reconnects is enorm. The ESP stalls, won't react on events, etc.
2018-03-18 02:51:59 +01:00
s0170071
6eea35aa81
Keep uint. Just change the init value.
2018-03-17 22:58:09 +01:00
Panayotis Kouvarakis
738a48213c
Changed so that running all tasks immediately with deep sleep enabled only happens on first iteration after wake up
2018-03-17 23:33:21 +02:00
s0170071
d1c093d109
changed memory tracker to uint64_t for the ESP32
2018-03-17 20:15:48 +01:00
Bartlomiej Zimon
00166a1aad
- add encoder write #1086
2018-03-16 19:54:24 +01:00
Bartlomiej Zimon
589238324b
Add download button for current rule set
2018-03-16 18:15:52 +01:00
ESPEasy release bot
6787bc8c0e
automaticly updated release notes for v2.0-20180316
2018-03-16 04:00:23 +01:00
ESPEasy release bot
6845a03741
automaticly updated release notes for mega-20180316
2018-03-16 04:00:11 +01:00
Unknown
6a4284f189
Merge branch 'v2.0' into mega
2018-03-16 00:44:54 +01:00
Gijs Noorlander and GitHub
cf644b45b1
Merge pull request #1095 from TD-er/merge/PR_1092_1093_1094
...
Merge/pr 1092 1093 1094
2018-03-16 00:43:16 +01:00
Unknown
e6fe1c63a9
[issue #951 ] Changed System#Initialized => System#Wake
...
Changed System#Initialized => System#Wake
New event name makes more sense and Initialized may be used later to indicate all needed connections, etc. are ready.
2018-03-16 00:38:00 +01:00
Unknown
df978036f0
[issue #993 ] variable in MQTT subscribe topic
...
As [noted](https://github.com/letscontrolit/ESPEasy/issues/993#issuecomment-373140135 ) by @kluszcyn
2018-03-16 00:37:54 +01:00
Unknown
7cb375833d
[issue #1057 ] AM PM display issue
...
X:XX PM (for hours 1...9)
X:XX AM (for hours 1...9)
XX:XX PM (for hours 10...12)
XX:XX AM (for hours 10...12)
Added for H:MM (without seconds) notations:
- `%systm_hm%`
-`%systm_hm_am%`
2018-03-16 00:37:45 +01:00
Gijs Noorlander and GitHub
41c57f1ef9
Merge pull request #1094 from TD-er/bugfix/System_Wake_event
...
[issue #951 ] Changed System#Initialized => System#Wake
2018-03-16 00:35:24 +01:00
Unknown
808b40bdba
[issue #951 ] Changed System#Initialized => System#Wake
...
Changed System#Initialized => System#Wake
New event name makes more sense and Initialized may be used later to indicate all needed connections, etc. are ready.
2018-03-16 00:34:32 +01:00
Gijs Noorlander and GitHub
58b20615da
Merge pull request #1093 from TD-er/bugfix/993_parse_sysvars
...
[issue #993 ] variable in MQTT subscribe topic
2018-03-15 23:57:01 +01:00
Unknown
13026b1cc4
[issue #993 ] variable in MQTT subscribe topic
...
As [noted](https://github.com/letscontrolit/ESPEasy/issues/993#issuecomment-373140135 ) by @kluszcyn
2018-03-15 23:56:01 +01:00
Gijs Noorlander and GitHub
7f3460e492
Merge pull request #1092 from TD-er/bugfix/am_pm_time
...
[issue #1057 ] AM PM display issue
2018-03-15 23:44:18 +01:00
Unknown
a222391f81
[issue #1057 ] AM PM display issue
...
X:XX PM (for hours 1...9)
X:XX AM (for hours 1...9)
XX:XX PM (for hours 10...12)
XX:XX AM (for hours 10...12)
Added for H:MM (without seconds) notations:
- `%systm_hm%`
-`%systm_hm_am%`
2018-03-15 23:43:14 +01:00
Unknown
a8165531d5
Merge branch 'v2.0' into mega
2018-03-15 23:06:07 +01:00
Gijs Noorlander and GitHub
3218ea9839
Merge pull request #1091 from TD-er/merge/fixes_1073_1079_1081 into v2.0
...
Merge/fixes 1073 1079 1081 into v2.0
2018-03-15 23:05:06 +01:00
Gijs Noorlander
eca8901fca
Fixed multi instance problem on SHT3x #433 ( #1081 )
...
Fixed multi instance problem on SHT3x #433
2018-03-15 23:02:04 +01:00
Gijs Noorlander
6635eafe91
[issue #1066 ] Fix Webserver handle_control ( #1079 )
...
[issue #1066 ] Fix Webserver handle_control
2018-03-15 23:01:52 +01:00
Gijs Noorlander
fe4d1f952f
MCP3221 allow values for calibration ( #1073 )
...
MCP3221 allow values for calibration
2018-03-15 23:01:39 +01:00
Gijs Noorlander and GitHub
1abd31b421
Fixed multi instance problem on SHT3x #433 ( #1081 )
...
Fixed multi instance problem on SHT3x #433
2018-03-15 23:00:05 +01:00
Gijs Noorlander and GitHub
72fe49d905
[issue #1066 ] Fix Webserver handle_control ( #1079 )
...
[issue #1066 ] Fix Webserver handle_control
2018-03-15 22:58:38 +01:00
Gijs Noorlander and GitHub
9dd9f3befa
MCP3221 allow values for calibration ( #1073 )
...
MCP3221 allow values for calibration
2018-03-15 22:57:14 +01:00
Unknown
471d76dbe6
Merge branch 'v2.0' into mega
2018-03-15 22:55:31 +01:00
Gijs Noorlander and GitHub
4475a225cc
Merge pull request #1090 from TD-er/merge/split_globals_v2.0
...
Merge/split globals v2.0
2018-03-15 22:46:46 +01:00
Gijs Noorlander and GitHub
8b047490c4
Merge pull request #1089 from TD-er/merge/split_globals_Mega
...
Merge/split globals mega
2018-03-15 22:46:28 +01:00
Unknown
455f77d0ed
Merge branch 'v2.0' into mega
2018-03-15 22:42:50 +01:00
Unknown
836fc4a875
Merge remote-tracking branch 'uzi18/mega' into merge/split_globals
2018-03-15 22:29:30 +01:00
Unknown
2aece1c143
[v2.0 split globals] Base split on v2.0 version of ESPEasy.ino
2018-03-15 22:23:59 +01:00
Bartlomiej Zimon and Unknown
70df225e7e
Merge branch 'mega' of github.com:letscontrolit/ESPEasy into mega
...
# Conflicts:
# src/ESPEasy.ino
2018-03-15 22:05:36 +01:00
Unknown
19af52a3ef
- move all structs from ESPEasy.ino into header file
...
- add some fix for headers
- add const to rtttl notes array
2018-03-15 22:05:22 +01:00
Gijs Noorlander and GitHub
3d396575ff
Merge pull request #1088 from TD-er/merge/rules_fix__and_globalsync_toV2.0
...
Merge/rules fix and globalsync to v2.0
2018-03-15 21:52:41 +01:00
ESPEasy release bot
873f8474b5
automaticly updated release notes for mega-20180315
2018-03-15 04:00:08 +01:00
mvdbro and Unknown
826deaac89
Rules fix
2018-03-14 21:28:24 +01:00
mvdbro and Unknown
cce621cff8
#893 , part 2 receiving
2018-03-14 21:28:15 +01:00
mvdbro and Unknown
57eb38dbd0
Custom controller GUI option
2018-03-14 21:28:08 +01:00
mvdbro and Unknown
fd2451bb07
#893 part1, send messages
2018-03-14 21:27:50 +01:00
mvdbro
c94e5cb903
Rules fix
2018-03-14 19:26:29 +01:00
Bartlomiej Zimon
27699f7192
Merge branch 'mega' of github.com:letscontrolit/ESPEasy into mega
...
# Conflicts:
# src/ESPEasy.ino
2018-03-14 19:09:46 +01:00
Bartlomiej Zimon
2eff001b14
Merge branch 'mega' of github.com:letscontrolit/ESPEasy into mega
2018-03-14 18:54:24 +01:00
mvdbro
bd499c7a94
#893 , part 2 receiving
2018-03-14 13:11:16 +01:00
JK
4da1e4fbdd
Fixed #433
...
Not tested!
2018-03-14 12:19:57 +01:00
mvdbro
1d14770ea7
Custom controller GUI option
2018-03-14 10:45:15 +01:00
ESPEasy release bot
8b7574d298
automaticly updated release notes for mega-20180314
2018-03-14 04:00:11 +01:00
Unknown
14d87d95f6
[issue #1066 ] Fix Webserver handle_control
...
There wasn't a proper start/end for the streaming webserver.
See discussion on issue #1066
2018-03-14 01:30:49 +01:00
GHolli and GitHub
daecf2017e
Update _P049_MHZ19.ino
2018-03-13 21:41:17 +01:00
Holli
37122bc619
It seems the offsets [3]..[4] for the detection range setting (command byte 0x99) are wrong in the latest online data sheet: http://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf
...
According to the MH-Z19B data sheet version 1.2, valid from: 2017.03.22 (received 2018-03-07), the offset should be [6]..[7] instead.
Fixing the implementation accordingly.
2018-03-13 20:22:45 +01:00
mvdbro
5a15288d80
#893 part1, send messages
2018-03-13 16:36:58 +01:00
Bartlomiej Zimon
869dff12ce
- move all structs from ESPEasy.ino into header file
...
- add some fix for headers
- add const to rtttl notes array
2018-03-13 15:53:42 +01:00
ESPEasy release bot
cc0b3dac26
automaticly updated release notes for v2.0-20180313
2018-03-13 04:00:23 +01:00
ESPEasy release bot
4208048fc1
automaticly updated release notes for mega-20180313
2018-03-13 04:00:11 +01:00
Unknown
06a2f47812
Merge branch 'v2.0' into mega
2018-03-12 23:20:59 +01:00
Gijs Noorlander and GitHub
d3434eb4d2
Merge/fix rules trailing spaces ( #1065 ) #1074
...
Merge/fix rules trailing spaces (#1065 )
2018-03-12 23:18:22 +01:00
Bartlomiej Zimon and Unknown
bd2665041f
- remove double trimm()
2018-03-12 23:15:48 +01:00
Bartlomiej Zimon and Unknown
1fd429a029
- fix for #1065
2018-03-12 23:15:40 +01:00
sassod
7b3a71bcc9
12bit ADC values acceted up to 4095
...
MCP3221 is a 12bit ADC so accepted values should be up to 40195 not 1024
2018-03-12 19:56:42 +01:00
mvdbro and GitHub
18e612dea2
Merge pull request #1067 from uzi18/mega
...
- fix for #1065
2018-03-12 19:35:51 +01:00
mvdbro
f99593ed62
ESP32 C010 fix
2018-03-12 19:34:40 +01:00
sassod
2f7e96fa5b
Merge remote-tracking branch 'refs/remotes/origin/mega' into letscontrolit/mega
2018-03-12 18:51:00 +01:00
Bartlomiej Zimon
25b4392dd5
- remove double trimm()
2018-03-12 12:09:07 +01:00
Bartlomiej Zimon
ad4130a547
- fix for #1065
2018-03-12 11:42:00 +01:00
ESPEasy release bot
e4d4463eab
automaticly updated release notes for v2.0-20180312
2018-03-12 04:00:19 +01:00
ESPEasy release bot
991384822f
automaticly updated release notes for mega-20180312
2018-03-12 04:00:07 +01:00
Gijs Noorlander and GitHub
b29f56c6f4
Merge pull request #1063 from TD-er/merge/rule_engine_fix
...
Rule Engine minor fix and added dev debugging
2018-03-12 00:55:49 +01:00
Unknown
779514481d
Rule Engine minor fix and added dev debugging
2018-03-12 00:52:30 +01:00
Unknown
82ed319e59
Merge branch 'v2.0' into mega
2018-03-12 00:46:31 +01:00
Gijs Noorlander and GitHub
0a752dd26f
Merge pull request #1062 from TD-er/merge/issue_1039
...
Merge/issue 1039
2018-03-12 00:44:02 +01:00
Gijs Noorlander and GitHub
2e4af86a99
Merge pull request #1061 from TD-er/bugfix/chunking_webserver
...
[webserver] Improve chunked transfer
2018-03-12 00:42:30 +01:00
Unknown
8112e0e67a
[webserver] Improve chunked transfer
...
Do chunked transfer using full buffer on all data sent to the streaming webserver.
2018-03-12 00:42:08 +01:00
Unknown
89a9f842fd
[issue #1039 ] Change CSS to show topmost SSID on large screens
...
For screens with > 960 pixels width.
To show all accesspoints on AP selection.
2018-03-12 00:41:44 +01:00
Gijs Noorlander and GitHub
b4791d3421
Merge pull request #1060 from TD-er/bugfix/selection_accesspoints
...
[issue #1039 ] Change CSS to show topmost SSID on large screens
2018-03-12 00:40:13 +01:00
Unknown
885c5394a3
[webserver] Improve chunked transfer
...
Do chunked transfer using full buffer on all data sent to the streaming webserver.
2018-03-12 00:34:51 +01:00
Unknown
e35304e4e7
[issue #1039 ] Change CSS to show topmost SSID on large screens
...
For screens with > 960 pixels width.
To show all accesspoints on AP selection.
2018-03-12 00:32:46 +01:00
mvdbro
6561d577d4
Rule Engine minor fix and added dev debugging
2018-03-11 10:40:54 +01:00
ESPEasy release bot
92932fddb2
automaticly updated release notes for v2.0-20180311
2018-03-11 04:00:19 +01:00
ESPEasy release bot
02d8834763
automaticly updated release notes for mega-20180311
2018-03-11 04:00:06 +01:00
Gijs Noorlander and GitHub
e82080dc52
Merge pull request #1053 from letscontrolit/v2.0
...
V2.0
2018-03-11 02:07:27 +01:00
Unknown
89581fd0fb
[issue #1039 ] Topmost SSID are covered on mobile Browser
...
Added <span> tags with a class around the error, which allow the CSS to position the content below the header.
2018-03-11 01:59:51 +01:00
Gijs Noorlander and GitHub
cfbf972c1b
[issue #1039 ] Topmost SSID are covered on mobile Browser ( #1052 )
...
[issue #1039 ] Topmost SSID are covered on mobile Browser
2018-03-11 01:58:13 +01:00
Unknown
e25ea52edc
[issue #1039 ] Topmost SSID are covered on mobile Browser
...
Added <span> tags with a class around the error, which allow the CSS to position the content below the header.
2018-03-11 01:57:24 +01:00
Unknown
3f84a961ad
[DNS lookup] Controllers sometimes try to connect to 0.0.0.0
...
See issue #824
2018-03-11 01:38:50 +01:00
Gijs Noorlander and GitHub
7d8e5e5175
[DNS lookup] Controllers sometimes try to connect to 0.0.0.0 ( #1051 )
...
[DNS lookup] Controllers sometimes try to connect to 0.0.0.0
2018-03-11 01:37:38 +01:00
Unknown
3d39dec686
[DNS lookup] Controllers sometimes try to connect to 0.0.0.0
...
See issue #824
2018-03-11 01:36:29 +01:00
Unknown
ff656593ec
Merge branch 'v2.0' into mega
2018-03-10 23:07:53 +01:00
Unknown
96bfaa27f5
[OLED] fix drawProgressBar
...
See this PR: https://github.com/ThingPulse/esp8266-oled-ssd1306/pull/178
2018-03-10 23:04:03 +01:00
Unknown
bcca0514dd
[deepsleep] Make sure the 'shortcut' of running all services when sleep enabled
...
As pointed out on [the forum by arion_p](https://www.letscontrolit.com/forum/viewtopic.php?p=25771#p25771 )
2018-03-10 23:03:55 +01:00
Gijs Noorlander and GitHub
90b4e3438d
[OLED] fix drawProgressBar ( #1048 )
...
[OLED] fix drawProgressBar
2018-03-10 22:58:25 +01:00
Gijs Noorlander and GitHub
139f8905d0
[deepsleep] Use the 'shortcut' of running all when sleep enabled ( #1047 )
...
[deepsleep] Use the 'shortcut' of running all when sleep enabled
2018-03-10 22:55:59 +01:00
Unknown
6c1806fae6
[OLED] fix drawProgressBar
...
See this PR: https://github.com/ThingPulse/esp8266-oled-ssd1306/pull/178
2018-03-10 22:53:18 +01:00
Unknown
e6b581e7ff
[deepsleep] Make sure the 'shortcut' of running all services when sleep enabled
...
As pointed out on [the forum by arion_p](https://www.letscontrolit.com/forum/viewtopic.php?p=25771#p25771 )
2018-03-10 22:42:04 +01:00
Gijs Noorlander and GitHub
bb9f8fc809
Merge pull request #1046 from TD-er/merge/mega_to_v2.0
...
Merge/mega to v2.0
2018-03-10 22:03:14 +01:00
Unknown
4d9504bce0
[P073] Remove tm1637_bitDelay()
...
Not used anymore
2018-03-10 22:01:27 +01:00
Unknown
ff3a769033
Update P07 Plugin
...
added suppor for other version of TM1637 modules (4dgt+colon, 4dgt+dots,6dgt+dots)
2018-03-10 22:01:20 +01:00
Unknown
e3de56a7a8
[AM/PM] Am/Pm notation doesn't have '0' hours
...
11.59 a.m. => 12.00 p.m.
12.59 p.m. => 1.00 p.m.
11.59 p.m. => 12.00 a.m.
2018-03-10 22:01:04 +01:00
Gijs Noorlander and GitHub
873d639461
Update P073 Plugin - support extra versions of TM1637 modules (@Papperone) ( #1043 )
...
Update P073 Plugin - support extra versions of TM1637 modules (@Papperone)
2018-03-10 21:58:14 +01:00
Gijs Noorlander and GitHub
edb2a6d3f6
[AM/PM] Am/Pm notation doesn't have '0' hours ( #1044 )
...
[AM/PM] Am/Pm notation doesn't have '0' hours
2018-03-10 21:56:42 +01:00
Gijs Noorlander and GitHub
2682b0bd2f
[v2.0] Merge/rules process speed improvements ( #1045 )
...
[v2.0] Merge/rules process speed improvements
2018-03-10 21:55:25 +01:00
Unknown
5097157a09
Final ruleset speed-up
...
It's now down from 100 mSec to 19 mSec for 1 fully loaded non matching ruleset.
2018-03-10 21:41:13 +01:00
Unknown
02ea957894
Add read buffer to rule processing to speedup parsing
...
On a full ruleset (2k), a non matching event takes 100 mSec instead of 170 mSec.
2018-03-10 21:39:51 +01:00
mvdbro and Unknown
c2b0d76595
Rule Engine, stop waisting time on non matching rules
2018-03-10 21:38:01 +01:00
Unknown
91b7cbe075
Improve flash read performance
2018-03-10 21:37:47 +01:00
Unknown
bff60a2e27
[P073] Remove tm1637_bitDelay()
...
Not used anymore
2018-03-10 21:28:09 +01:00
Unknown
61831e5962
[AM/PM] Am/Pm notation doesn't have '0' hours
...
11.59 a.m. => 12.00 p.m.
12.59 p.m. => 1.00 p.m.
11.59 p.m. => 12.00 a.m.
2018-03-10 21:19:35 +01:00
Unknown
d105b47d44
Update P07 Plugin
...
added suppor for other version of TM1637 modules (4dgt+colon, 4dgt+dots,6dgt+dots)
2018-03-10 18:38:33 +01:00
mvdbro
449568bcc4
Final ruleset speed-up
...
It's now down from 100 mSec to 19 mSec for 1 fully loaded non matching ruleset.
2018-03-10 16:53:02 +01:00
mvdbro
3144077103
Add read buffer to rule processing to speedup parsing
...
On a full ruleset (2k), a non matching event takes 100 mSec instead of 170 mSec.
2018-03-10 15:48:56 +01:00
mvdbro
8f056be0a8
Rule Engine, stop waisting time on non matching rules
2018-03-10 10:48:03 +01:00
mvdbro
e9cdc5693d
Improve flash read performance
2018-03-10 08:51:35 +01:00
ESPEasy release bot
64b38df187
automaticly updated release notes for v2.0-20180310
2018-03-10 04:00:20 +01:00
ESPEasy release bot
377c50ec36
automaticly updated release notes for mega-20180310
2018-03-10 04:00:07 +01:00
Gijs Noorlander and GitHub
76f6dfdc59
Merge Mega -> v2.0: conversions & delay wifi init ( #1037 )
...
Merge Mega -> v2.0: conversions & delay wifi init
2018-03-09 23:20:47 +01:00
Unknown
3a6f7acd15
[Conversions] Use more decimals in conversions and add AM/PM for time.
...
See comments on #1015
2018-03-09 23:19:19 +01:00
Unknown
d65b126f84
Move plugin init before WiFi init
...
As suggested at PR #1032 by @M0ebiu5
2018-03-09 23:18:10 +01:00
Gijs Noorlander and GitHub
90a2a799da
[Conversions] Use more decimals in conversions and add AM/PM for time. ( #1036 )
...
[Conversions] Use more decimals in conversions and add AM/PM for time.
2018-03-09 23:15:48 +01:00
Unknown
feb419b6ae
[Conversions] Use more decimals in conversions and add AM/PM for time.
...
See comments on #1015
2018-03-09 23:13:03 +01:00
Gijs Noorlander and GitHub
e83d8468b0
Move plugin init before WiFi init ( #1035 )
...
Move plugin init before WiFi init
2018-03-09 22:18:35 +01:00
Unknown
6eabaaa62d
Move plugin init before WiFi init
...
As suggested at PR #1032 by @M0ebiu5
2018-03-09 22:10:25 +01:00
ESPEasy release bot
8299e38b24
automaticly updated release notes for v2.0-20180309
2018-03-09 04:00:22 +01:00
ESPEasy release bot
b0169b4aa7
automaticly updated release notes for mega-20180309
2018-03-09 04:00:11 +01:00
Unknown
786ec4714a
Merge branch 'v2.0' into mega
2018-03-09 00:37:47 +01:00
Gijs Noorlander and GitHub
67a28a7f97
Add other simple conversions like Celsius to Fahrenheit ( #1033 )
...
[issue #1015 ] Add other simple conversions like Celsius to Fahrenheit…
2018-03-09 00:35:06 +01:00
Unknown
18b8e61d32
[issue #1015 ] Add other simple conversions like Celsius to Fahrenheit, etc.
...
- %c_w_dir% - getBearing
- %c_c2f% - String(CelsiusToFahrenheit)
- %c_ms2Bft% - String(m_secToBeaufort)
- %c_cm2imp% - centimeterToImperialLength
- %c_mm2imp% - millimeterToImperialLength
- %c_m2day% - String(minutesToDay)
- %c_m2dh% - minutesToDayHour
- %c_m2dhm% - minutesToDayHourMinute
- %c_s2dhms% - secondsToDayHourMinuteSecond
2018-03-09 00:31:27 +01:00
Unknown
5821b0709c
[issue #1015 ] Add other simple conversions like Celsius to Fahrenheit, etc.
...
- %c_w_dir% - getBearing
- %c_c2f% - String(CelsiusToFahrenheit)
- %c_ms2Bft% - String(m_secToBeaufort)
- %c_cm2imp% - centimeterToImperialLength
- %c_mm2imp% - millimeterToImperialLength
- %c_m2day% - String(minutesToDay)
- %c_m2dh% - minutesToDayHour
- %c_m2dhm% - minutesToDayHourMinute
- %c_s2dhms% - secondsToDayHourMinuteSecond
2018-03-09 00:29:52 +01:00
Unknown
ec783fe03b
[Rule Events] Add a number of events to handle in rules and awake timer
...
Changed the sleep checkbox to allow a number of seconds awake from deep sleep.
Also added the following events:
- MQTT#Connected
- WiFi#Connected
- System#Initialized
- Time#Set Time set by an update from NTP.
- Time#Initialized Time set for the first time since boot.
- Login#Failed
See #951
2018-03-08 23:00:33 +01:00
Gijs Noorlander and GitHub
4d749b19fd
[Rule Events] Add a number of events to handle in rules and awake timer ( #1032 )
...
[Rule Events] Add a number of events to handle in rules and awake timer
2018-03-08 22:55:19 +01:00
Unknown
6a66440a5f
[Rule Events] Add a number of events to handle in rules and awake timer
...
Changed the sleep checkbox to allow a number of seconds awake from deep sleep.
Also added the following events:
- MQTT#Connected
- WiFi#Connected
- System#Initialized
- Time#Set Time set by an update from NTP.
- Time#Initialized Time set for the first time since boot.
- Login#Failed
See #951
2018-03-08 21:43:52 +01:00
ESPEasy release bot
1b23efe48c
automaticly updated release notes for mega-20180308
2018-03-08 04:00:08 +01:00
mvdbro
9a9d39763f
Second step towards port monitoring without tasks
2018-03-07 16:17:40 +01:00
mvdbro
9f94ef073c
First step towards port monitoring without tasks
2018-03-07 14:13:12 +01:00
ESPEasy release bot
9122565431
automaticly updated release notes for v2.0-20180307
2018-03-07 04:00:21 +01:00
ESPEasy release bot
000d2d7c77
automaticly updated release notes for mega-20180307
2018-03-07 04:00:09 +01:00
Unknown
64a0f79e02
[issue #1012 ] Removed Content-Length header + improved webserver speed
...
See: Web interface doesn't work on iOS #1012
The operatore+= String function now chunks long strings
2018-03-07 00:56:23 +01:00
Gijs Noorlander and GitHub
c1b945e6c1
[issue #1012 ] Removed Content-Length header + improved webserver speed ( #1027 )
...
[issue #1012 ] Removed Content-Length header + improved webserver speed
2018-03-07 00:55:48 +01:00
Unknown
dbbe6b65dd
[issue #1012 ] Removed Content-Length header + improved webserver speed
...
See: Web interface doesn't work on iOS #1012
The operatore+= String function now chunks long strings
2018-03-07 00:54:23 +01:00
Gijs Noorlander
92e4a8da9b
[CSS] Quick fix for smaller displays ( #1026 )
...
[CSS] Quick fix for smaller displays by @doxikus
2018-03-06 21:53:54 +01:00
Gijs Noorlander and GitHub
4611ef5d87
[CSS] Quick fix for smaller displays ( #1026 )
...
[CSS] Quick fix for smaller displays by @doxikus
2018-03-06 21:52:15 +01:00
Unknown
807cc1796d
[CSS] Quick fix for smaller displays
...
Quick fix, created by @doxikus
2018-03-06 21:50:54 +01:00
soif
4bca2c6361
Initial re-organisation of plugin sets ( #1019 )
2018-03-06 09:53:17 +01:00
ESPEasy release bot
40e2d7ec8e
automaticly updated release notes for v2.0-20180306
2018-03-06 04:00:17 +01:00
Gijs Noorlander and DatuX
7318e87965
Fixes P073 plugin for latest TM1637 based 7 segments displays modules ( #996 ) ( #1022 )
...
Fixes P073 plugin for latest TM1637 based 7 segments displays modules
2018-03-05 20:17:51 +01:00
ESPEasy release bot
9c3a28439f
automaticly updated release notes for v2.0-20180305
2018-03-05 04:00:20 +01:00
ESPEasy release bot
82933ae170
automaticly updated release notes for mega-20180305
2018-03-05 04:00:08 +01:00
Unknown
503fd3555e
Merge branch 'v2.0' into mega
2018-03-05 00:40:22 +01:00
Gijs Noorlander and GitHub
127627a22c
[issue #1003 ] Add conversion of wind direction to string ( #1014 )
...
[issue #1003 ] Add conversion of wind direction to string
2018-03-05 00:37:44 +01:00
Gijs Noorlander and GitHub
e59401e24f
[issue #528 ] Set DOUT flash mode for all 1M builds ( #1013 )
...
[issue #528 ] Set DOUT flash mode for all 1M builds
2018-03-05 00:36:39 +01:00
Unknown
769f76d3dc
[issue #1003 ] Add conversion of wind direction to string
...
Also made some clean-up of calls to string replacements.
Improved the lookup function to determine the wind direction (was 11.25 degree off)
Now it is also possible to add simple standard conversions like Celcius-Fahrenheit, m/s - Beaufort, etc.
2018-03-05 00:28:32 +01:00
Unknown
4eb7cf0859
[issue #528 ] Set DOUT flash mode for all 1M builds
...
See [this elaborate post on the different flash modes](https://www.esp32.com/viewtopic.php?t=1250 )
2018-03-04 22:30:13 +01:00
Edwin Eefting
a464f638ad
automaticly updated release notes for v2.0-20180304b
2018-03-04 18:20:49 +01:00
Edwin Eefting
f31cce4182
Merge branch 'v2.0' into mega
2018-03-04 18:14:58 +01:00
Edwin Eefting
a5cfe1beec
dont build in silent mode to prevent travis timeouts
2018-03-04 18:14:27 +01:00
Edwin Eefting
f36fada375
Merge branch 'v2.0' into mega
2018-03-04 18:12:07 +01:00
soif and DatuX
d51bce97f5
fixes typos in the issue template ( #1006 )
2018-03-04 18:09:34 +01:00
soif and DatuX
0368aa4d43
Add OS specific hidden files ( #1005 )
2018-03-04 18:09:08 +01:00
mvdbro
3c4aa7564f
ESP32 - 32 Tasks -redo commit
2018-03-04 17:34:08 +01:00
mvdbro
f46b89f1bd
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into mega
2018-03-04 17:15:43 +01:00
mvdbro
4e2b78056a
ESP32 - 32 Tasks
...
Full reset needed!
2018-03-04 17:14:35 +01:00
Gijs Noorlander and GitHub
d94ce17fd4
Merge pull request #1009 from TD-er/bugfix/factory_reset_twice
...
[Webserver] Factory Reset was present twice
2018-03-04 16:27:16 +01:00
Unknown
cd2c59ba5b
[Webserver] Factory Reset was present twice
...
See issue #1008
2018-03-04 16:26:07 +01:00
mvdbro
b6a6943668
ESP32 fix-2 for P020/P044
...
This time it actually works.
2018-03-04 12:27:38 +01:00
ESPEasy release bot
a8fcb420e7
automaticly updated release notes for v2.0-20180304
2018-03-04 04:00:19 +01:00
ESPEasy release bot
e1e894d540
automaticly updated release notes for mega-20180304
2018-03-04 04:00:08 +01:00
Unknown
d15311e70a
Merge branch 'v2.0' into mega
2018-03-04 00:50:43 +01:00
Gijs Noorlander and GitHub
3ed6564063
[issue #892 ] Only use sensor type when really needed ( #1004 )
...
[issue #892 ] Only use sensor type when really needed
2018-03-04 00:45:52 +01:00
Unknown
5f575c0224
[issue #892 ] Only use sensor type when really needed
...
Only the Domoticz controllers need the sensor type. The rest just needs the number of sensor values.
2018-03-04 00:37:18 +01:00
Gijs Noorlander and GitHub
34c1ba158f
[issue #993 ] Add %unit% variable in MQTT subscribe topic (PR #1002 )
...
[issue #993 ] Add %unit% variable in MQTT subscribe topic
2018-03-03 22:40:18 +01:00
Unknown
04ca424085
[issue #993 ] Add %unit% variable in MQTT subscribe topic
2018-03-03 22:39:09 +01:00
Gijs Noorlander
7a8f476e05
_P072_HDC1080 allow to send values to the controllers ( #999 )
...
_P072_HDC1080 add success and break statement.
it seems that without the break statement and success set to true, the values aren't sent back to the controller(s).
2018-03-03 21:30:22 +01:00
Gijs Noorlander and GitHub
eef8391ffc
_P072_HDC1080 allow to send values to the controllers ( #999 )
...
_P072_HDC1080 add success and break statement.
it seems that without the break statement and success set to true, the values aren't sent back to the controller(s).
2018-03-03 21:29:12 +01:00
Gijs Noorlander and GitHub
d47751c31f
Fixes P073 plugin for latest TM1637 based 7 segments displays modules ( #996 )
...
Fixes P073 plugin for latest TM1637 based 7 segments displays modules
2018-03-03 20:40:11 +01:00
Gijs Noorlander
e42ab85f4b
Merge pull request #1000 from uzi18/test3 (more comparisions in IF condition)
...
support for more comparisions in IF condition: >=,<=,!=,<>,<,>,= also fix extended conditions when first check is not '>'
2018-03-03 20:38:13 +01:00
Gijs Noorlander and GitHub
b048d3f1f8
Merge pull request #1000 from uzi18/test3 (more comparisions in IF condition)
...
support for more comparisions in IF condition: >=,<=,!=,<>,<,>,= also fix extended conditions when first check is not '>'
2018-03-03 20:37:07 +01:00
Bartlomiej Zimon
f94ab3a04a
- support for more comparisions in IF conditions: >=,<=,!=,<>,<,>,=
...
also fix extended conditions when first check is not >
2018-03-03 16:04:44 +01:00
mvdbro
1b9375f83b
ESP32 Dallas DS18B20 fix
...
This is a quick fix for this sensor only. It seems that ESP32 RTOS needs more or differtent interrupt handling for time critical sensor code.
2018-03-03 14:08:20 +01:00
clumsy-stefan and GitHub
a77798d18f
add success and break statement
...
it seems that without the break statement and success set to true, the values aren ot sent back to the controller(s).
2018-03-03 13:05:25 +01:00
ESPEasy release bot
3094cb5260
automaticly updated release notes for v2.0-20180303
2018-03-03 04:00:19 +01:00
ESPEasy release bot
ec4dd09968
automaticly updated release notes for mega-20180303
2018-03-03 04:00:08 +01:00
Unknown
d68a5fb9d4
Merge branch 'v2.0' into mega
2018-03-03 02:23:03 +01:00
Gijs Noorlander and GitHub
0e67480f46
Merge pull request #995 from TD-er/bugfix/mqtt_proper_case
...
Bugfix/mqtt proper case
2018-03-03 02:19:49 +01:00
Unknown
c32f2cc89d
Add AND/OR to rules & prevent unwanted case changes in strings ( #994 )
2018-03-03 02:09:41 +01:00
Unknown
ad489f0db2
[Issue #827 ] MQTT not using proper case for %sysname% variable.
...
Some functions and plugins could change strings to lowercase.
Added some check also to help debugging.
2018-03-03 02:03:20 +01:00
Gijs Noorlander and GitHub
d9267fa9c2
Add Task device type to json by @s0170071 ( #991 )
...
Add Task device type to json by @s0170071
2018-03-02 22:40:20 +01:00
Unknown
e82fb37870
Add Task device type to json by @s0170071
...
Taken from his branch, he forgot to PR.
2018-03-02 22:30:55 +01:00
Unknown
635c149f12
Merge branch 'v2.0' into mega
2018-03-02 22:16:37 +01:00
Gijs Noorlander and GitHub
26f00dcdec
[issue #293 ] json output nan values not double quoted ( #990 )
...
[issue #293 ] json output nan values not double quoted
2018-03-02 22:03:07 +01:00
Unknown
b2bb1d039b
[issue #293 ] json output nan values not double quoted
...
Generate valid JSON output
2018-03-02 21:49:06 +01:00
soif
57e256a5fa
Fixes P073 plugin for latest TM1637 based 7 segments displays modules
2018-03-02 21:06:45 +01:00
Unknown
c58e975b7e
revert json to non-chunking #988 from s0170071/mega
...
revert json to non-chunking
2018-03-02 20:40:13 +01:00
Gijs Noorlander and GitHub
7d16ffa4a4
revert json to non-chunking #988 from s0170071/mega
...
revert json to non-chunking
2018-03-02 20:36:42 +01:00
s0170071
856e370ba0
make handle_json return void
2018-03-02 15:00:48 +01:00
s0170071
4df9e7d065
Add git build and local time
2018-03-02 13:58:05 +01:00
s0170071
edb3857e04
revert json to non-chunking
2018-03-02 13:17:20 +01:00
ESPEasy release bot
08312cbcb7
automaticly updated release notes for v2.0-20180302
2018-03-02 04:00:21 +01:00
ESPEasy release bot
fb1cc219ee
automaticly updated release notes for mega-20180302
2018-03-02 04:00:10 +01:00
Unknown
da7329891d
Merge branch 'v2.0' into mega
2018-03-02 02:08:55 +01:00
Gijs Noorlander and GitHub
953a53bb9a
Merge pull request #985 from TD-er/bugfix/json_content-length
...
backport of "rule wildcard" + improve formatting of Webserver's StreamingBuffer
2018-03-02 01:58:53 +01:00
Unknown
e9fac7926f
[webserver] Layout of code to improve readability
...
Indentation was completely off, which made it hard to read.
Also added member json_format, which is set at start of stream.
2018-03-02 01:53:40 +01:00
mvdbro and Unknown
810a0b2aa9
Rule wildcard option on literal events
...
Added wildcard rule filter on literal string events
Changed "sendcontent free"content logging level to 'DEV'
2018-03-01 23:41:42 +01:00
Unknown
7f897bc856
Merge branch 'v2.0' into mega
...
Merge initiated from GitKraken directly on Letscontrol_it/ESPEasy
2018-03-01 23:31:00 +01:00
Gijs Noorlander and GitHub
5d9137d1d2
Merge pull request #976 from TD-er/bugfix/P053_PMSx003DustPlugin
...
[issue #914 ] _P053_PMSx003 Dust Sensor looses sync
2018-03-01 23:07:38 +01:00
Gijs Noorlander
8de49cd38e
Merge pull request #983 from kahvm/mega
...
Added support for degree sign on LCD1602/2004
2018-03-01 22:42:58 +01:00
Gijs Noorlander and GitHub
0092ba92b5
Merge pull request #983 from kahvm/mega
...
Added support for degree sign on LCD1602/2004
2018-03-01 22:41:54 +01:00
Gijs Noorlander and GitHub
fe1c44f6b3
Merge pull request #980 from uzi18/formatout
...
Format output marge from mega to v2.0
2018-03-01 22:34:08 +01:00
Gijs Noorlander and GitHub
e39d588530
Merge pull request #975 from TD-er/merge/important_fixes_from_mega
...
Merge/important fixes from mega
2018-03-01 22:31:36 +01:00
kahvm and GitHub
7a4e3d954d
Merge pull request #1 from kahvm/support-degree-sign-lcd1602
...
Support for degree sign on LCD1602
2018-03-01 22:00:41 +01:00
kahvm and GitHub
9dc4fefa0b
Support for degree sign on LCD1602
...
More: https://www.letscontrolit.com/forum/viewtopic.php?p=11875#p11875
2018-03-01 20:09:50 +01:00
Unknown
4ca318f5a6
[Build error fix] Must-keep-focus-when-pressing-buttons...
...
Quickly commit + merge is never a good idea when some visitors arrive...
Fixed now.
2018-03-01 20:08:51 +01:00
mvdbro
695bb58d64
Rule wildcard option on literal events
...
Added wildcard rule filter on literal string events
Changed "sendcontent free"content logging level to 'DEV'
2018-03-01 14:29:10 +01:00
Bartlomiej Zimon
608a7212eb
Merge branch 'mega' of github.com:letscontrolit/ESPEasy into test3
2018-03-01 03:02:23 +01:00
Bartłomiej Zimoń and Bartlomiej Zimon
37a24933f5
add format #O to templates to show OFF/ON instead 0/1 ( #949 )
...
* - pcfgpio,port,2 sets pin as input
- fix for #222,#702 - we can mix inputs and outputs now
* - extend conditions with AND/OR, now it is possible to simplify rules
test rules:
on test do
if [test#a]=0 or [test#b]=0 or [test#c]=0
event ok
else
event nok
endif
endon
on test2 do
if [test#a]=1 and [test#b]=1 and [test#c]=1
event ok
else
event nok
endif
endon
on test3 do
if [test#a]=1 and [test#b]=1 or [test#c]=0
event ok
else
event nok
endif
endon
on test4 do
if [test#a]=0
event ok
else
event nok
endif
endon
* - remove Serial print
* - add format #O to templates to show OFF/ON instead 0/1 - eg.: Pump:[Outputs#pump#O]
* - add formating for active low outputs eg.: #O!
2018-02-28 23:06:01 +01:00
Bartlomiej Zimon
a6b447600f
Merge branch 'v2.0' of github.com:letscontrolit/ESPEasy into v2.0
2018-02-28 22:43:52 +01:00
Unknown
5fbb900e5b
[issue #914 ] Check first 2 bytes of packet
2018-02-28 22:39:34 +01:00
ESPEasy release bot
aa5dee01fb
automaticly updated release notes for v2.0-20180228
2018-02-28 04:00:20 +01:00
ESPEasy release bot
4e2a5d3b3d
automaticly updated release notes for mega-20180228
2018-02-28 04:00:09 +01:00
Unknown
1a44ed6578
[issue #914 ] _P053_PMSx003 Dust Sensor looses sync
...
- Use peek instead of read, to make sure a complete packet is in the buffer.
- Flush buffer after processing a packet.
- Increased software serial buffer to the size of 3 packets.
- Peek (+ read garbage) 10 times per second to get the buffer in sync to start with start byte of packet.
- Decent delete + clean up of software serial allocation when changing settings (prevent memory leak)
- Move log String allocation to inside scope of function, not permanent allocated.
- Split into separate functions to make it better readable.
2018-02-28 02:11:33 +01:00
Bartłomiej Zimoń and Unknown
e86667e37e
fix #964 , add timeStringToSeconds and use it to compare time conditions ( #965 )
...
* - pcfgpio,port,2 sets pin as input
- fix for #222,#702 - we can mix inputs and outputs now
* - extend conditions with AND/OR, now it is possible to simplify rules
test rules:
on test do
if [test#a]=0 or [test#b]=0 or [test#c]=0
event ok
else
event nok
endif
endon
on test2 do
if [test#a]=1 and [test#b]=1 and [test#c]=1
event ok
else
event nok
endif
endon
on test3 do
if [test#a]=1 and [test#b]=1 or [test#c]=0
event ok
else
event nok
endif
endon
on test4 do
if [test#a]=0
event ok
else
event nok
endif
endon
* - remove Serial print
* - add format #O to templates to show OFF/ON instead 0/1 - eg.: Pump:[Outputs#pump#O]
* - add formating for active low outputs eg.: #O!
* - fix #964 , add timeStringToSeconds and use it to compare time conditions
* - fix number of pages available to browse
2018-02-28 00:00:37 +01:00
s0170071 and Unknown
0db1f78421
Add Factory Reset button to web interface ( #954 )
2018-02-27 23:59:31 +01:00
Bartłomiej Zimoń and Unknown
780c34846e
add format #O to templates to show OFF/ON instead 0/1 ( #949 )
...
* - pcfgpio,port,2 sets pin as input
- fix for #222,#702 - we can mix inputs and outputs now
* - extend conditions with AND/OR, now it is possible to simplify rules
test rules:
on test do
if [test#a]=0 or [test#b]=0 or [test#c]=0
event ok
else
event nok
endif
endon
on test2 do
if [test#a]=1 and [test#b]=1 and [test#c]=1
event ok
else
event nok
endif
endon
on test3 do
if [test#a]=1 and [test#b]=1 or [test#c]=0
event ok
else
event nok
endif
endon
on test4 do
if [test#a]=0
event ok
else
event nok
endif
endon
* - remove Serial print
* - add format #O to templates to show OFF/ON instead 0/1 - eg.: Pump:[Outputs#pump#O]
* - add formating for active low outputs eg.: #O!
2018-02-27 23:58:50 +01:00
Edwin Eefting
a4dcc304a9
Merge branch 'v2.0' into mega
2018-02-27 23:43:36 +01:00
Gijs Noorlander and DatuX
a938bc78c1
[issue #968 ] Use template parser for OLED commands ( #974 )
...
N.B. Now even task values can be used in commands, next to special characters.
2018-02-27 23:43:18 +01:00
Gijs Noorlander and DatuX
d2c7743197
[issue #966 ] Add %sysweekday% and %sysweekday_s% ( #973 )
...
- %sysweekday% number of the day (Sunday = 1)
- %sysweekday_s% 3 letter String of the weekday (Sun, Mon, Tue, ...)
2018-02-27 23:43:01 +01:00
Bartłomiej Zimoń and DatuX
f0fc20de57
fix #964 , add timeStringToSeconds and use it to compare time conditions ( #965 )
...
* - pcfgpio,port,2 sets pin as input
- fix for #222,#702 - we can mix inputs and outputs now
* - extend conditions with AND/OR, now it is possible to simplify rules
test rules:
on test do
if [test#a]=0 or [test#b]=0 or [test#c]=0
event ok
else
event nok
endif
endon
on test2 do
if [test#a]=1 and [test#b]=1 and [test#c]=1
event ok
else
event nok
endif
endon
on test3 do
if [test#a]=1 and [test#b]=1 or [test#c]=0
event ok
else
event nok
endif
endon
on test4 do
if [test#a]=0
event ok
else
event nok
endif
endon
* - remove Serial print
* - add format #O to templates to show OFF/ON instead 0/1 - eg.: Pump:[Outputs#pump#O]
* - add formating for active low outputs eg.: #O!
* - fix #964 , add timeStringToSeconds and use it to compare time conditions
* - fix number of pages available to browse
2018-02-27 23:42:20 +01:00
ESPEasy release bot
d35a50be17
automaticly updated release notes for v2.0-20180227
2018-02-27 04:00:22 +01:00
ESPEasy release bot
537d4cd1e9
automaticly updated release notes for mega-20180227
2018-02-27 04:00:11 +01:00
Edwin Eefting
62422f4924
Merge branch 'v2.0' into mega
2018-02-27 00:42:15 +01:00
Edwin Eefting
04de145dbb
[test suite] changes from mega to 2.0
2018-02-27 00:41:27 +01:00
Edwin Eefting
21840d0b26
[test suite] changes from mega to 2.0
2018-02-27 00:41:21 +01:00
Gijs Noorlander and DatuX
076ce0127b
[build conflict] Renamed ESP32 version of ping ( #963 )
...
Had a conflict with the ESP8266 version of ping.
Let's hope I did not break anything with the ESP32 builds @mvdbro does.
2018-02-27 00:10:17 +01:00
Edwin Eefting
226c0a6f83
Merge branch 'v2.0' into mega
2018-02-26 23:03:48 +01:00
s0170071 and DatuX
6ffa8d92a6
Add Factory Reset button to web interface ( #954 )
2018-02-26 22:54:24 +01:00
Bartłomiej Zimoń and DatuX
dae2cc2f4a
add format #O to templates to show OFF/ON instead 0/1 ( #949 )
...
* - pcfgpio,port,2 sets pin as input
- fix for #222,#702 - we can mix inputs and outputs now
* - extend conditions with AND/OR, now it is possible to simplify rules
test rules:
on test do
if [test#a]=0 or [test#b]=0 or [test#c]=0
event ok
else
event nok
endif
endon
on test2 do
if [test#a]=1 and [test#b]=1 and [test#c]=1
event ok
else
event nok
endif
endon
on test3 do
if [test#a]=1 and [test#b]=1 or [test#c]=0
event ok
else
event nok
endif
endon
on test4 do
if [test#a]=0
event ok
else
event nok
endif
endon
* - remove Serial print
* - add format #O to templates to show OFF/ON instead 0/1 - eg.: Pump:[Outputs#pump#O]
* - add formating for active low outputs eg.: #O!
2018-02-26 22:53:15 +01:00
Gijs Noorlander and DatuX
555ccbe229
[BuildError] StreamingBuffer code cleanup + fix order member initialize ( #961 )
...
The order in which the members are defined should also be the order in which they will be initialized.
Also applied #958
2018-02-26 22:52:27 +01:00
mvdbro
d277d22914
Fix ESP32 compile errors
2018-02-26 14:26:17 +01:00
ESPEasy release bot
b5e4994392
automaticly updated release notes for v2.0-20180226
2018-02-26 04:00:21 +01:00
ESPEasy release bot
cbdddf8c06
automaticly updated release notes for mega-20180226
2018-02-26 04:00:08 +01:00
Gijs Noorlander and GitHub
8b5d22a081
Merge pull request #948 from TD-er/build/remove_duplicate_library
...
[softwareSerial] Remove duplicate with only capilization as difference
2018-02-25 21:29:09 +01:00
Unknown
88fc0a8445
[softwareSerial] Remove duplicate with only capilization as difference
2018-02-25 21:27:57 +01:00
Gijs Noorlander and GitHub
ec9187d038
Merge pull request #947 from letscontrolit/v2.0
...
V2.0 => Mega: Ping library and Webserver@LowMemory
2018-02-25 21:20:37 +01:00
s0170071 and Unknown
51ede17d2a
Update WebServer.ino
2018-02-25 21:15:33 +01:00
s0170071 and Unknown
97ee69b371
V20 Webserver@LowMemory
2018-02-25 21:15:24 +01:00
Unknown
f77ce9c8f7
[ping lib] Added ping library
...
It was linked as a dependency in PlatformIO.ini, but apparently will add complexity to Arduino IDE users.
2018-02-25 21:14:07 +01:00
Edwin Eefting
99cc6f72af
Merge branch 'v2.0' into mega
2018-02-25 17:18:59 +01:00
Gijs Noorlander and DatuX
848f43b704
[2k Webserver] Proper initialisation of StreamingBuffer members. ( #941 )
...
Was reported in Travis as build error.
2018-02-25 17:17:47 +01:00
Edwin Eefting
3a5ef5da81
device page doesnt need next/previous page buttons anymore
2018-02-25 17:12:45 +01:00
Edwin Eefting
3527b69718
Merge branch 'v2.0' into mega
2018-02-25 16:57:03 +01:00
Gijs Noorlander and DatuX
54628bfca9
[timeouts] Improve response when hosts are not reachable ( #939 )
...
See #922 and #847
Problem with DNS resolve is that it is quite slow when resulting in a failure and it tends to keep the ESP occupied and make it unresponsive.
Changed the way it is connecting to a controller.
Not sure if http requests are still OK, maybe we should make an exception for those when selected to use DNS.
2018-02-25 14:15:56 +01:00
Gijs Noorlander and DatuX
72ff745eff
[Mega] rename SoftwareSerial lib #930 ( #937 )
...
Just a rename of the library directory + some notes in the library description to indicate the differences.
2018-02-25 14:12:59 +01:00
Gijs Noorlander and DatuX
aed566b6db
[v2.0] Use ESPeasySoftwareSerial ( #936 )
...
This one has virtual destructor and will use less memory.
See issue #930 .
2018-02-25 14:12:33 +01:00
Gijs Noorlander and DatuX
504ea0c813
[v2.0 merge] 2kwebserver_merge_to_mega #929 ( #934 )
...
The v2.0 branch merge of the 2k webserver PR.
As test build, please try [these builds](https://www.dropbox.com/s/ky6ldixh6wgzd8k/2k_webserver_build_v2.0_20180221.rar?dl=0 )
2018-02-25 14:12:11 +01:00
Gijs Noorlander and DatuX
4ca5ef3f72
[v2.0] Added Vcc-binaries to deploy process #933 ( #935 )
...
PR for the V2.0 branch to add the VCC binaries to the deploy process.
2018-02-25 14:11:34 +01:00
Michael Schröder and DatuX
dd9db3b557
Added Vcc-binaries to deploy process ( #933 )
2018-02-25 14:11:25 +01:00
Bartłomiej Zimoń and DatuX
9c531b30bc
- extend conditions with AND/OR, now it is possible to simplify rules ( #932 )
...
* - pcfgpio,port,2 sets pin as input
- fix for #222,#702 - we can mix inputs and outputs now
* - extend conditions with AND/OR, now it is possible to simplify rules
test rules:
on test do
if [test#a]=0 or [test#b]=0 or [test#c]=0
event ok
else
event nok
endif
endon
on test2 do
if [test#a]=1 and [test#b]=1 and [test#c]=1
event ok
else
event nok
endif
endon
on test3 do
if [test#a]=1 and [test#b]=1 or [test#c]=0
event ok
else
event nok
endif
endon
on test4 do
if [test#a]=0
event ok
else
event nok
endif
endon
* - remove Serial print
2018-02-25 14:04:55 +01:00
Bartłomiej Zimoń and DatuX
67c8477a61
provide System@Sleep event ( #875 ) ( #931 )
...
- provide System@Sleep event
- fixes #870 (mqtt not sent before sleep)
- call deepsleep at the end of loop - so we know all is done
2018-02-25 14:01:40 +01:00
Edwin Eefting
cd30b81202
Merge branch '2kwebservermergetomega' of https://github.com/s0170071/ESPEasy into mega
2018-02-25 13:55:28 +01:00
s0170071 and DatuX
550881faa5
Memtracker ( #927 )
...
* preparations for lwip2
* Add CRC32 to settings
* Add CRC to progmem
* Add crc of program memory to stettings and security settings
.. so that there is a warning if the settings are used by another binary than they were written with.
* Moved to md5
* Flash included, moved to MD5 now
* Broken comment
* Stability improvements
free memory went as low as 3000 bytes which made the webserver unresponsive.
* Add binary filename to crc2.py and sysinfo
* Update WebServer.ino
* Memory tracker
displays debug memory trace
WD : Uptime 3 ConnectFailures 0 FreeMem 15304
Memtrace
0: lowest: 4456 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 handle_hardware-> 15192 sendWebPage-> 9672 sendWebPageChunkedData-> 5816 sendWebPageChunkedData-> 5128 sendWebPageChunkedData-> 4456 sendWebPageChunkedData-> 4456
1: lowest: 4456 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 handle_hardware-> 15192 sendWebPage-> 9672 sendWebPageChunkedData-> 5816 sendWebPageChunkedData-> 5128 sendWebPageChunkedData-> 4456
2: lowest: 3768 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 PluginCall_s (35)-> 15328 handle_hardware-> 15192 sendWebPage-> 9672 sendWebPageChunkedData-> 5816 sendWebPageChunkedData-> 5128 sendWebPageChunkedData-> 4456 sendWebPageChunkedData-> 4456 sendWebPageChunkedData-> 3768
WD : Uptime 4 ConnectFailures 0 FreeMem 15304
* Update Misc.ino
2018-02-25 13:14:57 +01:00
Gijs Noorlander and DatuX
3d07466904
[MQTT] LWT "Connected" message doesn't have the retained flag ( #925 )
...
See comments of [Superpiffer](https://github.com/letscontrolit/ESPEasy/commit/a93a078c0b8ae4090c22717eacc8bc8ba92ad780#commitcomment-27718045 )
2018-02-25 13:10:58 +01:00
s0170071
ed45945f21
Fix compile error when SD card is enabled
2018-02-24 18:03:38 +01:00
s0170071
f13abe8922
Removed double entry on info page
2018-02-24 17:32:44 +01:00
s0170071
34b0a683a9
fix travis
2018-02-24 17:10:52 +01:00
s0170071
9ab10437b5
Merge remote-tracking branch 's0170071/2kwebservermergetomega' into 2kwebservermergetomega
2018-02-24 16:59:54 +01:00
s0170071
b0b7408522
variable timeout
2018-02-24 16:59:46 +01:00
s0170071
b104942db9
Merge remote-tracking branch 's0170071/2kwebservermergetomega' into 2kwebservermergetomega
2018-02-24 16:57:17 +01:00
s0170071
a694b658b1
Merge remote-tracking branch 's0170071/2kwebservermergetomega' into 2kwebservermergetomega
2018-02-24 16:57:07 +01:00
s0170071
cb07a0d342
Merge remote-tracking branch 's0170071/2kwebservermergetomega' into 2kwebservermergetomega
2018-02-24 16:54:06 +01:00
s0170071
1ceaad04ec
Merge branch '2kws_dynpayload' into 2kwebservermergetomega
2018-02-24 16:53:56 +01:00
s0170071
5cbf0c1e38
Merge branch '2kws_dynpayload' into 2kwebservermergetomega
2018-02-24 16:48:14 +01:00
Bartlomiej Zimon
4951f294b9
- remove Serial print
2018-02-24 16:34:30 +01:00
s0170071
ef0ef092f0
Merge remote-tracking branch 's0170071/2kws_dynpayload' into 2kws_dynpayload
2018-02-24 16:24:44 +01:00
s0170071 and s0170071
46d3ae6a2b
Merge branch 'mega' into 2kwebservermergetomega
2018-02-24 16:24:32 +01:00
Bartlomiej Zimon
ef1bf646ab
Merge branch 'mega' of github.com:letscontrolit/ESPEasy into mega
2018-02-24 10:32:09 +01:00
Bartlomiej Zimon
f72a48ffc2
- extend conditions with AND/OR, now it is possible to simplify rules
...
test rules:
on test do
if [test#a]=0 or [test#b]=0 or [test#c]=0
event ok
else
event nok
endif
endon
on test2 do
if [test#a]=1 and [test#b]=1 and [test#c]=1
event ok
else
event nok
endif
endon
on test3 do
if [test#a]=1 and [test#b]=1 or [test#c]=0
event ok
else
event nok
endif
endon
on test4 do
if [test#a]=0
event ok
else
event nok
endif
endon
2018-02-24 10:19:12 +01:00
ESPEasy release bot
da54ddda78
automaticly updated release notes for mega-20180224
2018-02-24 04:00:06 +01:00
Bartłomiej Zimoń and Bartlomiej Zimon
03ee569510
provide System@Sleep event ( #875 )
...
- provide System@Sleep event
- fixes #870 (mqtt not sent before sleep)
- call deepsleep at the end of loop - so we know all is done
2018-02-23 19:57:01 +01:00
mvdbro
c24205713d
ESP32 fixed P020 and P044
2018-02-23 15:21:48 +01:00
s0170071 and GitHub
52d4cb804e
Merge branch 'mega' into 2kwebservermergetomega
2018-02-23 15:07:18 +01:00
mvdbro
ae077de72b
Fix ESP32 compile errors
2018-02-23 14:38:14 +01:00
s0170071
86fa5ec6ae
Merge into mega
...
... and removed obsolete function
2018-02-23 14:07:46 +01:00
s0170071
41c9d68422
Merge remote-tracking branch 'origin/mega' into 2kwebservermergetomega
2018-02-23 14:00:19 +01:00
ESPEasy release bot
e713da5d79
automaticly updated release notes for mega-20180223
2018-02-23 04:00:07 +01:00
GHolli and DatuX
edc261ca2b
* BugFix: According to the data sheet, the offset for the detection range values (command byte 0x99) is 3..4 instead of 6..7 ( #921 )
...
Reference: http://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf
* Optimisation of the code
- Using an enumeration for the commands to send
- Removing redundancy of the commands stored in flash
- Creating a function for the checksum calculation
2018-02-22 19:11:35 +01:00
s0170071 and DatuX
8f4a52a6f1
Include name of binary file in crc2.py and sysinfo ( #918 )
...
* preparations for lwip2
* Add CRC32 to settings
* Add CRC to progmem
* Add crc of program memory to stettings and security settings
.. so that there is a warning if the settings are used by another binary than they were written with.
* Moved to md5
* Flash included, moved to MD5 now
* Broken comment
* Stability improvements
free memory went as low as 3000 bytes which made the webserver unresponsive.
* Add binary filename to crc2.py and sysinfo
* Update WebServer.ino
2018-02-22 18:55:45 +01:00
ESPEasy release bot
af519748a6
automaticly updated release notes for v2.0-20180221
2018-02-21 04:00:20 +01:00
ESPEasy release bot
c04b80b2f1
automaticly updated release notes for mega-20180221
2018-02-21 04:00:09 +01:00
Edwin Eefting
cdbc2498c1
[test suite] corrected PUYA test. added erase/build/flash for all chips. preparations for full automatic hardware regression testing
2018-02-21 02:44:57 +01:00
Edwin Eefting
78997b4329
Merge branch 'v2.0' into mega
2018-02-21 02:11:18 +01:00
Edwin Eefting
2bece45712
apply PUYA patch to all available frameworks
2018-02-21 02:08:06 +01:00
Gijs Noorlander and DatuX
10c73a001a
[issue #899 ] Backport of DHT22 implementation on Mega ( #913 )
...
It has quite some changes, but according to [litrinhos](https://github.com/letscontrolit/ESPEasy/issues/899#issuecomment-366940174 ) it works, instead of the v2.0 implementation.
2018-02-21 01:26:08 +01:00
GHolli and DatuX
790a946cf6
Optimisation: Save RAM (freeing RAM by moving static data from RAM to program memory). ( #910 )
2018-02-21 00:02:59 +01:00
Stanislav Mihic and DatuX
69c5be6489
Frontend ( #906 )
...
* Updating template structure, adding viewport meta name for mobile devices, feature ready for responsive layout
* Adding meta viewport, feature ready nad support for mobile devices, responsive layout, update template structure, adding article html5 tag, easier to style interface, find/replace uppercase to lowercase, matter of elegance and preference code readability :-)
* revert to default state and change only template related lines
* final check, revert uppercase
* Last template changes, lost in undo process :-)
* h6 footer TR
2018-02-20 23:54:46 +01:00
ESPEasy release bot
233ca2bf43
automaticly updated release notes for v2.0-20180220
2018-02-20 04:00:19 +01:00
ESPEasy release bot
3de400fc91
automaticly updated release notes for mega-20180220
2018-02-20 04:00:08 +01:00
Edwin Eefting
edeea02f71
SENSOR_TYPE_TEMP_BARO changed, was probably implemented incorrectly before
2018-02-20 01:56:40 +01:00
Edwin Eefting
6fae1f79d8
function was moved to StringConverter.inp
2018-02-20 01:20:57 +01:00
Edwin Eefting
1222e04caf
Merge branch 'v2.0' into mega
2018-02-20 01:08:29 +01:00
Bartłomiej Zimoń and DatuX
f38973aad6
- pcfgpio,port,2 sets pin as input ( #897 )
...
- fix for #222,#702 - we can mix inputs and outputs now
2018-02-20 00:57:55 +01:00
Gijs Noorlander and DatuX
b31b1d913f
[issue #893 ] Fix globalSync not working when no controllers active ( #896 )
...
* [issue #893 ] Fix globalSync not working when no controllers active
See #893 and [this topic on the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=24851#p24851 )
* [issue #893 ] Global Sync call when no other controllers active
2018-02-20 00:52:43 +01:00
Gijs Noorlander and DatuX
fa3d4af8cb
[Cleanup] Move String manipulating functions to single file ( #895 )
...
Makes it easier to re-use functions and improve them.
2018-02-20 00:52:18 +01:00
Gijs Noorlander and DatuX
29320aab90
[isue #877 ] Add VCC enable firmware file to release list ( #894 )
...
* [isue #877 ] Add VCC enable firmware file to release list
Added one for the testing build.
Not sure if we should add one for every build, since these flags will lead to an explosion of release versions.
But at least we will test builds with FEATURE_ADC_VCC define enabled more often.
* Add define FEATURE_ADC_VCC to the PUYA build
Since it is so hard to make a puya version on your own.
2018-02-20 00:50:56 +01:00
Gijs Noorlander and GitHub
3bc8609611
Merge pull request #905 from TD-er/bugfix/DHTinit_sequence_wrong
...
[issue #899 ] DHT22 readings not received
2018-02-20 00:16:51 +01:00
Gijs Noorlander and GitHub
c43d6b3769
Merge pull request #904 from TD-er/feature/log_event_name
...
[Event Log] Add event name to event processing time log
2018-02-20 00:16:19 +01:00
Gijs Noorlander and GitHub
e9e2ea32ed
Merge pull request #903 from TD-er/bugfix/OpenHAB_MQTT_topic_parser_fix
...
[issue #847 ] Fix last letter of command is cut in OpenHAB MQTT
2018-02-20 00:15:51 +01:00
Unknown
24b7d1f438
[issue #899 ] DHT22 readings not received
...
Applied fix as suggested here: https://github.com/adafruit/DHT-sensor-library/issues/48
2018-02-20 00:04:13 +01:00
Unknown
4febf08501
[Event Log] Add event name to event processing time log
...
As suggested on the forum by [Methusalem](https://www.letscontrolit.com/forum/viewtopic.php?p=24887#p24887 )
2018-02-19 23:31:19 +01:00
Unknown
7f4eae19f4
[issue #847 ] Fix last letter of command is cut in OpenHAB MQTT
...
Thanks [jivkopavlovski](https://github.com/letscontrolit/ESPEasy/commit/f23d9fa3d3def506e1401c2208c8a19a1d5d1da2#commitcomment-27660279 ) for pointing this out (and testing ofcourse)
2018-02-19 22:57:57 +01:00
ESPEasy release bot
c13952d04c
automaticly updated release notes for v2.0-20180219
2018-02-19 04:00:19 +01:00
ESPEasy release bot
3032463917
automaticly updated release notes for mega-20180219
2018-02-19 04:00:09 +01:00
Bartlomiej Zimon
f5e84a155e
- pcfgpio,port,2 sets pin as input
...
- fix for #222,#702 - we can mix inputs and outputs now
2018-02-19 01:38:52 +01:00
Edwin Eefting
bbb97bfc7e
Merge branch 'v2.0' into mega
2018-02-18 19:23:09 +01:00
Gijs Noorlander and DatuX
e51f7683a5
[issue #890 ] Split overlap for both Domoticz controllers to helper ( #891 )
...
* [issue #890 ] Split overlap for both Domoticz controllers to helper
Both Domoticz controllers had quite some overlap in code.
And where they differ, one of them was faulty and/or already fixed.
Now this overlap is split into a Domoticz helper file to keep code duplication to a minimum.
* [issue #890 ] Fix some wierd data corruption
Do not store references in a Json object, but just the string :)
* [Domoticz] Add WiFi strength and battery info
2018-02-18 13:18:23 +01:00
Gijs Noorlander and DatuX
e747756dd2
[Build Mega] Fix for Build Mega 20180217 ( #889 )
2018-02-18 13:17:02 +01:00
Gijs Noorlander and DatuX
1ad6fd6ea0
[issue #885 ] MAC address as system variable ( #887 )
...
%mac% will be replaced by the MAC-address of the ESP board.
%mac_int% will show the integer representation of the last 24 bits (MAC address without the OUI part) for use in rules.
2018-02-18 13:16:42 +01:00
ESPEasy release bot
d2ec15a4bf
automaticly updated release notes for v2.0-20180218
2018-02-18 04:00:11 +01:00
Gijs Noorlander and DatuX
f23d9fa3d3
[issue #847 ] OpenHAB MQTT rewrite topic parser ( #886 )
...
* [issue #847 ] OpenHAB MQTT rewrite topic parser
When OpenHAB MQTT controller was selected, the web interface becomes unresponsive when the controller tab was selected.
Also the ESP almost freezes when MQTT messages were sent.
This is an attempt to make them work faster.
Also a lot of string manipulation, copies and resizes are now no longer needed and the received values are checked to be valid int or float before used.
* signed unsigned warning
2018-02-17 13:18:52 +01:00
s0170071
6df5840db9
Fixed String redeclaration
2018-02-17 09:45:40 +01:00
s0170071
5f79e4b922
Merge Webserver
2018-02-17 09:43:46 +01:00
s0170071
e058507b9a
Merge remote-tracking branch 'origin/mega' into 2kRamWebserver
2018-02-17 09:26:32 +01:00
ESPEasy release bot
3cea522ec4
automaticly updated release notes for v2.0-20180217
2018-02-17 04:00:18 +01:00
ESPEasy release bot
5c4defdf6e
automaticly updated release notes for mega-20180217
2018-02-17 04:00:07 +01:00
Edwin Eefting
e58ea2a3fe
Merge branch 'v2.0' into mega
2018-02-16 21:43:23 +01:00
Gijs Noorlander and DatuX
a93a078c0b
[issue #869 ] Added 'LWT' to last will topic and improved CPU load ( #883 )
...
* [issue #869 ] Added 'LWT' to last will topic and improved CPU load
See #869 for discussion on Last Will Topic.
Also changed the way it tried to reconnect to make it return a lot faster when connection is not (yet) possible and call the PubSubClient::loop() at a much slower pace to reduce CPU usage. (See #847 )
This higher CPU load was probably introduced when fixing #683 .
* [MQTT] Fix error reporting success status with longer payloads
Applied PR https://github.com/knolleary/pubsubclient/pull/360/files
* made MQTT_CALLBACK_SIGNATURE for esp32 functional
Applied PR https://github.com/knolleary/pubsubclient/pull/336
2018-02-16 21:32:53 +01:00
Gijs Noorlander and DatuX
0e0e7be95a
[OLED Framed] ESP Easy logo ( #876 )
2018-02-16 21:29:44 +01:00
Bartłomiej Zimoń and DatuX
2b7a61469f
provide System@Sleep event ( #875 )
...
- provide System@Sleep event
- fixes #870 (mqtt not sent before sleep)
- call deepsleep at the end of loop - so we know all is done
2018-02-16 21:28:52 +01:00
Gijs Noorlander and DatuX
ce02c9e039
[issue #853 ] Favicon.ico ( #874 )
...
* [issue #853 ] Favicon.ico
Added a very small favicon.ico of the ESPeasy logo. (1150 Bytes, 16x16)
* [Favicon] Added instructions to change icon.
In the comments. Just use 'xxd' from the (Linux) commandline.
2018-02-16 21:27:58 +01:00
Gijs Noorlander and DatuX
1e9dc1d14c
[issue 866] Try to stop logging to serial when serial is not read. ( #868 )
...
First attempt, not clear yet how to detect it.
See #866
Also preparation for future improvement on logging. (to detect whether there is some logging active so Strings may not have to be prepared.
2018-02-16 21:26:18 +01:00
s0170071 and GitHub
75f1c6c140
Update .gitignore
2018-02-14 20:56:44 +01:00
ESPEasy release bot
9a6f7360da
automaticly updated release notes for v2.0-20180214
2018-02-14 04:00:21 +01:00
ESPEasy release bot
e3cd057ad8
automaticly updated release notes for mega-20180214
2018-02-14 04:00:10 +01:00
Edwin Eefting
fec069ba00
Merge branch 'v2.0' into mega
2018-02-14 03:27:15 +01:00
Edwin Eefting
d835ef679c
updated deploy script for PUYA
2018-02-14 03:23:50 +01:00
Edwin Eefting
9144e7901b
travis build fix for PUYA
2018-02-14 03:10:30 +01:00
Edwin Eefting
858ce397c3
workaround for PUYA flash chips with write issues #650
2018-02-14 03:01:42 +01:00
Gijs Noorlander and DatuX
78c9ff70be
[v2.0] Blynk controller ( #865 )
...
* update Blynk controller
- use of real controller index
- we use idx
- check if password not empty
- use real password
* fix for Blynk Controller
- use of real controller index
- we use idx
- check if password not empty
- use real password
- use proper port
* Update _C012.ino
add SENSOR_TYPE_SWITCH support
* [v2.0] Blynk controller
2018-02-14 00:23:59 +01:00
Bartłomiej Zimoń and DatuX
b2db97e808
fix for Blynk Controller ( #863 )
...
* fix for Blynk Controller
- use of real controller index
- we use idx
- check if password not empty
- use real password
- use proper port
* Update _C012.ino
add SENSOR_TYPE_SWITCH support
2018-02-14 00:23:38 +01:00
s0170071
4e537461f2
Fix travis
...
unsigned int -> int comparison
2018-02-13 21:59:18 +01:00
s0170071
dc7bb12581
4->12 Devices per page
...
that was easy :-)
2018-02-13 21:53:04 +01:00
s0170071 and GitHub
0c80cdc119
Merge branch 'mega' into 2kRamWebserver
2018-02-13 21:36:05 +01:00
s0170071
37210031b7
Cleanup and +1k Ram
...
- on 2.4.0 git /low mem LWIP ram goes never below 20k, during TX core dives down to 18,7k (each main menu clicked once, plain new config.)
- Fixed json output
- cleanup of send function#
- un-split css, transfer to buffer byte by byte (prevents 1.7k temporary string)
- removed commented-out function
2018-02-13 21:28:10 +01:00
ESPEasy release bot
40eb3e7ceb
automaticly updated release notes for v2.0-20180213
2018-02-13 04:00:20 +01:00
ESPEasy release bot
d7134e6b87
automaticly updated release notes for mega-20180213
2018-02-13 04:00:09 +01:00
Edwin Eefting
8dc1924059
Merge branch 'v2.0' into mega
2018-02-13 03:16:06 +01:00
Edwin Eefting
a7b77b6008
make blynk stuff compile again
2018-02-13 03:11:09 +01:00
Gijs Noorlander and DatuX
88320d25fc
[MQTT] Allow for background tests while waiting for wifi ( #860 )
...
Recent changes in 'early exit' when not connected, triggered lots of retry events.
Added some function to allow to wait for WiFi and in the meantime do some background tasks.
2018-02-13 03:01:15 +01:00
Edwin Eefting
649305a2dd
Merge branch 'v2.0' into mega
2018-02-13 01:43:11 +01:00
Gijs Noorlander and DatuX
d49197a621
[issue #825 ] Change labels and password form for Thingspeak controller ( #849 )
...
See #825
Added option for controllers to change their display string on some controller fields in the web interface.
When password field label is non-default it also implies to use a visible textfield instead of a password field.
2018-02-13 01:17:04 +01:00
Henri de Jong and DatuX
2371b0f315
Added support for pioneer ir signals ( #844 )
2018-02-13 01:14:44 +01:00
Gijs Noorlander and DatuX
9abdd097c9
Formatting user vars (re-do of PR#482) + enabled check OpenHabMQTT ( #851 )
...
Re-implementation of PR #482 which was done on Mega branch.
Just to keep merges simple between branches. (and improve readabilit)
Also added a simple check to C005 (OpenHAB MQTT) on receiving messages. (see #847 )
2018-02-13 01:07:24 +01:00
Gijs Noorlander and DatuX
f8849cb601
Bugfix/oled framed less memory ( #859 )
...
* [OLED] Move font to oled lib dir
It is specific for use wth that library.
* [OLED framed] Stop reading from flash constantly and live update WiFi
See #857
The OLED Framed plugin was reading from spiffs all of the time (on every display update)
Now the data is only read from SPIFFS when needed.
Also made the WiFi strength indicator update every second (only when changed) to be able to see changes in WiFi status much easier.
2018-02-13 01:05:36 +01:00
soif and DatuX
b293e8fee0
P012 - Fix/handle lines exceeding LCD width + allow to clear line b4 print ( #852 )
...
* Update Library LiquidCrystal_I2C to the latest version
* Fix LCD command (when message is longer than columns) that get split into the wrong lines - issue #603
* Added a "LCD command mode" parameter to handle how exceeding message would be treated, and if the line should be first padded with space.
2018-02-13 01:03:24 +01:00
Gijs Noorlander and DatuX
11b1c8505a
[v2.0] Fix compile errors on ESP32 ( #848 )
...
Cherry pick from Mega branch to avoid future merge conflicts.
2018-02-13 00:39:12 +01:00
Gijs Noorlander and DatuX
9cb3ceed83
[P001 Switch] Fix a mixup in previous fix for switch ( #845 )
...
It was causing issues when people upgraded from previous builds.
Leaving it would cause high CPU loads, instable wifi, and incorrect set switch type when upgrading from older builds.
Only thing is when people were using it as a dimmer and used one of the builds in the last few weeks.
Then it will be used as a 'switch', not a dimmer. Change and set and all is fine again.
2018-02-13 00:38:51 +01:00
Gijs Noorlander and DatuX
2ac1df9482
[issue #839 ] Add command support for setting contrast for OLED Framed ( #841 )
...
* [issue #839 ] Add command support for setting contrast for OLED Framed
See #839
* [issue #839 ] Should not use 0 as off value, since that is default
With 0 as "off", the display would be off when not set.
Changed it to 1, which is not a value that can be set other than with the commands
2018-02-13 00:38:01 +01:00
Gijs Noorlander and DatuX
59b7768722
Blynk controler (re-implementation of PR#92) ( #837 )
...
* Blynk controler (re-implementation of PR#92)
See #92
This plugin is just ported from the old implementation, which was not merged into the Mega branch.
It now is using a lot of the newly created functions and optimizations.
But not yet tested.
* Update _C012.ino
2018-02-13 00:32:02 +01:00
Gijs Noorlander and DatuX
d4e5742b1c
[ #804 ] Degree symbol for non-framed OLED display ( #835 )
2018-02-13 00:24:32 +01:00
s0170071
baa1df620f
Travis...
2018-02-12 16:55:24 +01:00
s0170071
a310811919
fix Travis
...
uninitialized variable.
2018-02-12 13:46:36 +01:00
s0170071
e9dd5da690
Add Ram usage debug message
...
usually shows:
Ram usage: Webserver only: 1048 including Core: 3120
2018-02-12 11:48:01 +01:00
s0170071
f9c25489d1
fix download page
...
don't stream this one.
2018-02-12 09:26:00 +01:00
s0170071
46ee928b07
navMenuIndex
...
fixed order. Needs to be set before stream starts.
2018-02-12 08:11:15 +01:00
s0170071
3af102f2ad
Unused variable
2018-02-12 07:07:12 +01:00
s0170071
ca53ec0263
fix travis
...
unused variable
2018-02-12 06:48:46 +01:00
s0170071
5ca7c073f1
fix travis
2018-02-12 06:34:19 +01:00
ESPEasy release bot
f815564dc7
automaticly updated release notes for v2.0-20180212
2018-02-12 04:00:22 +01:00
ESPEasy release bot
b320c2a1e2
automaticly updated release notes for mega-20180212
2018-02-12 04:00:09 +01:00
Gijs Noorlander and DatuX
2b51a4d7c4
[Issue #831 ] Use DOUT flash mode ( #834 )
...
Set DOUT flash mode in the firmware image.
2018-02-12 02:24:16 +01:00
soif and DatuX
01d0723424
Add Device Name in /json page ( #815 )
...
* Add Name in /json page
* Json dev friendly (updatable) syntax
* Reorder Json field
2018-02-12 02:11:01 +01:00
s0170071
3f68154819
Merge branch 'webserverminmem' into mega
2018-02-11 22:24:17 +01:00
s0170071
7b1c4483bb
Merge remote-tracking branch 's0170071/webserverminmem' into webserverminmem
2018-02-11 22:23:50 +01:00
s0170071
572d9c0714
2k Webserver
2018-02-11 22:23:38 +01:00
mvdbro
b85010006b
Fix compile errors on ESP32
2018-02-11 14:46:08 +01:00
s0170071
48643cf87e
Merge remote-tracking branch 's0170071/webserverminmem' into webserverminmem
2018-02-09 12:28:17 +01:00
s0170071
9ea594afeb
Optimized memory usage
...
memory never goes below 10k now.
Added wait for memory return on header send,
Added wait for memory return on chunk end send,
removed duplicate of data stashing with getWebPageTemplateVar
2018-02-09 12:27:45 +01:00
ESPEasy release bot
aec539be43
automaticly updated release notes for v2.0-20180209
2018-02-09 04:00:26 +01:00
ESPEasy release bot
749c8cd931
automaticly updated release notes for mega-20180209
2018-02-09 04:00:15 +01:00
s0170071
49a783c381
"Content-Type","text/html"
2018-02-08 20:11:07 +01:00
s0170071
c9b81f7ab9
Wait for memory be like before send chunked
...
goes not below 9680 bytes now
2018-02-08 19:57:16 +01:00
Andrey and DatuX
eb2dbb5b90
Added HIGH-Z state options for GPIO command ( #833 )
...
Add command like 'GPIO,12,2' for set pin to HIGH-Z (INPUT) state.
2018-02-08 19:37:52 +01:00
wdonker and DatuX
e49f31121c
Add trigger for rulesprocessing ( #826 )
...
* Update _C002.ino
Trigger rulesprocessing om MQTT receive message
* Replace direct call by createRuleEvents
Change to createRuleEvents
2018-02-08 19:33:32 +01:00
s0170071
91c6e3af61
Does Travis like extern "C" ?
2018-02-08 17:31:26 +01:00
s0170071
faeb921bcf
Merge remote-tracking branch 's0170071/webserverminmem' into webserverminmem
2018-02-08 17:13:01 +01:00
s0170071
9928f56ad3
try fix travis
2018-02-08 17:12:53 +01:00
s0170071 and GitHub
61d27084c1
trigger travis re-compile
...
trigger travis re-compile to see if the compile failure was due to a quick re-submission.
2018-02-08 10:04:07 +01:00
s0170071
e5393a9fa4
Adapted timeout
2018-02-07 22:08:43 +01:00
s0170071
1cbc49021a
tcp_cleanup for LWIP1 & 2
2018-02-07 22:04:39 +01:00
s0170071
84f389b44e
Timeout 100ms
2018-02-07 17:29:16 +01:00
s0170071
765775e22f
Adjusted to min 7k free
2018-02-07 17:21:28 +01:00
s0170071
02c97c4513
Webserver min memory
...
memory went as low as 3k, so wait for it to return ...
2018-02-07 17:15:23 +01:00
ESPEasy release bot
bd874c4a13
automaticly updated release notes for v2.0-20180206
2018-02-06 05:00:21 +01:00
ESPEasy release bot
d87cd7eafe
automaticly updated release notes for mega-20180206
2018-02-06 05:00:10 +01:00
Edwin Eefting
58bb62cc1a
Merge branch 'v2.0' into mega
2018-02-06 01:08:36 +01:00
Gijs Noorlander and DatuX
6b8ea6c15b
[issue #727 ] Proper user interface to set DST rules ( #823 )
...
See #727
And it only took 4 bytes extra storage :)
When initialized with an invalid setting for DST, (like fresh after flashing), it will use the CEST/CET setting.
2018-02-06 00:42:45 +01:00
Gijs Noorlander and DatuX
a62dd5ce8f
[issue #817 ] Added mail header to SMTP ( #820 )
...
* [issue #817 ] Added mail header to SMTP
N.B. use only mail address (no name, no '<>' etc) as sender.
* [SMTP] Add user/pass to send email.
* [issue #817 ] Added user + passwd authentication to SMTP notifications
Tested with smtp2go.com (non TLS mail proxy)
It is now possible to add username + passwd when sending mail.
If both left empty, authentication will not be used.
2018-02-05 23:59:24 +01:00
Gijs Noorlander and DatuX
92889b6cf1
Backport OLED framed from mega + support special characters ( #818 )
...
* [OLED framed] Backport of OLED lib upgrade from Mega to v2.0
Lots of issues with older lib and the newer version in the Mega branch appeared to be very stable.
* [OLED framed] Use less string allocations
And a first attempt to display the Euro sign. (does not yet work)
* [Special Char] Allow to use special characters
For some special characters, it is often hard to find them and/or use them in URL or JSON streams.
For a subset of supported special characters, a short notation and HTML equivalent is added.
These can be used anywhere.
* [OLED lib] Fixed memory leak
Man library did some allocs without free.
Also unneeded allocs.
* Applied pull requests from esp8266-oled-ssd1306:
https://github.com/squix78/esp8266-oled-ssd1306/pull/169
https://github.com/squix78/esp8266-oled-ssd1306/pull/157
https://github.com/squix78/esp8266-oled-ssd1306/pull/144
And applied the suggestions from issues:
https://github.com/squix78/esp8266-oled-ssd1306/issues/170
https://github.com/squix78/esp8266-oled-ssd1306/issues/161
* [OLED] Support multiple display resolutions
Applied PR from esp8266-oled-ssd1306:
https://github.com/squix78/esp8266-oled-ssd1306/pull/133
* [OLED] Better Brightness / Contrast control
Suggestions taken from this issue:
https://github.com/squix78/esp8266-oled-ssd1306/issues/134
* [OLED] Set contrast to High by default, when no choice was made
Sounds like a valid choice, based on the findings in issue #821
* Compiler error on comments
As suggested here: https://github.com/TD-er/ESPEasy/pull/3/files
2018-02-05 23:56:17 +01:00
soif and DatuX
b5479575eb
All Advanced Settings as 'DEFAULT_' Defines ( #813 )
...
* Implements all Advanced Settings as "DEFAULT_" defines
* Organise and comment "DEFAULT_" defines
2018-02-05 23:50:48 +01:00
s0170071 and DatuX
201d013230
Add compile time ( #811 )
2018-02-05 23:49:26 +01:00
ESPEasy release bot
6fead68f34
automaticly updated release notes for v2.0-20180203
2018-02-03 05:00:20 +01:00
ESPEasy release bot
9a77b1727c
automaticly updated release notes for mega-20180203
2018-02-03 05:00:11 +01:00
Grovkillen and GitHub
2f26cd13bc
Update README.md
2018-02-02 12:52:12 +01:00
Grovkillen and GitHub
f0d35527df
Update README.md
...
Made the "warning" stand out a bit more.
2018-02-02 12:50:58 +01:00
ESPEasy release bot
3a9ef290e8
automaticly updated release notes for v2.0-20180202
2018-02-02 05:00:23 +01:00
ESPEasy release bot
9cbaa4d7e7
automaticly updated release notes for mega-20180202
2018-02-02 05:00:12 +01:00
Edwin Eefting
af4ad9fbcb
Merge branch 'v2.0' into mega
2018-02-02 03:17:01 +01:00
soif and DatuX
36a9bdae72
Json page also Shows Git Build ( #808 )
...
* remove un-needed spaces in JSON (save some memory?)
* Add the Git Build string in the /json page
2018-02-02 03:11:02 +01:00
soif and DatuX
ebfa0a45a6
Custom define file ( #807 )
...
* Allows to use a Custom.h file to change defaults setting without changing the repo file
* Custom.h example
2018-02-02 02:40:56 +01:00
soif and DatuX
c2e70360c4
Allows to define the IP address when in AP Mode ( #806 )
2018-02-02 02:39:47 +01:00
Edwin Eefting
8bdfa656de
Add CRC checks to all binaries when building a release with travis. fixes #779
2018-02-02 02:27:23 +01:00
Edwin Eefting
952bf68b93
Merge branch 'v2.0' into mega
2018-02-02 01:37:35 +01:00
DatuX and GitHub
712a5e80d0
Update README.md
2018-02-02 01:23:42 +01:00
DatuX and GitHub
a44069ae26
Update README.md
2018-02-02 01:17:06 +01:00
DatuX and GitHub
13f73c0156
Update README.md
2018-02-02 01:15:34 +01:00
soif and DatuX
bb88225cab
Fix Syslog : include Hosname instead of Unit Number - now RFC3164 compliant ( #805 )
2018-02-02 00:40:04 +01:00
Gijs Noorlander and DatuX
3089b288b2
[issue #739 ] Reconnect MQTT when Unit Name has changed. ( #803 )
...
See #739
When %sysname% has changed, force a reconnect of the MQTT client.
Also made the client ID guaranteed unique by using the MAC address.
2018-02-02 00:38:28 +01:00
soif and DatuX
6abea46eb5
Fixes invalid '/json' page output format : DateTimeString is now correctly quoted ( #802 )
2018-02-02 00:37:01 +01:00
Gijs Noorlander and DatuX
ffa73aee59
[v2.0] Resource friendly string replacement ( #798 )
...
As part of #698 and also since these system variable replacement may grow.
Some replacement strings may need some work to create and such effort is wasted if the matching string does not occur.
To improve this and still remain readable, I added a simple macro to check first and then create the strings only when needed.
Some strings are already present, so these do not use the macro since searching first and then look again to replace will take more effort.
2018-02-02 00:34:02 +01:00
Gijs Noorlander and DatuX
f4b7e97997
[issue #794 ] Add longpulse_ms command ( #796 )
...
See #794
2018-02-02 00:30:49 +01:00
Gijs Noorlander and DatuX
b32212b061
[Mega] Fix pointer arithmetic on void pointers for CRC computations ( #795 )
...
It was a change I made last week to get it to compile for the 2.4.0 core lib, but made an error in the pointer arithmetic.
No it shoud be correct.
See https://github.com/letscontrolit/ESPEasy/issues/792#issuecomment-361714575
2018-02-02 00:28:58 +01:00
ESPEasy release bot
66d0de684a
automaticly updated release notes for v2.0-20180130
2018-01-30 05:00:23 +01:00
ESPEasy release bot
cae3baf71e
automaticly updated release notes for mega-20180130
2018-01-30 05:00:12 +01:00
Edwin Eefting
27db33f1bd
Merge branch 'v2.0' into mega
2018-01-30 01:54:10 +01:00
Gijs Noorlander and DatuX
23d5709957
[Log] Clean up of log routines and more intuitive log level input ( #788 )
...
As part of #781 , #747 and the general cleanup issue #698 .
2018-01-30 01:50:24 +01:00
Edwin Eefting
b96e12f217
Merge branch 'v2.0' into mega
2018-01-29 22:52:14 +01:00
Gijs Noorlander and DatuX
16eb08afa0
[ #784 ] Add %rssi% as system variable ( #786 )
...
* [#784 ] Add %rssi% as system variable
See #784
* [#787 ] Add %unit% and %ssid% system variable
See #787
Unit is the unit number of the ESP device.
SSID is the name of the WiFi accesspoint the ESP device is connected with.
2018-01-29 22:51:26 +01:00
Edwin Eefting
ad8e229c06
Merge branch 'v2.0' into mega
2018-01-29 20:52:56 +01:00
Gijs Noorlander and DatuX
b9b7ceccb6
Bugfix/issue 740 allow mqtt as controller 2 3 ( #785 )
...
* [issue #740 ] Allow MQTT controller to be on any controller
See #740
Still there is an issue when >1 MQTT controller is selected and enabled.
Currently only one MQTT controller may be active.
* [issue #740 ] Add warning when >1 MQTT controller is active
Add a warning to the web interface when >1 MQTT controller is active.
See #740
2018-01-29 18:12:47 +01:00
Edwin Eefting
5c4bf52b66
forgot to commit last framed oled display fix
2018-01-29 17:30:01 +01:00
ESPEasy release bot
34369d268e
automaticly updated release notes for v2.0-20180126
2018-01-26 05:00:22 +01:00
tedenda
0d17c099e9
Merge remote-tracking branch 'origin/mega' into mega
2017-12-03 17:37:53 +01:00
tedenda
85da10ef24
Merge branch 'letscontrolit/mega' into mega
2017-10-17 20:14:00 +02:00
tedenda
7f91ec2852
Merge branch 'mega' into letscontrolit/mega
2017-10-17 20:13:20 +02:00
sassod
eee55a92d9
Merge remote-tracking branch 'refs/remotes/letscontrolit/mega' into mega
2017-10-11 07:21:45 +02:00
sassod
21398fbf8a
Merge remote-tracking branch 'refs/remotes/letscontrolit/mega' into mega
2017-09-23 20:05:30 +02:00