9
53
280
中级会员
yybl 发表于 2023-10-10 10:31 参考:https://esphome.io/components/http_request 我们日常用浏览器访问都是get 操作需要用put才会执行
import requests url = 'http://esp8266-http-request.local/light/esp8266-http-request_lt1/toggle' response = requests.put(url) print(response.status_code) print(response.text)
使用道具 举报
3
321
2895
论坛积极会员
yybl 发表于 2023-10-10 10:37 reuqest 多次,你得排除是不是网络原因导致无法快速访问设备。 1、试试配置固定ip,通过IP直接通讯。 2、 ...
14
141
1004
论坛技术达人
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian
GMT+8, 2024-11-26 16:45 , Processed in 0.334234 second(s), 27 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.