6936 Commits

Author SHA1 Message Date
jziolkowski
8288d74bb2 Reduce the max count of devices to never exceed MAX_RELAYS 2021-12-04 18:12:41 +01:00
jziolkowski
d855cc22a0 Add support for 74x595 shift registers 2021-12-04 17:52:29 +01:00
Theo Arends
4d05fb153c Remove BlockedLoop detection from ESP32 2021-12-04 17:39:04 +01:00
Theo Arends
1d3a3ee415 Make SspmDisplay persistent 2021-12-04 16:14:08 +01:00
jziolkowski
8c12424d78 WIP 2021-12-04 15:39:00 +01:00
Barbudor
2f9172a59f fix pulsetime for more than 8 relays/power devices 2021-12-04 15:03:15 +01:00
Theo Arends
3a92189c44 Add command SspmDisplay
Add command ``SspmDisplay 0/1`` to change GUI display to powered on relays only.
2021-12-04 12:26:19 +01:00
Theo Arends
9cc2394d67 Add shift 74xx595 persistence 2021-12-04 12:02:26 +01:00
logon84
2437ab117f
Add files via upload 2021-12-04 11:18:13 +01:00
logon84
490b004ebb
Update xdrv_44_miel_hvac.ino 2021-12-04 02:33:07 +01:00
s-hadinger
86e84d167b
Merge pull request #13912 from s-hadinger/lvgl_screenshot_bmp
LVGL screenshot in BMP format
2021-12-03 20:40:54 +01:00
Stephan Hadinger
d6760962cd LVGL screenshot in BMP format 2021-12-03 20:12:46 +01:00
Stephan Hadinger
039fd65f64 LVGL simplified font code 2021-12-03 20:10:24 +01:00
Michael
34ad6a736c Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-12-03 17:07:48 +01:00
Michael
306ed0d2dd max7219 dot matrix ready for pull request 2021-12-03 16:50:55 +01:00
Theo Arends
488c84e61b Fix JSON SSPM energy today/yesterday 2021-12-03 14:29:41 +01:00
Stephan Hadinger
aa123eff8c Fix compilation error 2021-12-03 13:53:04 +01:00
Barbudor
57b27578f6 Driver for '595 shift register 2021-12-02 22:14:47 +01:00
Theo Arends
86628c9f5e Fix negative temperatures in NRF24
Fix negative temperatures in NRF24 (#13894)
2021-12-02 14:02:22 +01:00
Stephan Hadinger
cb7d3ddb83 Fix link in AWS CA 2021-12-01 23:02:45 +01:00
s-hadinger
a3f5d0df58
Merge pull request #13890 from s-hadinger/leds3
Berry leds improvements
2021-12-01 22:59:55 +01:00
Stephan Hadinger
5d91392ae8 Berry leds improvements 2021-12-01 22:44:58 +01:00
Stephan Hadinger
e98d632e07 TLS always set ALPN for AWS IoT 2021-12-01 22:41:44 +01:00
Stephan Hadinger
b409377068 MQTT TLS dual mode (CA or fingeprint) in same firmware, `SetOption132 1` to force fingerprint 2021-12-01 21:38:28 +01:00
Theo Arends
9b72a44367
Merge pull request #13053 from groth-its/ha-device-classes
Add / correct home assistant device classes
2021-12-01 17:50:51 +01:00
Theo Arends
16e83d1430 Fix LSC MC template 2021-12-01 16:05:03 +01:00
s-hadinger
f640617232
Merge pull request #13883 from s-hadinger/berry_set_power_arg
Improve set_power_handler
2021-12-01 14:01:36 +01:00
Stephan Hadinger
188d6c86c1 Improve set_power_handler 2021-12-01 13:52:48 +01:00
Theo Arends
5d60365dfb Formalize USE_SONOFF_SPM 2021-12-01 11:21:56 +01:00
pkkrusty
229b772d99
Changed log level of NRG: EnergyTotal to Level 4 vs Level 3
With console log set to level 3, this function prints out the EnergyTotal every second, which makes the console pretty useless for any other debugging work. Makes more sense to me to have it output all that on Level 4.  Still accessible if people want it, but less obtrusive for normal debugging work.
2021-11-30 14:05:40 -08:00
s-hadinger
e951fa9f31
Merge pull request #13874 from perexg/zigbee-serial-reset
ZigBee serial: always initialize RST pins (for TCP serial server)
2021-11-30 22:38:00 +01:00
Jaroslav Kysela
838ac68a84 ZigBee serial: always initialize RST pins (for TCP serial server) 2021-11-30 18:27:13 +01:00
Theo Arends
3535b7543e Add support for GPE Multi color smart light
Add support for GPE Multi color smart light as sold by Action in the Netherlands
2021-11-30 16:03:57 +01:00
Theo Arends
f53e9462b3 Bump version to 10.0.0.4 2021-11-30 15:43:43 +01:00
Theo Arends
f2b98f7da3 Add Xdrv function FUNC_BUTTON_MULTI_PRESSED 2021-11-30 14:55:45 +01:00
Theo Arends
6bd0140dd9 Fix function changeUIntScale edge cases 2021-11-30 12:38:12 +01:00
Theo Arends
20a87186fd
Merge pull request #13834 from lucboudreau/thermo_sensor
Adds some minimal sensor data to the thermostat driver to allow basic…
2021-11-30 10:09:50 +01:00
Theo Arends
79191b32be
Merge pull request #13861 from pcdiem/pwm-dimmer-2
Make sure PWM Dimmer night light stays updated
2021-11-30 10:08:43 +01:00
Theo Arends
a88039ef97
Merge pull request #13870 from Tortue95/development
Tuya: add tuya_allow_dimmer_0 (SetOption131)
2021-11-30 10:07:14 +01:00
s-hadinger
03606b9267
Merge pull request #13868 from s-hadinger/berry_devices_present
Berry add `tasmota.global.devices_present`
2021-11-30 08:29:46 +01:00
Luc Boudreau
7e24f88f79 Adds some minimal sensor data to the thermostat driver to allow basic control by third party. 2021-11-29 18:11:00 -05:00
Stephan Hadinger
a290a1b5de Rename to set_power_handler 2021-11-29 23:29:21 +01:00
Stephan Hadinger
38d834dda9 Add set_power event 2021-11-29 23:21:21 +01:00
Stephan Hadinger
f77f77258f Berry add tasmota.global.devices_present 2021-11-29 23:11:25 +01:00
Tedrick DUFOUR
6cbe0198cc tuya_allow_dimmer_0: edit comment 2021-11-29 22:46:31 +01:00
Stephan Hadinger
46b7347689 Berry limit size of log 2021-11-29 22:34:47 +01:00
Paul C Diem
8632f971ec Make sure PWM Dimmer night light stays updated 2021-11-29 14:53:24 -06:00
Stephan Hadinger
992b11378f Berry allocate logs in PSRAM 2021-11-29 21:51:46 +01:00
Tedrick DUFOUR
0f08b4cbca add tuya_allow_dimmer_0 (SetOption131) 2021-11-29 19:27:09 +01:00
Michael
5b3266e7ca Support for more than 8 matrix devices 2021-11-29 15:27:55 +01:00