Irremoteesp8266: Feature Request (Static IP)

Created on 17 May 2018  路  6Comments  路  Source: crankyoldgit/IRremoteESP8266

Please add Static IP configuration. (I know we can configure this in the router but when I do so ESP does WDT Reset and continues to loop)

Regards.

Most helpful comment

I believe you're talking about one of the example sketches provided,
This library has nothing to do with the wifi libraries, I'd still point you in the right direction.

The example sketches use tzapu's WiFiManager library ,
documentation to configure static IP Addresses can be found here.

All 6 comments

I believe you're talking about one of the example sketches provided,
This library has nothing to do with the wifi libraries, I'd still point you in the right direction.

The example sketches use tzapu's WiFiManager library ,
documentation to configure static IP Addresses can be found here.

FWIW, I use static IP assignment on my router AND use the IRMQTTServer example code. It works without WDT'ing.

You may also want to download the latest "master" branch and compile/use the updated example code.
e.g. https://github.com/markszabo/IRremoteESP8266/commit/3c11f651af53e23c92160622d2b652deba85d548

Thanks, I'm now using the newest sketch and I have configured static IP on my router. it's now working.

//Offtopic
is it possible to specify delay between repeats?

In which sketch? (I'm going to assume the IRMQTTServer one)

Most calls to the library to do a repeat use a suitable gap between sends, per protocol spec. or typical-case.

If you want a gap of a second or so, then you'll have to add that yourself or control what ever is triggering the http/mqtt requests. If you are trying to do complex automation, you either need to code it yourself or have something like Home Assistant/NodeRed etc do the higher-level stuff.

Thanks for the help.

Marking it closed then :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

crankyoldgit picture crankyoldgit  路  3Comments

scudrunner picture scudrunner  路  7Comments

direk picture direk  路  6Comments

bwint picture bwint  路  4Comments

the-mentor picture the-mentor  路  5Comments