Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes from development #19266

Merged
merged 36 commits into from
Aug 5, 2023
Merged

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    c73fd88 View commit details
    Browse the repository at this point in the history
  2. ensure minimum interrupt time (arendst#19211)

    prevent interrupts <30 micro seconds because sometimes see crashes on esp8266.
    esp32 stop of interrupt >30microseconds and < 105microseconds
    stefanbode authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    de3b0a4 View commit details
    Browse the repository at this point in the history
  3. Zigbee decode Aqara 0000/FF01 attribute 03 as Temperature (arendst#19210

    )
    
    * Zigbee decode Aqara 0000/FF01 attribute 03 as Temperature
    
    * Changed to AqaraTemperature
    s-hadinger authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    f2ab3b3 View commit details
    Browse the repository at this point in the history
  4. Four files which used #ifdef EPS8266 instead of #ifdef ESP8266 - whic…

    …h e.g. broke the MFRC522 functionality between 12.5 and 13.x. (arendst#19209)
    msedv authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    fb45e73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e9cd6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c15cfe View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. unsigned overflow fixed (arendst#19221)

    fixed overflow on negative value with dimmer 100%
    stefanbode authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    355b1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    148c1a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Berry bytes get and set work for 3 bytes values (arendst#19225)

    * Berry bytes `get` and `set` work for 3 bytes values
    
    * Fix error message
    s-hadinger authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    80617e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222b476 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    58fce33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df50a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76662ab View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update changelogs

    arendst committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    57fb19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e591ef View commit details
    Browse the repository at this point in the history
  3. Fixing SHUTTERINVERT issues (arendst#19243)

    * fix wrong inverted shutter
    
    * fix inverted shutter for esp32
    stefanbode authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6572f0e View commit details
    Browse the repository at this point in the history
  4. Update changelogs

    arendst committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3964361 View commit details
    Browse the repository at this point in the history
  5. Matter support for large atribute responses (arendst#19252)

    Support for responses (arrays) that do not fit in a single UDP packer
    Do not remove children fabrics
    s-hadinger authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b6129f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    1587bf5 View commit details
    Browse the repository at this point in the history
  2. Update changelogs

    arendst committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    290f37a View commit details
    Browse the repository at this point in the history
  3. Change console height

    Change console height from default 318 pixels to viewport (arendst#19241)
    arendst committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7736ba8 View commit details
    Browse the repository at this point in the history
  4. Save some more code bytes

    arendst committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e2c79b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    732e410 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Zigbee Berry minor fix and cleaning (arendst#19257)

    * Zigbee Berry minor fix and cleaning
    
    * Fix compilation
    s-hadinger authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    362326f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ced65 View commit details
    Browse the repository at this point in the history
  3. Fix console min height

    arendst committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    fc79854 View commit details
    Browse the repository at this point in the history
  4. Fix console Firefox layout

    arendst committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    7c3c385 View commit details
    Browse the repository at this point in the history
  5. Change shutterbutton hold behavior with grouptopic (arendst#19263)

    * skip stop on hold if grouptopic
    
    If shutterbutton is defined with a grouptopic send on HOLD, there is no stop on releasing the button. All shutters will move to defined position
    
    * do not stop on hold release if group submitt
    
    If mqtt broadcast is defined on hold then release the hold button will not anymore stop the local shutter. All shutter will move to defined position
    stefanbode authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    959d105 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab9a519 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c8c7cd View commit details
    Browse the repository at this point in the history
  8. Bump version to v13.0.0.4

    arendst committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    e52c610 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f1bab8 View commit details
    Browse the repository at this point in the history
  10. silence flto warning

    Jason2866 authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    380147d View commit details
    Browse the repository at this point in the history
  11. no IPv6 support (yet)

    Jason2866 authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    3b8a5b5 View commit details
    Browse the repository at this point in the history
  12. Prepare for Arduino v3 / esp-idf v5 2nd batch (arendst#19265) (#350)

    Co-authored-by: s-hadinger <49731213+s-hadinger@users.noreply.github.com>
    Jason2866 and s-hadinger authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    5547724 View commit details
    Browse the repository at this point in the history
  13. Fix Arduino 3.0 envs

    Jason2866 authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    e1175f2 View commit details
    Browse the repository at this point in the history