Commit Graph

2079 Commits

Author SHA1 Message Date
Jack Wilsdon
3d21404a67 Use correct arguments for stat on macOS 2018-11-18 20:05:54 +00: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
7a9dfb99aa Add missing initial configuration for HTTP API (#1288) 2018-11-11 17:45:53 +03: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
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
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
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
Xose Pérez
84af178c3f Command to save settings when SETTINGS_AUTOSAVE is off 2018-10-07 22:25:10 +02:00
Xose Pérez
620fe39122 Change copy in heap message 2018-10-07 22:24:40 +02:00
Xose Pérez
63f6a14bc0 Apply relay boot mask only on first 8 relays 2018-10-07 21:21:36 +02:00
Xose Pérez
6fee2f1f9f Avoid EEPROM commits on callbacks (#1214) 2018-10-07 20:35:30 +02:00
Xose Pérez
acf68ac5c8 Single quote % units only in ha.config (#1227) 2018-10-07 13:29:30 +02:00
Xose Pérez
915082162d Limit the max number of nodes supported in RFM69 module 2018-10-07 12:44:02 +02:00
Xose Pérez
01c33c74d1 Merge pull request #1241 from Trickx/clearcount
-Fix for issue #1239
2018-10-07 12:40:02 +02:00
Xose Pérez
99fc3fd184 Web UI images (#1244) 2018-10-07 12:39:21 +02:00
Xose Pérez
52096ce49d Merge pull request #1249 from djwmarcx/dev
Admin pass validation condition always failing. Adding hyphen to chars
2018-10-07 12:34:52 +02:00
Xose Pérez
426aafd5b3 Update custom.js 2018-10-07 12:34:18 +02:00
Marcos Pérez Ferro
f77dd5f860 Admin pass validation condition always failing. Adding hyphen to valid chars. 2018-10-06 15:34:18 +02:00
ValCob
30285b3a72 we should send only buttons events that have actions assigned to them or set BUTTON_MQTT_SEND_ALL_EVENTS to 1 to send everything 2018-10-05 21:35:40 +03:00
Xose Pérez
ba4d4be810 Remove duplicate call to EEPROMr.begin (#1214) 2018-10-05 09:10:59 +02:00
Xose Pérez
7230d27124 Disable MICS sensor by default 2018-10-04 22:05:41 +02:00
Xose Pérez
051934edfb Merge pull request #1237 from ducky64/xsssa05_fixes
(partial) fix for YiDian XS-SSA05 configs
2018-10-04 21:02:09 +02:00
Richard Lin
2929425a2b Copy over HJL-01 parameters from another device 2018-10-02 01:08:00 -07:00
Sven Kopetzki
41f0fece71 -Fix for issue #1239 "Clear counts" on rfm69 does not reset node count properly. 2018-10-01 20:53:37 +02:00
Richard Lin
4b6a4acd9d Fix for YiDian XS-SSA05 configs 2018-09-29 18:52:18 -07:00
Max Prokhorov
d69c30aa61 Use specific function to check form 2018-09-29 06:55:49 +03:00
Max Prokhorov
9cdf59f1b2 Fix selector order 2018-09-29 04:49:15 +03:00
Max Prokhorov
7a8949fd24 Check if password is required before showing alert
Show alert if no input on #password page
Do not fail with empty password when on #layout
Fix password selector
2018-09-29 04:49:15 +03:00
Max Prokhorov
54ec4fa28a attr() is undefined when elem doesnt have it 2018-09-28 08:07:22 +03:00
Xose Pérez
daf7864212 Fix issue when SPIFFS_SUPPORT is enabled (#1225) 2018-09-26 07:56:54 +02:00
Xose Pérez
2b9a7341c3 Replace HEARTBEAT_ENABLED by HEARTBEAT_MDE allowing disable, single heartbeat on MQTT connect or repeat (default) (#1196) 2018-09-26 07:44:44 +02:00
Xose Pérez
5488bfaf7f API is not restful (issue a PUT to change a relay status). It can be disabled from web UI (#1192) 2018-09-26 01:06:04 +02:00
Xose Pérez
9bcf5217bd Revert "Quote unit_of_measurement is homeassistant module as it might have invalid chars (#1227)"
This reverts commit f01f2454cc.
2018-09-25 23:14:40 +02:00