esphome / esphome/feature-requests
Add http_request support to LibreTiny platform
- Dominant language
- No language data
- Stars
- 450
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the problem you have/What new integration you would like**
Add http_request support to LibreTiny platform, in the same way as esp8266
**Please describe your use case for this integration and alternatives you've tried:**
Make any http request with a LibreTiny device
**Additional context**
Since LibreTiny support was added to ESPHome on 2023.9, I would like to use the http_request component on a LibreTiny device.
The HTTPClient library is implemented on LibreTiny : https://docs.libretiny.eu/ltapi/class_h_t_t_p_client/
Since the arduino esp32 implementation of http_request uses the Arduino HTTPClient library too, is it as simple as adding the LibreTiny platform to init.py ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the existing ESP8266 and Arduino ESP32 http_request implementations, then inspect the platform registration in init.py. Check the LibreTiny HTTPClient documentation linked in the issue and verify that the component builds for LibreTiny and can make an HTTP request on a supported device.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arduino
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100