Johannes

Results 214 comments of Johannes

Please see #1204 and the release notes of the latest version for the error with the forecast. https://github.com/joBr99/nspanel-lovelace-ui/releases/tag/v4.4.0

Sorry my message was for KaVo194 that posted an error with the forecast issue is completely unrelated to this. For the black screen, I cannot see any errors in your...

I can confirm that setting a wifi password in ap mode does not work. ![image](https://user-images.githubusercontent.com/29555657/38171731-c5f473cc-359f-11e8-97be-2021d2252564.png)

As mqtt is usally more event based and it's easier to work with if you just have all values available I've personally added a new topic `/match` which is going...

I actually think that reading out the information stored on the ESP is the bigger attack vector since you only need to connect the usb cable, readout the content and...

Proof of Concept: Dump Flash Content: `esptool.py --baud 921600 --port COM17 read_flash 0x0 0x400000 fw-backup-4M.bin` Extract printable string from the dump: `strings fw-backup-4M.bin > strings.txt` Output contains mqtt password, same...

Encrpytion isn't supported by arduino/platformio. https://github.com/platformio/platform-espressif32/issues/305 However it looks like it is possible to workaround this by using the bootloader from ESP-IDF. https://motius.de/insights/secure-iot-prototype-with-arduino-esp32/

ported to esp-idf using arduino as component instead of using workarounds, didn't yet look into encrpytion 1. Install ESP IDF - choose `release/v4.4 (release branch)` as version in Setup https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md...

Hey, it compiles you can flash it and it appears to work, but the esp32 is crashing really often. Didn't investigate why.

You don't need to steal it, you just need a couple of minutes with your USB Cable plugged into it - And you don't need the Webinterface - Wifi and...