Xose Pérez
3cf7d32478
Change the way dimmer light work and a whole lot of other stuff
7 years ago
Xose Pérez
7f41967e7a
Moved domoticz code from relay.ino to domoticz.ino
7 years ago
Xose Pérez
d52dc4b653
/set as default MQTT setter postfix
7 years ago
Xose Pérez
a27c8a3145
Return time in ISO format
7 years ago
Xose Pérez
629309bde2
Define MQTT mode with a soft setting
7 years ago
Xose Pérez
59ced72001
Rename settings names from POW to HLW8012
7 years ago
Xose Pérez
4c5d8d804b
Helper methods to aggregate MQTT messages in JSON format
7 years ago
Xose Pérez
17722d55b5
Enable WIFI debug on hardware (button long press) reset
7 years ago
Xose Pérez
e349c6991b
Added custom reset messages
7 years ago
Xose Pérez
55bec8f033
Direct InfluxDB HTTP support
7 years ago
Xose Pérez
5e546d4cd6
Issue #148 . Fix bug in conditional compilation check
7 years ago
Xose Pérez
20681bcd04
Fix no relay control bug for Sonoff Dual devices
7 years ago
Xose Pérez
3958c3eaad
Fix references to Serial
7 years ago
Xose Pérez
ed2671b73b
Report color on hearbeat ( #128 )
7 years ago
Xose Pérez
da03adab97
Fixes in definition of MagicHome Led Controller board
7 years ago
Izik Dubnov
8953a3237f
Added relay requests flood protection and relay loop
Signed-off-by: Izik Dubnov <izik@annapurnalabs.com>
7 years ago
Xose Pérez
4b0d9e4a21
Prepare configuration for version 2.0
7 years ago
Xose Pérez
d1c5950b48
Add RSSI report
7 years ago
Francesco Boscarino
8ba9ab4c08
New analog module to read raw value from A0 pin
7 years ago
Xose Pérez
8c54488fa1
Moving debug strings to PROGMEM. ~1.5KBytes of heap memory freed
7 years ago
Xose Pérez
6b1803d389
Refactor MQTT topics and reports setting names
7 years ago
Xose Pérez
4c6e1199dd
Fix typo in mqtt reports. Added MQTT_RELAY_REPORT
7 years ago
Xose Pérez
9e75bdb45a
Moving light code to its own module
7 years ago
Xose Pérez
9747e571e0
Disable ADC_VCC when using ADC in Emon module
7 years ago
Xose Pérez
a887cc8789
Moved EEPROM initialization to main sketch
7 years ago
Xose Pérez
e758c2295d
Restore small delay before wifi to allow autoconnection
7 years ago
Xose Pérez
635fcf9a0b
Periodic MQTT reports configuration
7 years ago
Xose Pérez
be1fac2f44
Using gulp to generate the embedded web contents, added Last-Modifier support to embedded home
7 years ago
Xose Pérez
42359d4d95
Show free heap in debug console even if no MQTT connection
7 years ago
Xose Pérez
bab4c9d433
Option to change the port the embedded webserver is listening to, defaults to 80
7 years ago
Xose Pérez
dd4e2037da
I2C and ADC121 implementation
7 years ago
Xose Pérez
4708c26d54
APIs for sensor data, REST & domoticz
7 years ago
Xose Pérez
e4ea3b0f66
Small fixes, mostly comments and debug
7 years ago
Xose Pérez
a098614ca6
Adding current, voltage, apparent and reactive power reports to Sonoff POW
7 years ago
Xose Pérez
ff81326846
Version and year bump
7 years ago
Xose Pérez
f6e3e400c3
Upgrade fauxmoESP to v2.0.0 and enable it by default on all builds
7 years ago
Xose Pérez
b511e65905
Version 1.4.0
7 years ago
Xose Pérez
523fbca115
Domoticz support
7 years ago
Xose Pérez
6d6878d59f
Changes in MQTT calls. Using default client_id from AsyncMqttClient
7 years ago
Xose Pérez
bacc2c2b92
Arduino IDE compatibility ( #18 ) - Renamed src folder and main file as 'espurna'
7 years ago
Xose Pérez
1425a8dded
Refactor settings getters and setters
8 years ago
Xose Pérez
8a21133ecf
Added EEPROM management commands to terminal interface
8 years ago
Xose Pérez
bda0c4d8f4
Manage LED status from MQTT
8 years ago
Xose Pérez
bd60635dd1
Captive portal when in AP mode
8 years ago
Xose Pérez
d17f8259fe
Support for multiple buttons on board
8 years ago
Xose Pérez
fc344c9565
Added relayStatus function prototype to fix issue #11
8 years ago
Xose Pérez
9176240a0f
Move LED control to its own module
8 years ago
Xose Pérez
11434301e0
* Support for ITead's Sonoff Dual
* Support for Electrodragon's ESP Relay Board
* Support for multi-relay boards
* Changed relay MQTT topics
* Changed relay API entry points
* Removed non-secure api entry points
8 years ago
Xose Pérez
69139ac2a7
Using yield in main loop
8 years ago
Xose Pérez
51073a8f48
Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino
8 years ago