Ludovic BOUÉ
Ludovic BOUÉ
## Proposed change Adding support for Matter WaterValve device type. Ref: [ValveConfigurationAndControl Cluster XML def file](https://github.com/project-chip/connectedhomeip/blob/master/src/app/zap-templates/zcl/data-model/chip/valve-configuration-and-control-cluster.xml) ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking...
### PROBLEM DESCRIPTION Matter cluster discovery from Home Assistant doesn't work in my case. There is an exception in the Tasmota device logs. `MessageHandler::msg_received exception: type_error;unsupported operand type(s) for >:...
Add README.md for [Matter Linux Robotic Vacuum Cleaner Example](https://github.com/project-chip/connectedhomeip/tree/master/examples/rvc-app/linux)
Update Matter Linux Microwave Oven Example README to fix #33580.
Update Linux refrigerator-app example README to fix #33566
Add [WaterValve device type](https://github.com/project-chip/connectedhomeip/blob/master/data_model/master/device_types/WaterValve.xml) to Chef devices: rootnode_watervalve_6bb39f1f67 Fxes #33971 ### Testing `./examples/chef/chef.py -t linux -d rootnode_watervalve_6bb39f1f67 -b`
Update template.zap file to fix warnings #35218 on EP0.
Add [WaterLeakDetector device type](https://github.com/project-chip/connectedhomeip/blob/master/data_model/master/device_types/WaterLeakDetector.xml) to Chef devices: rootnode_waterleakdetector_0b067acfa3 ### Testing ``` ./examples/chef/chef.py -t linux -d rootnode_waterleakdetector_0b067acfa3 -b ```
### Build issue(s) Hello, I'm seeing a lot of errors in the zaptool logs with the template provided as an example. It would appear that the example is out of...
## Description: Support for [Elecrow CrowPanel 7.0" -HMI ESP32 Display 800x480 RGB TFT LCD Touch Screen](https://www.elecrow.com/esp32-display-7-inch-hmi-display-rgb-tft-lcd-touch-screen-support-lvgl.html) - Ref DIS08070H **Related issue (if applicable):** fixes [2745](https://github.com/esphome/feature-requests/issues/2745) **Pull request in [esphome](https://github.com/esphome/esphome) with...