|
3 | 3 | ESPurna ("spark" in Catalan) is a custom firmware for ESP8285/ESP8266 based smart switches, lights and sensors.
|
4 | 4 | It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries.
|
5 | 5 |
|
6 |
| -[](CHANGELOG.md) |
| 6 | +[](CHANGELOG.md) |
7 | 7 | [](https://github.com/xoseperez/espurna/tree/dev/)
|
8 | 8 | [](https://travis-ci.org/xoseperez/espurna)
|
9 | 9 | [](https://www.codacy.com/app/xoseperez/espurna/dashboard)
|
@@ -41,6 +41,7 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari
|
41 | 41 | * Support for **relay synchronization** (all equal, only one ON, one and only on ON)
|
42 | 42 | * Support for **MQTT groups** to sync switches between devices
|
43 | 43 | * Support for **delayed ON/OFF**
|
| 44 | + * Support for **latched relays** |
44 | 45 | * **MQTT** enabled
|
45 | 46 | * **SSL/TLS support** (not on regular builds, see [#64](https://github.com/xoseperez/espurna/issues/64))
|
46 | 47 | * Switch on/off and toggle relays, group topics (sync relays between different devices)
|
@@ -70,6 +71,7 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari
|
70 | 71 | * **DHT11 / DHT22 / DHT21 / AM2301 / Itead's SI7021**
|
71 | 72 | * **BMP280** and **BME280** temperature, humidity (BME280) and pressure sensor by Bosch
|
72 | 73 | * **TMP35** and **TMP36** analog temperature sensors
|
| 74 | + * **NTC** temperature sensors |
73 | 75 | * **SI7021** temperature and humidity sensor
|
74 | 76 | * **SHT3X** temperature and humidity sensor over I2C (Wemos shield)
|
75 | 77 | * **AM2320** temperature and humidity sensor over I2C
|
@@ -206,8 +208,8 @@ Here is the list of supported hardware. For more information please refer to the
|
206 | 208 |
|
207 | 209 | ||||
|
208 | 210 | |---|---|---|
|
209 |
| -|||| |
210 |
| -|**Tinkerman ESPurna H**||| |
| 211 | +|||| |
| 212 | +|**Tinkerman ESPurna H**|**Tinkerman RFM69GW**|| |
211 | 213 | ||||
|
212 | 214 | |**Itead Sonoff RF Bridge**|**Itead Sonoff RF**|**Itead Sonoff 4CH**|
|
213 | 215 | ||||
|
@@ -256,8 +258,8 @@ Here is the list of supported hardware. For more information please refer to the
|
256 | 258 | |**Generic DHT11 v1.0**|**Generic DS18B20 v1.0**|**Bruno Horta's OnOfre**|
|
257 | 259 | ||||
|
258 | 260 | |**Allnet ESP8266-UP-Relay**|**RH Electronics Geiger Counter**|**Luani HVIO**|
|
259 |
| -|||| |
260 |
| -|**Tonbux Mosquito Killer**|||| |
| 261 | +|||| |
| 262 | +|**Tonbux Mosquito Killer**|**Itead Sonoff IFAN02**||| |
261 | 263 |
|
262 | 264 | **Other supported boards (beta):**
|
263 | 265 | KMC 4 Outlet, Gosund WS1, Smart Dual Plug, MakerFocus Intelligent Module LM33 for Lamps
|
|
0 commit comments