Here the github Issue I was referring to
https://github.com/letscontrolit/ESPEasy/issues/2757
Search found 13 matches
- 28 Nov 2021, 12:14
- Forum: ESP Easy: Software
- Topic: Wifi Reconnect: Will Update to 2.0 help?
- Replies: 3
- Views: 5658
- 28 Nov 2021, 10:38
- Forum: ESP Easy: Software
- Topic: Wifi Reconnect: Will Update to 2.0 help?
- Replies: 3
- Views: 5658
Wifi Reconnect: Will Update to 2.0 help?
Hello, I have an ESP8266 running ESP_Easy_mega-20180524_normal_ESP8266_1024.bin. The only thing it does is to set the PWM of one Pin according to a value that I send by MQTT. But it took me quite a while to figure that out.... Now, I have the problem, that the wifi connection is instable. RSSI is -8...
- 29 Jan 2021, 17:20
- Forum: ESP Easy: Software
- Topic: Report GPIO PWM change
- Replies: 3
- Views: 3721
Re: Report GPIO PWM change
Hello, thanks for your reply. I tried monitor,14 . But that does not work, although the documentation says it should: https://espeasy.readthedocs.io/en/latest/Reference/Command.html Monitor,<GPIO> GPIO: 0 … 16 In fact, it should be: Monitor,GPIO,<GPIO> GPIO: 0 … 16 I think. But then, this may create...
- 25 Jan 2021, 09:54
- Forum: ESP Easy: Software
- Topic: Report GPIO PWM change
- Replies: 3
- Views: 3721
Report GPIO PWM change
Hello,
I am sending commands to my ESPEasy via http:
e.g. PWM,14,307
I want to switch to MQTT for this and I think I'll manage.
But can I also get a feedback via MQTT?
I would like the current PWM value of GPIO reported via MQTT on change or on a regular basis. Is that possible?
Regards,
Hendrik
I am sending commands to my ESPEasy via http:
e.g. PWM,14,307
I want to switch to MQTT for this and I think I'll manage.
But can I also get a feedback via MQTT?
I would like the current PWM value of GPIO reported via MQTT on change or on a regular basis. Is that possible?
Regards,
Hendrik
- 09 Sep 2018, 12:34
- Forum: ESP Easy: Software
- Topic: trigger Rule via MQTT
- Replies: 5
- Views: 4904
Re: trigger Rule via MQTT
Hello,
thanks. I've been there as well.
On that page I see how to activate/deactivate rules.
But I do not see how to *trigger* a rule.
Do I need to trigger an event for that?
Greetings,
Hendrik
thanks. I've been there as well.
On that page I see how to activate/deactivate rules.
But I do not see how to *trigger* a rule.
Do I need to trigger an event for that?
Greetings,
Hendrik
- 08 Sep 2018, 16:48
- Forum: ESP Easy: Software
- Topic: trigger Rule via MQTT
- Replies: 5
- Views: 4904
Re: trigger Rule via MQTT
I do not know, which wiki page you refer to.
I studied this one:
https://www.letscontrolit.com/wiki/inde ... rial_Rules
Here, only the opposite direction (espeasy sends) is mentioned.
I studied this one:
https://www.letscontrolit.com/wiki/inde ... rial_Rules
Here, only the opposite direction (espeasy sends) is mentioned.
- 08 Sep 2018, 16:01
- Forum: ESP Easy: Software
- Topic: trigger Rule via MQTT
- Replies: 5
- Views: 4904
trigger Rule via MQTT
Hello, I am trying to trigger this rule on shpy#HintertuerZiel=1 do Publish %sysname%/setze15,1 gpio,15,1 delay 100 gpio,15,0 delay 500 gpio,15,1 endon Via the openhab-mqtt controller. I use this command: mosquitto_pub -h 192.168.177.3 -m "1" -t Hintertuer/shpy/HintertuerZiel mosquitto_sub...
- 04 Jun 2018, 21:45
- Forum: ESP Easy: Software
- Topic: GPIO after Sleep
- Replies: 1
- Views: 3710
GPIO after Sleep
Hello, I am using this Rule on shpy#HintertuerZiel=1 do Publish %sysname%/setze,1 gpio,15,1 delay 100 gpio,15,0 endon on shpy#HintertuerZiel=0 do Publish %sysname%/setze,0 gpio,13,1 delay 100 gpio,13,0 endon and deep-sleep. shpy#HintertuerZiel is set/triggered by MQTT. The rule is executed and I see...
- 02 Jun 2018, 17:15
- Forum: ESP Easy: Software
- Topic: SleepMode and Poll Information
- Replies: 4
- Views: 3902
Re: SleepMode and Poll Information
Hello, it works! Here the steps: 1) create an MQTT Controller under "Controllers" 2) create an MQTT input under "Hardware" MQTT_Input.PNG 3) create a Rule on shpy#HintertuerZiel=1 do Publish %sysname%/setze,1 gpio,15,1 delay 100 gpio,15,0 endon on shpy#HintertuerZiel=0 do Publish...
- 02 Jun 2018, 13:29
- Forum: ESP Easy: Software
- Topic: SleepMode and Poll Information
- Replies: 4
- Views: 3902
Re: SleepMode and Poll Information
Hello, my project to add WiFi to a SmartLock that is Bluetooth only (too low range). I want to lock the door when going to bed. It does not need to be real-time. The Lock is battery-powered. If I could make the ESP run with very low power, I could avoid cables. For this, the ESP needs to check an MQ...
- 01 Jun 2018, 08:15
- Forum: ESP Easy: Software
- Topic: SleepMode and Poll Information
- Replies: 4
- Views: 3902
Re: SleepMode and Poll Information
I would be happy about every answer. Even a "no" 

- 29 May 2018, 21:27
- Forum: ESP Easy: Software
- Topic: SleepMode and Poll Information
- Replies: 4
- Views: 3902
SleepMode and Poll Information
Hello,
I would like to use deep sleep, but my usecase is not to send sensor data to a server, but rather polling information from a server and depending on the status setting a GPIO.
Is that possible?
Regards,
Hendrik
I would like to use deep sleep, but my usecase is not to send sensor data to a server, but rather polling information from a server and depending on the status setting a GPIO.
Is that possible?
Regards,
Hendrik
- 26 May 2018, 15:58
- Forum: ESP Easy: Hardware
- Topic: 1-Wire IButton
- Replies: 15
- Views: 18055
Re: 1-Wire IButton
Hello,
I have just created a pull request for the IButtons.
https://github.com/letscontrolit/ESPEasy/pull/1468
Greetings,
Hendrik
I have just created a pull request for the IButtons.
https://github.com/letscontrolit/ESPEasy/pull/1468
Greetings,
Hendrik