Search found 6 matches

by darkchris90
28 Aug 2019, 20:59
Forum: ESP Easy: Software
Topic: EspEasy Send state to FHEM
Replies: 5
Views: 6015

Re: EspEasy Send state to FHEM

I thought EspEasy would send the changing of any pin state almost directly to the controller and FHEM uses the event like an interrupt and is not polling? I will try sending a http request when recognizing a state change. Thank you!
by darkchris90
28 Aug 2019, 20:55
Forum: ESP Easy: Software
Topic: Get PWM value in any way
Replies: 15
Views: 7872

Re: Get PWM value in any way

Ah ok, I thought you talked about something in the code, because of the internal variable. I will try it. Thank you!
by darkchris90
27 Aug 2019, 20:43
Forum: ESP Easy: Software
Topic: Get PWM value in any way
Replies: 15
Views: 7872

Re: Get PWM value in any way

Good evening,

thank you for the fast answering. Can you explain the custom event and how to use it?
by darkchris90
27 Aug 2019, 20:40
Forum: ESP Easy: Software
Topic: EspEasy Send state to FHEM
Replies: 5
Views: 6015

Re: EspEasy Send state to FHEM

I send it to a raspberry pi running fhem with fhem http.
by darkchris90
27 Aug 2019, 19:40
Forum: ESP Easy: Software
Topic: EspEasy Send state to FHEM
Replies: 5
Views: 6015

EspEasy Send state to FHEM

Hello again, sorry if I bother you with too many questions, but I did a lot of research and trial and error and didn't find a solution. Here we go. I have connected a motion sensor to the esp8266 running EspEasy. But the time from detecting a motion to fhem reacting to it is around 2 or 3 seconds. I...
by darkchris90
27 Aug 2019, 19:30
Forum: ESP Easy: Software
Topic: Get PWM value in any way
Replies: 15
Views: 7872

Get PWM value in any way

Hi, is it possible to get the current PWM status in the version 20190817? I need it for fhem. In some early versions it was in the state variable but now there is only 0,1,-1 and sometimes -2. Where can I change the source code to get the value? I changed the code on my own and tried to modify the g...