Search found 4 matches

by ekrzychoooo
19 Feb 2021, 20:46
Forum: ESP Easy: Software
Topic: Servo control slow gradually
Replies: 10
Views: 7500

Re: Servo control slow gradually

you're right, it will be safer this way
by ekrzychoooo
19 Feb 2021, 20:14
Forum: ESP Easy: Software
Topic: Servo control slow gradually
Replies: 10
Views: 7500

Re: Servo control slow gradually

Hi when I use the command e.g. Servo, 0.12, 170 and then Servo, 0.12.9000 sometimes the servo goes to a random position I watched the waveforms on the oscilloscope and 20210219_195901.jpg I propose to change the code in _P001_Switch.ino switch (event->Par1) { case 1: // IRAM: doing servo stuff uses ...
by ekrzychoooo
24 Jan 2018, 14:48
Forum: ESP Easy: Software
Topic: How send switchcmd=On to Domoticz?
Replies: 2
Views: 2370

Re: How send switchcmd=On to Domoticz?

When I flashing this version : ESP_Easy_v2.0-20180124_normal_ESP8266_1024.bin work OK
When I flashing this version : ESP_Easy_v2.0-20180124_test_ESP8266_1024.bin Does not work properly. Sends "on" instead "On"
Ineed test version because I use a buzzer.
by ekrzychoooo
24 Jan 2018, 00:37
Forum: ESP Easy: Software
Topic: How send switchcmd=On to Domoticz?
Replies: 2
Views: 2370

How send switchcmd=On to Domoticz?

I have rules: On sw0#Switch do SendToHTTP 192.168.0.87,8080,/json.htm?type=command&param=switchlight&idx=22&switchcmd=On endon In Domoticz log: Admin initiated a switch command (22/GAZ/on) It not working. When I send from browser: http://192.168.0.87:8080/json.htm?type=command&param=...