SiliconLabs / arduino

Arduino Core for Silicon Labs devices
71 stars 14 forks source link

[bug] matter_fan.ino: after a certain period of time, the fan device returns to Off state by itself, without having to send a command to do so. #60

Open lboue opened 2 months ago

lboue commented 2 months ago

Hardware

  1. Silicon Labs xG24 Explorer Kit BLE Matter
  2. SparkFun Thing Plus Matter

Core version

2.0.0

Arduino IDE version

2.3.2

Operating system

Windows 11

Radio stack variant

Matter

OpenThread Border Router device (if using Matter)

Apple TV 4K

Issue description

Detailed description of the issue

Sketch: matter_fan.ino

After a certain period of time, the fan device returns to Off state by itself, without having to send a command to do so.

Serial output

No response

RTT output (if using Matter)

No response

Minimal reproducer code

No response

silabs-bozont commented 2 months ago

Hello @lboue,

Can you please post your Serial log from the device? Do you see a Fan OFF message when the fan turns back off, or is it happening without it being logged? If it's possible to get and RTT log would also be useful.

lboue commented 2 months ago

Thank you for your reply. I will collect the requested logs.

lboue commented 1 month ago

Hello @lboue,

Can you please post your Serial log from the device? Do you see a Fan OFF message when the fan turns back off, or is it happening without it being logged? If it's possible to get and RTT log would also be useful.

My issue is that I don't get Fan OFF message on the serial console when this happens. However, in Apple Home, the fan appears off.

Here are the requested logs: SparkFun Thing Plus Matter_Jlink_RTT.log SparkFun Thing Plus Matter_Serial.log