112 Commits (2e6d0ab70492ab1af21432e4cc02a4183e1f695b)

Author SHA1 Message Date
  Xose Pérez 68c90c1cc0 Fix bug using snprintf 7 years ago
  Xose Pérez f7cf9a691f Replaced sprintf with safer snprintf 7 years ago
  Xose Pérez 90617963e3 Method to send websocket messages from progmem 7 years ago
  Xose Pérez fb60201cf1 Option to build without web server support 7 years ago
  Xose Pérez 227c4b03f1 Further renaming 7 years ago
  Xose Pérez 1c5ebd3e08 Refactoring build flag names 7 years ago
  Xose Pérez 4ccdeb3526 Using strlen with snprintf statements 7 years ago
  Xose Pérez 60e8446d1b Process checkboxes data before sending to device 7 years ago
  Xose Pérez 9750bf26bb Moved strings to PROGMEM, 160 bytes saved in memory 7 years ago
  Xose Pérez 36af250e10 Option to globally disable domoticz from web interface 7 years ago
  Xose Pérez db155f6bb3 Decouple EMBEDDED_WEB from SPIFFS 7 years ago
  Xose Pérez eb79642f2e Major refactor of device flags 7 years ago
  Xose Pérez c6b26efbb7 Merge 7 years ago
  Xose Pérez 8abb8ffaff Allow to define useColor, useWhite and useGamma from web interface 7 years ago
  Xose Pérez 58a8feb90b Allow to disable color picker 7 years ago
  Xose Pérez 3cf7d32478 Change the way dimmer light work and a whole lot of other stuff 7 years ago
  Xose Pérez 9ff37f4adc Chunked response for SSL requests 7 years ago
  Xose Pérez 9e3812c13d Added code for SSL certificate reading from SPIFFS 7 years ago
  Xose Pérez a7c2a6b197 HTTPS disabled by default 7 years ago
  Xose Pérez e850c68c85 Testing web interface over SSL 7 years ago
  Xose Pérez 41189a65b4 API returns processed values for HLW and EMON. 404 means no data yet. Some clean up 7 years ago
  Xose Pérez cf714106fb RFBridge web intrface 7 years ago
  Xose Pérez fc0d050b51 Remove debug messages on websocket events 7 years ago
  Xose Pérez e6e9f9d6d4 Change the double click delay from the web interface 7 years ago
  Xose Pérez eb4855d5e6 Add option to merge messages into a JSON payload to web interface 7 years ago
  Xose Pérez 59ced72001 Rename settings names from POW to HLW8012 7 years ago
  Xose Pérez f9f7b6419e Support for brightness and color/temperature MQTT topics 7 years ago
  Xose Pérez 3783b35e05 Added official (kinda) SSL support in async-mqtt-client 7 years ago
  Xose Pérez e349c6991b Added custom reset messages 7 years ago
  Xose Pérez 79a0816053 Accept decimals in pulse time, limit it to 60s 7 years ago
  Xose Pérez 55bec8f033 Direct InfluxDB HTTP support 7 years ago
  Lauris 5b28c51d2d Changed Powef Factor to be dimensionless number instead of % (used more often that way) 7 years ago
  Lauris 39c09a3615 Using correct units for Apparent Power and Reactive Power 7 years ago
  Xose Pérez 3958c3eaad Fix references to Serial 7 years ago
  Xose Pérez c8eba6a979 NTP configuration in web interface 7 years ago
  Xose Pérez 3a872979fe Show NTP status on web interface (#126) 7 years ago
  Xose Pérez c0c4abfbf0 Fix bug in API handles 7 years ago
  Xose Pérez efa8553bbf Fix bug in current calibration parameter from the web interface casting to int instead of float 7 years ago
  Xose Pérez 816a6f56e8 Using constants in api configuration calls 7 years ago
  Xose Pérez 576ab680e9 Do not restart after failed web upgrade 7 years ago
  Xose Pérez 517d1fd3f6 Small changes in reset delays after web upgrade 7 years ago
  Xose Pérez a5f2cb6527 Upgrade form and handle code 7 years ago
  Xose Pérez 18ec85da55 Send analog value to domoticz 7 years ago
  Xose Pérez 9bf4a2b725 Enable embedded web by default 7 years ago
  Xose Pérez 8c54488fa1 Moving debug strings to PROGMEM. ~1.5KBytes of heap memory freed 7 years ago
  Xose Pérez ffd54f1abf Do not broadcast messages via websocket if there is no client connected 7 years ago
  Xose Pérez eb432ffe95 Normalize actions passed via websockets 7 years ago
  Xose Pérez e0abce8f0b Helper methods for MQTT sending, subscribing and forwarding 7 years ago
  Xose Pérez 9e75bdb45a Moving light code to its own module 7 years ago
  Izik Dubnov 08dc5a22b0 Added DS18B20 not connected indication 7 years ago