Xose Pérez
|
30d9b111f3
|
Weird bug in HTML minifier
|
7 years ago |
Xose Pérez
|
ac0d2163ed
|
Hacky fix of spurious white channel on when my92XX off
|
7 years ago |
Xose Pérez
|
cfb9880d9b
|
Fix HA autodicovery, allow to report color as comma separated values
|
7 years ago |
Xose Pérez
|
8bad4218a0
|
Added support Authometion LYT8266 (testing)
|
7 years ago |
Xose Pérez
|
294c12fcd6
|
Increase WIFI connect timeout & reconnect intervals
|
7 years ago |
Xose Pérez
|
74148bb6e6
|
Improved webUI UX
|
7 years ago |
Xose Pérez
|
f8c3e4f4c1
|
Renamed ntpConnect to ntpConfigure
|
7 years ago |
Xose Pérez
|
2dab43ec5d
|
Prevent reconnecting when in AP mode if a web session or a telnet session is active
|
7 years ago |
Xose Pérez
|
d8d5240798
|
Changed default MQTT topic, no leading slash
|
7 years ago |
Xose Pérez
|
64d502b6b6
|
Option to enable TELNET in STA mode from the Web UI
|
7 years ago |
Xose Pérez
|
07274e4cf8
|
Add missing TELNET configuration in info output
|
7 years ago |
Xose Pérez
|
07ec73e1f3
|
Fix settings for XENON_SM_PW702U
|
7 years ago |
Joshua Harden
|
53d9eecf77
|
Add support for Xenon SM-PW702U Wifi Smart Outlet
|
7 years ago |
Xose Pérez
|
1b4290e8f6
|
Move IR code to its own module
|
7 years ago |
Xose Pérez
|
5f3218a0db
|
Add/fix devices in arduino.h settings file
|
7 years ago |
Xose Pérez
|
b07660c3d7
|
Option to disable continuous light color saving, avoiding flickering
|
7 years ago |
Xose Pérez
|
9111bad167
|
Support for Arilux AL-LC06 by Martijn Kruissen
|
7 years ago |
Xose Pérez
|
68eeb3d55c
|
Disable experimental light_ir by default
|
7 years ago |
Xose Pérez
|
257e9e471d
|
Merge MagicHome LED Controller 2.0 & IR versions
|
7 years ago |
Xose Pérez
|
901ffa721e
|
Added support for MagicHome LED Controller 2.0
|
7 years ago |
Xose Pérez
|
3625aae7d7
|
Fix QuinLED naming
|
7 years ago |
Xose Pérez
|
8dacb87fde
|
Adding a button to wemos d1 mini boards (#239)
|
7 years ago |
Xose Pérez
|
b64cef67b7
|
Check HLW8012_USE_INTERRUPS in _powerEnabledProvider
|
7 years ago |
Xose Pérez
|
c31350c6d4
|
Domoticz expects energy in kWh
|
7 years ago |
Xose Pérez
|
8c2d912545
|
Using IS units for energy
|
7 years ago |
Xose Pérez
|
e8d77efdc4
|
Fix power report for domoticz (#236)
|
7 years ago |
Colin Shorts
|
df9fa1d424
|
Initial support for QuinLED 2.6 Rev1.00
|
7 years ago |
Hermann Kraus
|
ae17a82f6f
|
Report energy in kWh in the web interface and in Joule via MQTT.
Enable energy reporting for all supported chips in the web interface.
|
7 years ago |
Hermann Kraus
|
1dea97f7cd
|
Rename topic from "energy" to "energy_delta".
|
7 years ago |
Xose Pérez
|
67335e62a9
|
Safer buffer handling for websocket data (thanks to Hermann Kraus & Björn Bergman)
|
7 years ago |
Xose Pérez
|
641afc2e21
|
Check previous definitions for all sensor settings
|
7 years ago |
Xose Pérez
|
f165ab9339
|
Beta version 1.9.6b
|
7 years ago |
Xose Pérez
|
a964d84c42
|
Check relayParsePayload output
|
7 years ago |
Xose Pérez
|
e9687b5ca2
|
Support for ESPurna board v0.7
|
7 years ago |
Hermann Kraus
|
088f3b923e
|
Add energy indicator in the web interface.
|
7 years ago |
Hermann Kraus
|
b2cab9684f
|
Use energy data from HLW8012.
|
7 years ago |
Mitchell A. Cox
|
b6ece41105
|
we can update the web insterface as often as need be since it doesn't consume resources
|
7 years ago |
Mitchell A. Cox
|
7f83ca2daf
|
added update on change to ds18b20 temperature sensor with default 1.0 degrees change. Saves space on MQTT server as it avoids logging pointless points..
|
7 years ago |
Mitch Cox
|
179d629ba7
|
fixed typo
|
7 years ago |
Mitchell A. Cox
|
0d08dbdf04
|
ESPlive ADC config
|
7 years ago |
Mitchell A. Cox
|
cdc98e1cb5
|
Added ESPLive board
|
7 years ago |
soif
|
2b50c7d0b4
|
seems that this GPIO order is related to v2.0 of the board
|
7 years ago |
soif
|
92be80cbb1
|
Uses light_ir.ino lib methods when LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR is defined
|
7 years ago |
soif
|
04b799f34c
|
Implements lightLoop + Don't use when LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR is defined
|
7 years ago |
soif
|
0e8d2c191d
|
Implements lightLoop + Includes (WTH) FastLed
|
7 years ago |
soif
|
c8b715a31f
|
New ligh_ir lib (see comments at top for more information)
|
7 years ago |
soif
|
b359033faa
|
LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR allows to quickly switch from Regular 'light.ino' lib to the new 'light_ir.ino' lib
|
7 years ago |
soif
|
210c510f57
|
Define LIGHT_IR_PIN + IR_BUTTONS_SET
|
7 years ago |
soif
|
d62d62548c
|
defines new MQTT_TOPIC for color_rgb, color_hsv, anim_mode, anim_speed
|
7 years ago |
soif
|
d4b3637c12
|
implements ColorHsv + ColorsExtras
|
7 years ago |