Search found 64 matches

by kenkoknz
06 Aug 2018, 00:21
Forum: ESP Easy: Hardware
Topic: PCA9685 works with leds but not with servos
Replies: 14
Views: 12971

Re: PCA9685 works with leds but not with servos

Hi, Appreciate all for suggestions: @grovkillen: I tried your suggestion, no difference, good to know to reset the pwm to 0 next time. @TD-er: I presume I am accessing the i2c gpio 0(pca9685) and 15, not the esp8266 native pins with the pcapwm cmd. Anyway also have tried other pins, the same. @Shard...
by kenkoknz
04 Aug 2018, 23:43
Forum: ESP Easy: Hardware
Topic: PCA9685 works with leds but not with servos
Replies: 14
Views: 12971

PCA9685 works with leds but not with servos

Hi, any advice? on nodemcu with i2c PCA9685 pwm module; mega 20080801. device setup: Extra IO - PCA9685 i2c addr: 0x40 HW setup: the +v is connected to 5v usb supply, vcc is connected to 3.3v Hook up led to vcc and pwm at port 15 Servo is pulg in in port 0 with command: pcapwm,15,1000 I can control ...
by kenkoknz
03 Aug 2018, 08:32
Forum: ESP Easy: Software
Topic: Mega (V2.0.0) OTA firmware updates on 1MB modules
Replies: 47
Views: 32936

Re: Mega (V2.0.0) OTA firmware updates on 1MB modules

Hi,
This is really just a minor inconvenience, there are possible lots more urgent things on your plate to get a stable release 2. Connecting a cable for firmware upgrade is not too much of a hassle, I think we are just getting a bit lazy...

Keep up the good work,

Cheers,
Ken
by kenkoknz
03 Aug 2018, 07:32
Forum: ESP Easy: General Discussion
Topic: mqtt cant receive gpio command
Replies: 18
Views: 19455

Re: mqtt cant receive gpio command

what level have you got the log settings? maybe try debug.
by kenkoknz
03 Aug 2018, 03:59
Forum: ESP Easy: Software
Topic: Mega (V2.0.0) OTA firmware updates on 1MB modules
Replies: 47
Views: 32936

Re: Mega (V2.0.0) OTA firmware updates on 1MB modules

Hi @grovkillen, I flashed a sonoff(1m) with normal 1044 bin (716k) and a esp01 (puya) with dev puya 1024bin(785k) just using the normal flashESP8266, and it all seems to work normally. I can access both OTA to cnfig etc. Can you clarify if the special sketch is needed as both the files are over 533k...
by kenkoknz
03 Aug 2018, 03:39
Forum: ESP Easy: General Discussion
Topic: mqtt cant receive gpio command
Replies: 18
Views: 19455

Re: mqtt cant receive gpio command

Hi, if it is any help, i just tried the following with node red in Pi(with mqtt node) and also android app mqtt dashboard. Both syntax below works: nodemcu mega 21080801 subscribe to: /%sysname%/# case 1: topic: /ESP00/gpio/12 payload of 0 or 1. (I tried string, number and bool, all ok) case 2 (as s...
by kenkoknz
01 Aug 2018, 00:48
Forum: ESP Easy: Software
Topic: using "SendToHTTP"
Replies: 6
Views: 5837

Re: using "SendToHTTP"

@grovkillen, thanks for that. Mega-20180722 definately have issues with sendtohttp as I loaded it to another Wemos and sendtohttp does not work. The latest mega-20180723 is working, so anyone having issues with sendtohttp on mega-20180722, take note. I found the command field in the tool tab great f...
by kenkoknz
31 Jul 2018, 10:48
Forum: ESP Easy: Software
Topic: using "SendToHTTP"
Replies: 6
Views: 5837

Re: using "SendToHTTP"

Ok, after trying all the combinations and looking up and reading all the forums for sendtohttp, it still will not work, was getting really frustrating. Finally I though I try an older version of espeasy mega just in case, and it works! With the later version "mega-20180722" which I downloa...
by kenkoknz
31 Jul 2018, 06:44
Forum: ESP Easy: Software
Topic: using "SendToHTTP"
Replies: 6
Views: 5837

using "SendToHTTP"

Hi, Advice will be appreciated, been to use SendToHTTP, but cant get it to work: Environment: 1 wemos with pir sensor, 1 sonoff. all flashed with mega v2. I wanted to turn on the sonoff when the pir on the wemos is triggered. Rules on the wemos: on pir#pir1=1 do gpio,2,0 delay 3000 gpio,2,1 SendToHT...
by kenkoknz
28 Jul 2018, 00:59
Forum: ESP Easy: General Discussion
Topic: Question: Exposing ESPEasy to the internet without exposing the front-end?
Replies: 2
Views: 3070

Re: Question: Exposing ESPEasy to the internet without exposing the front-end?

You can use one of the cloud based mqtt brokers, which offers various service levels including free ones. Have to be careful with topic name to make sure it is unique if you use a public broker without sign in.
by kenkoknz
27 Jul 2018, 02:57
Forum: ESP Easy: Software
Topic: How to use generic http to trigger webhook in ifttt?
Replies: 3
Views: 3290

Re: How to use generic http to trigger webhook in ifttt?

Thanks for the suggestions, after few hrs of trial n error,I managed to get it to work. In the "publish" field, I should leave out the "/", i.e just: " trigger/switchpressed/with/key/secretkey" and not "/trigger/switchpressed/with/key/secretkey". Also note to ...
by kenkoknz
25 Jul 2018, 05:38
Forum: ESP Easy: Software
Topic: How to use generic http to trigger webhook in ifttt?
Replies: 3
Views: 3290

How to use generic http to trigger webhook in ifttt?

Hi, Just want to send a simple api to ifttt to trigget the ifttt webhook. e.g on pressing a switch send below api: ie: https://maker.ifttt.com/trigger/switchpressed/with/key/secretkey Using Wemos; Espeasy Mega I tried following set up but does not work: controller settings: locate controller: use ho...
by kenkoknz
04 Jul 2018, 01:46
Forum: ESP Easy: Software
Topic: time zone and offset
Replies: 2
Views: 4036

Re: time zone and offset

My bad, did not look at DST section, just assumed that the location settings will offset the time.
Thks for that.
by kenkoknz
03 Jul 2018, 23:50
Forum: ESP Easy: Software
Topic: time zone and offset
Replies: 2
Views: 4036

time zone and offset

Hi,
New to espeasy, its great. In the mega v2, the time offset is missing, how do I get correct local time? I have entered the lat and long.
Thks,
Ken