Robothaler

Results 4 comments of Robothaler

**@weidingerc** The hint worked with my code, the Matter device is not marked with "Not responding". You will find this already incorporated in my code. **https://github.com/espressif/esp-matter/issues/343#issuecomment-1531494497** Unfortunately my programming skills...

**@weidingerc**I'm pleased that you're now one step further. With my code, the Apple Home and EVE app only show me a roller shutter with up/down and stop function. You may...

> I have also had some luck with the matter window covering device -- A simple system controlling multiple shades, one at a time, using a single esp32, a timer...

@palsbo Hi, you can find the solution in my repository: [BeltWinder-Matter](https://github.com/Robothaler/BeltWinder-Matter/tree/main/src) You have to use "Mode" and change the motordirection: ``` // Attribute: Id 23 Mode set_window_covering_mode(window_covering_endpoint_id, Mode::kMotorDirectionReversed); ``` To...