Search found 40 matches

by miralant
07 Feb 2021, 16:47
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

Thanks for your help.

I only had created the Domoticz MQTT Helper not the Switch input. That's why return stat does not work I think.

really thanks!
by miralant
06 Feb 2021, 19:27
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

That's exactly what I did.
When I click on the dummy device in domoticz (Switch), the GPio is set to 1 (and Relay click :mrgreen: ).
But when the timer sets GPio to 0, in domoticz the switch does not change state.
by miralant
06 Feb 2021, 19:06
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

Hi, Just to add new technology to my domoticz and acquire new skills :), I've mount MQTT server (mosquitto) and connects my espeasy to domoticz with MQTT. It works like a charm but i've a question :) My rules is like that : on System#Boot do Monitor GPIO,0 endon on GPIO#0=1 do timerSet,1,5 // Set ti...
by miralant
27 Dec 2020, 08:26
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

works like a charm by pusching credentials to json.

Thanks for your help
by miralant
24 Dec 2020, 13:11
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

Yes, I've credentials to access to front of Domoticz. But to access to json, I'm not sure. I remember that I've sh where I push credentials in url (for IFTTT). I dont know why but I was thinking that from local (192.168.x.x) it will need no credentials :oops: . Just a question, concerning credential...
by miralant
24 Dec 2020, 12:04
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

let me gave us more information. when I launch : http://domoticz:8080/json.htm?type=command&param=switchlight&idx=88&switchcmd=On > my switch is set to ON on the rules : On Rules#Timer=1 do GPIO,0,0 SendToHTTP domoticz,8080,/json.htm?type=command&param=switchlight&idx=88&swit...
by miralant
23 Dec 2020, 21:15
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

I apologies :) It works !! So, I've try to add a return status to domoticz by calling API. SendToHTTP domoticz,8080,/json.htm?type=command[b]&para[/b]m=switchlight&idx=88&switchcmd=On >> 12584300: ACT : SendToHTTP domoticz,8080,/json.htm?type=command[b]¶[/b]m=switchlight&idx=88&...
by miralant
23 Dec 2020, 21:06
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

12584300: ACT : SendToHTTP domoticz,8080,/json.htm?type=command[b]¶[/b]m=switchlight&idx=88&switchcmd=On but something goes wrong, &param is not correctly sends to http. If you got this log from the web-interface: Nothing is going wrong, that's just the web-log page doing its 'thing' re...
by miralant
23 Dec 2020, 20:40
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

I apologies :) It works !! So, I've try to add a return status to domoticz by calling API. SendToHTTP domoticz,8080,/json.htm?type=command[b]&para[/b]m=switchlight&idx=88&switchcmd=On >> 12584300: ACT : SendToHTTP domoticz,8080,/json.htm?type=command[b]¶[/b]m=switchlight&idx=88&s...
by miralant
16 Dec 2020, 19:43
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

I've update firmware to Build:⋄ 20111 - Mega System Libraries:⋄ ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(38a443e), LWIP: 2.1.2 PUYA support Git Build:⋄ Plugin Count:⋄ 46 [Normal] Build Origin: Travis Build Time:⋄ Nov 30 2020 00:37:49 Binary Filename:⋄ ESP_Easy_mega_20201130_normal_ESP8266_1M Build...
by miralant
14 Dec 2020, 08:47
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

of course.

Is there a specific build for Puya version ? I remember that it was a specific for R120.
by miralant
13 Dec 2020, 19:09
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

Thanks, I've activate rules menu and try : on System#Boot do Monitor GPIO,0 endon on GPIO#0=1 do timerSet,1,20 // Set timer to 20 seconds endon On Rules#Timer=1 do GPIO,0,0 endon But nothing happens after 20s switching ON GPIO0 and nothing in logs (only "694884 : WD : Uptime 11 ConnectFailures ...
by miralant
11 Dec 2020, 19:31
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

ok, I think I inderstand but I'm a little bit lost.

1. GPIO change state 0 to 1

Code: Select all

How catch 0 to 1 change ?
timerSet,1,1200
2. launch 20 min timer
3. event end of timer => GPIO = 0

Code: Select all

on Rules#Timer=1 do
 GPIO,0,0
endon
tks
by miralant
07 Dec 2020, 09:05
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

Re: "watchdog" relay

There are several ways to do it (all requiring a fairly recent build) By far the simplest one: Change your command from "gpio" to "longpulse" See: https://espeasy.readthedocs.io/en/latest/Reference/Command.html?highlight=longpulse Another option using rules: First add monitoring...
by miralant
06 Dec 2020, 15:15
Forum: ESP Easy: Software
Topic: "watchdog" relay
Replies: 26
Views: 15569

"watchdog" relay

Hi, Currently I use espeasy on ESP01 to manage relay card. I want to create a rules who can switch off my relay after 20min for example whatever the state of the relay. ex : My domoticz call : http://192.168.1.23/control?cmd=gpio,0,1 >>timer is set ON at 20min. At the end of the timer, the event set...
by miralant
23 Sep 2019, 13:43
Forum: RFLink: French support forum
Topic: RFLink RTS problème appairage
Replies: 7
Views: 18416

Re: RFLink RTS problème appairage

Arbani wrote: 23 Sep 2019, 12:17 Vous avez réussi à le faire finalement ?
Non, j'ai abandonné n'ayant qu'un seul volet en RTS :?
by miralant
07 Aug 2018, 14:01
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

OK thanks miralant. problem is that the temp value is 15 degrees celcius above the real temp. Thats a big difference between the +/- 2 degrees they should differ. Did you just replace the DHT11 on the board and reuse the board where the ESP-01 is put on? yes exactly DHT22 is connected on the same b...
by miralant
07 Aug 2018, 13:44
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

koffie wrote: 07 Aug 2018, 13:41 Hi,

I've the same issue, high vaules of both temperature and humidity.
Also the output is changing, but not as you would expect.
Did someone solve this?
I've remove (5cm far ESP) and replace DHT11 by DHT22. now it works properly.
by miralant
13 Jun 2018, 17:52
Forum: RFLink: Development and announcements
Topic: RFLink Wifi ESP
Replies: 8
Views: 29782

Re: RFLink Wifi ESP

stephenrichardson wrote: 13 Jun 2018, 11:51 Have you found such information? Because I need it too and can't find solution
not really, I've found some informations but not from official website :?

http://www.domoticz.com/forum/viewtopic ... 7&start=20
by miralant
12 May 2018, 18:29
Forum: RFLink: French support forum
Topic: RFLink RTS problème appairage
Replies: 7
Views: 18416

Re: RFLink RTS problème appairage

Je suis au courant pour les frequences mais les tests de certains semblent être concluant en étant en champs proche. Je vais finir par faire de même et monter un 2nd RF link pour mes rts.
by miralant
12 May 2018, 18:27
Forum: RFLink: Hardware Related discussions
Topic: Issue Pairing RTS
Replies: 7
Views: 16038

Re: Issue Pairing RTS

Hi,

Please let me know if you have find something with my scripts.

Thanks
by miralant
01 May 2018, 19:36
Forum: RFLink: Hardware Related discussions
Topic: Issue Pairing RTS
Replies: 7
Views: 16038

Re: Issue Pairing RTS

Stuntteam wrote: 30 Apr 2018, 12:44 Make a debug log of your original remote..
Push the up/down/my buttons
Put the debug data in a mail to me (frankzirrone@gmail.com)
Done, thanks for your help
by miralant
30 Apr 2018, 11:56
Forum: RFLink: Hardware Related discussions
Topic: Issue Pairing RTS
Replies: 7
Views: 16038

Re: Issue Pairing RTS

Stuntteam wrote: 30 Apr 2018, 11:51Just retry..?
You want that I retry the pairing method (I've retry more than 10 times :? ) ?

and it's always the same. Number saved in EEPROM is not the number pushed for the pairing
by miralant
30 Apr 2018, 10:16
Forum: RFLink: Hardware Related discussions
Topic: Issue Pairing RTS
Replies: 7
Views: 16038

Re: Issue Pairing RTS

or just someone knows why I have

Code: Select all

RTS Record: 3 Address: 0F0F0F RC: 0413
instead of 412 ?

Thanks
by miralant
30 Apr 2018, 09:26
Forum: RFLink: Development and announcements
Topic: RFLink Wifi ESP
Replies: 8
Views: 29782

RFLink Wifi ESP

Hi Team, It looks like possible to setup RFLink with an ESP01 to connect it through wifi instead of USB to the Pi. So I'm looking to the offcial wiring but nothing is explained. http://www.rflink.nl/blog2/wiring The wifi version is not supported by the team ? Do you have a tutorial/wiring plan to se...
by miralant
26 Apr 2018, 08:46
Forum: RFLink: Hardware Related discussions
Topic: Issue Pairing RTS
Replies: 7
Views: 16038

Issue Pairing RTS

Hi, Basically, I have a DIY RFLink at 433,920 > FS1000A and RXB6 (most of my devices are chacon module). After reading some topics, it looks like nevertheless possible to use it iwth Somfy RTS (but it needs to be close to the receiver). So I've try to pair it at 1m of the somfy RTS but it soesn't wo...
by miralant
24 Apr 2018, 15:21
Forum: RFLink: French support forum
Topic: RFLink RTS problème appairage
Replies: 7
Views: 18416

RFLink RTS problème appairage

Bonjour à tous, Je dispose d'un RFLink maison en 433,920. Aux lectures trouvée sur le net, il semble envisageable de l'utiliser avec le RTS (SMOOVE Origine RTS) en étant assez proche du volet roulant. Je me suis donc mis proche du bloc volet (2m) et suivi la procédure d'appairage mais sans succès :(...
by miralant
22 Apr 2018, 18:10
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

In fact I think the design of the board is stupid. The DHT11 measure the température of the ESP-01. I will try do dismount DHT11 and solder it on the other side of the PCB.
by miralant
22 Apr 2018, 12:46
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

papperone wrote: 22 Apr 2018, 09:59 DHT11 (specially chnese clones) are not famous for their accuracy....
At this point...it's not famous....it's non-functionnal !
by miralant
21 Apr 2018, 22:35
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

So i've uploaded firmware but temperature is really strangely hight!
Screenshot_Chrome_20180421-223153.png
Screenshot_Chrome_20180421-223153.png (127.82 KiB) Viewed 14866 times
by miralant
20 Apr 2018, 15:54
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

ok thanks.

I'll try to setup with the new firmware. Thanks for your help
by miralant
20 Apr 2018, 12:09
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

so I have to use
ESP_Easy_mega-20180420_dev_ESP8266PUYA_1024.bin

Thanks
by miralant
20 Apr 2018, 09:23
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

Yes, you're right. It's a Puya version. So wath should I do ? There is a specific version of ESPeasy to load ? Thanks Yep, there is a special build for nodes with PUYA flash chips. It has "puya" in the filename. Puya version are only in pre-release (probably soon in stable) ? what is the ...
by miralant
19 Apr 2018, 22:29
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

Yes, you're right. It's a Puya version.
So wath should I do ? There is a specific version of ESPeasy to load ?
Thanks
by miralant
19 Apr 2018, 13:29
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

ok, puya version is an ESP-01 with puya parts.

I have to check on the module.
by miralant
19 Apr 2018, 12:41
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

puya ?
by miralant
19 Apr 2018, 10:50
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Re: Issue DHT11 ESP-01

Nobody uses this kind of module ?
by miralant
13 Apr 2018, 13:48
Forum: ESP Easy: Hardware
Topic: Issue DHT11 ESP-01
Replies: 21
Views: 15935

Issue DHT11 ESP-01

Hi, I've buy the module bellow on ALI. Capture.PNG I've loaded EspEasy R120 on the ESP-01 with my FTDI. It works perfectly, I can connect it on my wifi network. I've try to setup my device with DHT11 but i've NaN value for the 2 measurements. I've measured with scope on pin 2 of DHT11 and it still h...
by miralant
06 Apr 2018, 16:41
Forum: RFlink: General Discussions
Topic: No TX RFlink > troubleshooting
Replies: 3
Views: 4712

Re: No TX RFlink > troubleshooting

Hi, I've tried your command and it works. There is something on the spectrum analyser. Not fully on the same frequency (strange :o ), but there is something. I've probably miss something on how Rflink works. I thought thant we can stupidly resend the received frame. It's not probably the frame. I'll...
by miralant
06 Apr 2018, 08:24
Forum: RFlink: General Discussions
Topic: No TX RFlink > troubleshooting
Replies: 3
Views: 4712

No TX RFlink > troubleshooting

Hi, I've try to build my own RFLink but I'm facing issues with transmission. Just to sumarise :D I've uploaded the latest firmware in the arduino and realise the wiring (Mega 2560 + RXB6 + FS1000A). I launch RFLinkLoader.exe and start serial port logging. 20;00;Nodo RadioFrequencyLink - RFLink Gatew...