stfnhmplr / homebridge-synology

Control your Synology Diskstation with Homekit
MIT License
159 stars 16 forks source link

Plugin creates a Logentry every 30s #69

Closed adamengineering closed 2 years ago

adamengineering commented 2 years ago

Repeated Log entry from plugin...

Using the latest version available and have it running

Log Entry not showing up, if there's no error. Is there a way to disable the logging? The Temperatures of both sensors are read out and displayed correctly on the Homebridge Devicepane.

[02/02/2022, 12:08:36] [DiskStation] Can't get average disk temperature, Error: Unknown error [02/02/2022, 12:09:04] [DiskStation] Can't get temperature, Error: Unknown error [02/02/2022, 12:09:06] [DiskStation] Can't get average disk temperature, Error: Unknown error [02/02/2022, 12:09:34] [DiskStation] Can't get temperature, Error: Unknown error [02/02/2022, 12:09:36] [DiskStation] Can't get average disk temperature, Error: Unknown error [02/02/2022, 12:10:04] [DiskStation] Can't get temperature, Error: Unknown error [02/02/2022, 12:10:06] [DiskStation] Can't get average disk temperature, Error: Unknown error [02/02/2022, 12:10:34] [DiskStation] Can't get temperature, Error: Unknown error

{ "name": "DiskStation", "host": "10.10.10.10", "mac": "00:00:00:00:00:00", "port": 5001, "username": "USERNAME", "password": "PASSWORD", "protocol": "https", "version": "6.2.2", "startupTime": 60, "shutdownTime": 60, "accessory": "synology" },

Plugin Version: 0.5.0 Homebridge Version: 1.4.0 Node.js Version: 16.13.2 NPM Version: 8.4.0 Operating System: Raspian Bullseye 11

adamengineering commented 2 years ago

Added a crontab to restart the Homebridge every 12 hours resolved this...