Xose Pérez
|
4db64ea581
|
Allow two minutes between WIFI connect retries
|
7 years ago |
Xose Pérez
|
a887cc8789
|
Moved EEPROM initialization to main sketch
|
7 years ago |
Xose Pérez
|
13c53c7c6d
|
Split data.h content in 1k chunks since Arduino IDE chokes at long lines
|
7 years ago |
Xose Pérez
|
e758c2295d
|
Restore small delay before wifi to allow autoconnection
|
7 years ago |
Xose Pérez
|
79a8dc6c06
|
Fix unknown reference in Arduino IDE
|
7 years ago |
Izik Dubnov
|
08dc5a22b0
|
Added DS18B20 not connected indication
Signed-off-by: Izik Dubnov <izikd@izikd.net>
|
7 years ago |
Izik Dubnov
|
03f2f306eb
|
Split DS18B20 reading into 2 stages for performance
* Waiting for conversation takes ~750ms
which is ~4-5K main loop iterations in my setup
Signed-off-by: Izik Dubnov <izikd@izikd.net>
|
7 years ago |
Xose Pérez
|
3dc042be42
|
Report data from CT and DS18B20 to the web interface even if no MQTT connection
|
7 years ago |
Xose Pérez
|
788905307b
|
Move my9291 initance creation to setup method
|
7 years ago |
Xose Pérez
|
68b0c52b37
|
Merge branch 'master' into dev
|
7 years ago |
Xose Pérez
|
7254cacb1d
|
Disabling colorpicker widget by default
|
7 years ago |
Xose Pérez
|
635fcf9a0b
|
Periodic MQTT reports configuration
|
7 years ago |
Xose Pérez
|
169aacdca5
|
Update README & CHANGELOG
|
7 years ago |
Xose Pérez
|
4f692b6245
|
Not yet
|
7 years ago |
Xose Pérez
|
d8b376a8ea
|
Freeze libraries
|
7 years ago |
Xose Pérez
|
d76d2a7fc1
|
Merge branch 'my9291' into dev
Conflicts:
code/platformio.ini
|
7 years ago |
Xose Pérez
|
af40b8858b
|
Using my9291 external library reference
|
7 years ago |
Xose Pérez
|
c2beb4a44e
|
Added factory reset on long-long click (>10 seconds)
|
7 years ago |
Xose Pérez
|
fc38401693
|
Name refactoring
|
7 years ago |
Xose Pérez
|
ec989ca44e
|
Accept single MQTT color value for white
|
7 years ago |
Xose Pérez
|
8924d1b173
|
MY9291 and color picker
|
7 years ago |
Xose Pérez
|
fa7ad3aada
|
Update README.md and CHANGELOG.md files
|
7 years ago |
Xose Pérez
|
49a8e9ff1d
|
Issue #84. prevent using the hardware serial in the Dual for debug messages
|
7 years ago |
Xose Pérez
|
b203757b5c
|
Using ESP.restart() instead of ESP.reset()
|
7 years ago |
Xose Pérez
|
6f0e08b05a
|
Version bump & updated changelog
|
7 years ago |
Xose Pérez
|
34116ac16d
|
Basic check of the uploaded config file
|
7 years ago |
Xose Pérez
|
171febec12
|
Processed web interfaces files
|
7 years ago |
Xose Pérez
|
23fae3e1e8
|
Added footer to web interface
|
7 years ago |
Xose Pérez
|
39a81ea529
|
Backup and restore settings from file
|
7 years ago |
Xose Pérez
|
0c1da2c7a8
|
Fix gulp task dependencies
|
7 years ago |
Xose Pérez
|
99a964ee30
|
Setting default behaviours for double & long clicks to BUTTON_MODE_NONE for all buttons except the first one
|
7 years ago |
Xose Pérez
|
91770f77db
|
Fix wifi_led index in showStatus
|
7 years ago |
Xose Pérez
|
09a8a669c4
|
Issue #73. Fix bug when building project without support for Domoticz
|
7 years ago |
Xose Pérez
|
562453b1d3
|
Unified build_flags. Fix jangoe boards type
|
7 years ago |
Xose Pérez
|
04ba425678
|
Using PubSubClient by default
|
7 years ago |
Xose Pérez
|
3d23761816
|
Updated beta version
|
7 years ago |
Xose Pérez
|
758d166ccd
|
Cleaner web embedding process
|
7 years ago |
Xose Pérez
|
9663a65d6f
|
Version 1.6.4
|
7 years ago |
Xose Pérez
|
57a25a9f49
|
Small fixes for windows machines
|
7 years ago |
Xose Pérez
|
809f8c7d1f
|
Using espurna.local when in AP mode. Removed captive portal
|
7 years ago |
Xose Pérez
|
833757a3a9
|
Issue #75. User defined links between relays and LEDs
|
7 years ago |
Xose Pérez
|
698671fc6b
|
Using GIT references for ESPAsyncTCP and ESPAsyncWebServer
|
7 years ago |
Xose Pérez
|
be1fac2f44
|
Using gulp to generate the embedded web contents, added Last-Modifier support to embedded home
|
7 years ago |
Xose Pérez
|
8848899dea
|
Show current webserver port in debug log
|
7 years ago |
Xose Pérez
|
160e0f9bda
|
Added build flag to disable mDNS, default is enabled
|
7 years ago |
Xose Pérez
|
6f793ff376
|
Added support for progmem debug messages
|
7 years ago |
Xose Pérez
|
bb81d70f31
|
Beta version
|
7 years ago |
Xose Pérez
|
faf8b1d92d
|
Changed HTTP response code when out of websocket slots
|
7 years ago |
Xose Pérez
|
c8a6234aee
|
When setting AP mode it will wait 60 seconds before trying to reconnect
|
7 years ago |
Xose Pérez
|
cecd7d556b
|
Disable captive portal by default
|
7 years ago |