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

LED不亮 #4

Open
LeePich opened this issue Oct 15, 2022 · 3 comments
Open

LED不亮 #4

LeePich opened this issue Oct 15, 2022 · 3 comments

Comments

@LeePich
Copy link

LeePich commented Oct 15, 2022

感谢大佬的超详细注释助我习得代码原理,成功让一个ESP32能分别唤醒两台设备了。
用大佬的代码,我的设备上指示LED一直不亮,
根据别的代码对比,需要在188行初始化里加入 pinMode(LED_BUILTIN, OUTPUT); 才能工作,
然后我的设备上,HIGH是亮,LOW是灭,
不知道是因为设备差异就我这样,还是库的版本不同导致的
#LeePich@361df1e

@tty228
Copy link
Owner

tty228 commented Oct 27, 2023

大概可能是我写错了,好久没玩单片机了,没什么印象了
现在用的 Home Assistant 做唤醒

@Daniel011011
Copy link

之前也用的这个项目,现在也是用的HA,想问下homeassistant关机是怎么处理的。

我现在是开机用的WOL关机用的是电脑端Airytec Switch Off,HA关机的时候访问本地端口。不知道有没有更好的解决方法

@tty228
Copy link
Owner

tty228 commented Oct 30, 2023

之前也用的这个项目,现在也是用的HA,想问下homeassistant关机是怎么处理的。

我现在是开机用的WOL关机用的是电脑端Airytec Switch Off,HA关机的时候访问本地端口。不知道有没有更好的解决方法

能用就别折腾了,我关机还是用的这个,开机还是用的网络唤醒,虚拟机的话,用的 proxmoxve 集成

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants