CoogleIOT
CoogleIOT copied to clipboard
A ESP8266 Library for easy IOT device development
Fixing #7, #21, #20 and (partially) #19, #28 ## Issue #21 (issues with newer esp8266 Arduino cores 3.0.x) Changed the ESP8266 core `CoogleIOT::checkForFirmwareUpdate()` to replace the call to the deprecated...
Hello, Does it work with the ESP32? Tks
### **Changes needed to make CoogleIOT compile and run on current esp8266 cores** **1) Function removed from ESP8222 core API** From ESP8266 Arduino core 3.0.0 version onwards the following prototype...
Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...
Hi, this is the fix i am using for issue #16 Flo
It would be nice if it is possible to use CoogleIOT's logic to customize your own sketch, like: - add custom config-items to edit in the webinterface - read/write custom...
Hi, when building with the Arduino IDE everythings fine - But building with arduino-mk fails with a linker error concerning DNSServer: ``` /home/flo/projects/arduino/tempsensor/Esp8266-Arduino-Makefile/esp8266-2.4.2/tools/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -g -Os -nostdlib -Wl,--no-check-sections -u call_user_start -u...
A stripped down garagedooropener crashes after first config via integrate AP. I set the MQTT port and after joining the WIFI the ESP Crashes: ``` [INFO UKWN] Coogle IOT v1.3.1...
I get an exception after configuration when it restarts, what is the problem? ``` [INFO UKWN] Connecting to remote AP [INFO UKWN] Connected to Remote Access Point! [INFO UKWN] Our...
Currently when CoogleIOT reconnects to the mqtt server it does so with the cleanSession flag set to true. This results in all subscribtions being cleared. As such it would be...