Fabian Golle
Fabian Golle
I am using the Nuki Lock v4 (without pro) and it works like the others in combination with the bridge.
I encountered similar errors together with a problem that all devices became "unavailable" in HA after performing a lock operation. Found out that there was an old lock which was...
Thank you 🙏 > considering you're using the maximum length for the keypad entry names Is there anything I can change on my side to make it work out-of-the-box? I...
Nope, my setup is pretty new. Just this one access code, no fobs, no other users etc.
I did a factory reset of the Nuki lock which led to the `log` field not being cut-off anymore. But another thing I just noticed is that the indices are...
I use the Mosquitto addon for Home Assistant. I also encountered that some lock-related topics are not updating for hours while eg. presence is updated every few seconds, also after...
Somehow I wasn't able to flash that binary to my esp32 yet. I will try again tonight. More insights: - I had to exchange my Nuki lock with a new...
Here comes the serial logs: ``` ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13516 load:0x40080400,len:3604 entry 0x400805f0 E (528) esp_core_dump_flaKr��core dump...
So the JSON is already delivered cut-off from that other library? Is that your fork here: https://github.com/technyon/nuki_ble ?
But since the JSON itself is prematurely terminated and therefore no valid JSON, it could also be a memory / buffer problem in your JSON serialization, can't it? Am I...