-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chiptool temp sensor UI stops updating proper temperature values even when reports are being sent properly #16198
Comments
The relevant code in the temperature controller is:
where But every time we load the temp sensor screen that creates a new If we want this to work, we could probably fix this code to call some class-static thing on |
Problem
Chiptool temp sensor UI stops updating proper temperature values even when reports are being sent properly
SHA: d86a7d4
Steps to reproduce
on chip tool logs we see reports for 40 deg C which is what M5 is set to, but the UI shows 33 deg C, see screenshot.
2022-03-14 13:14:59.461601-0700 localhost CHIPTool[1741]: Status: Updated temp in UI to 40 °C
2022-03-14 13:14:59.572229-0700 localhost CHIPTool[1741]: (CHIP) [com.zigbee.chip:all] � [1647288899572] [1741:53443] CHIP: [EM] Received message of type 0x10 with protocolId (0, 0) and MessageCounter:8364337 on exchange 30862r
2022-03-14 13:14:59.572445-0700 localhost CHIPTool[1741]: (CHIP) [com.zigbee.chip:all] � [1647288899572] [1741:53443] CHIP: [EM] Found matching exchange: 30862r, Delegate: 0x0
2022-03-14 13:14:59.572684-0700 localhost CHIPTool[1741]: (CHIP) [com.zigbee.chip:all] � [1647288899572] [1741:53443] CHIP: [EM] Rxd Ack; Removing MessageCounter:8373832 from Retrans Table on exchange 30862r
2022-03-14 13:14:59.572818-0700 localhost CHIPTool[1741]: (CHIP) [com.zigbee.chip:all] � [1647288899572] [1741:53443] CHIP: [EM] Removed CHIP MessageCounter
chiptool-logs-temp-sensor-UI-stops-updating.txt
M5-logs-temp-sensor-UI-stops-updating.txt
The text was updated successfully, but these errors were encountered: