Search found 10 matches
- 25 Jan 2020, 12:15
- Forum: ESP Easy: General Discussion
- Topic: Alexa Emulation support in EasyESP?
- Replies: 2
- Views: 4846
Re: Alexa Emulation support in EasyESP?
Hi, anyone want to try to include Alexa support maybe using the fauxmoESP library. Shouldn't be so difficult but it is outside my knowledge. I could modify any single device to include the faumoESP library but probably the right choice is to create a new controller "alexa", and should not ...
- 02 Mar 2019, 09:41
- Forum: ESP Easy: Software
- Topic: How to send ALL devices status to controller
- Replies: 1
- Views: 2021
How to send ALL devices status to controller
Hi, I would like to Publish (refresh) all devices status to controller with an event or command. As far as I know the simplest way is to create an event in a rule and publish any single device value (i.e) on sendDeviceUpdate do Publish /%sysname%/Device1/Name,[Device1#Name] Publish /%sysname%/Device...
- 23 Dec 2017, 20:37
- Forum: ESP Easy: General Discussion
- Topic: How to reset the RDIF Wiegand code
- Replies: 15
- Views: 19284
Re: How to reset the RDIF Wiegand code
Thanks !!
It works even if the value is not set to 0
(by the way It is set to a different value than the code)
I didn't know the TaskValueSet can be used also on all variables ... I suppose it was just for the Dummy
Regards
Lorenzo
It works even if the value is not set to 0

I didn't know the TaskValueSet can be used also on all variables ... I suppose it was just for the Dummy
Regards
Lorenzo
- 23 Dec 2017, 17:41
- Forum: ESP Easy: General Discussion
- Topic: How to reset the RDIF Wiegand code
- Replies: 15
- Views: 19284
How to reset the RDIF Wiegand code
Hi, I have just connected an RDIF Wiegand device using the EspEasy plugin and everything is ok. I have noticed that the code of the card is memorized on the espeasy Device page and if someone has access to the wifi he can read the code. Is there any way to set the code at 0 after certain time so tha...
- 04 Nov 2017, 09:06
- Forum: ESP Easy: General Discussion
- Topic: How to delete config.dat
- Replies: 10
- Views: 12239
How to delete config.dat
Hi I probably have a corrupted config.dat since the esp is unresponding. I reflash the firmware but the config.dat is still the old one since If I connect to the serial port I can read it. The ESP remain in ST mode and not connecting to the network ... I probably need to delete the config.data but I...
- 21 Oct 2017, 16:12
- Forum: ESP Easy: General Discussion
- Topic: Timer less than 1 sec is possible?
- Replies: 7
- Views: 6788
Re: Timer less than 1 sec is possible? SOLVED
Thanks...Solved!
- 21 Oct 2017, 15:38
- Forum: ESP Easy: General Discussion
- Topic: Timer less than 1 sec is possible?
- Replies: 7
- Views: 6788
Re: Timer less than 1 sec is possible?
Hi thanks, Using httl will complicate a bit the switch status ... Is there any alternative publish message? I tried: /[ESP name]/pulse/2/1/ 300 I doesnt work /[ESP name]/pulse/2 1 300 is just like gpio 2,1 (no pulse) /[ESP name]/pulse/2 1/ 300 is just like gpio 2,1 (no pulse) /[ESP name]/pulse/2 1/3...
- 21 Oct 2017, 13:36
- Forum: ESP Easy: General Discussion
- Topic: Timer less than 1 sec is possible?
- Replies: 7
- Views: 6788
Re: Timer less than 1 sec is possible?
Thanks for your reply.
I rerad the wiki but I was not able to send the pulse command with a openhab switch.
I can send just a gpio 1 or 2
Can you help me?
Thanks
lorenzo
I rerad the wiki but I was not able to send the pulse command with a openhab switch.
I can send just a gpio 1 or 2
Can you help me?
Thanks
lorenzo
- 21 Oct 2017, 13:26
- Forum: ESP Easy: General Discussion
- Topic: Timer less than 1 sec is possible?
- Replies: 7
- Views: 6788
Timer less than 1 sec is possible?
Hi,
I am pretty new with ESPEASY.
I tried to send a pulse command from OpenHab without success to switch a step relay.
So I ad a rule in esp that switch off the gpio after a timer.
The timer can be set in seconds, I would need a 300ms Pulse
Is it possible? and how?
Regards
Lorenzo
I am pretty new with ESPEASY.
I tried to send a pulse command from OpenHab without success to switch a step relay.
So I ad a rule in esp that switch off the gpio after a timer.
The timer can be set in seconds, I would need a 300ms Pulse
Is it possible? and how?
Regards
Lorenzo
- 15 Oct 2017, 10:06
- Forum: ESP Easy: General Discussion
- Topic: Config Parameter lost after reboot
- Replies: 10
- Views: 8686
Config Parameter lost after reboot
HI, I am starting using ESP Easy. As far as now, I have 4 Nodes working. Today I have a strange problem: If I edit the devices in the web mask and they are working but after reboot all the changes are lost and the previous data are back. (i.e. I change che GPIO of a device) I use a wemos d1 mini ......