Ludovic BOUÉ
Ludovic BOUÉ
Could you tell me how to modify the documentation. Unfortunately I don't have a Mac to run [scripts/gen_protos.sh](https://github.com/meshtastic/Meshtastic-Apple/blob/b3735d388c8b5a7b0b5b4ac2f919c8138e015b88/scripts/gen_protos.sh#L5C3-L5C30) the script.
Are you also facing this `OPENTHREAD_BUILD_DATETIME` error during building? ``` Compiling .pioenvs/openthread/openthread/openthread/src/core/api/history_tracker_api.cpp.o Compiling .pioenvs/openthread/openthread/openthread/src/core/api/icmp6_api.cpp.o Compiling .pioenvs/openthread/openthread/openthread/src/core/api/instance_api.cpp.o Compiling .pioenvs/openthread/openthread/openthread/src/core/api/ip6_api.cpp.o : error: invalid digit "9" in octal constant /data/cache/platformio/packages/framework-espidf/components/openthread/openthread/src/core/api/instance_api.cpp:177:47: note: in expansion...
@mrene Here it is: ```yaml esphome: name: openthread esp32: board: esp32-c6-devkitm-1 variant: esp32c6 framework: type: esp-idf version: "5.3.0" platform_version: "https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10%%2Brc1/platform-espressif32.zip" network: enable_ipv6: true openthread: channel: 13 network_name: OpenThread-8f28 network_key: dfd34f0f05cad978ec4e32b0413038ff...
I tried to build on Raspberry Pi 4 (aarch64).
I tried ESPHome 2024.9.0 and 2024.10.0 and it fails for both on x86_64 VM too: - [logs_thread_compile_2024.10.0-dev.txt](https://github.com/user-attachments/files/17188298/logs_thread_compile_2024.10.0-dev.txt) - [logs_thread_compile_2024.9.0-dev.txt](https://github.com/user-attachments/files/17188300/logs_thread_compile_2024.9.0-dev.txt) ``` #ifdef OPENTHREAD_BUILD_DATETIME "; " OPENTHREAD_BUILD_DATETIME ``` https://github.com/openthread/openthread/blob/main/src/core/api/instance_api.cpp#L174-L175 Could you tell...
> I'm new to the OT standard, but i have two ESP32-C6 boards. If i want to have a working connection to HA, do i need to have a 3rd...
> platform_version: 6.8.1 Thanks. It works: ```yaml esp32: board: esp32-c6-devkitm-1 variant: esp32c6 framework: type: esp-idf version: "5.3.1" platform_version: 6.8.1 ```
Do you know how to fix failed CI tests?
I started to work on documentation: https://deploy-preview-4306--esphome.netlify.app/components/openthread/
> > Do you know how to fix failed CI tests? > > @lboue They are mostly comestic / formatting failures, except for the "doesn't have documentation" failure 😅 Could...