Commit Graph

7408 Commits

Author SHA1 Message Date
Theo Arends 74a3be49a4
Merge pull request #8796 from mhansen/boot_count
Add tasmota_boot_count prometheus metric
2020-06-27 10:34:26 +02:00
Theo Arends 3ce22c9c53
Merge pull request #8795 from mhansen/move-prometheus
Move #define USE_PROMETHEUS to my_user_config.h
2020-06-27 10:33:54 +02:00
Mark Hansen f741f43262 Add tasmota_boot_count prometheus metric 2020-06-27 12:10:00 +10:00
Mark Hansen b802d34c42 Move #define USE_PROMETHEUS to my_user_config.h
This is where all the other #defines live.

This should make it easier to find the #define for enabling prometheus.
2020-06-27 12:04:32 +10:00
Theo Arends 5014fb985b
Merge pull request #8788 from gemu2015/scripter-update
scripter update
2020-06-26 09:58:46 +02:00
gemu2015 6553a775f4 scripter update
fix unishox define conflict
fix for next loop exit bugs
add full pagewebserver (also support for jpg, html and txt files from filesystem)
2020-06-26 09:22:57 +02:00
Theo Arends c8bdf11f80
Merge pull request #8787 from Jason2866/patch-1
Updated instructions
2020-06-26 08:57:10 +02:00
Theo Arends 169d444532
Merge pull request #8786 from mhansen/uptime-prometheus
Add uptime metric to prometheus exporter
2020-06-26 08:56:36 +02:00
Jason2866 f5fb209e9d
Updated instructions 2020-06-26 08:03:11 +02:00
Theo Arends e3144f3fcb
Merge pull request #8783 from Jason2866/patch-2
Shrink tasmota-ir firmware binary
2020-06-25 16:09:04 +02:00
Jason2866 9ecef62e8b
Update BUILDS.md 2020-06-25 15:43:17 +02:00
Jason2866 b0cebcbef8
Shrink tasmota-ir
Disable Counter and DHT and DS18x20 sensors. Use ADC_VCC
2020-06-25 15:36:25 +02:00
Mark Hansen 956e6f5a5c Add uptime metric to prometheus exporter
I'm following the naming practices:
https://prometheus.io/docs/practices/naming/
- an application prefix (tasmota_)
- a unit suffix in plural form

Tested building and flashing: looks like

```
tasmota_uptime_seconds 78
```
2020-06-25 20:33:54 +10:00
Theo Arends ad46af6d54
Merge pull request #8782 from gemu2015/sml-fix
fix sml counter irq mode
2020-06-25 08:54:53 +02:00
gemu2015 1cbfbc697a fix sml counter irq mode 2020-06-25 07:34:00 +02:00
Theo Arends 14fe92f13c
Merge pull request #8780 from s-hadinger/ir_278
Change IRremoteESP8266 library updated to v2.7.8
2020-06-24 22:12:25 +02:00
Theo Arends 0c38be1747
Merge pull request #8779 from s-hadinger/fix_ct_8694
Fix wrong CT range when Alexa mode #8694
2020-06-24 21:53:42 +02:00
Stephan Hadinger 4503cd44ed Change IRremoteESP8266 library updated to v2.7.8 2020-06-24 21:48:33 +02:00
Stephan Hadinger 4a69bb2a13 Fix wrong CT range when Alexa mode #8694 2020-06-24 21:41:04 +02:00
Theo Arends a55ada039f
Merge pull request #8776 from Staars/development
fix BEARSSL-decryption, remove MBEDTLS, prepare night light sensors for NRF24 driver
2020-06-24 16:38:33 +02:00
Theo Arends faecd38006 Add compile time User Template
Add compile time User Template (#8766)
2020-06-24 16:37:02 +02:00
Platformio BUILD 606f675a33 Merge remote-tracking branch 'Tasmota/development' 2020-06-24 14:21:45 +00:00
Staars 80729a85ad fix BEARSSL-decryption, remove MBEDTLS, prepare night light sensors 2020-06-24 16:21:09 +02:00
Staars 6363e2fa96 remove legacy code 2020-06-24 16:20:07 +02:00
Staars 642f679a5d remove library, because BEARSSL is so much smaller 2020-06-24 16:19:37 +02:00
Theo Arends ff327106be Refactor ESP32 support 2020-06-24 15:58:56 +02:00
Theo Arends 7600a81c8e Add ESP32 counter support 2020-06-24 15:50:14 +02:00
Theo Arends 5631415acd Add ESP32 inverted buzzer support 2020-06-24 15:49:18 +02:00
Theo Arends f4adce5fb1 Add ESP32 DHT support
Add ESP32 DHT support (#8503)
2020-06-24 15:36:54 +02:00
Theo Arends 81d2527ff6
Merge pull request #8771 from Dilbert66/gc
Add support for sending GlobalCache codes via irsend
2020-06-24 14:49:26 +02:00
Theo Arends 650ab69847
Merge pull request #8774 from Jason2866/patch-1
Fix regression from latest Platformio optimization
2020-06-24 14:48:30 +02:00
Alain Turbide 076d1521e3 - switched to strcasecmp for compare
- removed ifdef/endif
2020-06-24 07:09:22 -04:00
Jason2866 59a433fe77
Fix regression from latest Platformio optimization
when Platformio_override.ini is activated and no other core is choosen as the selected in platformio.ini
2020-06-24 12:01:13 +02:00
Alain Turbide 0c02d1ae3e add missing irsend_active flag to block ir receive during send 2020-06-23 20:13:09 -04:00
Alain Turbide 2b1d251b85 - Added case insensitivity for GC/gc
- Added repeat support
- removed debug messages
2020-06-23 19:46:55 -04:00
Alain Turbide 100805ff26 Add support for GlobalCache codes using the same format as irsend<x>
raw.  Use irsend<x> gc,xxx,xxx
2020-06-23 18:09:44 -04:00
Theo Arends b263309fc4
Merge pull request #8767 from Jason2866/patch-1
Use Files from Arduino PR #7022 for PWM
2020-06-23 21:24:20 +02:00
Jason2866 526593d9c9
Update core_esp8266_wiring_pwm.cpp 2020-06-23 20:03:41 +02:00
Jason2866 5322238d56
Update core_esp8266_wiring_digital.cpp 2020-06-23 20:02:55 +02:00
Jason2866 e893f8d97d
Update core_esp8266_waveform.cpp 2020-06-23 20:02:15 +02:00
Jason2866 bcc9145a91
Update core_esp8266_waveform.h 2020-06-23 20:01:26 +02:00
Jason2866 ee2fea9e25
Add files via upload 2020-06-23 19:39:14 +02:00
Jason2866 029a6d165e
Add files via upload 2020-06-23 19:35:58 +02:00
Jason2866 e7c6f4645f
Use PWM files from Arduino PR 7022 2020-06-23 19:21:48 +02:00
Jason2866 a987a60c50
Delete core_esp8266_wiring_pwm.cpp 2020-06-23 19:17:50 +02:00
Jason2866 187809300b
Delete core_esp8266_wiring_digital.cpp 2020-06-23 19:17:37 +02:00
Jason2866 454e09f575
Delete core_esp8266_waveform.cpp 2020-06-23 19:16:30 +02:00
Theo Arends 1f80336ae4 Fix shutter watchdogs
Fix shutter watchdogs (#8721)
2020-06-23 17:30:06 +02:00
Theo Arends 6e8928b8a1 Fix PWM software watchdogs
Fix PWM software watchdogs by correctly initializing variables (#8721)
2020-06-23 17:28:15 +02:00
Theo Arends 7784156376 Fix TasmotaClient exception
Fix TasmotaClient exception (#8734)
2020-06-22 22:52:25 +02:00