Ludovic BOUÉ

Results 169 comments of Ludovic BOUÉ

Mine is configured in default router mode

> Mine is configured in default router mode I was able to solve my problem with the following method indicated in the [documentation ](https://www.home-assistant.io/integrations/freebox) because I had changed the model...

xG26 is comming too: https://www.silabs.com/wireless/efr32xg26 - [EFR32MG26 Series 2 Multiprotocol Wireless SoC](https://www.silabs.com/wireless/zigbee/efr32mg26-series-2-socs)

I found this ESPHome componant: [esphome-axp2101 ](https://github.com/stefanthoss/esphome-axp2101).

To help, here is the v6 API response for an [authorization method](http://mafreebox.freebox.fr/api/v6/authorization) call: ``` { "success":true, "result":[ { "app_name":"Freebox Compagnon", "id":1, "app_version":"42", "device_name":"Phone", "last_session":1544811452, "req_ip":"192.168.1.101", "req_date":1543006529, "permissions":{ "contacts":true, "downloader":true, "parental":false,...

I dont' have the v6 API documentation but I think it can work as following: 1) Ask for 'administrator' password 2) Get the account list `api/v6/authorization ` and find the...

This is an Python requirement library issue with `protobuf` and `googleapis`: ``` pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('protobuf'), parent=None), RequirementInformation(requirement=SpecifierRequirement('protobuf~=3.20.1'), parent=None), RequirementInformation(requirement=SpecifierRequirement('protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,=3.19.5'), parent=LinkCandidate('https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl (from https://pypi.org/simple/googleapis-common-protos/) (requires-python:>=3.7)')), ```

It looks like this issue: [[Build] Bootstraph.sh fails with pip protobuf error #32533 ](https://github.com/project-chip/connectedhomeip/issues/32533) in connectedhomeip Github repo.

I found this: ![image](https://github.com/SiliconLabs/arduino/assets/938089/c43f407b-aad4-47a9-8970-08a4ff5e8207) Does this change the values for the bridge or the endpoint attached to the Matter bridge? I will check the docs for the Matter library [here](https://github.com/SiliconLabs/arduino/blob/main/libraries/Matter/readme.md)...