Search found 4 matches
- 24 Aug 2023, 11:53
- Forum: ESP Easy: General Discussion
- Topic: Power up Pin
- Replies: 1
- Views: 906
Power up Pin
I am trying to simply power a Pin of the ESP8266. I thought it would be rather easy, but it does not seem to work for me. My rule: On startup_NAS do logentry,"The power button is now virtually hit. Pin is powered " Publish %sysname%/startup_NAS=1 GPIO,D1,1 timerSet,1,10 //timer 1 set for 1...
- 22 Aug 2023, 11:38
- Forum: ESP Easy: General Discussion
- Topic: Send commands by MQTT to ESPeasy
- Replies: 3
- Views: 3266
Send commands by MQTT to ESPeasy
My aim I want to send commandy by MQTT to my ESP8266. Status ESPeasy is running smoothly. ESP is connected to my MQTT Server and the ESP sends messages by MQTT to the server. I just receive a test message send every X seconds. I can check with MQTT explorer that messages are sent from ESP to the MQT...
- 19 Aug 2023, 10:51
- Forum: ESP Easy: General Discussion
- Topic: Power Pin to ground to switch PC power on
- Replies: 4
- Views: 1662
Re: Power Pin to ground to switch PC power on
Via Home Assistant .... As I said, I want to do it without Homeassistant, but thanks. Maybe better to use WakeOnLan. I do not want to use WakeOnLan because I want to be able to remotely start my server when it freezes. WakeOnLan does not work then. It should be rather easy for someone who knows ESP...
- 18 Aug 2023, 19:48
- Forum: ESP Easy: General Discussion
- Topic: Power Pin to ground to switch PC power on
- Replies: 4
- Views: 1662
Power Pin to ground to switch PC power on
I found a nice project how to switch a pc from remote by hardware switch via ESP8266. I think it should be quite simple. A connection is made by a transistor. So I have to power the transistor to make it connect two cables. In the project, the trigger is activated via home-assistant. I want to be ab...