Search found 20 matches

by danielchagasrs
24 Oct 2019, 15:52
Forum: ESP Easy: General Discussion
Topic: Problem with ESP32 Flashing
Replies: 15
Views: 26849

Re: Problem with ESP32 Flashing

I recently got a few ESP32 modules to replace several ESP8266, but I can't upgrade it. I flashed the available bin (R20100) from https://www.letscontrolit.com/wiki/index.php/ESPEasy32 , but when I flash newer binaries (ESP_Easy_mega-2019XXXX_esp32test_1M8_partition), the device bricks and wont boot....
by danielchagasrs
10 May 2017, 17:39
Forum: ESP Easy: Hardware
Topic: Sonoff reflect state of button to Domoticz
Replies: 28
Views: 31330

Re: Sonoff reflect state of button to Domoticz

I've used the settings you recommend for "Momentary". Situation is that relay changing 0/1 based on "Momentary" in espeasy, but not reflecting status in domoticz. Really appreciate your help and If possible to make sharing screen session, then I will let you know when available....
by danielchagasrs
10 May 2017, 02:20
Forum: ESP Easy: Hardware
Topic: Sonoff reflect state of button to Domoticz
Replies: 28
Views: 31330

Re: Sonoff reflect state of button to Domoticz

Thanks, I´ve tried following but without success. If understand correctly then send to http should switch relay domoticz switch on/off according to momentary button. on Momentary#Switch do sendtohttp,192.168.0.106,8080,/json.htm? param=switchlight&type=command&idx=8&switchcmd=Toggle end...
by danielchagasrs
08 May 2017, 12:37
Forum: ESP Easy: Hardware
Topic: Sonoff reflect state of button to Domoticz
Replies: 28
Views: 31330

Re: Sonoff reflect state of button to Domoticz

I can't send a picture now, but the settings for the device "momentary" should be: Send boot state = no Send data = no Idx = any number (You won't create a virtual switch associated to the push buttom. You just create a switch for the light/relay. Since it wont send data to any domoticz vi...
by danielchagasrs
08 May 2017, 12:28
Forum: ESP Easy: Hardware
Topic: Sonoff reflect state of button to Domoticz
Replies: 28
Views: 31330

Re: Sonoff reflect state of button to Domoticz

on cozinha_btn_luz#Switch do sendtohttp,192.168.25.150,8888,/json.htm?param=switchlight&type=command&idx=76&switchcmd=Toggle endon This is my rule, exactly as it is in espeasy, and it works perfectly. (Cozinha=kitchen and Luz=light) You dont need if/else/endif or any other statements. Ju...
by danielchagasrs
08 May 2017, 12:22
Forum: ESP Easy: Hardware
Topic: Sonoff reflect state of button to Domoticz
Replies: 28
Views: 31330

Re: Sonoff reflect state of button to Domoticz

Remove events lamp on and lamp off...

You are sending 2 commands to that same device...
Remove de if/endif session and leave only the sendtohttp.
by danielchagasrs
08 May 2017, 01:10
Forum: ESP Easy: Software
Topic: Sendtohttp - domoticz json
Replies: 13
Views: 23108

Re: Sendtohttp - domoticz json

vojtishek wrote: 07 May 2017, 22:03 Hi guys,
could you please advise If I can use that in situation related to my post below
https://www.letscontrolit.com/forum/vie ... 687#p15687

I'm newbie in using scripts so any help more than appreciated.

Thanks
V.
Ok, replied there.
by danielchagasrs
08 May 2017, 01:09
Forum: ESP Easy: Hardware
Topic: Sonoff reflect state of button to Domoticz
Replies: 28
Views: 31330

Re: Sonoff reflect state of button to Domoticz

just use Sendtohttp with Toggle option... so, it wont care about the switch real status. It will only change it to oposite state. If it's on, then it will turn it off. If it's off, it will turn it on. Simple and efficient. I'm using this settup for a time. I can turn on the living room light from a ...
by danielchagasrs
04 Feb 2017, 21:24
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 49050

Re: RF 433 plugin for KAKU in the playground

data wrote:Here's an image I am using on a 4M Wemos mini D1 with Kaku and some other 433MHz related plugins. The analog input configured to measure supply voltage.

download at http://tinydevices.de/esp-easy-firmware/

Thank you. :)
by danielchagasrs
03 Feb 2017, 23:34
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 49050

Re: RF 433 plugin for KAKU in the playground

Can't compile... Always getting errors...

Does anybody could upload the compiled image and share the download link?
I'm using 4M ESP modules.

Thanks.
by danielchagasrs
29 Jan 2017, 01:35
Forum: ESP Easy: Software
Topic: Sendtohttp - domoticz json
Replies: 13
Views: 23108

Re: Sendtohttp - domoticz json

I tried something, and it worked fine. Just invert the commands, and put "param" as the first item, without the "&". Normal way ("&param" gets replaced): /json.htm?type=command&param=switchlight&idx=174&switchcmd=On Inverted way (working fine): /json...
by danielchagasrs
29 Jan 2017, 01:20
Forum: ESP Easy: Software
Topic: Sendtohttp - domoticz json
Replies: 13
Views: 23108

Re: Sendtohttp - domoticz json

I updated to 147, and still have the same problem (&param gets replaced by a symbol) and the command doesnt work.
by danielchagasrs
29 Jan 2017, 01:19
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 49050

Re: RF 433 plugin for KAKU in the playground

I am pretty sure, you haven't downloaded the source code for this plugin but instead a website. Yeah, I noticed that right after I posted the question... but, downloading the raw code or even downloading the entire zip didn't work. I tried about 5 plugins, and all (except one) returns different err...
by danielchagasrs
21 Jan 2017, 02:15
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 49050

Re: RF 433 plugin for KAKU in the playground

I downloaded R148, put the plugin together with other INO files, copied libraries and tryed to compile, but it returned several errors... I wont paste all LOG, because it's too long: _P199_RF443_KaKu:22: error: stray '\302' in program <title>ESPEasyPluginPlayground/_P199_RF443_KaKu.ino at master · ...
by danielchagasrs
13 Jan 2017, 15:51
Forum: ESP Easy: Software
Topic: Sendtohttp - domoticz json
Replies: 13
Views: 23108

Re: Sendtohttp - domoticz json

No solution yet for the "&param" replacement problem?
And the Publish domoticz/in doesn't work for me either. I'd like to use mqtt to update a contact switch (it's a read only switch, used for reed sensors, and only updates with the "udevice" command on json/domoticz)
by danielchagasrs
11 Jan 2017, 22:35
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 49050

Re: RF 433 plugin for KAKU in the playground

Does it work with those cheap chinese 433 TX from aliexpress?
by danielchagasrs
11 Jan 2017, 00:23
Forum: ESP Easy: General Discussion
Topic: Help connecting a PIR and or pushbutton
Replies: 3
Views: 4130

Re: Help connecting a PIR and or pushbutton

I had a PIR connected to GPIO0, but the behavior was erratic, full of false positives... Since Domoticz had an event to turn on a light, associated with 2 other devices (a door contact and a LDR input), you can imagine the result at night, when the lux was low... The light was going nuts, blinking h...
by danielchagasrs
09 Jan 2017, 21:19
Forum: ESP Easy: Projects / Applications
Topic: Switch value not updating when operated from Domoticz
Replies: 12
Views: 18253

Re: Switch value not updating when operated from Domoticz

I just had an idea, and it worked for me... maybe it's not the best solution, but it's simple and works fine. ======================== on kitchen_btn#Switch do if [kitchen_light#Switch]=0 gpio,14,0 else gpio,14,1 endif endon ======================== It's a very basic toggle event... Before this, I t...
by danielchagasrs
09 Jan 2017, 20:37
Forum: ESP Easy: Projects / Applications
Topic: Switch value not updating when operated from Domoticz
Replies: 12
Views: 18253

Re: Switch value not updating when operated from Domoticz

I spent hours trying, but no matter what I change, I'm always stuck with the problem of having to press the button twice, when triggerd by domoticz. Here is my setup at this time: << DOMOTICZ: >> kitchen dummy switch, IDX 76 actions: On: http://192.168.25.156/control?cmd=event,kitchenon Off: http://...