Ludovic BOUÉ

Results 88 issues of Ludovic BOUÉ

Hello, Could you add firmware version to the web interface please? We can get that information from the 'miio inspect' command: ``` pi@raspberrypi:~ $ miio inspect 52051*** INFO Attempting to...

Hello, I am facing an issue with my new sensor_wleak.aq1 which is detected as a "lumi.generic.55" device. Somebody know why this behavior? ``` pi@raspberrypi:~ $ miio inspect 158d0002705*** INFO Attempting...

Should I remove the 2 following function too? - def set_position_state(self, value) - def set_current_position(self, value)

Hello, I am trying to implement a fake WindowCovering accessory (shutter) with HAP-python. I already have tested this with a copy of the busy_home.py file. You can check my **[shutter.py](https://github.com/lboue/HAP-python/blob/b6413081b045a247878afa59f99e62707a83cbd8/shutter.py)...

#### Issue Being Resolved Fix for issue #22771 #### Change overview Rename CHIP to Matter for ESP32 doc

examples
review - pending

#### Issue Being Resolved * Fixes #22772 #### Change overview What's in this PR: - Add iOS & iPadOS 16.1 Release Notes - Fix broken link for iOS & iPadOS...

documentation
review - pending

### Documentation issues I noticed a broken link to Cloud Hosted REPL playground: http://35.236.121.59/ Cloud Hosted https://github.com/project-chip/connectedhomeip/blob/20be07060d12eb7d1cef1942e25502c22f2a1a60/docs/guides/matter-repl.md#cloud-hosted _A pre-built version of the REPL playground is made available through the cloud....

python

### Documentation issues ```bash 1. Missing iOS & iPadOS 16.1 Release Notes ``` ### Platform darwin ### Anything else? _No response_

### Documentation issues ```bash 1.The ESP32 documentation refers to CHIP instead of Matter. ``` ### Platform esp32 ### Anything else? _No response_

**Can't start launch_testbed.py for harness-simulation** ImportError: cannot import name 'sniffer_pb2' from 'proto' (unknown location) **To Reproduce**: 1. git clone https://github.com/openthread/openthread.git 2. cd openthread/ 3. CFLAGS='-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8' \\ CXXFLAGS='-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8' \\ script/cmake-build simulation...

question