SimpliSafe Log Spam

Hello,

I have configured HomeAssistant with the Simplisafe component to login to my security system alarm panel. The Simplisafe component seems to be spamming my homeassistant.log with messages about problems getting the current temperature. I am somewhat perplexed by this as it’s a security system, not a thermostat, so I’m not sure what it would even have to do with temperature.

Is there a way I can turn this off? It’s spamming my log multiple times per minute.

2017-08-09 21:35:49 ERROR (MainThread) [simplipy.system] Could not get current temperature
2017-08-09 21:36:20 ERROR (MainThread) [simplipy.system] Could not get current temperature
2017-08-09 21:36:51 ERROR (MainThread) [simplipy.system] Could not get current temperature
2017-08-09 21:37:22 ERROR (MainThread) [simplipy.system] Could not get current temperature
2017-08-09 21:37:53 ERROR (MainThread) [simplipy.system] Could not get current temperature
2017-08-09 21:38:24 ERROR (MainThread) [simplipy.system] Could not get current temperature
2017-08-09 21:38:55 ERROR (MainThread) [simplipy.system] Could not get current temperature
2017-08-09 21:39:26 ERROR (MainThread) [simplipy.system] Could not get current temperature

Thanks!

SimpliSafe has support for temperature sensors in some fashion.

This is sort of a bug with the library at the moment so I’ll probably get it fixed soon.

In the mean time, you can set your logging level for SimpliSafe to ignore the error.

logger:
  logs:
    simplipy.system: critical

Nice, thanks for the quick response. I have applied that setting and it seemed to do the trick. :slight_smile:

Just a bit conscious of my logging right now since I am configuring everything new and need to use them for debugging, plus don’t want to trash my Raspberry Pi’s SD card with all the writes.

Cheers!