I have a raspberry pi running 0.112.2 which is going fine so far. However, I’ve noticed a spike in the Raspberry Pi CPU temperature at certain times. For example at 4.20am this morning the temp went from 52 degrees c up to 68 degrees c in a few minutes. The temp has stayed high since then.
I’ve checked the logs and at that time is the following entries:
2020-07-06 05:17:30 DEBUG (Recorder) [homeassistant.components.recorder] Sending keepalive
2020-07-06 05:18:00 DEBUG (Recorder) [homeassistant.components.recorder] Sending keepalive
2020-07-06 05:18:30 DEBUG (Recorder) [homeassistant.components.recorder] Sending keepalive
2020-07-06 05:18:32 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Error occurred while communicating with IPP server.
2020-07-06 05:18:32 WARNING (MainThread) [homeassistant.config_entries] Config entry for ipp not ready yet. Retrying in 80 seconds.
2020-07-06 05:19:00 DEBUG (Recorder) [homeassistant.components.recorder] Sending keepalive
2020-07-06 05:19:25 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 111, in _handle_refresh_interval
await self.async_refresh()
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 177, in async_refresh
update_callback()
File “/usr/src/homeassistant/homeassistant/components/tile/init.py”, line 134, in update
self._update_from_latest_data()
File “/usr/src/homeassistant/homeassistant/components/tile/device_tracker.py”, line 126, in _update_from_latest_data
self._tile = self.coordinator.data[self._tile_uuid]
TypeError: ‘NoneType’ object is not subscriptable
2020-07-06 05:19:30 DEBUG (Recorder) [homeassistant.components.recorder] Sending keepalive
2020-07-06 05:19:56 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Error occurred while communicating with IPP server.
2020-07-06 05:19:56 WARNING (MainThread) [homeassistant.config_entries] Config entry for ipp not ready yet. Retrying in 80 seconds.
2020-07-06 05:20:00 DEBUG (Recorder) [homeassistant.components.recorder] Sending keepalive
The ipp stuff is because my printer isn’t online 24/7. I only turn it on when it’s needed. It’s the “udpdate cordinator” and “tile” things that I think are causing this.
Has anyone else noticed spikes in CPU temp when nothing seems to be happening?