Stefan Thoss

Results 10 comments of Stefan Thoss

Same here. I have a HAProxy (version 1.8.27 with OpenSSL 1.1.1i) in front of my Nextcloud instance. I have the reverse proxy configured so that it only accepts TLS 1.3...

> @stefanthoss are you running the latest patch release of the Android app: 3.16.1 released 1st June? I just confirmed that this issue still exists with the Nextcloud Android App...

Seems like a fix is coming with https://github.com/nextcloud/android-library/pull/645, different parts of the Android codebase use different TLS implementations in the current version.

The string `Fetching camera details...` is printed regardless whether the application was able to connect to the camera or not. I had the same issue with my AD410 as you...

ESPHome already supports CO2/temperature/humidity, you just have to configure sensors using the correct BLE characteristic UUIDs. I wrote an ESPHome package to do this for the Aranet4: https://github.com/stefanthoss/esphome-aranet4

Using `pinMode(FAN_PIN, OUTPUT)` the pin 12 on the board is set as a digital output. See the [digital pins](http://arduino.cc/en/Tutorial/DigitalPins) page for details. Using the `analogWrite()` function, you can the write...

Rescued the device with the following steps (only this exact order of steps seems to work): 1. Updating the [bootloader using adafruit-nrfutil](https://meshtastic.org/docs/getting-started/flashing-firmware/nrf52/update-techo-bootloader/#method-2-using-adafruit-nrfutil) with v0.6.1 (the UF2 file method doesn't seem...

Same with the latest stable Meshtastic firmware v2.4.0.

Closing this ticket. This was a software issue with the public LongFast channel on nRF52 devices, the issue did not occur on my T-Echo when I didn't have the default...

Thanks, this is great -- I was looking for this function. Any way we can get this merged so it's easier to use?