Xose Pérez
1583a5810f
Configure what HTML modules has each image
2018-06-18 14:44:42 +02:00
Xose Pérez
d9b7e4fe35
Remove colorpciker js when not needed
2018-06-16 23:10:00 +02:00
Xose Pérez
79cb59b06c
Adding filtering code to HTML and JS files
2018-06-16 23:00:15 +02:00
Xose Pérez
b7915c3643
Support connections over HTTPS via proxy ( #937 )
2018-06-14 11:55:54 +02:00
Xose Pérez
e80b49d5f1
Simplify mired/kelvin methods
2018-06-14 11:40:30 +02:00
Xose Pérez
d337d5212e
Symbols analyzer script
2018-06-14 11:32:54 +02:00
Xose Pérez
69ac57abb4
Using alternative methods for maths, saving ~8Kb with lights
2018-06-14 11:32:35 +02:00
Xose Pérez
2a2579a7aa
Refactor module and sensor listings ( #896 )
2018-06-13 17:52:14 +02:00
Xose Pérez
fd049416db
Disable Smart Config by default to save ~23K ( #932 )
2018-06-13 17:30:01 +02:00
Xose Pérez
95c748e8e1
Merge pull request #930 from mcspr/clear-cfg-jsonbuf
...
Free jsonBuffer after printing
2018-06-13 17:19:29 +02:00
Maxim Prokhorov
415649fabb
Check if codacy likes this
2018-06-13 15:59:35 +03:00
Maxim Prokhorov
2357b290a5
Use arduinojson to print to weblog
2018-06-13 15:03:07 +03:00
Maxim Prokhorov
3ca1692827
Free jsonBuffer after printing
2018-06-13 14:08:09 +03:00
Xose Pérez
74e27eebea
Change pulse units (for MQTT and HTTP API) to seconds for coherence ( #831 )
2018-06-13 11:28:36 +02:00
Xose Pérez
59c277a802
PZEM to use hardwere serial by default
2018-06-13 11:27:41 +02:00
Xose Pérez
f651f5f18d
Use double quotes in JSON for non-numeric values ( #929 )
2018-06-13 00:20:29 +02:00
Xose Pérez
57bacc7470
Remove unneeded code ( #911 )
2018-06-12 23:44:51 +02:00
Xose Pérez
a6bd4c3be9
Merge branch 'dev' of https://github.com/Trickx/espurna into Trickx-dev
2018-06-12 23:40:44 +02:00
Xose Pérez
a11d8d6ad9
Merge branch 'dev' of github.com:xoseperez/espurna into dev
2018-06-12 23:32:48 +02:00
Xose Pérez
9f817ae2d0
Fix telnet & web debug responsiveness ( #896 )
2018-06-12 23:32:42 +02:00
Xose Pérez
830ed110a2
Merge pull request #913 from wildwiz/issue-885-pr
...
sonoff rf bridge, handling of variable protocol speeds
2018-06-12 23:31:05 +02:00
Xose Pérez
76b092cf43
Move .github folder file to root
2018-06-12 23:15:08 +02:00
Xose Pérez
ac7bf70050
Fix calibration issues in EmonSensor ( #876 )
2018-06-12 22:51:19 +02:00
Xose Pérez
504236382f
Added pulse API, pulses in ms, topic set to /pulse/+ ( #896 , #902 )
2018-06-12 22:08:13 +02:00
Xose Pérez
be8eb644d1
Merge branch 'mqtt-dynamic-pulse' of https://github.com/mcspr/espurna into mcspr-mqtt-dynamic-pulse
2018-06-12 21:43:30 +02:00
Xose Pérez
b75933f5e6
Merge branch 'dev' into embedis-get
2018-06-12 20:38:10 +02:00
Xose Pérez
0ef74d0dc0
Update EEPROM_Rotate to 0.9.1 and use rotate(false) before OTA
2018-06-12 13:06:55 +02:00
Xose Pérez
914488f3c0
Version 1.13.0b
2018-06-11 23:57:52 +02:00
Xose Pérez
9288f411f9
Do not write to EEPROM (rotating) after OTA to prevent image corruption
2018-06-11 23:57:37 +02:00
Xose Pérez
b7800b51f9
Merge branch 'eeprom_rotate' into dev
2018-06-11 22:51:18 +02:00
Xose Pérez
ffe40ab3db
Freeze JustWifi library to 2.0.0
2018-06-11 22:46:56 +02:00
Xose Pérez
6c87de02a7
Merge branch 'dev' into justwifi2
2018-06-11 22:11:46 +02:00
Xose Pérez
296adcc416
Freeze EEPROM_Rotate library to 0.9.0
2018-06-11 21:53:23 +02:00
Xose Pérez
de13e1c802
Merge branch 'dev' into eeprom_rotate
2018-06-11 21:48:48 +02:00
Xose Pérez
f1c2aa1b81
Update platformio.ini file to use Core 3.5.3, supress warnings
2018-06-11 21:23:57 +02:00
Xose Pérez
b4a05f9269
Fix build when WEB_SUPPORT==0 ( #923 )
2018-06-11 21:23:16 +02:00
Xose Pérez
ce952cffb3
Update enableScan entry point
2018-06-05 01:19:06 +02:00
Xose Pérez
87d961b186
Update to latest version of EEPROM_Rotate
2018-06-03 23:10:02 +02:00
Xose Pérez
33780edc5b
Better memory layout info, multi-sector memory layouts
2018-06-02 23:23:56 +02:00
wildwiz
ab175de48a
sonoff rf bridge, broader range of RC codes supported on TX and prevent watchdog from kicking in
2018-06-02 21:29:00 +02:00
Trickx
08485f8775
- Moved non-default value for GEIGER_SUPPORT from feature to sensor.
...
- Integrated Geiger Counter
- Adapted sensor.ino to read and publish values.
- Modified html to add local dose rate into web page.
- Tested with influxDB.
- Tested with MQTT.
2018-06-02 17:51:54 +02:00
Trickx
22f0612d6d
Added GeigerSensor module.
2018-06-02 16:09:18 +02:00
Trickx
15770f4706
- Added board definition without relays and buttons.
...
- Added new environment 'nodemcu-geiger' to platformio.ini.
2018-06-02 16:06:24 +02:00
Trickx
d967eab778
monitor_baud (deprecated) -> monitor_speed
2018-06-02 15:51:51 +02:00
Maxim Prokhorov
0281cb26e8
Empty string for no value, quote existing values
2018-06-01 10:56:41 +03:00
Maxim Prokhorov
f4de7c061b
MQTT dynamic pulse timer for relays
2018-05-31 22:19:57 +03:00
Xose Pérez
dff81d6795
Revert WS to ticket-based authentication
2018-05-31 00:29:22 +02:00
Maxim Prokhorov
fa40633996
Customize GET terminal command
2018-05-30 11:18:06 +03:00
Maxim Prokhorov
8b60eb8486
Revert "Removed Ticker-based pulses. This allows to change pulse time on the go ( #816 )"
...
This reverts commit aaab65f877 .
2018-05-30 10:23:40 +03:00
Xose Pérez
36f6d399bd
Moved {identifier} check to _mqttBackwards
2018-05-30 00:13:31 +02:00