Vencislav Atanasov
746ad7062d
Add config for push button of Arilux AL-LC06 ( #1794 )
Button is not visible from the outside, but can be wired outside or made more accessible by using a thin object, so it feels more like a button than a hole. The configuration should not cause issues if the button is not used at all.
5 years ago
Max Prokhorov
36f6c822ad
Configure WEB_REMOTE_DOMAIN at runtime ( #1789 )
* Configure WEB_REMOTE_DOMAIN at runtime
* typo
5 years ago
Niek van der Maas
3fb34c1cc4
Add ability to print all GPIO values at once ( #1798 )
* Added ability to print all GPIO values at once
* Print input/output pin state, optimize code
5 years ago
Max Prokhorov
e445cf8c70
Update arduino.h and platformio.ini ( #1774 ) ( #1790 )
5 years ago
Max Prokhorov
aac36d9b0c
Update debugSend / debugSend_P ( #1788 )
- chain debugSend_P into basic _debugSend instead of duplicating code, pass va_list between them
- check if new[] call was successful
- when possible, use stack buffer and fallback to heap buffer only when it is more that 64 chars
5 years ago
Max Prokhorov
0dbfce1444
Show Core revision as hex string ( #1786 )
5 years ago
Max Prokhorov
88b8fcc9e4
Start SmartConfig without any networks configured ( #1785 )
5 years ago
Max Prokhorov
dc3a572f29
Let JustWifi fallback handle AP ( #1784 )
5 years ago
Michael Murton
48699e62a0
fix led invert for yjzk switches ( #1779 )
Signed-off-by: Michael Murton <6764025+CrazyIvan359@users.noreply.github.com>
5 years ago
reaper7
bf3caf3758
add support for JINVOO VALVE SM-AW713 ( #1774 )
* add support for JINVOO VALVE SM-AW713
* add support for JINVOO VALVE SM-AW713
* add support for JINVOO VALVE SM-AW713
* add support for JINVOO VALVE SM-AW713
Type: Other
Board: Jinvoo SM-AW713
Build flag: JINVOO_VALVE_SM_AW713
Description: motorized valve
* fix typo
5 years ago
Max Prokhorov
14b796b410
Rtcmem update ( #1770 )
* Custom erase method instead of memset
* Print whole available user rtc memory
5 years ago
Max Prokhorov
0f0d0b1b34
Close connection in notFound callback ( #1768 )
* Close connection in notFound callback
* Add early check of AP mode
5 years ago
Max Prokhorov
dfd3a14abc
Terminal: heap fragmentation stat ( #1740 )
* debug: heap fragmentation stat
* Rework method detection
- return check integral type as a result of detection instead of method type
- type-tagging instead of enable_if
* fix alias
* typo
* only need one bool_type instance
* Move heap debug into HeapStats header
- don't show fragmentation stats on the first call
- prettify fragmentation display
- pack function params into helper struct
- naming
* pass external flag instead
* add missing prototypes
5 years ago
Xose Pérez
0998110d86
Merge pull request #1766 from mcspr/psh-fix
Fix PSH environments
5 years ago
Xose Pérez
668dabe6f6
Merge pull request #1765 from mcspr/gpio/serial-debug
Disable Serial log for hardware using TX or RX pins
5 years ago
Max Prokhorov
221e5a7cc5
Fix PSH envs in platformio.ini
5 years ago
Max Prokhorov
73f65b3f15
Disable Serial for hardware using TX or RX pins
5 years ago
Xose Pérez
c57a0abf7b
Merge pull request #1757 from mcspr/mqtt/retry-states
MQTT connection state
5 years ago
Xose Pérez
79ee2a7ea4
Merge pull request #1758 from mcspr/ldr-sensor/defines
Rename NTC/LDR_SENSOR to NTC/LDR_SUPPORT
5 years ago
Xose Pérez
2cd7a8717a
Upgraded NoFUSS support to 0.3, added build header to request, fixed bug in device string size
5 years ago
Xose Pérez
78ebe98532
Merge branch 'dev' of github.com:xoseperez/espurna into dev
5 years ago
Jens J
2da05fa96e
Update wrong pinout on ag-l4 ( #1746 )
5 years ago
Max Prokhorov
b316995f8d
Update WebUI for 9ceca44770
5 years ago
Max Prokhorov
075b704d6c
Log in travis if webui files have changed
5 years ago
reaper7
c5d4a1f7a6
Fix mqtt topic with ending slash ( #1755 )
5 years ago
copyrights
08a4940344
fix path creation for firmware in build.sh ( #1753 )
5 years ago
copyrights
21b0ac04df
MQTT: send mired if cct in use ( #1742 )
5 years ago
Niek van der Maas
05f682189e
Update PlatformIO Core versions ( #1734 )
* Added new core versions 2.5.1/2.5.2 with matching PlatformIO versions
* Update platformio.ini
5 years ago
Max Prokhorov
9f478e7bb9
Rename NTC/LDR_SENSOR to NTC/LDR_SUPPORT
5 years ago
copyrights
9ceca44770
Two channel CCT ( #1732 )
* add CCT support for 2 channel boards
* update webinterface description
* add 2 channel CCT to homeassistant and domoticz
* remove domoticz two channel cct support.
5 years ago
Max Prokhorov
334b499024
Safer settings reload and MQTT change detection ( #1701 )
* MQTT: config change detection
* Reload settings when config json is uploaded
* Apply only new settings
* Finish config early when not enabled
* Reuse existing buffers from getSetting String using std::move
5 years ago
Xose Pérez
d79881d676
Merge branch 'dev' into rules-rpn
5 years ago
Xose Pérez
b5b01a2376
Small desegin change in memanalizer output
5 years ago
Xose Pérez
d9dff336ad
Merge branch 'dev' into rules-rpn
5 years ago
Xose Pérez
76066a3aa1
Fix memanalizer out-of-range
5 years ago
Xose Pérez
f8e1623f01
Check TERMINAL_SUPPORT for _rpnInitCommands and remove unused variable
5 years ago
Xose Pérez
d765397bd9
Revert PR test
5 years ago
Xose Pérez
509a954392
Improve wsSend performance
5 years ago
Xose Pérez
36e4d33c04
Perform light updates only when value changes
5 years ago
Xose Pérez
f8488fff6a
Stickyness, rpn.ops,...
5 years ago
Xose Pérez
6e8c0780ff
RPN rules web interface, MQTT inputs
5 years ago
Xose Pérez
868d4d5573
Added LDR sensor (thanks to Altan Altay)
5 years ago
Xose Pérez
dcc3b9e0e8
RPN rules (WIP)
5 years ago
copyrights
d9b9e1449d
MQTT and HA brightness ( #1730 )
* MQTT and HA brightness shall only be depended on LIGHT_PROVIDER != LIGHT_PROVIDER_NONE
* remove unnecessary changes
5 years ago
m-kozlowski
471a6387fb
Separate device name for alexa integration ( #1727 )
Allow defining custom device name for alexa integration, other than hostname.
Still uses hostname as a fallback.
5 years ago
Max Prokhorov
aac2e1e47e
LED: store default settings exactly once ( #1719 , #1724 )
5 years ago
Max Prokhorov
c7d467144a
PIO: patch lwip1 MTU bug in travis ( #1723 )
5 years ago
Max Prokhorov
6452f1777e
mqtt: remove 'connecting' flag when connected
5 years ago
Max Prokhorov
5ca44c1c4c
mqtt: display connection state, mqtt.info command
5 years ago
Luciano Andrade
55b9f2a52f
Send Vcc, LoadAvg and Ssid to influxdb ( #1714 )
5 years ago