Periodically (a few seconds to 10’s of minutes apart) I get these warnings - it looks like a sensor is sending values but maybe the Zigbee coordinator is not expecting it? How do I diagnose and resolve this?
2025-12-31 10:37:58.484 [WARN ] [converter.ZigBeeConverterTemperature] - 0CEFF6FFFE6762D8: Temperature measurement update but remote client not set
It indicates that something in OH is sending a command to this temperature channel, but the binding is not configured to receive commands on this channel. IIRC this functionality is to allow sending temperatures to devices such as HVAC controllers that require an external temperature sensor.
If you aren’t wanting to send a temperature to a remote device, then maybe there’s a rule that’s misconfigured?