Sergio Soares

Results 8 comments of Sergio Soares

I also faced this issue before I discovered this thread. In my case, I found a workaround by modifying the tempdir. Pylink creates the dll in a temporary folder. So,...

> > This PR adds the missing Water Heater device to matter-devices.xml. > > The description was generated using the Alchemy tool (https://github.com/project-chip/alchemy) with the following command: > > `alchemy...

@jamesharrow Alchemy works for me, just tried again. I don't get a segfault, just some warnings. I'm running on linux. This is my step-by-step: 1. Checkout `alchemy`, `connectedhomeip` and `connectedhomeip-spec`...

@lazarkov The code for the test is here: https://github.com/project-chip/connectedhomeip/blob/master/src/python_testing/TC_DeviceBasicComposition.py#L292 It basically performs a wildcard read of all attributes in all endpoints and checks that everything required in the spec is...

Please add more context to the description of this PR: * What exactly has changed in the Test Plan? * Link to the new spec/test plan * Testing: how did...