esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
291 stars 34 forks source link

Http_request on idf platform #4934

Open Melkor82 opened 9 months ago

Melkor82 commented 9 months ago

The problem

Since pr [https://github.com/esphome/esphome/pull/3500] is closed web server is now working on idf platform but http_request still trow an error say that does not exist on esp32 idf platform

This feature is incompatible with esp-idf

Which version of ESPHome has the issue?

2021.9.1

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

No response

What platform are you using?

ESP32-IDF

Board

esp32 dev kit

Component causing the issue

http_request

Example YAML snippet

esphome:
  name: test
  platformio_options:
    upload_speed: 512000

esp32:
  board: esp32dev
  framework: 
    type: esp-idf
    version: 5.1.1
    platform_version: 6.4.0

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

web_server:
  port: 80

http_request:
  useragent: esphome/device
  timeout: 10s
  id: http_data

Anything in the logs that might be useful for us?

No response

Additional information

No response

Melkor82 commented 9 months ago

i saw that there is already a pr for it

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.