Skip to content

Bump ESPAsyncWebServer-esphome to v1.2.7#1221

Merged
OttoWinter merged 1 commit intodevfrom
bump-espasyncwebserver
Jul 29, 2020
Merged

Bump ESPAsyncWebServer-esphome to v1.2.7#1221
OttoWinter merged 1 commit intodevfrom
bump-espasyncwebserver

Conversation

@OttoWinter
Copy link
Member

@OttoWinter OttoWinter commented Jul 29, 2020

Description:

Includes esphome/ESPAsyncWebServer#1 :

  • Fixes AsyncEventSource::send()
  • Increases SEE_MAX_QUEUED_MESSAGES to 32 on ESP8266.

Status: Waiting for platformio lib crawler to pick up the change. See https://platformio.org/lib/show/6758/ESPAsyncWebServer-esphome

Related issue (if applicable): fixes esphome/issues#806

Checklist:

  • The code change is tested and works locally.
  • [N/A] Tests have been added to verify that the new code works (under tests/ folder).

@OttoWinter
Copy link
Member Author

Tested with:

.test: &test
  platform: template
  lambda: 'return {"Hello World!"};'

web_server:

text_sensor:
  - <<: *test
    name: Text Sensor 1
  - <<: *test
    name: Text Sensor 2
  - <<: *test
    name: Text Sensor 3
  - <<: *test
    name: Text Sensor 4
  - <<: *test
    name: Text Sensor 5
  - <<: *test
    name: Text Sensor 6
  - <<: *test
    name: Text Sensor 7
  - <<: *test
    name: Text Sensor 8
  - <<: *test
    name: Text Sensor 9
  - <<: *test
    name: Text Sensor 10
  - <<: *test
    name: Text Sensor 11

Result: all 11 text sensors appear on the web server frontend.

@OttoWinter OttoWinter added bugfix dependencies Pull requests that update a dependency file labels Jul 29, 2020
@OttoWinter OttoWinter marked this pull request as ready for review July 29, 2020 10:33
@OttoWinter OttoWinter closed this Jul 29, 2020
@OttoWinter OttoWinter reopened this Jul 29, 2020
@OttoWinter OttoWinter merged commit 8d20465 into dev Jul 29, 2020
@OttoWinter OttoWinter deleted the bump-espasyncwebserver branch July 29, 2020 10:57
This was referenced Jul 29, 2020
@rradar
Copy link
Contributor

rradar commented Jul 30, 2020

Works as expected now 🎉

image

Thank's for this 🍒

rspaargaren pushed a commit to rspaargaren/esphome that referenced this pull request Jul 30, 2020
sashao pushed a commit to sashao/esphome that referenced this pull request Oct 23, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text_sensor values are missing in 1.14.0

2 participants

Comments