Commit Graph

2105 Commits

Author SHA1 Message Date
Max Prokhorov
de7ff7722c Telnet password setting (#1382)
* Telnet auth depends on setting

* use same define suffix as WS_

* add to web

* no initial passwd for core
2018-12-01 07:20:13 +03:00
Max Prokhorov
98d2abad67 RELOAD cmd without WEB_SUPPORT (#1383) 2018-12-01 06:47:43 +03:00
Xose Pérez
deb623bbbf Remove unneeded code for TECKIN device 2018-11-30 00:01:13 +01:00
Xose Pérez
c8df4783e4 Fix pulse meter sensor 2018-11-29 23:59:16 +01:00
Xose Pérez
5337b5303a Fix typos 2018-11-22 21:50:18 +01:00
Xose Pérez
caa064dc7f Fix wrong merge 2018-11-22 21:45:29 +01:00
Xose Pérez
7886f6eddc :q:Merge branch 'dev' into sensors 2018-11-22 21:39:30 +01:00
Xose Pérez
d2d92687c1 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-11-22 21:35:47 +01:00
Xose Pérez
d2101a90fb Support for Teckin SP22 v1.4+ 2018-11-22 21:35:36 +01:00
Xose Pérez
35a78699b9 Option to provide path to ELF file in debug utility 2018-11-22 21:32:31 +01:00
Xose Pérez
9ac06d0c7d Fix numbers checks 2018-11-22 21:30:51 +01:00
Xose Pérez
549616560b Merge pull request #1355 from jackwilsdon/stat-macos
Use correct arguments for stat on macOS
2018-11-19 23:06:55 +01:00
Xose Pérez
2469b60014 Merge pull request #1348 from mcspr/fix/rfbridge-key-buffer
Proper buffer size to fit two digit rfbOFF key
2018-11-19 23:06:14 +01:00
Xose Pérez
56a8010a4d Merge pull request #1342 from mcspr/fix/ntp-year-2036
Use NTP last sync timestamp for ntpSynced()
2018-11-19 23:04:32 +01:00
Xose Pérez
c1658da1c4 Update sensor.ino 2018-11-19 22:50:09 +01:00
Xose Pérez
8b863c48eb Merge branch 'dev' into sensor/veml6075 2018-11-19 22:44:18 +01:00
Xose Pérez
b0e6048a8e Merge pull request #1107 from ruimarinho/sensor/vl53l1x
Add support for VL53L1X sensor
2018-11-19 22:36:06 +01:00
Xose Pérez
22d4fd7cbb Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-11-19 22:34:35 +01:00
Jack Wilsdon
3d21404a67 Use correct arguments for stat on macOS 2018-11-18 20:05:54 +00:00
tijnema
d82f9b4e2f Add support for new Blitzwolf BW-SHP2 board version (V2.3) (#1351) 2018-11-18 22:26:23 +03:00
Max Prokhorov
f7d2864db6 Proper buffer size to fit two digit rfbOFF key 2018-11-15 16:57:04 +03:00
Tercio Gaudencio Filho
a89b511f38 Updated PZEM004T documentation and small fixes. (#1328) 2018-11-14 18:00:25 +03:00
Peter Hoeg
02379de39e Allow override of HOMEASSISTANT_ and WEB_REMOTE_DOMAIN (#1337)
* allow override of WEB_REMOTE_DOMAIN

* allow override of HOMEASSISTANT_ENABLED and _PREFIX
2018-11-14 01:31:12 +03:00
Eugene Schava
9156cd4784 Added missing ifndef
fix 30285b3
2018-11-14 01:30:00 +03:00
Max Prokhorov
ed0d4f6674 Check NTP sync status
Avoid 0 timestamp bug
2018-11-14 01:07:51 +03:00
Max Prokhorov
7a9dfb99aa Add missing initial configuration for HTTP API (#1288) 2018-11-11 17:45:53 +03:00
Xose Pérez
4c844e964b Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-11-11 10:44:15 +01:00
Alexander
054876c28c Fix compiler warnings, fix str to ul convert
Change var type to unsigned int in for loops.

Change _ir_code to str conversion (thanks hos500)
https://github.com/xoseperez/espurna/issues/1302
2018-11-09 09:45:16 +06:00
Xose Pérez
a80964d255 Replace debugSend calls with DEBUG_MSG macro 2018-11-09 00:42:25 +01:00
Xose Pérez
9d5f0e94b1 Merge pull request #1324 from vtochq/patch-1
fix _ir_results checks for Raw mode
2018-11-09 00:33:37 +01:00
Xose Pérez
4d0508ed6d Merge pull request #1323 from StevenWolfe/tonbux-xsssa01
Added Tonbux XS-SSA01 device
2018-11-09 00:27:43 +01:00
Xose Pérez
29b40591ff Update platformio.ini
Do not change the default env
2018-11-09 00:27:04 +01:00
Xose Pérez
8f0826e5e1 Merge pull request #1319 from kerk1v/dev
Add support for MAXCIO W-DE003 (based on work by Michael Harwerth)
2018-11-09 00:26:04 +01:00
Xose Pérez
1de42659ac Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-11-09 00:19:23 +01:00
Xose Pérez
68ea333eb0 Fix comment in Emon sensor current ratio 2018-11-09 00:13:10 +01:00
Alexander
54175471cc fix _ir_results checks for Raw mode 2018-11-07 23:24:17 +06:00
Steve Wolfe
3f8f19adfc Added Tonbux XS-SSA01 device 2018-11-07 10:13:49 -05:00
Volker Kerkhoff
83f0b8487b Add support for MAXCIO W-DE003 (based on work by Michael Harwerth) 2018-11-05 14:47:32 +01:00
Rui Marinho
e2b7f953a7 Add support for VEML6075 2018-11-02 00:17:47 +00:00
Rui Marinho
0ca5bff2f4 Add support for VL53L1X sensor 2018-10-29 02:12:25 +00:00
Tercio Gaudencio Filho
a4e2312812 Fix reset. 2018-10-21 18:59:27 -03:00
Tercio Gaudencio Filho
9d440fd216 Initial implementation of Multiple PZEM004T devices in the same UART(Multidrop bus). Tested with 3 devices. 2018-10-20 23:49:51 -03:00
Xose Pérez
88a7076ad3 Report SSID with heartbeat messages 2018-10-10 13:25:42 +02:00
Xose Pérez
facb89e529 Initial version of the PulseMeter sensor 2018-10-09 11:13:47 +02:00
Max Prokhorov
89ed0caceb Avoid overwriting settings in custom_crash_callback 2018-10-09 05:44:28 +03:00
Max Prokhorov
004a485e6f Defer restart until next loop 2018-10-09 05:32:33 +03:00
Max Prokhorov
f8cb3d12f3 Show sector info in EEPROM command 2018-10-09 05:32:31 +03:00
Max Prokhorov
7c85225764 Trigger commit in eeprom module 2018-10-09 05:27:18 +03:00
Xose Pérez
e2641b9aed Change version number 2018-10-08 19:41:57 +02:00
Xose Pérez
fb6eba57cd Merge branch 'dev' into sensors 2018-10-08 17:35:41 +02:00