-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only a white site after login..... #92
Comments
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Is there any option to enable a debugging to Serial Monitor? |
Original comment by f-fish (Bitbucket: f-fish, GitHub: Unknown): Hi Dieter ... I only use platformio these days, that said I suspect you need to flash the fs still. by default you should have usb serial debug. If your FF logon the pop-up? |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): I dont know platformio..... Sorry, i am new and only tested a little bit with the ESP. |
Original comment by f-fish (Bitbucket: f-fish, GitHub: Unknown): See .. What you could try - again not sure it will work under Arduino IDE is in general.h around line 121 set #define EMBEDDED_WEB 1 That might mitigate the need to flash the filesystem, works for me with platformio. See for your terminal commands. Later Ferdie |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Hello Ferdie, the option " #define EMBEDDED_WEB 1" does not work for me.... Thx PS: I must read about SPIFFS :) |
Original comment by f-fish (Bitbucket: f-fish, GitHub: Unknown): " #define EMBEDDED_WEB 1" yeah took a chance. It is not mainstream yet - this must be the reason why. Hmmm you on windows ? Seems to work OK |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Yes, i am on Windows! no debug output :( |
Original comment by f-fish (Bitbucket: f-fish, GitHub: Unknown): That is weird .. can you check to see if your com port is configured? Ok I am on 1.8.1 - com13 - looking at the name of the windows seems a bit odd. Later Ferdie |
Hi Also, what version of ESPurna are you using? Try resetting the board while connected to the terminal output. You should see some garbage at first and then the welcome message. EMBEDDED_WEB will only work under Arduino IDE with the code in the dev branch. |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Com Port is OK, i have flashed the software at that port. |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Thats the only Message after Reset: ets Jan 8 2013,rst cause:1, boot mode:(3,6) load 0x4010f000, len 1384, room 16 |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): ESPURNA Version 1.6.3 |
It's a bit weird...
You can also try setting the debug level to "All" to see if the core libraries messages do work. |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): I use Windows :) |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Compiling the actual software generate Errors: Arduino: 1.8.0 (Windows 10), Board: "Generic ESP8266 Module, 80 MHz, 40MHz, QIO, 115200, 1M (128K SPIFFS), ck, Disabled, None" button:97: error: 'DebounceEvent' does not name a type E:\Admin\Bücher und Anleitungen\ESP8266\xoseperez-espurna-1.6.7\xoseperez-espurna-9bd7c8c94f6e\code\espurna\button.ino: In function 'DebounceEvent::TDebounceEventCallback buttonCallbackProvider(unsigned int)': button:101: error: could not convert 'buttonCallbackProvider(unsigned int)::__lambda0{index}' from 'buttonCallbackProvider(unsigned int)::__lambda0' to 'DebounceEvent::TDebounceEventCallback {aka std::function<void(unsigned char, unsigned char)>}' exit status 1 Dieser Bericht wäre detaillierter, wenn die Option |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Tested 1.6.6 works fine..... |
Version 1.6.7 requires the latest version of the DebounceEvent library. Delete your copy (under My Documents/Arduino/libraries) and install the new one from this URL: https://bitbucket.org/xoseperez/debounceevent/get/2.0.0.zip |
About the debug log: try uncomenting the DEBUG_PORT line in the
|
Original comment by f-fish (Bitbucket: f-fish, GitHub: Unknown): Ah that makes sense - all my building was done with platformio, so debug was enabled by default. Later Ferdie |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): New DebounceEvent Library installed, but once more Compiling Errors: Arduino: 1.8.0 (Windows 10), Board: "Generic ESP8266 Module, 80 MHz, 40MHz, QIO, 115200, 1M (128K SPIFFS), ck, Disabled, None" button:97: error: 'DebounceEvent' does not name a type exit status 1 |
Are you sure it's properly installed? |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Yes, checked it multiple times. button:98: error: 'DebounceEvent' does not name a type exit status 1 |
I have found the problem. The Arduino IDE does a very poor job generating prototypes for methods with non-standard argument or return value types...
Will be fixed in 1.6.8. |
Closed by mistake, sorry. |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): It works.... |
And do you have access to the web interface? |
Original comment by Dieter Langens (Bitbucket: nettworker, GitHub: nettworker): Yes :) Tested on Sonoff Pow and Basic.... |
Nice! Closing :) |
Originally reported by: Dieter Langens (Bitbucket: nettworker, GitHub: nettworker)
I have compiled the espurna Software with the Arduino IDE 1.8.0.
Compiling and uploading to a Sonoff Pow works without Errors.
In arduino.h i have uncomment:
Settings for the Board:
Generic ESP8266 Module*
The AP is created and i can log on with firefox, MS Edge gets in a loop for authenticating.
In Firefox i got only a blank page and nothing to configure.
Whats the Problem?
The text was updated successfully, but these errors were encountered: