Stefan Agner
Stefan Agner
Maybe this gets resolved by #2065 in case the SwitchBot Curtain is a HID or HID over GATT device. If not, more logs from the BlueZ daemon would be interesting....
Stacktrace of this issue: ``` Thread 1 "ttyd" received signal SIGSEGV, Segmentation fault. 0x000055d6b9b20dae in lws_callback_on_writable () (gdb) bt #0 0x000055d6b9b20dae in lws_callback_on_writable () #1 0x000055d6b9b138da in read_cb () #2...
This still seems to be the case with latest `homeassistant/aarch64-addon-ssh:9.6.0` (which comes with Alpine 3.16). > Interesting. So I actually use Frenck's SSH & Web Terminal add-on rather then the...
How will this work in the context of cross-platform support (e.g. aarch64)?
This is the config which caused the issue: https://github.com/home-assistant/operating-system/blob/dev/.github/workflows/dev.yml
@OttoWinter yeah its not available according to the API currently: ``` $ curl --silent https://api.registry.platformio.org/v3/packages/platformio/tool/framework-arduinoespressif32 | jq '.versions[].name' "3.10006.210326" "3.10005.210308" "3.10005.210223" "3.10004.210126" "3.10004.201016" "2.10004.191002" "2.10003.190916" "2.10002.190628" "2.10001.190111" "2.10000.0" "1.10000.0" "1.6.0"...
There is a `arduino-idf-master` branch. With it you can also select the 2.0.0 release version: ```yaml esphome: ... platformio_options: platform: https://github.com/platformio/platform-espressif32#feature/arduino-idf-master platform_packages: - framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.0 ```
I guess it could be a sub-command to the existing `bellows` command. The downside is it will add dependencies. Currently xmodem and RPi for GPIO reset/BL capability. Also I am...
> Perhaps implanting one "pause" function in ZHA for releasing the comport so can using the it for firmware update in the HA container ? I just disable the integration...
Oh, somehow didn't notice the discussion here, sorry for the delay. > query params and headers are currently not passed from core to SU when initiated from the frontend, so...