Search found 230 matches

by megamarco83
09 Oct 2019, 21:48
Forum: ESP Easy: Software
Topic: simulate button pressing of remote control
Replies: 15
Views: 12025

Re: simulate button pressing of remote control

Hi,thanks for reply, but i think that it is not an IR transmitter but a RF transmitter
I see that there is a 2mhz component...
by megamarco83
07 Oct 2019, 11:03
Forum: ESP Easy: Software
Topic: simulate button pressing of remote control
Replies: 15
Views: 12025

Re: simulate button pressing of remote control

ok, thanks. so can you confirm that one example for http command of event should be: http://<espeasyip>/control?cmd=event,TempSetPointDown that's correct? and if i will use mqtt: sudo mosquitto_pub -t /wemos_205/cmd -m TempSetPointDown or sudo mosquitto_pub -t /wemos_205/cmd -m event,TempSetPointDow...
by megamarco83
07 Oct 2019, 09:15
Forum: ESP Easy: Software
Topic: simulate button pressing of remote control
Replies: 15
Views: 12025

Re: simulate button pressing of remote control

I would seriously consider updating the unit to get more functionality = easier rules. But here's my take with older syntax: But please come back here if you decide to update. There's more delicate ways of doing it with latest versions. Hi Griovkillen thanks for help and fast reply. i look your rul...
by megamarco83
04 Oct 2019, 15:58
Forum: ESP Easy: Software
Topic: simulate button pressing of remote control
Replies: 15
Views: 12025

Re: simulate button pressing of remote control

i think that it could now work...but very hard to me to setup a rule...
i think that we need the help of Grovkillen.
hope that he can write the correct rule :-)
by megamarco83
04 Oct 2019, 14:01
Forum: ESP Easy: Software
Topic: simulate button pressing of remote control
Replies: 15
Views: 12025

Re: simulate button pressing of remote control

hi, thanks for explanation but, if i'm not wrong, with this rules, every time that i press a key on my remote control, the rules in first time in rules#timer=1 and then rules#timer=2 in this case, when my remote control is sleeping, it's ok, because first timer wake up teh remote contro, and second ...
by megamarco83
04 Oct 2019, 12:42
Forum: ESP Easy: Software
Topic: simulate button pressing of remote control
Replies: 15
Views: 12025

Re: simulate button pressing of remote control

hi, thanks for explanation. i used timer and i quite understand how to use. for example i use timer1 to update a string in domoticz when i reboot and timer2 for reboot my unit at special time. On System#Boot do //When the ESP boots, do relay to OFF just to be sure PCFgpio,65,1 PCFgpio,66,1 PCFgpio,6...
by megamarco83
04 Oct 2019, 12:28
Forum: ESP Easy: Software
Topic: simulate button pressing of remote control
Replies: 15
Views: 12025

Re: simulate button pressing of remote control

You could store the value in a variable. See "let" command in the documentation: https://espeasy.readthedocs.io/en/latest/Reference/Command.html sorry for asking stupid question, but can you explain a bit more in what way i can store in a variable? you mean to insert a task as" gener...
by megamarco83
04 Oct 2019, 11:57
Forum: ESP Easy: Software
Topic: simulate button pressing of remote control
Replies: 15
Views: 12025

simulate button pressing of remote control

hi, my pellet heater is controlled by a remote control with 4keys: 1) increase flame level 2) increase fan level 3) temperatue set point up 4) temperature set point down i want to control it with domoticz, so i open the remote control and i connect every key to 4 relays. now with domoticz, i control...
by megamarco83
11 Sep 2019, 14:22
Forum: ESP Easy: Software
Topic: AC dimmer adding .ino file
Replies: 0
Views: 7099

AC dimmer adding .ino file

hi, i would like to control an AC 220V light with dimmer and integrate it in domoticz. i would like to use espeasy, but i do not find anything that can dimmer an AC input. i see this: https://github.com/nassir-malik/IOT-AC-Light-Dimmer-With-Alexa and this: https://github.com/xlyric/Domoticz-control-...
by megamarco83
04 Sep 2019, 18:31
Forum: ESP Easy: Hardware
Topic: esp lost connection
Replies: 7
Views: 23736

Re: esp lost connection

hi and thanks for reply.
i'll update to this version.

just a question: i need to select somethin of this option in advance menu?
Immagine11.jpg
Immagine11.jpg (43.87 KiB) Viewed 23724 times
eg: "restart wifi lost connection" what should do?
force wifi no sleep? could help?
periodical send gratuitos ARP could help?

thanks
by megamarco83
04 Sep 2019, 15:01
Forum: ESP Easy: Hardware
Topic: esp lost connection
Replies: 7
Views: 23736

esp lost connection

hi, i have a nodemcu with espeasy build 20190226 every two or three days i lost connection of nodecmu and not respond anymore also http is not responding. the only solution is power off manually and power on again, in this case become working again. it's stressful because happened one a week minimum...
by megamarco83
17 Jul 2019, 16:38
Forum: ESP Easy: Software
Topic: update 1Mb esp8266
Replies: 4
Views: 7276

Re: update 1Mb esp8266

so, if i understand well, if i have a sonoff or esp8266 with 1mb of memory where i flashed a normal build and i would like to update it with a newer version normal build is not possible using OTA, correct?

what are the plugins inside the minimal build?
by megamarco83
17 Jul 2019, 13:11
Forum: ESP Easy: Software
Topic: update 1Mb esp8266
Replies: 4
Views: 7276

Re: update 1Mb esp8266

First 1) then 2) You wouldn't need multiple plugins for the sonoff basic so we have removed the plugins that aren't really needed and called it minimal . ok thanks, but, if need more plugin i can flash 3) after the minimal, or i can't because i will receive the error "not enought" memory?
by megamarco83
17 Jul 2019, 11:30
Forum: ESP Easy: Software
Topic: update 1Mb esp8266
Replies: 4
Views: 7276

update 1Mb esp8266

in the past i experimented that was not possible to update esp8266 device using OTA that has on board 1mb like sonoff devices. in the past i used the ESPEasy_2step_UploaderMega_1024.bin but after that update was not possible to upload the new firmware due to the fact that i received an error of not ...
by megamarco83
29 Jun 2019, 16:09
Forum: ESP Easy: General Discussion
Topic: Problem with ESP32 Flashing
Replies: 15
Views: 26928

Re: Problem with ESP32 Flashing

Hi I am trying to Flash ESP32 with the Zip file uploaded here, and the latest image release ( ESP_Easy_mega-20190301_esp32test_1M8_partition.bin ) it flashes OK and I can connect to Wifi: TSET ESP32_0 , Password: configesp I can ping the esp32 on 192.168.4.1 OK but when I try to browse 192.168.4.1 ...
by megamarco83
25 May 2019, 19:34
Forum: ESP Easy: Software
Topic: ping esp from outside network with DDNS
Replies: 1
Views: 6341

ping esp from outside network with DDNS

hi is it possible to reach one ESP module with espeasy from outside network with for example using a DDNS?
how to do it?
thanks
by megamarco83
19 Apr 2019, 09:21
Forum: ESP Easy: General Discussion
Topic: Rules Example for new feature doubleklick and longpress
Replies: 15
Views: 15997

Re: Rules Example for new feature doubleklick and longpress

yes also with my rules same issue. if i want to have a longpress (state=10) esp activate first a shortpress and then a longress. this is not good because if i want to trigger longpress (longpress) esp active before shorpress and then longpress on B_DOWN#state=0 do Publish domoticz/in,{"command&...
by megamarco83
04 Apr 2019, 15:08
Forum: ESP Easy: General Discussion
Topic: ESP32 on nodemcu flash
Replies: 5
Views: 4149

Re: ESP32 on nodemcu flash

do you have plan to include in you software? :D
by megamarco83
04 Apr 2019, 14:55
Forum: ESP Easy: General Discussion
Topic: ESP32 on nodemcu flash
Replies: 5
Views: 4149

Re: ESP32 on nodemcu flash

ok, thanks!
so what i should use to load the firmware?
thanks
by megamarco83
04 Apr 2019, 13:47
Forum: ESP Easy: General Discussion
Topic: ESP32 on nodemcu flash
Replies: 5
Views: 4149

ESP32 on nodemcu flash

Hi, i have a nodemcu with ESP32
is it possible to flash it with groovkillen software and bin file that are included on last build in github?
thanks
by megamarco83
26 Feb 2019, 14:26
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

If you compile your own fw, you can have enough space to upload the OTA bin. I have already do it with recent Mega without any issues. The issue is after, on the 2d step: after uploading the new fw, the ota bin reboot, and the sonoff basic is frozen. A complet report is here: https://www.letscontro...
by megamarco83
21 Feb 2019, 09:21
Forum: ESP Easy: Software
Topic: mqq instead of http to control pwm
Replies: 13
Views: 8122

Re: mqq instead of http to control pwm

grovkillen wrote: 21 Feb 2019, 05:33 Yes I guess that could be considered a bug. Please open a new issue on GitHub.
open issue #2341
thanks
by megamarco83
20 Feb 2019, 23:33
Forum: ESP Easy: Software
Topic: mqq instead of http to control pwm
Replies: 13
Views: 8122

Re: mqq instead of http to control pwm

With your settings you would need to use this: mosquitto_pub -t domoticz/out/cmd -m PWM,0,400,1900 But that would make all units fetch that command since they all listen to that topic? I'm not familiar with Domoticz enough to help you out but I would first try to change the subscribe topic to %sysn...
by megamarco83
20 Feb 2019, 08:56
Forum: ESP Easy: Software
Topic: mqq instead of http to control pwm
Replies: 13
Views: 8122

Re: mqq instead of http to control pwm

@megamarco83: You should use an MQTT-helper device in which you specify the idx of the device in Domoticz. If you define a dimmer in Domoticz the MQTT-helper even changes pwm according to Domoticz percentage. Screenshot_2019-02-20 wemos_155(1).png i create the device that is named test and i put th...
by megamarco83
20 Feb 2019, 08:49
Forum: ESP Easy: Software
Topic: mqq instead of http to control pwm
Replies: 13
Views: 8122

Re: mqq instead of http to control pwm

Screenshot_2019-02-20 wemos_155.png i set as you suggest the mqtt topic but i'm not able to send mqtt message. i try your suggestion and others try but withou success. name of my esp = wemos_155 this is the shell to listen with commands: sudo mosquitto_sub -F "%U - %t - %p" -v -t 'wemos_1...
by megamarco83
19 Feb 2019, 22:10
Forum: ESP Easy: Software
Topic: mqq instead of http to control pwm
Replies: 13
Views: 8122

Re: mqq instead of http to control pwm

grovkillen wrote: 19 Feb 2019, 21:42 Try this:
need to set somethin in the options?
Screenshot_2019-02-19 wemos155.png
Screenshot_2019-02-19 wemos155.png (34.91 KiB) Viewed 7983 times
Screenshot_2019-02-19 wemos155(1).png
Screenshot_2019-02-19 wemos155(1).png (62.9 KiB) Viewed 7983 times
by megamarco83
19 Feb 2019, 21:51
Forum: ESP Easy: Software
Topic: mqq instead of http to control pwm
Replies: 13
Views: 8122

Re: mqq instead of http to control pwm

hi, i tested but still not working i open two shell in putty 1) just to see what i receive with commands: sudo mosquitto_sub -F "%U - %t - %p" -v -t 'wemos_155' 2)second shell to send commands: sudo mosquitto_pub -t wemos_155/cmd -m PWM,0,400,1900 but if i use that command i see nothing in...
by megamarco83
19 Feb 2019, 21:08
Forum: ESP Easy: Software
Topic: mqq instead of http to control pwm
Replies: 13
Views: 8122

Re: mqq instead of http to control pwm

Commands are the same. See here: https://espeasy.readthedocs.io/en/latest/Reference/Command.html Topically you have this type of subscribed incoming topic: %sysname%/# Given that your units name is Hulk you would command it by sending the commands to this topic: Hulk/cmd sorry but i try this: http ...
by megamarco83
16 Feb 2019, 09:30
Forum: ESP Easy: Software
Topic: longpress action without first have the shortpress action
Replies: 10
Views: 8194

Re: longpress action without first have the shortpress action

thanks, but it was an "old" way to perform the long press that you that you link if i understand well now inside the new fw there are events for long and doubleclick: https://espeasy.readthedocs.io/en/latest/Plugin/P001_Switch.html#p001-switch-page Long press event: If enabled the unit wil...
by megamarco83
16 Feb 2019, 00:44
Forum: ESP Easy: Software
Topic: longpress action without first have the shortpress action
Replies: 10
Views: 8194

longpress action without first have the shortpress action

Hi i have this configuration: 2 relay: relay_kitchen and relay_bathroom 2 wall switch: wall_kitchen and wall_batroom every relay is triggered by it's wall switch shortpress. the wall switch are setted as pushbutton active low the longpress is setted as active only on low the scope is that i want tha...
by megamarco83
13 Feb 2019, 12:38
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

yes, that correct and understandable, but is not possible to create a very small update (like 2 step OTA) to: 1) in one step substitute the current fw installed (espmega) with the smollest one (it will be only a bridge) 2) in second step substitute the little fw bridge installed with update 1mb new ...
by megamarco83
13 Feb 2019, 09:44
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

grovkillen wrote: 13 Feb 2019, 05:38 At some point the size became too small. I suggest adding a bigger memory to it if you plan on updating it often.
the problem is that the device are sonoff basic that has on board only 1mb memory...so that's the problem.
and it's not possibile to add memory to this device :(
by megamarco83
12 Feb 2019, 22:06
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

yes, right, i did in this way for my esp01, but sometimes is hard to reach some esp located in my house
by megamarco83
12 Feb 2019, 21:46
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

so, no way to update OTA the 1mb device with espmega?
by megamarco83
12 Feb 2019, 21:24
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

You load the OTA bin file first and then you load the "real" bin file. Make sure you have everything backuped and documented of the update doesn't work! i try again with unit ESP01 with 1mb memory i have fw espmega release Aug 9 2018 and i load the ESPEasy_2step_UploaderMega_1024.bin from...
by megamarco83
11 Feb 2019, 16:43
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

You load the OTA bin file first and then you load the "real" bin file. Make sure you have everything backuped and documented of the update doesn't work! but between the load of the OTA first bin, and the second load of "real" bin, i have to reboot the ESP or just load the OTA an...
by megamarco83
11 Feb 2019, 14:50
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

Great, just my luck. I use a mix of Mega and B147. I could upgrade, but some units are hidden away and I don't feel like digging them out for this reason. Upgrading OTA does not always work from B147 to Mega, I found out the hard way. Needs a physical USB connection to get things right. So, I am ba...
by megamarco83
01 Feb 2019, 12:31
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

grovkillen wrote: 01 Feb 2019, 12:18 Maybe remove the WifiDisconnect command to see if it's something with that one making it not connect correctly. Or have a wifi connect command in the boot event?
what's the command to put inside the boot event?
by megamarco83
01 Feb 2019, 12:10
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

i wait more than 10 minutes....
the only chace to have the esp alive was remove power and power on again
by megamarco83
01 Feb 2019, 11:12
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

yes, correct it's the web log

i try to refresh the brawser but esp is not responding
by megamarco83
31 Jan 2019, 22:42
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

Then it's the %uptime% is not an event. Try this: On Clock#Time=All,**:** Do If %uptime%>10 WifiDisconnect Reboot EndIf EndOn hi, is now working, the esp is reboot now! thans but i find some issue on reboot...the esp will not connect again :( 182498: WD : Uptime 3 ConnectFailures 0 FreeMem 14176 Wi...
by megamarco83
31 Jan 2019, 15:21
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

Hi yes i wrote wrong "endon" miss the "n" but i try again with this code: On %uptime%=644 do timerSet 1,58 endon on Rules#Timer=1 do WifiDisconnect Reboot endon but esp is not reboot. here the log 38582470: WD : Uptime 643 ConnectFailures 0 FreeMem 14168 WiFiStatus 3 38612461: WD...
by megamarco83
31 Jan 2019, 00:41
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 53570

Re: Reboot inside rules?

i would like to reboot the system after 240min, so i try this code but is not working, why? On %uptime%=240 do timerSet 1,58 endo on Rules#Timer=1 do WifiDisconnect Reboot endon i'm using the latest version of espeasy on nodemcu i see that i reach 240min of uptime and then go to 241min without reboot
by megamarco83
08 Jan 2019, 22:24
Forum: ESP Easy: General Discussion
Topic: esp32 nodemcu flash
Replies: 3
Views: 2733

Re: esp32 nodemcu flash

Hi grovkillen
But you mean to use your tool to flash?
Otherwise what is the tool to flash esp32 and with what parameters?
Thanks
by megamarco83
08 Jan 2019, 21:50
Forum: ESP Easy: General Discussion
Topic: esp32 nodemcu flash
Replies: 3
Views: 2733

esp32 nodemcu flash

Hi, i bought a nodemcu esp32 this one: https://www.aliexpress.com/item/ESP32-ESP-32-Development-Board-Wireless-WiFi-Bluetooth-Dual-Core-CP2104-Filters-Power-Module-2-4GHz/32845423155.html?spm=a2g0s.9042311.0.0.27424c4dcmh61g but i'm not able to flash it i still receive this errors: ######2019-01-07#...
by megamarco83
08 Jan 2019, 21:45
Forum: ESP Easy: Software
Topic: mqq instead of http to control pwm
Replies: 13
Views: 8122

mqq instead of http to control pwm

hi now i'm controlling pmw leds using commands like: http://192.168.0.155/control?cmd=PWM,0,100 http://192.168.0.155/control?cmd=PWM,0,500 http://192.168.0.155/control?cmd=PWM,0,0 etc... now is it possible to move from http to mosquitto? what's are the command that i have to send to esp? thanks so m...
by megamarco83
24 Dec 2018, 09:54
Forum: ESP Easy: Software
Topic: switch relay sending command from another esp
Replies: 3
Views: 2668

Re: switch relay sending command from another esp

Try this: on pulsante155#Switch do if [pulsante155#Switch]>0 SendToHTTP 192.168.0.157,80,/control?cmd=GPIO,14,0 else SendToHTTP 192.168.0.157,80,/control?cmd=GPIO,14,1 endif endon If this not works, you can always use "sendto,unitnum,command" after enabling the same (udp) port in the Adva...
by megamarco83
24 Dec 2018, 01:03
Forum: ESP Easy: Software
Topic: switch relay sending command from another esp
Replies: 3
Views: 2668

switch relay sending command from another esp

Hi, i have n°2 esp ESP 192.168.0.157 has a relay as sitch impunt on GPIO 14 ESP 192.168.0.155 has a wall switch (push button) on GPIO13 how i can use the wall switch to turn on / off the relay on ESP 157? i set a rule: on pulsante155#Switch do if [pulsante155#Switch]=1 SendToHTTP 192.168.0.157,80,/c...
by megamarco83
16 Dec 2018, 21:03
Forum: ESP Easy: General Discussion
Topic: save value on memory also if esp is rebooted
Replies: 3
Views: 2661

Re: save value on memory also if esp is rebooted

I have a pulse sensor to monitoring gas value and i'm looking for total value.
Every time that i reboot or power off sonoff with espeasy i lost the total and the total become zero
How i can prevent that?
Any idea or workaround?