Search found 5 matches

by SawwaOff
25 Mar 2020, 19:58
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13455

Re: Change Device State

matzeeg3 wrote: 25 Mar 2020, 17:32 Can you post your rule and a part of your life when sending multiple times?
on Relay1#state do
SendToHTTP 192.168.xx.xx,8080,/json.htm?type=command&param=udevice&idx=10&nvalue=[Relay1#state]
timerSet,1,10
endon
by SawwaOff
25 Mar 2020, 17:31
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13455

Re: Change Device State

matzeeg3 wrote: 24 Mar 2020, 21:21 Why you have an interval set it to 0 you don't need it for the switch maybe then it stops sending
I set 0, the relay status is still sent many times
by SawwaOff
24 Mar 2020, 17:53
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13455

Re: Change Device State

Hi for everybody! I need help in devices states send to Domoticz. When I enable sending the state from the Device setting page, status value (1 or 0) sending in Domotics multiple times , while the notification set in Domoticzis constantly triggered and sends a lot of messages with the same status. B...
by SawwaOff
20 Mar 2020, 16:06
Forum: ESP Easy: Software
Topic: Problem with Blynk controller building
Replies: 9
Views: 6177

Re: Problem with Blynk controller building

@SawwaOff: I suggest editing _C015.ini, find this line: String data = parseString(Line, 3, true, false); and change to: String data = parseString(Line, 3); This parsing should return the lower case string, which is the same as the original function call. It compiles (PlatformIO), but if it doesn't w...
by SawwaOff
19 Mar 2020, 20:08
Forum: ESP Easy: Software
Topic: Problem with Blynk controller building
Replies: 9
Views: 6177

Problem with Blynk controller building

Hi, friends! I have a problems with Blink plugin (C015). custom_ESP8266_1M (platform: espressif8266@2.3.2; board: esp01_1m; framework: arduino) Error of building: D:/Arduino projekts/ESPEasy1/ESPEasy/src/_C015.ino:344:49: error: too many arguments to function 'String parseString(const String&, b...