Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
5.4 KiB

8 years ago
7 years ago
8 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
7 years ago
  1. # ESPurna Firmware
  2. ESPurna ("spark" in Catalan) is a custom firmware for ESP8266 based smart switches.
  3. It was originally developed with the **[IteadStudio Sonoff](https://www.itead.cc/sonoff-wifi-wireless-switch.html)** in mind but now it supports a growing number of ESP8266-based boards.
  4. It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries.
  5. **Current Release Version is 1.6.6**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md).
  6. ## Features
  7. * Support for **multiple ESP8266-based boards** ([check list](https://bitbucket.org/xoseperez/espurna/wiki/Hardware))
  8. * Wifi **AP Mode** or **STA mode**
  9. * Up to 5 different networks can be defined
  10. * Supports static IP
  11. * Scans for strongest network if more than one defined
  12. * Defaults to AP mode (also available after double clicking the main button)
  13. * Switch management
  14. * Support for **push buttons** and **toggle switches**
  15. * Configurable **status on boot** (always ON, always OFF, same as before or toggle)
  16. * Support for **pulse mode** (normally ON or normally OFF) with configurable time
  17. * Support for **relay synchronization** (all equal, only one ON, one and only on ON)
  18. * **MQTT** enabled
  19. * Switch on/off and toggle relays
  20. * Report button event notifications
  21. * Enable/disable pulse mode
  22. * Change LED notification mode
  23. * Remote reset the board
  24. * **Alexa** integration using the [FauxmoESP Library](https://bitbucket.org/xoseperez/fauxmoesp)
  25. * [**Domoticz**](https://domoticz.com/) integration via MQTT
  26. * [**Home Assistant**](https://home-assistant.io/) integration via MQTT
  27. * Support for different **sensors**
  28. * DHT11 / DHT22 / DHT21 / AM2301 (supports celsius & fahrenheit reporting)
  29. * DS18B20 (supports celsius & fahrenheit reporting)
  30. * HLW8012 using the [HLW8012 Library](https://bitbucket.org/xoseperez/hlw8012) (Sonoff POW)
  31. * Non-invasive current sensor using the [EmonLiteESP Library](https://bitbucket.org/xoseperez/emonliteesp) (requires some hacking)
  32. * Fast asynchronous **HTTP Server**
  33. * Configurable port
  34. * Basic authentication
  35. * Web-based configuration
  36. * Relay switching and sensor data from the web interface
  37. * Websockets-based communication between the device and the browser
  38. * Backup and restore settings option
  39. * **REST API** (enable/disable from web interface)
  40. * GET and PUT relay status
  41. * GET sensor data (power, current, voltage, temperature and humidity) depending on the available hardware
  42. * **RPC API** (enable/disable from web interface)
  43. * Remote reset the board
  44. * **Over-The-Air** (OTA) updates even for 1Mb boards
  45. * Manually from PlatformIO or Arduino IDE
  46. * Automatic updates through the [NoFUSS Library](https://bitbucket.org/xoseperez/nofuss)
  47. * **Command line configuration**
  48. ## Documentation
  49. For more information please refer to the [ESPurna Wiki](https://bitbucket.org/xoseperez/espurna/wiki/Home).
  50. ## Supported hardware
  51. Here is the list of supported hardware. For more information please refer to the [ESPurna Wiki Hardware page](https://bitbucket.org/xoseperez/espurna/wiki/Hardware).
  52. ||||
  53. |-|-|-|
  54. |![IteadStudio S20](images/devices/s20.jpg)|![IteadStudio Slampher](images/devices/slampher.jpg)|![IteadStudio Sonoff 4CH](images/devices/sonoff-4ch.jpg)|
  55. |**IteadStudio S20**|**IteadStudio Slampher**|**IteadStudio Sonoff 4CH**|
  56. |![IteadStudio Sonoff Basic](images/devices/sonoff-basic.jpg)|![IteadStudio 1CH Inching](images/devices/1ch-inching.jpg)|![IteadStudio Motor Clockwise/Anticlockwise](images/devices/motor-switch.jpg)|
  57. |**IteadStudio Sonoff Basic**|**IteadStudio 1CH Inching**|**IteadStudio Motor Clockwise/Anticlockwise**|
  58. |![IteadStudio Sonoff Dual](images/devices/sonoff-dual.jpg)|![IteadStudio Sonoff POW](images/devices/sonoff-pow.jpg)|![IteadStudio Sonoff TH10/TH16](images/devices/sonoff-th10-th16.jpg)|
  59. |**IteadStudio Sonoff Dual**|**IteadStudio Sonoff POW**|**IteadStudio Sonoff TH10/TH16**|
  60. |![IteadStudio Sonoff RF](images/devices/sonoff-rf.jpg)|![IteadStudio Sonoff SV](images/devices/sonoff-sv.jpg)|![IteadStudio Sonoff Touch](images/devices/sonoff-touch.jpg)|
  61. |**IteadStudio Sonoff RF**|**IteadStudio Sonoff SV**|**IteadStudio Sonoff Touch**|
  62. |![Wemos D1 Mini Relay Shield](images/devices/d1mini.jpg)|![Electrodragon Relay Board](images/devices/electrodragon-relay-board.jpg)|![WorkChoice EcoPlug](images/devices/workchoice-ecoplug.jpg)|
  63. |**Wemos D1 Mini Relay Shield**|**Electrodragon Relay Board**|**WorkChoice EcoPlug**|
  64. |![Jan Goedeke Wifi Relay (NO/NC)](images/devices/jangoe-wifi-relay.png)|![OpenEnergyMonitor WiFi MQTT Relay / Thermostat](images/devices/mqtt-relay.jpg)|![Jorge García Wifi + Relays Board Kit](images/devices/jorgegarcia-wifi-relays-board-kit.jpg)|
  65. |**Jan Goedeke Wifi Relay (NO/NC)**|**OpenEnergyMonitor WiFi MQTT Relay / Thermostat**|**Jorge García Wifi + Relays Board Kit**|
  66. ## License
  67. Copyright (C) 2016-2017 by Xose Pérez (@xoseperez)
  68. This program is free software: you can redistribute it and/or modify
  69. it under the terms of the GNU General Public License as published by
  70. the Free Software Foundation, either version 3 of the License, or
  71. (at your option) any later version.
  72. This program is distributed in the hope that it will be useful,
  73. but WITHOUT ANY WARRANTY; without even the implied warranty of
  74. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  75. GNU General Public License for more details.
  76. You should have received a copy of the GNU General Public License
  77. along with this program. If not, see <http://www.gnu.org/licenses/>.