ebaauw / homebridge-rpi

Homebridge plugin for Raspberry Pi.
Apache License 2.0
311 stars 19 forks source link

Change RPI updates to debug only #105

Closed bloomkd46 closed 3 years ago

bloomkd46 commented 3 years ago

Hello, Could you please change all of the frequency and temperature updates to this.log.debug instead of this.log. My log is filled up with RPI status updates.

PS what does the smoke detector accessory mean?

ebaauw commented 3 years ago

No. Set Log Level to 0 to prevent Homebridge RPi from issuing log messages, on a per Pi base.

The smoke sensor is there to receive push notifications when the Pi throttles the CPU frequency or experiences under voltage.

bloomkd46 commented 3 years ago

Ok, thanks

bloomkd46 commented 3 years ago

Where is the log level setting? The eve app shows it as 2 but when I try to change it it shows a warning symbol

ebaauw commented 3 years ago

That’s odd. Any errors in the log?

bloomkd46 commented 3 years ago

I figured it out, I wasn't the owner of the HomeKit home so it was blocking me despite the fact that my rank was admin in the home app, it works now. Thanks