Adam Dullage

Results 43 comments of Adam Dullage

Thanks for the ideas! Here's my findings so far... I downgraded the esp-idf to 4.1 and still had exactly the same issue. The ESP is only about 1-2m from the...

Thanks for your help guys. @shmuelzon - The log below is after whitelisting the characteristics as follows: ```json "ble": { "whitelist": ["de:66:92:69:03:8c"], "characteristics": { "whitelist": [ "00001525-b87f-490c-92cb-11ba5ea5167c", "00001526-b87f-490c-92cb-11ba5ea5167c", "00001530-b87f-490c-92cb-11ba5ea5167c", "00002a19-0000-1000-8000-00805f9b34fb"...

@shmuelzon - In the previous log, the ESP32 didn't completely lock up i.e. it was able to recover itself but until it did I was unable to issue commands to...

It locked up again, here's [the log](https://gist.githubusercontent.com/Dullage/0989d0ad19c2790bd67248187a6b8896/raw/d74ab9864d0ac00f01801799c8d956d02776a9c3/esp32-ble2mqtt_log2.txt). Similar to last time but there are some differences. Both look like the wifi disconnects and never recovers.

[One more log](https://gist.githubusercontent.com/Dullage/011ebe51e951a60238ec2eeff4072ee2/raw/153e7e7900cd9a63873c6447468ec1c55bbcbe00/esp32-ble2mqtt_log3.txt) for the record. I can imagine that there's a good chance the wifi lockup part of this issue is nothing to do with this repo, if you...

@norsemanGrey - This makes sense and is certainly the convention I've seen for linuxserver.io containers. I'll keep this in mind.

@poblabs - Not at present. The best you can do is extend the `FLATNOTES_SESSION_EXPIRY_DAYS` environment variable to something like 365 then at least you'd only need to log in once...

As of v2.1.0 you can now disable authentication by setting the `FLATNOTES_AUTH_TYPE` to `none`. See the [Environment Variables](https://github.com/Dullage/flatnotes/wiki/Environment-Variables) article in the wiki for more information.

@poblabs - Nothing planned but I like the idea. I'll leave this as an open suggestion for future consideration.

@norsemanGrey - I did start to develop this but put it on hold as I ran into a problem. As it stands, the logic I use to extract tags from...