Commit Graph

  • f68ac4377a Fix udisplay positional replacements (#21121) Theo Arends 2024-07-12 14:57:27 +02:00
  • 59de2fd979 Fix udisplay ESP8266 I2C no asterix in config (#21121) Theo Arends 2024-07-12 12:49:00 +02:00
  • 13330eb085
    Berry: add int8 quantisation to Tensorflow lite driver (#21763) Christian Baars 2024-07-11 23:05:47 +02:00
  • 23de275dbe Fix POWCT default calibration Theo Arends 2024-07-11 20:51:53 +02:00
  • 27083e3664
    Bugfix: multiple SHT4x sensors at the same bus, support for SHT40-CD1B (#21755) Jan-David Förster 2024-07-10 18:55:51 +02:00
  • 5df51a9365
    Matter comment code used only by controler (#21752) s-hadinger 2024-07-09 14:01:45 +02:00
  • b56e3c43a8
    Berry improve solidification of bytes (#21751) s-hadinger 2024-07-09 13:19:24 +02:00
  • a3048a0b25
    add support for 4.2 inch epaper display from WeAct Studio (partial up… (#21717) timehlers 2024-07-08 17:25:06 +02:00
  • 105a08dd20 Skip MQTT response if command is prefixed with underscore (#21740) Theo Arends 2024-07-08 16:57:21 +02:00
  • 09b2670c45 Add command `Backlog3` to execute commands without response but rule processing (#21740) Theo Arends 2024-07-08 15:53:15 +02:00
  • 60d0c2208b update changelogs Theo Arends 2024-07-08 13:54:48 +02:00
  • 7cb8a3f968
    Berry: add cam module, img class (#21743) Christian Baars 2024-07-07 19:50:33 +02:00
  • 99374ae45b
    Tasmota Platform 2024.07.10 (#21745) Jason2866 2024-07-07 18:54:29 +02:00
  • 2f62c156f9
    Matter remove longpress announce (#21742) s-hadinger 2024-07-07 09:54:53 +02:00
  • fee5251bd4 Fix universal display power regression (#21726) Theo Arends 2024-07-05 15:30:31 +02:00
  • 363cd8d79e Update changelogs Theo Arends 2024-07-05 11:59:16 +02:00
  • be40830bc0
    Matter support for 'Generic Switch' based on Tasmota Buttons (#21731) s-hadinger 2024-07-04 20:47:32 +02:00
  • 152239c3ac
    Matter simplify code (#21729) s-hadinger 2024-07-04 19:41:53 +02:00
  • 522d7f6ee4
    Berry int64 added low32() and high32() methods, used in Matter (#21728) s-hadinger 2024-07-04 19:19:21 +02:00
  • dfa5b46494 Update changelogs Theo Arends 2024-07-04 16:18:53 +02:00
  • 04a6d5513b Prep serial IDF 5.2 support Theo Arends 2024-07-04 16:04:59 +02:00
  • 843dd17aec
    NeoPool add data validation and statistics (#21721) Norbert Richter 2024-07-04 09:28:01 +02:00
  • 243df3f2cf
    FUNC_BUTTON_PRESSED now contains press_counter encoded in XdrvMailbox.command_code (#21724) s-hadinger 2024-07-03 22:13:50 +02:00
  • a260d334d0
    Matter add ack in attribute response (#21722) s-hadinger 2024-07-03 21:07:28 +02:00
  • b1422ff6b5
    make Tasmota compatible for Arduino espressif32 based on IDF 5.2.2 (#21723) Jason2866 2024-07-03 20:27:18 +02:00
  • 59fc68026b Add Support for Sonoff POWCT Ring (#21131) Theo Arends 2024-07-03 16:31:43 +02:00
  • 9b537d81e0 Fix energy maxpower retry count (#21695) Theo Arends 2024-07-03 13:52:01 +02:00
  • ac011132ee Fix ESP8266 MaxPower edge case Theo Arends 2024-07-03 11:07:59 +02:00
  • 1fd8de6762 Update energy structure Theo Arends 2024-07-02 18:47:55 +02:00
  • 640aabe1b3 Fix ESP32 MaxPowerHold edge case (#21695) Theo Arends 2024-07-02 18:07:53 +02:00
  • 0b54d49181 Refactor TM1621 driver Theo Arends 2024-07-02 17:21:48 +02:00
  • 0e6e4e8949 Prep support Sonoff Pow CT Theo Arends 2024-07-02 11:38:55 +02:00
  • 344fdf94f7 Update changelogs Theo Arends 2024-07-02 10:19:59 +02:00
  • b6c488a883
    Berry bytes.resize() for large sizes (#21716) s-hadinger 2024-07-01 22:53:49 +02:00
  • c8e29dafc6 Changed ESP32 TM1621 number overflow from "9999" to "12E3" (#21131) Theo Arends 2024-07-01 12:31:02 +02:00
  • 2cc785bf20
    Berry FUNC_BUTTON_MULTI_PRESSED event and make FUNC_BUTTON_PRESSED called only on state changes and once per second (#21711) s-hadinger 2024-06-30 21:00:14 +02:00
  • 6842b53425
    Berry FUNC_BUTTON_MULTI_PRESSED event and make FUNC_BUTTON_PRESSED called only on state changes (#21709) s-hadinger 2024-06-30 19:14:32 +02:00
  • 65588b8126 Increase upper limits user entry for energy drivers (#16059) Theo Arends 2024-06-30 17:26:39 +02:00
  • 33062dc839 Refactor energy drivers Theo Arends 2024-06-30 16:58:37 +02:00
  • 171d641092 Update changelogs Theo Arends 2024-06-30 15:38:40 +02:00
  • 8d2d121b6d
    Berry FUNC_ANY_KEY event calling any_key() (#21708) s-hadinger 2024-06-29 22:12:34 +02:00
  • 117eb79953
    Berry refactor IM to detect failed subscription heartbeats (#21706) s-hadinger 2024-06-29 12:27:27 +02:00
  • c58607a5b5
    Berry math.min() and math.max() (#21705) s-hadinger 2024-06-29 10:42:21 +02:00
  • 8a0493b659 Cleanup esp32 energy Theo Arends 2024-06-28 18:04:50 +02:00
  • 8364eca708 Refactor esp32 energy margins entry Theo Arends 2024-06-28 17:51:05 +02:00
  • 271446fd66 Remove obsolete SafePower commands Theo Arends 2024-06-28 14:38:08 +02:00
  • 96a45a6dde Refactor ESP32 energy Theo Arends 2024-06-28 11:12:28 +02:00
  • 3371fde11e Update changelogs Theo Arends 2024-06-28 09:56:55 +02:00
  • 2c03980365
    Berry tasmota.rtc("config_time") (#21703) s-hadinger 2024-06-27 23:13:39 +02:00
  • 621f6f59e1 Fix default power windows Theo Arends 2024-06-27 17:07:08 +02:00
  • 178d42c286 Change ESP32 support for energy margin checks, like `MaxPower2` per phase (#21695) Theo Arends 2024-06-27 16:50:45 +02:00
  • 20d0207890 Update changelogs Theo Arends 2024-06-27 13:30:15 +02:00
  • 97017017a4
    Matter full support of events (#21698) s-hadinger 2024-06-27 00:03:34 +02:00
  • 33225bfabb Update changelogs Theo Arends 2024-06-25 22:58:46 +02:00
  • bf1dace55d Add ESP32 USE_FLOG support (experimental) Theo Arends 2024-06-25 22:52:15 +02:00
  • a38b885275
    esp32 core 3.0.2 Jason2866 2024-06-25 17:33:15 +02:00
  • 0df56eaffa
    Tasmota esp32 platform 2024.06.11 (#21694) Jason2866 2024-06-25 17:00:07 +02:00
  • af1fa724af Fix non-webserver compilation Theo Arends 2024-06-25 16:36:28 +02:00
  • 0bddfad14e
    No Ethernet support for the C2 (#21691) Jason2866 2024-06-25 15:13:16 +02:00
  • aa39e000f7
    add C2 as target for BLE (#21685) Jason2866 2024-06-23 21:44:56 +02:00
  • ddf762b7cc Refactor GPS driver Theo Arends 2024-06-23 17:38:54 +02:00
  • 17ea732753
    Do not abort compile when safeboot firmware can not be downloaded (#21684) Jason2866 2024-06-23 15:01:07 +02:00
  • 25f17d7141 Update changelogs Theo Arends 2024-06-22 14:22:09 +02:00
  • f3dcbdcea9
    FIX: Allow use of UART0 with enabled USB_CDC_CONSOLE (#21496) Roland Praml 2024-06-22 13:17:05 +01:00
  • 904fb01e75 Update changelogs Theo Arends 2024-06-22 14:12:48 +02:00
  • b853886cb7
    Refactor strip_flags.py and add_c_flags.py (#21677) Jason2866 2024-06-22 13:37:20 +02:00
  • c96a48b9e1
    Matter refactor reading of multiple attributes to reduce memory pressure (#21675) s-hadinger 2024-06-22 13:07:49 +02:00
  • 0ea245805b
    Remove entrys in some boards.json (#21676) Jason2866 2024-06-22 13:02:58 +02:00
  • 3701a8cedc Update changelogs Theo Arends 2024-06-22 12:54:08 +02:00
  • 5decd01299
    Matter add copy to Path (#21674) s-hadinger 2024-06-22 10:17:50 +02:00
  • 40fb8fa7df
    Fix Matter resumption final ack (#21673) s-hadinger 2024-06-22 10:15:39 +02:00
  • 9ac4712527
    Matter fix TLV.U8 unsigned encoding (#21672) s-hadinger 2024-06-22 10:10:57 +02:00
  • aa380ea190
    fix tcp server (#21660) gemu 2024-06-21 16:35:20 +02:00
  • d18925897a
    MQTT fix on inverted shutter (#21663) stefanbode 2024-06-21 16:35:05 +02:00
  • 3537d18483
    Update esp8266 platform to 2024.06.10 (#21668) Jason2866 2024-06-20 23:23:53 +02:00
  • fe280fe6aa
    remove compile flag for risc-v MCUs which is only valid for xtensa MCUs (#21665) Jason2866 2024-06-20 16:22:49 +02:00
  • 2115e09839
    Matter show event name in logs (#21649) s-hadinger 2024-06-16 22:18:50 +02:00
  • d15b88f746
    improve parser (#21648) Christian Baars 2024-06-16 20:54:59 +02:00
  • 0d267a546a
    Matter prepare events (#21647) s-hadinger 2024-06-16 18:42:23 +02:00
  • 2ce513f50c
    NeoPool make compiler setting available by user_config_override.h (#21645) Norbert Richter 2024-06-16 17:07:51 +02:00
  • bdfe3524a9
    Matter CASE Sigma1 resumption mode for faster reconnection (#21644) s-hadinger 2024-06-15 23:11:48 +02:00
  • d3f8afed29 Fix GPS_VELOCITY (#18035) Theo Arends 2024-06-15 16:52:42 +02:00
  • 9499211d7d
    Upload Italian language (#21641) bovirus 2024-06-15 15:49:06 +02:00
  • 711e283925
    allow define wifi credentials in pio (#21640) Jason2866 2024-06-15 15:48:24 +02:00
  • 94aded8d5c Update changelogs Theo Arends 2024-06-15 13:59:17 +02:00
  • b16b3859e3
    Matter add FanSpeed255 (#21638) s-hadinger 2024-06-15 13:34:18 +02:00
  • 2cf0eda870
    Matter add Fan support (virtual only) (#21637) s-hadinger 2024-06-15 12:51:08 +02:00
  • 767ac60266
    Fix Matter interverted attributes 0xFFF9 and 0xFFFB (#21636) s-hadinger 2024-06-15 12:20:52 +02:00
  • 342ba2bd44
    Update Italian language (#21635) bovirus 2024-06-15 11:11:42 +02:00
  • 2c1f6b24d3
    Matter add internal debug option (#21634) s-hadinger 2024-06-15 10:56:48 +02:00
  • 0c49262d54 Update changelogs Theo Arends 2024-06-14 22:40:27 +02:00
  • 7cb8c0259d
    Matter support for Rain sensor (#21633) s-hadinger 2024-06-14 18:54:27 +02:00
  • 75c47b6948 Extend command `SetOption147 1` to disable publish of IRReceived MQTT messages (#21574) Theo Arends 2024-06-14 11:23:03 +02:00
  • 9451f20b43 Update changelogs Theo Arends 2024-06-14 10:46:14 +02:00
  • cbff86695f
    replace vars in descriptor + line (#21622) gemu 2024-06-14 10:14:44 +02:00
  • 95f6032d86
    Change NeoPool using temperature as only frequently changing value for NPTeleperiod (#21628) Norbert Richter 2024-06-14 10:14:13 +02:00
  • fe31d84ac6
    add lib_ignore for rtsp lib Jason2866 2024-06-13 21:29:24 +02:00
  • 4fbe3590be
    add TM1638 switches to display build (#21617) Jason2866 2024-06-12 20:23:43 +02:00
  • 6e8e3cc740 Update changelogs Theo Arends 2024-06-12 10:54:17 +02:00
  • 7bde0b89d1 Fix QMP6988 Theo Arends 2024-06-12 10:50:29 +02:00