Carlos Iván Conde Martín
ad40589a7f
Improvement on ANALOG_SENSOR ( #1326 )
* Testing branch
* Added ability (by define) to scale analog sensor, also with number of decimals (it was formerly zero)
Useful when running on batteries to check the battery voltage just
adding the appropriate resistor
* Reverting DHTSensor.h file
* Trying again to revert DHTSensor.h
* Using macro DEBUG_MSG
* fix method types
6 years ago
Xose Pérez
e2641b9aed
Change version number
6 years ago
Xose Pérez
9f3293f47a
Version 1.13.3
6 years ago
Xose Pérez
5d8f5c45f5
Changelog update
6 years ago
Xose Pérez
fb6eba57cd
Merge branch 'dev' into sensors
6 years ago
Xose Pérez
84af178c3f
Command to save settings when SETTINGS_AUTOSAVE is off
6 years ago
Xose Pérez
620fe39122
Change copy in heap message
6 years ago
Xose Pérez
63f6a14bc0
Apply relay boot mask only on first 8 relays
6 years ago
Xose Pérez
6fee2f1f9f
Avoid EEPROM commits on callbacks ( #1214 )
6 years ago
Xose Pérez
acf68ac5c8
Single quote % units only in ha.config ( #1227 )
6 years ago
Xose Pérez
915082162d
Limit the max number of nodes supported in RFM69 module
6 years ago
Xose Pérez
01c33c74d1
Merge pull request #1241 from Trickx/clearcount
-Fix for issue #1239
6 years ago
Xose Pérez
99fc3fd184
Web UI images ( #1244 )
6 years ago
Xose Pérez
52096ce49d
Merge pull request #1249 from djwmarcx/dev
Admin pass validation condition always failing. Adding hyphen to chars
6 years ago
Xose Pérez
426aafd5b3
Update custom.js
6 years ago
Xose Pérez
a2db30baa9
Merge pull request #1246 from Valcob/fix/button-send-mqtt-only-event-with-actions-or-all
Buttons send mqtt message for events with assigned actions to them
6 years ago
Marcos Pérez Ferro
f77dd5f860
Admin pass validation condition always failing. Adding hyphen to valid chars.
6 years ago
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
6 years ago
Xose Pérez
ba4d4be810
Remove duplicate call to EEPROMr.begin ( #1214 )
6 years ago
Xose Pérez
7230d27124
Disable MICS sensor by default
6 years ago
Xose Pérez
051934edfb
Merge pull request #1237 from ducky64/xsssa05_fixes
(partial) fix for YiDian XS-SSA05 configs
6 years ago
Xose Pérez
69b98415e0
Merge pull request #1220 from mcspr/webui-haschanged-hotfix
Fix-up style and form validation logic
6 years ago
Richard Lin
2929425a2b
Copy over HJL-01 parameters from another device
6 years ago
Sven Kopetzki
41f0fece71
-Fix for issue #1239 "Clear counts" on rfm69 does not reset node count properly.
6 years ago
Richard Lin
4b6a4acd9d
Fix for YiDian XS-SSA05 configs
6 years ago
Max Prokhorov
d69c30aa61
Use specific function to check form
6 years ago
Max Prokhorov
9cdf59f1b2
Fix selector order
6 years ago
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
6 years ago
Max Prokhorov
54ec4fa28a
attr() is undefined when elem doesnt have it
6 years ago
Xose Pérez
daf7864212
Fix issue when SPIFFS_SUPPORT is enabled ( #1225 )
6 years ago
Xose Pérez
2b9a7341c3
Replace HEARTBEAT_ENABLED by HEARTBEAT_MDE allowing disable, single heartbeat on MQTT connect or repeat (default) ( #1196 )
6 years ago
Xose Pérez
5488bfaf7f
API is not restful (issue a PUT to change a relay status). It can be disabled from web UI ( #1192 )
6 years ago
Xose Pérez
9bcf5217bd
Revert "Quote unit_of_measurement is homeassistant module as it might have invalid chars ( #1227 )"
This reverts commit f01f2454cc
.
6 years ago
Xose Pérez
11bebb0ba7
Support for EXS WiFi Relay 5.0 (thanks to @cheise , #1218 )
6 years ago
Xose Pérez
b666cfc512
Remove static array to prevent out of bound in relay.ino ( #1217 )
6 years ago
Xose Pérez
67255be84f
Merge pull request #1206 from ColinShorts/dev
Adding images for iWoole Smart LED Desk Lamp
6 years ago
Xose Pérez
56921af517
Merge branch 'dev' into dev
6 years ago
Xose Pérez
50b21dd0ca
Merge pull request #1209 from mcspr/webui-form-enter
Avoid implicit type="submit" buttons
6 years ago
Xose Pérez
a50c33523c
Merge pull request #1219 from mcspr/update-package-lock
NPM maintenance
6 years ago
Xose Pérez
a3fc8f96a3
Merge pull request #1224 from InduPrakash/dev
Added BESTEK_MRJ1011
6 years ago
Xose Pérez
f01f2454cc
Quote unit_of_measurement is homeassistant module as it might have invalid chars ( #1227 )
6 years ago
Xose Pérez
04b48881a9
Try to send up to 3 times a POST to Thingspeak if the result is not >0 ( #1213 )
6 years ago
Xose Pérez
6dd701ca7f
Support for apparent power and power factor in CSE77XX sensor ( #1215 )
6 years ago
Xose Pérez
f2a620649c
Merge branch 'dev' of github.com:xoseperez/espurna into dev
6 years ago
Indu Prakash
4d5b6ec83a
Added BESTEK_MRJ1011
6 years ago
Max Prokhorov
0aed95cc7f
Use npm-ci tool to install dev pkgs
6 years ago
Max Prokhorov
1383b4441e
Update npm packages
Bump npm version installed by travis
Update package-lock for latest npm version
Bump packages versions and clean-up unused
Missing datatables.js images to avoid warnings
6 years ago
Xose Pérez
ec6adb9dbb
Fix typo in migrate.ino
6 years ago
Xose Pérez
443279f709
Merge pull request #1204 from mcspr/otapy-fix
Update ota.py
6 years ago
Xose Pérez
493cb1642a
Merge pull request #1208 from mcspr/rename-cont_t
Inline getFreeStack and mention 2.5.0 helper method
6 years ago